Commit graph

266 commits

Author SHA1 Message Date
Mike Macgirvin
df25574235 Recent change (3 months ago) to deprecate "interactive" drop_item fixed related sync issues but did not federate well.
This has now been fixed but full deprecation including change to drop_item() and drop_items() and dropitem_low_level() calling parameters requires additional effort.
2022-06-25 17:09:35 -07:00
Mike Macgirvin
7d290c6d80 Create DReport::is_expired(). Currently static but this may change.
Refactor datetime_convert() to use position independent arguments.
2022-06-25 00:25:10 -07:00
Mike Macgirvin
ff936b55b3 Don't censor your own images. For one thing this makes your posts difficult to preview, but in any case we're assuming you are tolerant to your own content. 2022-06-24 14:55:13 -07:00
Mike Macgirvin
0c6ac2c721 unit test failure 2022-06-24 14:08:59 -07:00
Mike Macgirvin
1e9cc85947 Add the importer to MessageFilter evaluation to match language filters for completed conversations.
Remove the arbitrary thread fetch count limit.
2022-06-24 13:59:30 -07:00
Mike Macgirvin
7ff75c5ea9 cleanup Stdio::mkdir() 2022-06-24 13:42:26 -07:00
Mike Macgirvin
5277cd3997 Rename Stdio::fpipe => Stdio::fcopy and remove some cruft that is no longer needed. 2022-06-24 13:28:29 -07:00
Mike Macgirvin
82c2e371fa image upload issues (regression) 2022-06-23 23:18:22 -07:00
Mike Macgirvin
7a6267dea3 wrap create_table_from_array() query in a transaction and convert xprof to use it in libzotdir.
This should eliminate any impact due to duplicate creates caused by race conditions, though they will probably still be logged.
2022-06-23 18:03:49 -07:00
Mike Macgirvin
9e8ab96c2f typo 2022-06-23 16:39:49 -07:00
Mike Macgirvin
c5fce31c46 Fix a couple of minor anomalies discovered in AS encoding of items (attachments and propertyvalues) 2022-06-23 16:37:11 -07:00
Mike Macgirvin
594f0cb76e This should fix the double share issue 2022-06-23 13:44:21 -07:00
Mike Macgirvin
26c7b64e34 add mention and tag count limits to reduce abuse when bypassing permissions 2022-06-23 03:47:35 -07:00
Mike Macgirvin
bb9c687de3 deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00
Mike Macgirvin
4cf5fd4a5f relocate patch 2022-06-22 03:34:09 -07:00
Mike Macgirvin
1cc95bc4e9 Committed to wrong dir 2022-06-22 03:32:08 -07:00
Mike Macgirvin
46d3f4cc16 move os_mkdir to Stdio 2022-06-22 03:19:52 -07:00
Mike Macgirvin
c1549be36a Merge branch 'dev' of ../rebble.net into dev 2022-06-22 02:42:08 -07:00
Mike Macgirvin
abcd456461 add Code\Storage\Stdio - start with pipe_streams() refactor 2022-06-22 02:36:53 -07:00
Mike Macgirvin
be9bb9f04d Merge branch 'dev' of ../rebble.net into dev 2022-06-21 20:01:20 -07:00
Mike Macgirvin
593bf652d6 Remove dead code and move account queries to Account class. 2022-06-21 19:59:37 -07:00
Mike Macgirvin
0643d4c487 Improve input sanitisation for Activity share. 2022-06-21 19:12:16 -07:00
Mike Macgirvin
0de1f9b590 Merge branch 'dev' of ../rebble.net into dev 2022-06-21 16:49:30 -07:00
Mike Macgirvin
422b16c2d2 refactor AS validity check 2022-06-21 16:47:52 -07:00
Mike Macgirvin
8d5e923775 Conflict with share class namespace, use Zlib explicitly. Check for missing/null data after unpacking jsalmon from remote. 2022-06-21 16:36:56 -07:00
Mike Macgirvin
981bf00e58 Merge branch 'dev' of ../rebble.net into dev 2022-06-21 16:14:34 -07:00
Mike Macgirvin
0923449a21 Remove some dead code and associated defines. 2022-06-21 16:13:01 -07:00
Mike Macgirvin
17e14ec33a Hide directory cover photo feature until ready for prime time. This also allows it to be turned off in order to save space. 2022-06-21 14:51:29 -07:00
Mike Macgirvin
eb563f2581 cover photos in directory. This will require scaling/caching. 2022-06-21 14:35:48 -07:00
Mike Macgirvin
d5ad4260ba string change 2022-06-21 13:07:49 -07:00
Mike Macgirvin
bd49d7a311 remove vlists app 2022-06-19 19:35:34 -07:00
Mike Macgirvin
911e6431b6 unclutter the user menu 2022-06-19 18:38:20 -07:00
Mike Macgirvin
bb17c462bb capitalisation consistency 2022-06-19 18:07:43 -07:00
Mike Macgirvin
19efd0ead6 Merge branch 'dev' of /home/macgirvin/streams into dev 2022-06-19 17:57:48 -07:00
Mike Macgirvin
189c5b25f9 Merge branch 'dev' of /home/macgirvin/unfediverse.com into dev 2022-06-19 14:05:04 -07:00
Mike Macgirvin
4760766eb8 restrict addon visibility 2022-06-19 14:04:20 -07:00
Mike Macgirvin
20a6104c35 hubloc network upgrade inconsistent 2022-06-19 13:58:49 -07:00
Mike Macgirvin
d377de366d fix anomoly in search results when principal exists on multiple networks 2022-06-19 13:27:14 -07:00
Mike Macgirvin
5814e564c7 remove obsolete comment 2022-06-19 02:46:58 -07:00
Mike Macgirvin
3a0a866c5f xchan_remote_profile_photo storage issue 2022-06-18 18:27:41 -07:00
Mike Macgirvin
cf53a0e101 hyperdrive posts being rejected due to implied_create which is acceptable since it was fetched and not delivered to inbox. 2022-06-18 15:40:39 -07:00
Mike Macgirvin
d711dc141e hubloc refactor continued - hubloc_delete() 2022-06-17 19:24:50 -07:00
Mike Macgirvin
5c329e8829 use unicode_trim for libzot names 2022-06-17 17:05:07 -07:00
Mike Macgirvin
e1e2c68653 rename include/text -> include/misc 2022-06-17 16:59:11 -07:00
Mike Macgirvin
d2e0143ace Trim unicode spaces on imported name field. 2022-06-17 16:22:17 -07:00
Mike Macgirvin
37afc9555f activitystreams url parse issue, re-factor naked links replacement 2022-06-17 15:41:57 -07:00
Mike Macgirvin
e9118b221e tracking down some obscure issues from logs 2022-06-17 00:07:44 -07:00
Mike Macgirvin
704f6e6516 replace auth hubloc lookup 2022-06-16 19:56:53 -07:00
Mike Macgirvin
078cf10bf0 typo check 2022-06-16 19:48:15 -07:00
Mike Macgirvin
35e02f25d6 begin hubloc refactor 2022-06-16 19:46:54 -07:00
Mike Macgirvin
a20156597a use current timestamp for cover_photo_activity object instead of photo timestamp, as the photo could come from media library 2022-06-16 15:00:36 -07:00
Mike Macgirvin
956fda2c21 Merge branch 'dev' of ../rebble.net into dev 2022-06-16 14:49:32 -07:00
Mike Macgirvin
526b9e41d2 slightly more aggressive/proactive hubloc filtering 2022-06-16 14:48:13 -07:00
Mike Macgirvin
49015e288a malformed reject/note activity 2022-06-16 13:40:47 -07:00
Mike Macgirvin
63194eab33 hubloc confusion 2022-06-15 03:06:39 -07:00
Mike Macgirvin
5928477b76 image description escaping continued 2022-06-10 02:18:37 -07:00
Mike Macgirvin
e47ddf4262 typo 2022-06-08 19:22:31 -07:00
Mike Macgirvin
e060d6ef5d remove tracker enablers 2022-06-08 16:54:50 -07:00
Mike Macgirvin
dcc294d67a remove all remote tracking services and their enablers 2022-06-08 16:48:07 -07:00
Mike Macgirvin
38a4527d21 use unicode full width bracket to escape brackets in alt text 2022-06-07 00:45:57 -07:00
Mike Macgirvin
4780df8a63 escape brackets in alt tags from remote sources. 2022-06-07 00:25:27 -07:00
Mike Macgirvin
3518f5f2de more directory stuff 2022-06-06 20:46:07 -07:00
Mike Macgirvin
29423d8039 deprecate directory stuff 2022-06-06 20:41:40 -07:00
Mike Macgirvin
d22c7e5aef Merge branch 'dev' of ../rebble.net into dev 2022-06-06 19:01:38 -07:00
Mike Macgirvin
27461b58ab fixes from upstream 2022-06-06 18:55:58 -07:00
Mike Macgirvin
502edd94e5 remove comment that no longer applies 2022-06-05 20:30:46 -07:00
Mike Macgirvin
aaf941f423 profile photo issues 2022-06-05 15:29:27 -07:00
Mike Macgirvin
adbe831443 try/catch module construction in mod_update to catch bad input without throwing execptions 2022-06-01 22:32:29 -07:00
Mike Macgirvin
943fce51fd deprecate block_public 2022-06-01 14:18:51 -07:00
Mike Macgirvin
de966207d7 cleanup and reduce log noise 2022-05-30 13:54:08 -07:00
Mike Macgirvin
58724dfb01 Merge branch 'dev' of ../unfediverse.com into dev 2022-05-26 14:51:01 -07:00
Mike Macgirvin
3808c4db57 add 'received' stream order 2022-05-25 16:00:59 -07:00
Mike Macgirvin
7242c6d5ad remove ancient xrd files 2022-05-25 13:14:47 -07:00
Mike Macgirvin
eeec41258e cleanup 2022-05-25 13:11:38 -07:00
Mike Macgirvin
d587a4d367 wrong hublocs being assigned 2022-05-24 20:56:49 -07:00
Mike Macgirvin
e621a25e9a Merge branch 'dev' of ../unfediverse.com into dev 2022-05-24 17:29:05 -07:00
Mike Macgirvin
c252f33375 bugfixes with linkinfo and zotobj 2022-05-24 17:28:11 -07:00
Mike Macgirvin
661d27427e disable newmember widget by default 2022-05-23 20:21:34 -07:00
Mike Macgirvin
8b0d3bd4a4 file not closed after reading exif, update install requirements to php 7.4 even though it should really be 8.0 2022-05-20 14:28:03 -07:00
Mike Macgirvin
cf2b8fdb30 deprecate ostatus:conversation 2022-05-19 13:47:30 -07:00
Mike Macgirvin
bf6765e7eb Merge branch 'dev' of /home/macgirvin/./streams into dev 2022-05-16 14:35:01 -07:00
Mike Macgirvin
79dddbbdf2 Change default signature back from hs2019 to rsa-sha256 due to lack of widespread support in the fediverse for draft-cavage-http-signatures-12. 2022-05-16 14:07:28 -07:00
Mike Macgirvin
98d738969c string change 2022-05-14 00:16:32 -07:00
Mike Macgirvin
0218221db5 extra paren 2022-05-11 15:26:06 -07:00
Mike Macgirvin
0606efd21f item.route unused, but needs to be set or DB will complain 2022-05-11 14:12:35 -07:00
Mike Macgirvin
363c660bad refactor app sync logic 2022-05-11 03:57:37 -07:00
Mike Macgirvin
67a3365cc8 ensure App::$sys_channel is set for all processes, both web and cli. 2022-05-10 15:33:56 -07:00
Mike Macgirvin
8c7003fd0d Merge branch 'dev' of /home/macgirvin/./streams into dev 2022-05-08 23:17:28 -07:00
Mike Macgirvin
0a8da67307 Change stream icon 2022-05-08 23:15:40 -07:00
Mike Macgirvin
54cdce8edd move finger module to dev 2022-05-08 22:28:34 -07:00
Mike Macgirvin
4a528ada4f reverse logic 2022-05-07 19:51:01 -07:00
Mike Macgirvin
ea158fbebd expose hs2019 setting in admin/security 2022-05-07 19:42:34 -07:00
nobody
a76ed6cc0e translate script 2022-05-06 05:08:09 -07:00
nobody
7b538cb9f1 adjust permissions from other import/sync platforms if they don't include deliver_stream 2022-05-05 22:32:09 -07:00
nobody
dfd8505a95 httpsig dev 2022-05-05 15:10:08 -07:00
nobody
80e1607944 one more typo 2022-05-05 13:53:37 -07:00
nobody
fd59d52731 typos 2022-05-05 13:17:09 -07:00
nobody
c7eee4fdad delivery issue 2022-05-05 06:04:30 -07:00
nobody
7f131b9266 Merge branch 'dev' of ../rebble.net into dev 2022-05-03 15:56:50 -07:00
nobody
2a6734fa96 move customsql back to admin and turn it into an app 2022-05-03 15:36:46 -07:00