Commit graph

2821 commits

Author SHA1 Message Date
nobody
11b4721681 Notifications API backend. Still needs cache/filter before enabling. 2021-09-06 23:32:54 -07:00
nobody
a81a70c107 new function unpack_link_id to complement gen_link_id 2021-09-03 15:14:39 -07:00
nobody
2d2b9d97bc bring back registration form validation 2021-08-31 06:15:14 -07:00
nobody
80d1b176de link files and photos views 2021-08-27 17:37:32 -07:00
nobody
0b0a6833de create alerttimer separate from notifications timer 2021-08-23 21:44:37 -07:00
nobody
5eca3e4e8c treat svg's as dangerous in filebrowser, cleanup atom validation, provide extra logging around the precise reason for allowed posts 2021-08-18 14:18:52 -07:00
nobody
62e94e336b more ECMA updates 2021-08-10 19:25:23 -07:00
nobody
fdcd98b9b1 finish disabling collection toggle in directory 2021-07-28 03:35:31 -07:00
nobody
90d16e7884 Merge branch 'dev' of ../p3 into dev 2021-07-25 17:21:25 -07:00
nobody
3a03e6285c some preliminary work on threaded comments refactor, bring back poke app. 2021-07-25 17:20:10 -07:00
nobody
8c422bf2c9 provide separate network timeout settings for get and post. We can allow a bit more time for posting as this is nearly always done in the background, and a lot of sites seem to be running on under-powered hardware these days and are failing to respond within 60 seconds and are therefore effectively dead when it comes to pushing stuff. 2021-07-24 14:48:51 -07:00
nobody
34adec27a6 redirect editpost to mod_photos correctly and open the form if photo 2021-07-20 02:29:52 -07:00
nobody
8f3ae4e600 mod_photos: upgrade likes 2021-07-19 14:20:27 -07:00
nobody
66934b4e06 missed this 2021-07-18 16:16:36 -07:00
nobody
de7092f826 rework mod_like cont. - should be good for everything but photos at the moment 2021-07-18 16:01:59 -07:00
nobody
28bdf048f5 typo in templates 2021-07-18 14:29:32 -07:00
nobody
4666a150ae fixes 2021-07-18 14:17:42 -07:00
nobody
d7f34c2b4f like refactor 2021-07-17 04:28:12 -07:00
nobody
c333a4c5f2 bring back 'post_mail' permission, but remove PERMS_NETWORK as an option as it is ambiguous in Zap and derivatives 2021-07-12 17:24:49 -07:00
nobody
06ad713d0c addd followers/following counts to chanview 2021-07-11 23:17:40 -07:00
nobody
83fe677e9e typos 2021-07-11 15:32:09 -07:00
nobody
28ad858121 chanview ui improvements 2021-07-11 14:41:51 -07:00
nobody
4d8ea8f02e chanview ui updates 2021-07-11 14:05:22 -07:00
nobody
cabed0682c improved photo editing and alt text support 2021-06-21 22:03:11 -07:00
nobody
92370b2060 encode_item: if item['obj'] is a string, return it as the item. Disable tag editing from photo edit menu 2021-06-19 20:49:30 -07:00
nobody
b384c44f34 cleanup some loose ends w/r/t activitypub addressing and confederation of activitypub signatures over nomad for use by third-parties on activitypub. 2021-06-03 21:57:08 -07:00
nobody
661e34be81 misty issue 4 - admin option exists to enable invite_only mode, but the invite app was deprecated until it could be fixed. So remove the admin option until the app is reinstated. 2021-06-02 02:00:44 -07:00
nobody
c3393df3ce notification and siteinfo cleanup 2021-05-31 14:32:02 -07:00
nobody
180fcc611d remove context help setting from admin/site 2021-05-28 00:43:50 -07:00
nobody
7d96c99fc3 cleanup siteinfo (html) 2021-05-28 00:37:56 -07:00
nobody
0a28510df6 move block_public_dir to security settings with the other block_public stuff 2021-05-26 16:56:54 -07:00
nobody
631904f145 Zot/10 = 'Nomad' 2021-05-02 16:41:18 -07:00
nobody
a110783fe9 comment control issues 2021-04-13 21:07:24 -07:00
nobody
b4d755f8ab provide "updated only" setting on directory searches which limits to entries that have been updated in < 60 days 2021-04-13 19:03:27 -07:00
nobody
ef8978be6c issues with comment control 2021-04-13 18:12:15 -07:00
nobody
456ea265bc provide option to block/ignore reshared content from any individual connection 2021-04-07 23:22:10 -07:00
nobody
d24b9a9544 disable file activities until a few more things are fixed. 2021-04-01 15:21:19 -07:00
nobody
0b08169eb2 initial exploration into the next generation of access tokens. First make the old system work again. 2021-03-16 18:59:56 -07:00
nobody
47b8f6b7d5 draft ux work 2021-03-13 13:28:16 -08:00
nobody
45527f656b drafts ux 2021-03-07 17:49:23 -08:00
nobody
debf8b6693 comment drafts 2021-03-07 15:11:03 -08:00
nobody
6736379582 change the icon for dm's 2021-01-24 18:17:30 -08:00
nobody
82e5639e73 Merge branch 'dev' of ../p3 into dev 2020-12-10 16:37:34 -08:00
nobody
673822e946 provide content_import in core and run it automatically if you choose to import posts when creating a clone. So one step import *if* you import from a site instead of a file (yay - finally). This required slight modifications to api_auth because it always looked for a cached identity and in this case the identity was just created and will not yet be in cache. 2020-12-10 16:32:29 -08:00
nobody
a91c1a5ccf more thread presentation 2020-12-08 17:18:45 -08:00
nobody
40a53a517c thread indent pixels setting 2020-12-07 20:02:38 -08:00
nobody
4325701ddb provide copy-to-clipboard on profile address 2020-12-05 13:18:52 -08:00
nobody
463ea86ba5 drafts v1 2020-11-29 16:38:45 -08:00
nobody
957ce3b13d channel level comments_closed 2020-11-28 13:27:24 -08:00
nobody
918fbb7d0e Merge branch 'dev' of ../p3 into dev 2020-11-24 19:23:53 -08:00