Commit graph

563 commits

Author SHA1 Message Date
DougsShack
4fcabe5a35 Add rss to valid editable file extensions 2025-01-31 19:23:09 +00:00
Kyle Drake
cf712b7175 stats: cleanup 2025-01-31 11:09:12 -06:00
Kyle Drake
db35971217 Add robots.txt for new sites, with instructions for blocking AI crawlers 2024-12-14 00:20:51 -06:00
Kyle Drake
8aa48f1ac2 update bluesky atproto setup to use .well-known vs dns 2024-11-21 14:28:40 -06:00
Kyle Drake
920f25b098 allow text files with no extension (for well-known stuff) 2024-11-20 12:23:22 -06:00
Kyle Drake
d11e951fe6 usernames: restrict to lowercase match 2024-10-03 14:37:13 -05:00
Kyle Drake
372b22aa48 fix for username regex 2024-10-03 14:22:46 -05:00
Kyle Drake
47edba24dc properly escape screenshot path 2024-09-19 18:26:55 -05:00
Kyle Drake
3a41029313 add htm to uri, use site.uri for screenshot 2024-09-19 12:47:21 -05:00
Kyle Drake
48cef121a1 more fixes for file path 2024-09-17 17:14:30 -05:00
Kyle Drake
dee9128cb3 fix up file uris/uri path code 2024-09-15 14:18:35 -05:00
Kyle Drake
1794a4bcba escape file path properly in dashboard, remove question mark scrub for now 2024-09-15 10:14:27 -05:00
Kyle Drake
605fa2cc74 scrub question marks 2024-09-14 13:10:26 -05:00
Kyle Drake
581756e110 tag search for activities, more tags in browse cloud, link between activity and browse tags 2024-09-04 12:19:48 -05:00
Kyle Drake
137f8af60b dont show comments for people you don't follow on news feeds 2024-09-03 22:08:41 -05:00
Kyle Drake
123d05d685 exclude nsfw from global feed 2024-08-30 00:15:27 -05:00
Kyle Drake
8a96e65f9f fix for missing comments on profile 2024-08-29 22:50:03 -05:00
Kyle Drake
aeb2e34243 fix for not showing site updates 2024-08-28 23:05:30 -05:00
Kyle Drake
68e1e2fed2 an inappropriate amount of fixes and improvements to the news feeds. if something breaks it's somebody else's fault 2024-08-28 15:16:24 -05:00
Kyle Drake
2625e1328a pagination for follow/follower lists 2024-08-26 22:41:23 -05:00
Kyle Drake
a67588a1c0 speed up and improve global activity 2024-08-26 21:53:10 -05:00
Kyle Drake
d10713455c fix for tag creation with extra space 2024-08-20 10:13:24 -05:00
Kyle Drake
c4487af180 fix for tag create/find 2024-08-19 22:37:31 -05:00
Kyle Drake
498f29bfa2 fixes for tests 2024-08-15 11:46:39 -05:00
Kyle Drake
6c0ecf752c use score for site suggestions 2024-08-15 10:55:10 -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
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
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
cc7731fe9c file name character limit to 200 chars 2024-07-17 17:30:16 -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
c0dca503c9 add py to whitelist (brython support) 2024-05-27 15:46:45 -05: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
cd05cdd44f dont exclude comments on news feed just for nsfw marking 2024-05-02 11:41:41 -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
ceefdcf7ca whitelist mjs, cjs, ts 2024-04-29 11:33:10 -05:00
Kyle Drake
5a936a599c improvements to jerk detector 2024-04-16 17:28:38 -05:00
Kyle Drake
9bd9d7cc3a show dotfiles in editor 2024-04-10 14:33:42 -05:00
Kyle Drake
160dc9e2de password reset tweaks 2024-04-09 16:49:57 -05:00
Kyle Drake
10acf8e7bb cleanups for account validation 2024-04-08 15:12:56 -05:00
Kyle Drake
8fdc30a88c missing atom mime type 2024-03-27 10:17:29 -05:00
Kyle Drake
f731466317 increase max follows to 2000 2024-03-27 14:01:28 +00:00
Kyle Drake
2831d2fd77 fixes for mime type changes 2024-03-27 02:03:59 +00:00
parkedhampster
26b6f6f6c8 undo auto-lint changes from my editor 2024-03-26 11:41:06 -04:00
parkedhampster
25ca2a879b Increase filename limit to ext4 character limit
Purpose of this PR:
- ext4 filesystems permit a filename limit of 255 characters
- changes arbitrary 100-character limit to the above limit
- many site builders will create minified files with names over 100 characters in length
- adds the limit as part of the error return as well
  - this is hard-coded currently (I am not intimately familiar with ruby)
2024-03-26 11:21:50 -04:00