Commit graph

2801 commits

Author SHA1 Message Date
nottnottloop
4f8ef9d709 Update the README 2024-08-15 19:08:38 +01:00
Kyle Drake
3d58817927 remove debug puts 2024-08-15 11:53:58 -05:00
Kyle Drake
498f29bfa2 fixes for tests 2024-08-15 11:46:39 -05:00
Kyle Drake
88f419ce67 cache the entire rendering of the front page 2024-08-15 10:59:56 -05:00
Kyle Drake
6c0ecf752c use score for site suggestions 2024-08-15 10:55:10 -05:00
Kyle Drake
314227136e add db unique constraint for tags 2024-08-14 13:11:00 -05:00
Kyle Drake
4eeec12b67 add back tag dedupe code 2024-08-14 12:56:14 -05:00
Kyle Drake
4fc5698d0e further refinements to browse, fix broken test 2024-08-14 11:15:45 -05:00
Kyle Drake
18102eb76b fix email check for child sites 2024-08-07 11:38:31 -05:00
Kyle Drake
c12db50b27 site score: adjust views factor 2024-08-06 11:00:51 -05:00
Kyle Drake
5f7d29617c
Merge pull request #529 from neocities/dependabot/bundler/rexml-3.3.3
Bump rexml from 3.3.2 to 3.3.3
2024-08-06 09:58:15 -05:00
Kyle Drake
2ef0d2101c major improvements to special sauce, site browsing, move front page to use non-featured, and fix bug when title missing 2024-08-06 00:35:17 -05:00
dependabot[bot]
eded1340ca
Bump rexml from 3.3.2 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 02:07:10 +00:00
Kyle Drake
4f9b75442e
Merge pull request #527 from neocities/dependabot/bundler/rexml-3.3.2
Bump rexml from 3.2.8 to 3.3.2
2024-07-23 14:01:35 -05:00
dependabot[bot]
af7f28f32c
Bump rexml from 3.2.8 to 3.3.2
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.2)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 22:39:17 +00:00
Kyle Drake
141bba6d62 site file changes: order by last edited file first, increase to 6 files 2024-07-22 17:37:49 -05:00
Kyle Drake
96ffe92ce3 move character limit api doc to var 2024-07-17 17:32:17 -05:00
Kyle Drake
cc7731fe9c file name character limit to 200 chars 2024-07-17 17:30:16 -05:00
Kyle Drake
fb0b2e2e58
Merge pull request #505 from ekaitz-zarraga/master
views: api: Add Guile API by Ekaitz
2024-07-17 17:07:01 -05:00
Kyle Drake
bd3909c7d7
Merge pull request #506 from ParkedHampster/filename_extension
Bug: Filename Length
2024-07-17 17:05:59 -05:00
Kyle Drake
dfd30d489c fix for comment limit not applying to profile comments 2024-07-17 17:02:51 -05:00
Kyle Drake
0531a1d85f stop actions when users are blocked 2024-05-31 14:36:57 -05:00
Kyle Drake
c0dca503c9 add py to whitelist (brython support) 2024-05-27 15:46:45 -05:00
Kyle Drake
a220efb4ac
Merge pull request #518 from neocities/dependabot/bundler/nokogiri-1.16.5
Bump nokogiri from 1.16.2 to 1.16.5
2024-05-24 09:40:57 -06:00
Kyle Drake
79370bcba4
Merge pull request #519 from neocities/dependabot/bundler/rexml-3.2.8
Bump rexml from 3.2.6 to 3.2.8
2024-05-24 09:40:47 -06:00
dependabot[bot]
6296c4dfbf
Bump rexml from 3.2.6 to 3.2.8
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 21:53:20 +00:00
dependabot[bot]
d3908a1c3e
Bump nokogiri from 1.16.2 to 1.16.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 23:42:50 +00:00
Kyle Drake
50b1ea65e3 plug created_at for missing updated_at 2024-05-06 12:02:20 -05:00
Kyle Drake
bca7ecb95f catch already created records errors 2024-05-06 10:49:24 -05:00
Kyle Drake
262fc34bb9
Merge pull request #516 from TarryDan/TarryDan-overlay-text
Update _project-Main.scss
2024-05-02 12:06:03 -05:00
Kyle Drake
305dc01820 remove likely bots/spammy sites from activity feed 2024-05-02 11:51:15 -05:00
Kyle Drake
cd05cdd44f dont exclude comments on news feed just for nsfw marking 2024-05-02 11:41:41 -05:00
Kyle Drake
11ad75d932 remove clunky slow fade animation 2024-04-30 09:56:39 -05:00
Kyle Drake
215e72d07c dont hide comment link when popping out 2024-04-29 17:59:02 -05:00
Kyle Drake
b5ca5f0bc9 news feed: confirm before removal of event 2024-04-29 17:28:09 -05:00
Kyle Drake
5adef9adb9 whitelist glb 2024-04-29 11:48:09 -05:00
Kyle Drake
1a698b5765
Merge pull request #515 from neocities/dependabot/bundler/sidekiq-7.2.4
Bump sidekiq from 7.2.0 to 7.2.4
2024-04-29 11:33:41 -05:00
Kyle Drake
ceefdcf7ca whitelist mjs, cjs, ts 2024-04-29 11:33:10 -05:00
TarryDan
5de38ec406
Update _project-Main.scss
Fixing issue #439 - overlay font smaller and further from file-open link to prevent mis-clicking; overlay font enlarges on hover so users can see which they are about  to click
2024-04-27 20:15:48 +01:00
dependabot[bot]
af9a9410a2
Bump sidekiq from 7.2.0 to 7.2.4
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.2.0 to 7.2.4.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](https://github.com/sidekiq/sidekiq/compare/v7.2.0...v7.2.4)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 22:20:25 +00:00
Kyle Drake
3d9cd560c5 chat: tweak distancefrombottom 2024-04-21 14:16:43 -05:00
Kyle Drake
781ad6512f chat: more tweaks 2024-04-21 13:59:51 -05:00
Kyle Drake
87dd81581c chat: improve window sizing 2024-04-21 11:58:26 -05:00
Kyle Drake
871f13ceb1
Merge pull request #509 from scarecat/sort-by-least-views
Feature: sort by: Least Views
2024-04-19 16:03:41 -05:00
Kyle Drake
11ca42e6f0
Merge pull request #510 from dimdenGD/patch-5
Fix follows' "see more" link
2024-04-19 15:58:42 -05:00
dimden
905c2fbe26
Fix follows' "see more" link 2024-04-19 13:14:11 +03:00
Kyle Drake
f1bfe198f6 trying to fix bing not showing favicon correctly 2024-04-18 11:44:09 -05:00
Kyle Drake
5a936a599c improvements to jerk detector 2024-04-16 17:28:38 -05:00
Kyle Drake
ca288fcd8b puma_config.rb: not needed anymore DB.disconnect call 2024-04-16 22:01:41 +00:00
Jacek Jarosz
766bc7a4a8 sort by least views 2024-04-15 00:22:30 +02:00