Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | work around friendica img attachment has different href than body which ↵ | Mario | 2023-03-14 | 1 | -3/+24 | |
| | | | | | | | | | | | | results in duplicate images | |||||
| * | | Merge branch 'dev' into 8.2RC | Mario | 2023-03-12 | 3 | -6/+10 | |
| |\| | ||||||
| | * | fix issue #1728 | Mario | 2023-03-12 | 2 | -3/+2 | |
| | | | ||||||
| | * | fix max_oembed_size check if content length header is an array (e.g. after a ↵ | Mario | 2023-03-12 | 1 | -3/+8 | |
| | | | | | | | | | | | | redirect with code 301) - fix issue #1727 | |||||
| * | | Merge branch 'dev' into 8.2RC | Mario | 2023-03-12 | 1 | -1/+1 | |
| |\| | ||||||
| | * | make sure to only transform channel wall posts for group actors | Mario | 2023-03-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix version after merge | Mario | 2023-03-12 | 1 | -1/+1 | |
| |/ | ||||||
| * | make an format exception for repeated forum posts | Mario | 2023-03-12 | 1 | -2/+2 | |
| | | ||||||
| * | bump dev version | Mario | 2023-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | more strings and provide mfa feedback via jgrowl | Mario | 2023-03-11 | 3 | -29/+38 | |
| | | ||||||
| * | check form security token and require password to enable/diable mfa | Mario | 2023-03-11 | 2 | -0/+16 | |
| | | ||||||
| * | fix php error | Mario | 2023-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | strings and version | Mario | 2023-03-11 | 2 | -8178/+8258 | |
| | | ||||||
| * | merge es translations as per manuel | Mario | 2023-03-11 | 2 | -13637/+13553 | |
| | | ||||||
| * | translateable strings | Mario | 2023-03-11 | 2 | -3/+6 | |
| | | ||||||
| * | mark items as fetched in other places | Mario | 2023-03-11 | 3 | -0/+3 | |
| | | ||||||
| * | only set owner to observer if the item is not fetched otherwise the comment ↵ | Mario | 2023-03-09 | 1 | -4/+8 | |
| | | | | | | | | author could end up as owner | |||||
| * | mfa strings update | Mario | 2023-03-09 | 4 | -9/+9 | |
| | | ||||||
| * | more mfa cleanup, set the value in session if mfa is enabled and only allow ↵ | Mario | 2023-03-08 | 3 | -123/+63 | |
| | | | | | | | | enabling mfa after a test passed | |||||
| * | more mfa cleanup | Mario | 2023-03-08 | 3 | -7/+8 | |
| | | ||||||
| * | whitespace | Mario | 2023-03-08 | 1 | -1/+1 | |
| | | ||||||
| * | minor cleanup | Mario | 2023-03-08 | 2 | -4/+1 | |
| | | ||||||
| * | tests | Mario | 2023-03-08 | 1 | -3/+3 | |
| | | ||||||
| * | port totp mfa from streams with some adjustions | Mario | 2023-03-08 | 109 | -14/+17279 | |
| | | ||||||
| * | position should be fixed | Mario | 2023-03-04 | 1 | -1/+3 | |
| | | ||||||
| * | simplify pageloader animation | Mario | 2023-03-04 | 3 | -9/+22 | |
| | | ||||||
| * | do not use zrl tag for non zot profiles and remove redundant foreach which ↵ | Mario | 2023-03-03 | 1 | -33/+31 | |
| | | | | | | | | was a leftover from zot to zot6 transition days | |||||
| * | add fixme | Mario | 2023-03-03 | 1 | -0/+4 | |
| | | ||||||
| * | Revert "some work on bringing bang tags back for forums" | Mario | 2023-03-03 | 6 | -58/+27 | |
| | | | | | | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150. | |||||
| * | some work on bringing bang tags back for forums | Mario | 2023-03-02 | 6 | -27/+58 | |
| | | ||||||
| * | provide a fake progress bar for pwa standalone mode | Mario | 2023-03-02 | 1 | -0/+18 | |
| | | ||||||
| * | minor cleanup and docu | Mario | 2023-03-02 | 1 | -2/+2 | |
| | | ||||||
| * | bump version | Mario | 2023-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | message filter entries are stored encoded - make sure to decode the word ↵ | Mario | 2023-03-02 | 1 | -2/+2 | |
| | | | | | | | | before we use it | |||||
| * | wrong variable | Mario | 2023-03-02 | 1 | -1/+0 | |
| | | ||||||
| * | wrong variable | Mario | 2023-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | improve mod hq to save some db lookups | Mario | 2023-03-02 | 1 | -26/+31 | |
| | | ||||||
| * | do not include deleted hublocs when looking for author | Mario | 2023-03-02 | 1 | -2/+2 | |
| | | ||||||
| * | fix some php warnings | Mario | 2023-02-28 | 3 | -5/+7 | |
| | | ||||||
| * | Revert "fix second part of issue #1731" | Mario | 2023-02-27 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 0db2e6b62c2af950275e1a1f6096d4c974f467ce. | |||||
| * | fix second part of issue #1731 | Mario | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | bump version | Mario | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Default owner_xchan to $observer (sender) in Activity::store() - this is ↵ | Mario | 2023-02-27 | 1 | -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 #1731 | Mario | 2023-02-27 | 1 | -3/+3 | |
| | | ||||||
| * | slightly improve contact search | Mario | 2023-02-24 | 3 | -5/+14 | |
| | | ||||||
| * | css fixes | Mario | 2023-02-23 | 1 | -2/+3 | |
| | | ||||||
| * | fix syntax for get_compund_property() | Mario | 2023-02-23 | 1 | -1/+2 | |
| | | ||||||
| * | port some functions from streams | Mario | 2023-02-23 | 2 | -18/+49 | |
| | | ||||||
| * | look for owner instead of author - this way we will also catch the via posts | Mario | 2023-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Activity: do not force new thread if the announce is from a group actor | Mario | 2023-02-22 | 1 | -1/+5 | |
| | |