aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "some work on bringing bang tags back for forums"Mario2023-03-031-11/+2
| | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
* some work on bringing bang tags back for forumsMario2023-03-021-2/+11
|
* message filter entries are stored encoded - make sure to decode the word ↵Mario2023-03-021-2/+2
| | | | before we use it
* do not include deleted hublocs when looking for authorMario2023-03-021-2/+2
|
* fix some php warningsMario2023-02-281-2/+2
|
* 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.
* fix syntax for get_compund_property()Mario2023-02-231-1/+2
|
* port some functions from streamsMario2023-02-231-18/+41
|
* Activity: do not force new thread if the announce is from a group actorMario2023-02-221-1/+5
|
* Activity: set xchan_pubforum if we deal with a group actorMario2023-02-221-3/+6
|
* queue fixesMario2023-02-161-13/+33
|
* make sure we provide a created timestamp for likes and remove the workaround ↵Mario Vavti2023-02-161-1/+2
| | | | which returned the wrong date format
* more queue updates from streams and remove a hz_syslogMario2023-02-162-13/+14
|
* we can sign messages which are not from the primary locationMario2023-02-151-4/+3
|
* remove deprecated functionsMario2023-02-122-129/+4
|
* implement hq widget author image and notifications updatesMario2023-02-121-1/+1
|
* port queue improvements from streamsMario2023-02-121-7/+21
|
* fix more hubloc confusion, implement hq widget author filter and some ↵Mario2023-02-091-2/+2
| | | | autocomplete fixes
* queueworker: do not wait for locked rows, use skip locked if configured via ↵Mario2023-02-081-4/+20
| | | | system.db_skip_locked_supported
* remove superfluous semicolonMario2023-02-011-1/+1
|
* minor cleanup and prevent duplicate recipients in some placesMario2023-01-262-31/+12
|
* according to spec this should be id instead of hrefMario2023-01-251-2/+2
|
* mark old hubloc entries from re-installed hubs deleted if we discover anyMario2023-01-121-1/+9
|
* remove fragment in notifier - it should not be required, when processing ↵Mario2023-01-121-1/+8
| | | | multiple choice polls sleep some time before calling the notifier
* fix race conditions when processing multiple choice pollsMario2023-01-111-4/+24
|
* queueworker: implement auto_queue_worker_sleep setting in frontendMario2023-01-031-1/+1
|
* minor cleanupMario2022-12-221-4/+11
|
* there is no point in wrapping single queries into a transactionMario2022-12-221-6/+3
|
* queueworker: adjust process query to be complient with mariadb < 10.6 and ↵Mario2022-12-211-16/+38
| | | | add process timeout exceptions for long running processes
* streamline ap followers only privacy warning with current handling. also ↵Mario2022-12-191-7/+1
| | | | fixes possible php error.
* queueworker: cleanup and implement auto sleep interval (hidden config for now)Mario2022-12-181-72/+54
|
* queueworker: fix maxworkers check and cleanupMario2022-12-151-25/+10
|
* queueworker testing and more logging to syslogMario2022-12-151-15/+22
|
* queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-122-11/+8
| | | | defaults to 500000 microseconds. No config UI yet.
* bring back poll and delivery intervalMario2022-12-121-4/+5
|
* debug from php logMario2022-12-111-0/+6
|
* minor fixesMario2022-12-111-8/+3
|
* remove debug loggingMario2022-12-101-1/+1
|
* add option to set worker sleep based on load average, remove redundand code ↵Mario2022-12-101-7/+19
| | | | and add return to some daemons
* look for iconfig at the right place, fix mod sharedwithme, comment out ↵Mario2022-12-031-3/+5
| | | | unused configs
* move queueworker to core and bump versionMario2022-12-022-1/+359
|
* slight restructureMario Vavti2022-11-241-6/+12
|
* remove loggingMario2022-11-171-2/+0
|
* fix regression when adding feed contactsMario2022-11-171-1/+3
|
* cast the type to update if it is an editMario2022-11-131-1/+6
|
* Ãwrong array keyMario2022-11-091-4/+7
|
* fix regression where automatically created directories were not public and ↵Mario2022-11-071-2/+2
| | | | pinned/featured state of apps was not displayed correctly
* fix case and german translation stringMario2022-11-061-2/+2
|
* do not update the guid on xchan/hubloc updates and define some array keysMario2022-11-041-4/+4
|
* fix warningsMario2022-11-031-4/+2
|