Commit graph

26679 commits

Author SHA1 Message Date
Mike Macgirvin
50b434104f Merge branch 'dev' of ../rebble.net into dev 2022-06-28 14:54:21 -07:00
Mike Macgirvin
24c3a0df1f formatting messed up on repeats of censored authors that contain images. 2022-06-28 14:52:51 -07:00
Mike Macgirvin
cce05e82cc version 2022-06-28 00:43:47 -07:00
Mike Macgirvin
3b81e762e1 more work on federated quoted notes 2022-06-27 22:15:19 -07:00
Mike Macgirvin
fa6bfd2bf3 more work on quoted post federation 2022-06-27 20:10:51 -07:00
Mike Macgirvin
2bd649d453 More compatibility fixes related to federation of "quoteUrl". 2022-06-27 18:48:48 -07:00
Mike Macgirvin
5b25adb86c Reduce code inconsistencies between get_default_profile_photo() and get_default_cover_photo() 2022-06-26 21:35:29 -07:00
Mike Macgirvin
f67a6896f6 Wrap stdio calls in error_handler save and restore as @functions are deprecated in php81. 2022-06-26 18:39:23 -07:00
Mike Macgirvin
636688e432 Store only the smallest cover_photos (425x239 or scale '9') in cache/xp .
In setup, check for ther existence of /usr/bin/magick prior to looking for /usr/bin/convert.
2022-06-26 17:17:04 -07:00
Mike Macgirvin
2cf3f9ed9d Change the default cover photo and the default_cover_photo logic. 2022-06-26 15:40:09 -07:00
Mike Macgirvin
80ee930617 unit test fail 2022-06-26 01:51:31 -07:00
Mike Macgirvin
b8f9e270fd cleanup deprecated code 2022-06-26 01:50:02 -07:00
Mike Macgirvin
330c31a4e9 deprecate the interactive argument to drop_item() 2022-06-26 01:36:02 -07:00
Mike Macgirvin
7d7b8b1c50 Change default curl UA string to remove branding. 2022-06-25 21:52:59 -07:00
Mike Macgirvin
f4d0571f26 release 2022-06-25 17:17:25 -07:00
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
4db44d00b7 semantic web: wrap embeddded shared content in 'article' HTML tags 2022-06-25 14:02:35 -07:00
Mike Macgirvin
42994cf1ae review check_cron_broken() 2022-06-25 05:21:25 -07:00
Mike Macgirvin
017379a2db Merge branch 'dev' of ../rebble.net into dev 2022-06-25 00:38:34 -07:00
Mike Macgirvin
1b25178a53 cleanup get_dim() @brief get days in month 2022-06-25 00:37:34 -07:00
Mike Macgirvin
b0fea68799 Merge branch 'dev' of ../rebble.net into dev 2022-06-25 00:28:14 -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
36ec7ec512 Merge branch 'dev' of ../rebble.net into dev 2022-06-24 14:58:48 -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
f435a76c38 version 2022-06-24 14:11:40 -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
6919d3cc10 missed one pipe_streams replacement 2022-06-23 22:31:04 -07:00
Mike Macgirvin
897d69b3f4 Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-06-23 19:49:42 -07:00
nobody
eaf6bc721d remove dbunit dependency 2022-06-24 12:48:23 +10:00
nobody
c3e49c4795 Merge branch 'dev' of https://codeberg.org/streams/streams into dev 2022-06-24 12:42:55 +10:00
Mike Macgirvin
e0fd00718a don't log duplicate primary key errors to dbfail.out 2022-06-23 19:41:11 -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
26e5c82b4c strings 2022-06-23 17:20:27 -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
660c6c30b9 terms must be countable 2022-06-23 04:17:25 -07:00
Mike Macgirvin
e523da4047 Merge branch 'dev' of ../rebble.net into dev 2022-06-23 03:48:47 -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
86c0e0fb09 Merge branch 'dev' of ../unfediverse.com into dev 2022-06-23 00:57: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
4c2e191c2d remove some unnecessary code in import_remote_xchan_photo and create import_remote_cover_photo in preparation for future work 2022-06-22 14:36:54 -07:00
Mike Macgirvin
87ec1375f5 version 2022-06-22 13:06:36 -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