aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* php warningMario2023-05-101-5/+5
|
* php warningsMario2023-05-101-6/+6
|
* fix query for postgresMario Vavti2023-05-101-1/+1
|
* missing functionMario Vavti2023-05-101-0/+33
|
* deal with arrays and jsonMario Vavti2023-05-101-37/+63
|
* update profile vcard to implement the cover imageMario2023-05-061-3/+9
|
* correctly set some perms when our follow request was acceptedMario2023-04-251-1/+0
|
* fix regression when rendering event itemsMario2023-04-232-2/+3
|
* % values in format_poll() should be roundedMario2023-04-191-8/+8
|
* fix php warningMario2023-04-161-3/+3
|
* fix php warningMario2023-04-161-1/+1
|
* improved item_expire()Mario Vavti2023-04-142-35/+25
|
* update remove_all_xchan_resources() and remove deletion of deprecated conv tableMario Vavti2023-04-132-28/+27
|
* prevent duplicate definitionsMario Vavti2023-04-131-3/+11
|
* split up a potentially long running sql queryMario2023-04-081-0/+2
|
* ignore deliveries by our own channel which do not origin from the local hub. ↵Mario2023-03-301-1/+1
| | | | instead rely on the sync delivery.
* do not add not_here, anon, token and rss contacts to receiversMario Vavti2023-03-291-2/+1
|
* initial check in to allow all mentions optionMario2023-03-232-9/+42
|
* update bb_parse_b64_crypt()Mario2023-03-181-2/+4
|
* fix issue #1728Mario2023-03-122-3/+2
|
* fix max_oembed_size check if content length header is an array (e.g. after a ↵Mario2023-03-121-3/+8
| | | | redirect with code 301) - fix issue #1727
* more mfa cleanupMario2023-03-081-1/+2
|
* minor cleanupMario2023-03-081-1/+1
|
* port totp mfa from streams with some adjustionsMario2023-03-081-1/+10
|
* do not use zrl tag for non zot profiles and remove redundant foreach which ↵Mario2023-03-031-33/+31
| | | | was a leftover from zot to zot6 transition days
* Revert "some work on bringing bang tags back for forums"Mario2023-03-032-16/+18
| | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
* some work on bringing bang tags back for forumsMario2023-03-022-18/+16
|
* possible fix for issue #1731Mario2023-02-271-3/+3
|
* port some functions from streamsMario2023-02-231-0/+8
|
* we can sign messages which are not from the primary locationMario2023-02-153-3/+11
|
* revisit author_id and fix issue with pinned contentMario2023-02-151-0/+1
|
* fix ics importMario2023-01-281-1/+1
|
* redbasic: implement setting for always light navbar icons and some minor fixesMario2023-01-261-0/+2
|
* minor cleanup and prevent duplicate recipients in some placesMario2023-01-261-8/+14
|
* native dark theme initial checkinMario2023-01-201-0/+3
|
* fix race conditions when processing multiple choice pollsMario2023-01-111-1/+1
|
* pubstream: when going to conv from unthreaded mode stay in the moduleMario2023-01-051-6/+19
|
* fix issue #1717Mario2023-01-041-0/+1
|
* pdl editor for addon iitial commitMario2023-01-041-4/+15
|
* we should look for owner_xchan just like in mod pubstreamMario2023-01-041-2/+2
|
* fix issues with pubstream tagcloudMario2023-01-021-45/+47
|
* add sys channel to receiveres for public itemsMario Vavti2023-01-021-7/+7
|
* fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵Mario2022-12-261-2/+2
| | | | make sure we get the most recent entry when using privacy tags
* comment out unused codeMario Vavti2022-12-221-1/+2
|
* make sure to include only zot6 hublocs in this query. including other ↵Mario Vavti2022-12-201-1/+2
| | | | networks could lead to unexpected results
* queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-122-7/+4
| | | | defaults to 500000 microseconds. No config UI yet.
* bring back poll and delivery intervalMario2022-12-122-9/+11
|
* debug from php logMario2022-12-111-1/+1
|
* minor fixesMario2022-12-111-0/+1
|
* exclude not tagable xchan networks handle_tag()Mario2022-12-081-4/+4
|