Commit graph

26963 commits

Author SHA1 Message Date
Mike Macgirvin
33d4596602 Merge branch 'dev' into release 2022-06-28 14:55:24 -07:00
Mike Macgirvin
86ee079606 release 2022-06-28 14:55:06 -07:00
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
363165fa14 Merge branch 'dev' into release 2022-06-28 00:44:08 -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
e1f4e6c4b8 Merge branch 'dev' into release 2022-06-26 01:52:08 -07:00
Mike Macgirvin
80ee930617 unit test fail 2022-06-26 01:51:31 -07:00
Mike Macgirvin
54da4104ae Merge branch 'dev' into release 2022-06-26 01:50:47 -07:00
Mike Macgirvin
b8f9e270fd cleanup deprecated code 2022-06-26 01:50:02 -07:00
Mike Macgirvin
324c53e2af Merge branch 'dev' into release 2022-06-26 01:38:03 -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
7b4d45d6a2 Merge branch 'dev' into release 2022-06-25 17:17:47 -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
7883fcd537 Merge branch 'dev' into release 2022-06-23 23:19:19 -07:00
Mike Macgirvin
82c2e371fa image upload issues (regression) 2022-06-23 23:18:22 -07:00
Mike Macgirvin
b1f6c6f133 Merge branch 'dev' into release 2022-06-23 22:32:18 -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
df7a3a80c4 Merge branch 'dev' into release 2022-06-23 17:20:45 -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