aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * work around friendica img attachment has different href than body which ↵Mario2023-03-141-3/+24
| | | | | | | | | | | | results in duplicate images
| * | Merge branch 'dev' into 8.2RCMario2023-03-123-6/+10
| |\|
| | * 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
| * | Merge branch 'dev' into 8.2RCMario2023-03-121-1/+1
| |\|
| | * make sure to only transform channel wall posts for group actorsMario2023-03-121-1/+1
| | |
| * | fix version after mergeMario2023-03-121-1/+1
| |/
| * make an format exception for repeated forum postsMario2023-03-121-2/+2
| |
| * bump dev versionMario2023-03-111-1/+1
| |
| * more strings and provide mfa feedback via jgrowlMario2023-03-113-29/+38
| |
| * check form security token and require password to enable/diable mfaMario2023-03-112-0/+16
| |
| * fix php errorMario2023-03-111-1/+1
| |
| * strings and versionMario2023-03-112-8178/+8258
| |
| * merge es translations as per manuelMario2023-03-112-13637/+13553
| |
| * translateable stringsMario2023-03-112-3/+6
| |
| * mark items as fetched in other placesMario2023-03-113-0/+3
| |
| * only set owner to observer if the item is not fetched otherwise the comment ↵Mario2023-03-091-4/+8
| | | | | | | | author could end up as owner
| * mfa strings updateMario2023-03-094-9/+9
| |
| * more mfa cleanup, set the value in session if mfa is enabled and only allow ↵Mario2023-03-083-123/+63
| | | | | | | | enabling mfa after a test passed
| * more mfa cleanupMario2023-03-083-7/+8
| |
| * whitespaceMario2023-03-081-1/+1
| |
| * minor cleanupMario2023-03-082-4/+1
| |
| * testsMario2023-03-081-3/+3
| |
| * port totp mfa from streams with some adjustionsMario2023-03-08109-14/+17279
| |
| * position should be fixedMario2023-03-041-1/+3
| |
| * simplify pageloader animationMario2023-03-043-9/+22
| |
| * 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
| * add fixmeMario2023-03-031-0/+4
| |
| * Revert "some work on bringing bang tags back for forums"Mario2023-03-036-58/+27
| | | | | | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
| * some work on bringing bang tags back for forumsMario2023-03-026-27/+58
| |
| * provide a fake progress bar for pwa standalone modeMario2023-03-021-0/+18
| |
| * minor cleanup and docuMario2023-03-021-2/+2
| |
| * bump versionMario2023-03-021-1/+1
| |
| * message filter entries are stored encoded - make sure to decode the word ↵Mario2023-03-021-2/+2
| | | | | | | | before we use it
| * wrong variableMario2023-03-021-1/+0
| |
| * wrong variableMario2023-03-021-1/+1
| |
| * improve mod hq to save some db lookupsMario2023-03-021-26/+31
| |
| * do not include deleted hublocs when looking for authorMario2023-03-021-2/+2
| |
| * fix some php warningsMario2023-02-283-5/+7
| |
| * Revert "fix second part of issue #1731"Mario2023-02-271-1/+1
| | | | | | | | This reverts commit 0db2e6b62c2af950275e1a1f6096d4c974f467ce.
| * fix second part of issue #1731Mario2023-02-271-1/+1
| |
| * bump versionMario2023-02-271-1/+1
| |
| * Default owner_xchan to $observer (sender) in Activity::store() - this is ↵Mario2023-02-271-0/+1
| | | | | | | | because in case where an announce holds a relayed activity we drop the announce and process the relayed activity only. In that case actor.id as set in Activity::decode_note() will not be the correct owner. In other cases actor.id and sender should be identical.
| * possible fix for issue #1731Mario2023-02-271-3/+3
| |
| * slightly improve contact searchMario2023-02-243-5/+14
| |
| * css fixesMario2023-02-231-2/+3
| |
| * fix syntax for get_compund_property()Mario2023-02-231-1/+2
| |
| * port some functions from streamsMario2023-02-232-18/+49
| |
| * look for owner instead of author - this way we will also catch the via postsMario2023-02-221-1/+1
| |
| * Activity: do not force new thread if the announce is from a group actorMario2023-02-221-1/+5
| |