Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix various issues | Mario | 2022-10-21 | 2 | -5/+5 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 2 | -7/+7 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-10-20 | 1 | -4/+5 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-20 | 3 | -2/+6 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-18 | 2 | -1/+9 |
| | |||||
* | fix php warning | Mario | 2022-10-14 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-13 | 2 | -4/+12 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-10-13 | 2 | -15/+15 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 3 | -10/+11 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 3 | -7/+9 |
| | |||||
* | remove dead code and deal with conv privacy mismatches in Activity::store() | Mario | 2022-10-12 | 1 | -13/+18 |
| | |||||
* | when updating hubloc_connected also update hubloc_updated | Mario | 2022-10-05 | 1 | -1/+2 |
| | |||||
* | fix menu item display issue | Mario Vavti | 2022-09-29 | 1 | -2/+2 |
| | |||||
* | one more hub reinstall fix | Mario | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | hub reinstall issues | Mario | 2022-09-28 | 1 | -3/+3 |
| | |||||
* | php8: fix warnings | Mario | 2022-09-22 | 2 | -4/+4 |
| | |||||
* | fix warnings and regressions | Mario | 2022-09-15 | 3 | -4/+4 |
| | |||||
* | php8: warning fixes | Mario | 2022-09-14 | 3 | -31/+44 |
| | |||||
* | make actor_store() fetch the actor object if none is provided, remove ↵ | Mario | 2022-09-13 | 2 | -20/+62 |
| | | | | announce from the is_response array and provide a function to find the attributedTo url | ||||
* | php8: fix more warnings | Mario | 2022-09-11 | 5 | -25/+32 |
| | |||||
* | php8: random cleanup and warning fixes | Mario | 2022-09-08 | 3 | -33/+20 |
| | |||||
* | fix random php warnings | Mario | 2022-09-07 | 1 | -1/+6 |
| | |||||
* | fix display of star and dreport links | Mario | 2022-09-06 | 1 | -7/+4 |
| | |||||
* | fix issue where an unkown diaspora author was not imported if the comment ↵ | Mario | 2022-08-30 | 2 | -1/+19 |
| | | | | arrived via a relayed activity and a minor css fix | ||||
* | do not escape tags here since it will destroy additional query params | Mario | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | Activity: check for other forms of as:Public, Search: make sure to run ↵ | Mario | 2022-08-21 | 1 | -2/+1 |
| | | | | htmlspecialchars_decode on the AP url so that previously encoded chars will be decoded again | ||||
* | only decode attachment and iconfig for nonresponse activities | Mario Vavti | 2022-08-04 | 1 | -9/+9 |
| | |||||
* | fix lang tests if result is ambigous | Mario | 2022-07-26 | 1 | -10/+26 |
| | |||||
* | add "falsey" test | Mario | 2022-07-26 | 1 | -1/+11 |
| | |||||
* | oembed: implement a max oembed size which defaults to 1MB and do not try to ↵ | Mario | 2022-06-03 | 1 | -1/+1 |
| | | | | oembed text previews | ||||
* | prevent php error and add some doco | Mario | 2022-05-25 | 1 | -1/+5 |
| | |||||
* | streamline inbound attachment handling and fix regression from issue #1679 | Mario | 2022-05-23 | 1 | -22/+74 |
| | |||||
* | rendering fixes | Mario | 2022-05-19 | 1 | -12/+12 |
| | |||||
* | implement starring of pubstream items | Mario | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | make sure we use source.content when rendering events to correctly render ↵ | Mario | 2022-05-16 | 1 | -1/+1 |
| | | | | observer related content. fix wrong media types. | ||||
* | fix php errors | Mario | 2022-05-14 | 1 | -3/+3 |
| | |||||
* | do not set allowed to true if verb is ACTIVITY_SHARE and slightly changed ↵ | Mario | 2022-05-13 | 1 | -3/+7 |
| | | | | logic for conv fetches | ||||
* | update queries in mod search - fixes #1677 | Mario | 2022-05-11 | 1 | -0/+1 |
| | |||||
* | deal with pleroma reactions | Mario | 2022-05-10 | 1 | -0/+8 |
| | |||||
* | use rev instead of _updated and the unix timestamp is less likely to cause ↵ | Mario | 2022-05-09 | 1 | -1/+1 |
| | | | | issues in the future | ||||
* | add the update date to the icon url. some platforms will not update if the ↵ | Mario | 2022-05-07 | 1 | -1/+1 |
| | | | | icon url remains static | ||||
* | more cleanup | Mario | 2022-05-06 | 1 | -2/+2 |
| | |||||
* | some cleanup after moving articles and cards to addons | Mario | 2022-05-06 | 1 | -14/+1 |
| | |||||
* | fix core issue #1676 and a liked/disliked/commented confusion | Mario | 2022-05-06 | 1 | -5/+20 |
| | |||||
* | move wiki to addons | Mario | 2022-05-06 | 2 | -1047/+0 |
| | |||||
* | hubloc in AS has been moved from data to meta a while ago | Mario Vavti | 2022-04-26 | 1 | -2/+2 |
| | |||||
* | fix regression with incoming poll answers from activitypub | Mario Vavti | 2022-04-23 | 1 | -1/+1 |
| | |||||
* | move AP addressing to pubcrawl | Mario Vavti | 2022-04-07 | 1 | -122/+14 |
| | | | (cherry picked from commit 1390e1db399c06cb76e191437eb5be24dd95a5c7) | ||||
* | fixes in regard to hub re-installs: dismiss deleted hublocs, make sure we ↵ | Mario | 2022-04-01 | 2 | -3/+3 |
| | | | | use the latest hubloc entry for addressing, in Queue::deliver() prefer primaries since their info is probably more accurate |