Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pdl editor for addon iitial commit | Mario | 2023-01-04 | 1 | -4/+15 |
| | |||||
* | we should look for owner_xchan just like in mod pubstream | Mario | 2023-01-04 | 1 | -2/+2 |
| | |||||
* | fix issues with pubstream tagcloud | Mario | 2023-01-02 | 1 | -45/+47 |
| | |||||
* | add sys channel to receiveres for public items | Mario Vavti | 2023-01-02 | 1 | -7/+7 |
| | |||||
* | fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵ | Mario | 2022-12-26 | 1 | -2/+2 |
| | | | | make sure we get the most recent entry when using privacy tags | ||||
* | comment out unused code | Mario Vavti | 2022-12-22 | 1 | -1/+2 |
| | |||||
* | make sure to include only zot6 hublocs in this query. including other ↵ | Mario Vavti | 2022-12-20 | 1 | -1/+2 |
| | | | | networks could lead to unexpected results | ||||
* | queueworker: introduce new interval config queueworker.queue_interval - ↵ | Mario Vavti | 2022-12-12 | 2 | -7/+4 |
| | | | | defaults to 500000 microseconds. No config UI yet. | ||||
* | bring back poll and delivery interval | Mario | 2022-12-12 | 2 | -9/+11 |
| | |||||
* | debug from php log | Mario | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | minor fixes | Mario | 2022-12-11 | 1 | -0/+1 |
| | |||||
* | exclude not tagable xchan networks handle_tag() | Mario | 2022-12-08 | 1 | -4/+4 |
| | |||||
* | add mark to html2bbcode parser | Mario | 2022-12-07 | 1 | -0/+1 |
| | |||||
* | when uploading a image file, embed it in the item. otherwise attach it | Mario | 2022-12-07 | 1 | -2/+16 |
| | |||||
* | $visitor is a string | Mario | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | move queueworker to core and bump version | Mario | 2022-12-02 | 3 | -22/+30 |
| | |||||
* | fix regression: new event not created | Mario | 2022-12-02 | 1 | -4/+2 |
| | |||||
* | disable context help until its content will be updated - it is not helpful ↵ | Mario | 2022-11-27 | 1 | -1/+3 |
| | | | | otherwise | ||||
* | re-install: make sure to fetch the latest hubloc in api_auth otherwise ↵ | Mario | 2022-11-27 | 1 | -2/+2 |
| | | | | authentication might fail | ||||
* | basically every incoming item should have a uuid by now | Mario | 2022-11-25 | 1 | -2/+2 |
| | |||||
* | de-duplicate by mid. there is no combined index for uid and uuid hence the ↵ | Mario Vavti | 2022-11-24 | 1 | -15/+5 |
| | | | | query could be slow if an uid has a lot of items. the workaround for hubzilla < 4.0 is not required anymore | ||||
* | fix warnings | Mario | 2022-11-24 | 1 | -3/+3 |
| | |||||
* | fix issue in tag_deliver() and silence some more warnings | Mario | 2022-11-20 | 2 | -5/+6 |
| | |||||
* | fix wrong array key and undefined array key | Mario | 2022-11-10 | 2 | -3/+4 |
| | |||||
* | items_fetch(): check if set and if there is a value | Mario | 2022-11-09 | 1 | -21/+19 |
| | |||||
* | fix regression where automatically created directories were not public and ↵ | Mario | 2022-11-07 | 1 | -6/+5 |
| | | | | pinned/featured state of apps was not displayed correctly | ||||
* | do not update the guid on xchan/hubloc updates and define some array keys | Mario | 2022-11-04 | 1 | -8/+19 |
| | |||||
* | php warning | Mario | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | missing field in query | Mario | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-26 | 3 | -1/+9 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-23 | 3 | -8/+9 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 3 | -1/+4 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 3 | -6/+7 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-20 | 4 | -12/+11 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-18 | 3 | -19/+20 |
| | |||||
* | remove logging | Mario | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 2 | -26/+32 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 4 | -5/+11 |
| | |||||
* | poco: remove unused parameters | Mario | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | fix mod poke | Mario | 2022-09-27 | 1 | -19/+17 |
| | |||||
* | emit a notice if an item was deleted - issue #1691 | Mario | 2022-09-22 | 1 | -0/+1 |
| | |||||
* | fix warnings and regressions | Mario | 2022-09-15 | 2 | -1/+2 |
| | |||||
* | chek permissions in get_things() - partly fixes issue #1686 a lot more work ↵ | Mario | 2022-09-14 | 1 | -48/+50 |
| | | | | is requird though | ||||
* | php8: warning fixes | Mario | 2022-09-14 | 6 | -54/+57 |
| | |||||
* | make actor_store() fetch the actor object if none is provided, remove ↵ | Mario | 2022-09-13 | 1 | -5/+2 |
| | | | | announce from the is_response array and provide a function to find the attributedTo url | ||||
* | php8: fix warnings | Mario | 2022-09-11 | 1 | -0/+8 |
| | |||||
* | php8: fix more warnings | Mario | 2022-09-11 | 6 | -40/+35 |
| |