aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'owa-error-messages' into 'dev'Mario9 days1-78/+106
|\
| * Add error message on missing owa auth headersHarald Eilertsen12 days1-78/+106
* | possible sql performance improvementsMario Vavti11 days2-7/+10
|/
* fix php warniing in case tgt_type is not setMario Vavti2025-01-241-1/+1
* dismiss entries where primary location data is not complete for some reasonMario Vavti2025-01-051-0/+5
* cleanup outdated doc entries just once after the docs were imported to the dbMario Vavti2025-01-051-12/+12
* remove redundant argumentsMario Vavti2025-01-041-2/+2
* pass uid to drop_item() to ensure we will have permission to actually drop th...Mario Vavti2024-12-291-2/+2
* missing argument nameMario2024-12-261-1/+1
* fix another possible loopMario2024-12-261-1/+1
* this should fix the infinite loop caused by a regression in Daemon/ExpireMario2024-12-252-3/+3
* hotfix for loop caused in Daemon/ExpireMario2024-12-251-1/+1
* do not allow a new zid to override an existing remote login - otherwise a prf...Mario2024-12-221-1/+1
* fix sql errorMario2024-12-221-1/+1
* better pubs notofication fiy and also fix a javascript error and remove last ...Mario2024-12-211-1/+5
* fix anomaly in pubs notificationMario2024-12-211-2/+0
* refactor notifications widget and updateConvItems() to not require jqueryMario2024-12-192-5/+4
* introduce item_forwardable() and check it before we call the notifier to poss...Mario2024-12-103-26/+8
* pubcrawl: support for inbound add/remove activities and minor cleanupMario2024-12-102-28/+49
* fix delayed post handling in cron, always set item_delayed if we select a cre...Mario2024-12-083-28/+20
* fix expirationMario2024-12-071-4/+3
* add more indicators and a new function to return relative time in the past an...Mario2024-12-071-3/+3
* Libzot: remove commented code which duplicates code in Activity::decode_note()Mario2024-12-071-21/+0
* more cleanupMario2024-12-071-41/+2
* provide a comments disabled indicator and some cleanupMario2024-12-071-39/+8
* only allow disable_comments on thread topMario2024-12-071-0/+1
* Ãfix issue where poll updates were dismissed due to missing edited update, f...Mario2024-12-063-4/+13
* an attempt to fix some comments on/off anomaliesMario2024-12-063-5/+10
* set item_type so that notifier can do the right thingMario2024-12-061-0/+1
* filtering censored xchans in mod pubstream queries has possible performance i...Mario2024-12-052-16/+10
* also copy the item_restrict field to the add activity and check for this fiel...Mario2024-12-022-1/+2
* save a loop by ordering results by item_wall and more uuid only lookupMario2024-11-282-9/+9
* sql lookup by uuid should be sufficient by now, remove superfluous require_on...Mario2024-11-281-5/+1
* Fix and refactor module Admin\Accounts part IHarald Eilertsen2024-11-272-110/+234
* some cleanup for mod magicMario Vavti2024-11-182-25/+32
* more phpstan errorsMario Vavti2024-11-171-36/+0
* fix some errors detected by phpstanMario Vavti2024-11-173-3/+6
* fix undefined variablesMario2024-11-172-5/+3
* Merge branch 'various-phpstan-issues' into 'dev'Mario2024-11-1453-420/+163
|\
| * Several issues discovered by PHPStanHarald Eilertsen2024-11-1453-420/+163
* | fix some conent import issuesMario Vavti2024-11-143-12/+15
* | fix race condition when updating multiple choice pollsMario2024-11-131-31/+52
* | this is not true anymore - check owner permsMario2024-11-131-1/+0
* | containers: poll testingMario2024-11-112-81/+100
* | fix undefined var warningMario2024-11-111-1/+1
* | Merge branch 'dev' into containersMario Vavti2024-11-101-12/+15
|\|
| * Revert "Module\Item: Make $item_id an object property."Mario2024-11-101-12/+15
* | containers: testing sourced itemsMario Vavti2024-11-101-1/+2
* | Merge branch 'dev' into containersMario Vavti2024-11-101-224/+228
|\|
| * Module\Item: Make $item_id an object property.Harald Eilertsen2024-11-101-15/+12