Commit graph

284 commits

Author SHA1 Message Date
nobody
eb0edce54d rewrite fixes 2021-12-04 13:00:06 -08:00
nobody
ce7f49dc6d Merge branch 'psr12' into dev 2021-12-03 12:52:41 -08:00
nobody
c5f213e9d8 Merge branch 'psr12' into dev 2021-12-03 12:28:45 -08:00
nobody
d46dd6aeb8 psr12 rewrites, continued 2021-12-03 14:01:39 +11:00
nobody
f602a393a5 psr12 updates 2021-12-03 10:02:31 +11:00
nobody
389b2e5b17 initial psr12 conversion 2021-12-03 09:33:36 +11:00
nobody
457c9707e3 perform plugin deliveries even if no other recipients 2021-12-01 11:48:01 -08:00
nobody
288160970b lemmy compatibility changes and re-factor hs2019 http-signature handling because the spec is a friggin' mess and nobody is even trying to get it right. We are. 2021-11-19 22:01:49 -08:00
nobody
ae0a101ecb Only import at most 20 posts from new connections. Was 100. 2021-11-05 12:52:50 -07:00
nobody
ff628bdfed upstream fixes to channel delete syncing, more command completion work for nomad-shell 2021-10-03 19:30:35 -07:00
git-marijus
937c75495f missing comma 2021-09-30 08:09:30 +02:00
git-marijus
1415ca70c0 Merge branch 'dev' of https://codeberg.org/zot/zap into dev 2021-09-30 07:53:03 +02:00
git-marijus
3915e2b795 missing channel_id in query 2021-09-30 07:52:15 +02:00
nobody
4d347401bc notifier: don't invoke hyperdrive if the parent is a group. 2021-09-28 20:19:17 -07:00
nobody
3a9d47673d fix some of the group poll issues. Remaining: don't Announce answers, group owner unable to vote currently 2021-09-28 18:28:12 -07:00
nobody
17105fcd15 more sitechan backend stuff 2021-09-23 15:26:31 -07:00
nobody
0d20f67beb prepare for sitechan to land 2021-09-20 22:44:03 -07:00
nobody
0fd7ad5be0 dreport log 2021-07-27 05:26:47 -07:00
nobody
8f26551fc8 fine tuning mastgroups 2021-06-23 21:26:53 -07:00
nobody
ef95335e7e don't deliver/accept group boosted comments 2021-06-23 16:56:49 -07:00
nobody
88cbfaee67 filter group comment boosts from zot6 deliveries. 2021-06-23 13:30:23 -07:00
nobody
5dde6a54c1 groups work from roadhouse 2021-06-18 22:12:23 -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
12d9796e8a use 'Ignore' for unfollowing threads instead of 'Unfollow' which isn't specified in the ActivityStreams vocabulary. This is low impact since these activities do not federate. Updates to previously unfollowed threads may show up after this change and may require unfollowing again since existing activities were not modified. 2021-05-17 14:14:57 -07:00
nobody
890ceea3ee remove experimental setting on replyTo, limit incoming message size (regression), fix variable re-use in storage/basicauth, and add attachments for all attached photos/files. 2021-04-22 14:41:26 -07:00
nobody
7bdfa610b3 more work on image cache 2021-04-20 23:26:47 -07:00
nobody
9a7a154bb8 more img_cache work - move fetches entirely to background 2021-04-20 20:02:59 -07:00
nobody
23a21fc63f Don't fetch replyTo by default. It's wasteful. Just store the value. 2021-04-19 15:51:15 -07:00
nobody
825614c7d3 replyto enhancements 2021-04-17 19:06:41 -07:00
nobody
1f2981418e move 'replyto' from initial concept to experimental stage 2021-04-17 16:34:36 -07:00
nobody
32d03a825d onepoll: improvements in fetching outbox content 2021-04-12 22:37:08 -07:00
nobody
0f62a46844 cleanup 2021-04-12 20:49:58 -07:00
nobody
038b1cbe06 fetch collections 2021-04-05 19:21:28 -07:00
nobody
e9584aff10 remove accounts that do not complete email verification in 3 days 2021-03-17 18:30:37 -07:00
nobody
d69589e17e scripted replace of 'array()' with '[]' 2021-03-14 22:10:44 -07:00
nobody
3d91ecbe82 include follow 2021-03-13 14:42:19 -08:00
nobody
f30e71038d notifier: reject unfollow activities, which are internal use only and should not be forwarded 2021-03-13 14:03:27 -08:00
nobody
988f223ca3 yet more php8 2021-03-11 17:09:22 -08:00
nobody
e190f23f24 php8 cont. 2021-03-10 16:51:42 -08:00
nobody
d4346b7f4d restart the docfile importer 2021-03-01 15:59:57 -08:00
nobody
11de7c31da cleanup gprobe, update strings and version 2021-02-28 16:33:20 -08:00
nobody
997176fadf migration testing 2021-02-17 19:44:31 -08:00
nobody
5da6b86ee9 some patches from upstream, plus zot fetch conversation was only checking for zot authors and missing AP authors resulting in 'author not found' even though the record existed. 2021-02-13 14:38:31 -08:00
nobody
99b5660dfd issue #14 2021-01-29 12:09:44 -08:00
nobody
1c3c9ceeb9 Provide infrastructure for porting queueworker addon and fix some nasty queueworker bugs 2021-01-27 20:55:55 -08:00
nobody
db503f4af0 - disable Convo (fetches conversation children - the opposite of fetch_parents) because it simply isn't reliable (only implemented in Mastodon) and is also causing load issues on some sites.
- remove items in background from within channel_remove() due to load/memory issues
 - provide purge_all (Delete->Actor) messages over ActivityPub as this functionality was missing.
2021-01-26 11:29:34 -08:00
nobody
4c46fa4517 add threadlistener support to outbox and explain why 2021-01-23 14:00:16 -08:00
nobody
09c5b032f5 use hardwired ap schema 2021-01-22 16:59:56 -08:00
nobody
adb1546491 Merge branch 'dev' of ../p3 into dev 2020-12-21 19:07:10 -08:00
nobody
aab0074005 onepoll tweaks 2020-12-21 19:06:34 -08:00