Commit graph

2503 commits

Author SHA1 Message Date
nobody
20a6b731d9 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-26 18:10:23 -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
ede4dfd3ae Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-20 20:22:37 -07:00
nobody
9c72688c56 only return cache entry if it has contents 2021-04-20 19:33:06 -07:00
nobody
a18d0457e8 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-19 18:04:55 -07:00
nobody
e22220a61c incorrect variable 2021-04-19 18:00:02 -07:00
nobody
aec0003de8 use personal setting (if available) for number of threads to fetch on pubstream page 2021-04-19 17:29:12 -07:00
nobody
ed1139fdd2 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-19 15:56:31 -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
c3616bcc0f Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-18 13:19:26 -07:00
nobody
1f2981418e move 'replyto' from initial concept to experimental stage 2021-04-17 16:34:36 -07:00
nobody
6e822afcb5 Merge branch 'dev' of ../p3 into dev 2021-04-16 18:43:56 -07:00
nobody
29fcd158cb implement conversation endpoint 2021-04-16 18:43:14 -07:00
nobody
e9a0a682c4 only one entry showing on notifications page 2021-04-16 04:34:35 -07:00
nobody
a59b6399fa Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-14 21:38:16 -07:00
nobody
c1f99901f8 check sites module for blocked stuff 2021-04-14 19:19:06 -07:00
nobody
41927d89d6 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-14 17:41:53 -07:00
nobody
5828a844b6 Add site restriction checking to returned directory entries. Previously we only checked personal blocklists. Also some performance improvements on directory filtering. 2021-04-14 17:18:23 -07:00
nobody
6e484c73c9 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-13 21:13:33 -07:00
nobody
a110783fe9 comment control issues 2021-04-13 21:07:24 -07:00
nobody
0985428607 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-13 20:18:00 -07:00
nobody
7b6e1acbde unbalanced parens 2021-04-13 20:17:06 -07:00
nobody
982d3b5e5b Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-13 20:12:50 -07:00
nobody
bd298f4165 "active" setting for directory searches 2021-04-13 20:11:33 -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
112a3463c1 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-13 18:46:54 -07:00
nobody
df781212d4 propagate item comment settings to local children. This serves no practical purpose other than data consistency since we only check comment permissions against the parent item. 2021-04-13 18:35:07 -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
f3079addde Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-12 18:39:27 -07:00
nobody
1a4a46db6d summon requires array 2021-04-12 18:32:44 -07:00
nobody
36d5aec5f4 debugging queued collection fetches 2021-04-12 18:19:27 -07:00
nobody
3fca2da820 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-11 19:35:26 -07:00
nobody
5fa03c416c not enough levels of array 2021-04-11 19:20:28 -07:00
nobody
31c46fdb13 prevent looping on the sync packet 2021-04-11 19:13:36 -07:00
nobody
64ed1be4e1 cleanup after tests 2021-04-11 18:13:41 -07:00
nobody
d21f3ef61f abook uses 'entry_deleted' instead of just 'deleted' to detect deletions in sync packets 2021-04-10 20:36:03 -07:00
nobody
fa57e701d2 edge cases syncing atokens 2021-04-10 20:15:55 -07:00
nobody
d9d4a47dbb clone atokens and their associated structures 2021-04-10 18:41:35 -07:00
nobody
06d70288ef porting access tokens and making them generally more useful by adding them to connections 2021-04-10 15:32:14 -07:00
nobody
7aee418044 some oauth work necessary for AP C2S. This appears to be heading down the path of favouritism towards oauth2 and deprecating openid connect. In theory we should be able to support both, but the underlying library isn't quite as flexible as hoped and appears to favour one or the other without involving multiple installations. 2021-04-10 00:51:12 -07:00
nobody
456ea265bc provide option to block/ignore reshared content from any individual connection 2021-04-07 23:22:10 -07:00
nobody
89d2c293e7 Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-07 19:13:13 -07:00
nobody
38c2f8666b allow setting the UA string for fetches 2021-04-07 19:11:55 -07:00
nobody
486197c88e Merge branch 'dev' of /home/macgirvin/z into dev 2021-04-07 18:03:38 -07:00
nobody
64f3490839 comments 2021-04-06 21:03:47 -07:00
nobody
965430bd70 very slow progress on AP C2S API 2021-04-06 20:33:27 -07:00
nobody
ee99f8f27f issue commenting from search/display if you're the site admin 2021-04-06 19:49:44 -07:00
nobody
b48a70641e refactor the content search algorithm slightly to return public results if there are no results owned by the logged in channel. 2021-04-06 17:05:00 -07:00
nobody
9c4c7524a9 revision 2021-04-05 19:23:04 -07:00