aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* make sure we provide a created timestamp for likes and remove the workaround ↵Mario Vavti2023-02-162-1/+3
| | | | which returned the wrong date format
* more queue updates from streams and remove a hz_syslogMario2023-02-163-14/+15
|
* we can sign messages which are not from the primary locationMario2023-02-151-4/+3
|
* revisit author_id and fix issue with pinned contentMario2023-02-152-9/+12
|
* fix mod cal after fullcalendar updateMario2023-02-141-5/+1
|
* remove deprecated functionsMario2023-02-123-131/+6
|
* implement hq widget author image and notifications updatesMario2023-02-123-4/+6
|
* port queue improvements from streamsMario2023-02-122-57/+48
|
* fix more hubloc confusion, implement hq widget author filter and some ↵Mario2023-02-094-5/+23
| | | | 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
|
* fix undefined varable warningMario2023-01-281-1/+2
|
* remove redundant argumentMario2023-01-281-1/+1
|
* minor cleanup and prevent duplicate recipients in some placesMario2023-01-262-31/+12
|
* update fullcalendar libraryMario2023-01-251-11/+1
|
* according to spec this should be id instead of hrefMario2023-01-251-2/+2
|
* theme fixesMario2023-01-251-3/+3
|
* 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-122-9/+10
| | | | multiple choice polls sleep some time before calling the notifier
* fix race conditions when processing multiple choice pollsMario2023-01-111-4/+24
|
* revert accidental change in sessionMario2023-01-051-1/+1
|
* fix affinity slider updates - issue #1714Mario2023-01-051-1/+1
|
* pdledit_gui: only show installed modules and widgetsMario2023-01-051-1/+9
|
* pubstream: when going to conv from unthreaded mode stay in the moduleMario2023-01-051-4/+3
|
* translateable stringsMario2023-01-041-2/+2
|
* fix issue #1717Mario2023-01-041-28/+29
|
* pdledi_gui: sort widgetsMario2023-01-041-0/+2
|
* Revert "pdledit_gui: minor cleanup"Mario2023-01-041-2/+0
| | | | This reverts commit 031df70cf83b19987f4d9c417f6f5fbbdf0fd983.
* pdledit_gui: minor cleanupMario2023-01-041-0/+2
|
* pdledit_gui: minor cleanupMario2023-01-041-7/+12
|
* 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 ↵Mario Vavti2023-01-011-13/+16
| | | | sys channel items but restrict them to authors of this site only. this fixes a comment permission issue.
* 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 ↵Mario2022-12-261-3/+5
| | | | make sure we get the most recent entry when using privacy tags
* 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 ↵Mario2022-12-211-16/+38
| | | | add process timeout exceptions for long running processes
* pooll fixesMario2022-12-202-8/+9
|
* streamline ap followers only privacy warning with current handling. also ↵Mario2022-12-191-7/+1
| | | | fixes possible php error.