aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* pdl editor for addon iitial commitMario2023-01-043-7/+74
* queueworker: implement auto_queue_worker_sleep setting in frontendMario2023-01-032-3/+18
* go away if method is not implementedMario2023-01-031-2/+2
* provide inline error messages for mod cloudMario2023-01-031-7/+4
* fix issues with pubstream tagcloudMario2023-01-022-16/+22
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2023-01-021-8/+24
|\
| * improve sse loopMario2023-01-021-8/+24
* | add sys channel to receiveres for public itemsMario Vavti2023-01-021-0/+2
|/
* change the logic of building the site only public stream. we will now fetch s...Mario Vavti2023-01-011-13/+16
* filter approvalsMario2022-12-272-1/+24
* move mod queueworker to /adminMario2022-12-272-19/+3
* fix subquery in hq widget and order by hubloc_id desc in handle_tag() to make...Mario2022-12-261-3/+5
* only display details if there are anyMario2022-12-221-4/+5
* queueworker: add some more detailsMario2022-12-221-10/+10
* minor cleanupMario2022-12-221-4/+11
* there is no point in wrapping single queries into a transactionMario2022-12-221-6/+3
* updateMario2022-12-211-0/+29
* queueworker: adjust process query to be complient with mariadb < 10.6 and add...Mario2022-12-211-16/+38
* pooll fixesMario2022-12-202-8/+9
* streamline ap followers only privacy warning with current handling. also fixe...Mario2022-12-191-7/+1
* queueworker: cleanup and implement auto sleep interval (hidden config for now)Mario2022-12-182-75/+57
* queueworker: fix maxworkers check and cleanupMario2022-12-151-25/+10
* queueworker testing and more logging to syslogMario2022-12-152-16/+23
* queueworker: introduce new interval config queueworker.queue_interval - defau...Mario Vavti2022-12-124-20/+17
* bring back poll and delivery intervalMario2022-12-125-36/+36
* debug from php logMario2022-12-111-0/+6
* fix typoMario2022-12-111-1/+1
* minor fixesMario2022-12-111-8/+3
* remove debug loggingMario2022-12-101-1/+1
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2022-12-101-5/+6
|\
| * Fix Redis session PHP warningsMax Kostikov2022-12-091-5/+6
* | add option to set worker sleep based on load average, remove redundand code a...Mario2022-12-1016-27/+72
|/
* sse_bs: respect the site firehose settingMario2022-12-071-7/+9
* typoMario2022-12-041-1/+1
* wordingMario2022-12-041-4/+4
* the logic for public stream has changed - adjust help text and externals, dis...Mario2022-12-042-7/+9
* look for iconfig at the right place, fix mod sharedwithme, comment out unused...Mario2022-12-033-46/+31
* fix typosMario2022-12-021-4/+4
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2022-12-021-5/+6
|\
| * Merge branch 'fix-category-widget-urls' into 'dev'Mario2022-12-021-5/+6
| |\
| | * Fix Category widget URLsHarald Eilertsen2022-11-261-5/+6
* | | move queueworker to core and bump versionMario2022-12-028-5/+569
|/ /
* | adjust the query to work with postgresMario2022-11-301-13/+13
* | fetch the unseen count in a subquery instead of a separate query and rename a...Mario2022-11-301-12/+6
* | provide a pdl file for mod invite and set the profileMario2022-11-301-0/+13
* | fix issue where site_firehose setting was always falseMario2022-11-291-6/+5
* | should compare against abook_updated to make sure we do not always poll broke...Mario2022-11-261-1/+3
* | mark unseen items seen after a certain amount of time (default 90 days)Mario2022-11-251-0/+16
* | do not always trigger a sse event if pubs notification are off or the app is ...Mario Vavti2022-11-241-3/+3
* | slight restructureMario Vavti2022-11-241-6/+12