aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* 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 - ↵Mario Vavti2022-12-124-20/+17
| | | | defaults to 500000 microseconds. No config UI yet.
* 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 ↵Mario2022-12-1016-27/+72
|/ | | | and add return to some daemons
* 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, ↵Mario2022-12-042-7/+9
| | | | disable lockfile check in cron daemon
* look for iconfig at the right place, fix mod sharedwithme, comment out ↵Mario2022-12-033-46/+31
| | | | unused configs
* 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 URLs See merge request hubzilla/core!2030
| | * Fix Category widget URLsHarald Eilertsen2022-11-261-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The category widget template expects a URL without any query params, as it appends `/?cat=<selected category>` to the base URL passed to it. The Widget code tried to preserve any query param passed to it except for the `cat` query param. When passed to the template, this caused the invalid URLs to be generated. Example input url: https://example.com/channel/user?f=&tag=pasta The URL generated for the "Dinner" category would then be: https://example.com/channel/user&tag=pasta&tag=pasta/?cat=Dinner Which is troublesome in more than one way, and cause at least some search bots to go wild by sending requests with increasingly long URLs. This patch will simply discard the existing query params in the URL, so with the same input url, the generated URL for the "Dinner" category will now be: https://example.com/channel/user/?cat=Dinner This is comparable to what the Category Cloud and Tag Cloud widgets already do.
* | | 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 ↵Mario2022-11-301-12/+6
| | | | | | | | array key
* | 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 ↵Mario2022-11-261-1/+3
| | | | | | | | broken feeds
* | 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
| | | | | | | | not installed for the channel
* | slight restructureMario Vavti2022-11-241-6/+12
| |
* | the blue dots were slightly too bold.Mario2022-11-221-1/+1
|/
* hq widget: use distinct classes for seen and unseen thread items countMario2022-11-181-1/+13
|
* hq widget: implement thread unseen items countMario2022-11-181-2/+12
|
* if a feed fails, do not update connected timestamp. attempt to poll feeds ↵Mario2022-11-172-2/+18
| | | | only once a day if we could not fetch it last time we tried
* remove loggingMario2022-11-171-2/+0
|
* externals: fix warningsMario2022-11-171-3/+3
|
* fix regression when adding feed contactsMario2022-11-171-1/+3
|
* performance: just count the first 99 unseen items and display 99+ if there ↵Mario2022-11-151-12/+12
| | | | are more than 99
* possible fix for issue #1698Mario2022-11-151-2/+2
|
* cast the type to update if it is an editMario2022-11-131-1/+6
|
* allow to look for pubstream items if we do not own one but make sure the ↵Mario2022-11-101-12/+9
| | | | permissons are checked correctly
* fix undefined variableMario2022-11-101-1/+2
|
* fix typo in variable nameMario2022-11-102-1/+2
|
* Ãwrong array keyMario2022-11-091-4/+7
|
* address issue #1705Mario2022-11-091-17/+17
|
* fix new uuid created when editing postMario2022-11-091-5/+4
|
* fix regression where automatically created directories were not public and ↵Mario2022-11-072-13/+13
| | | | 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-033-55/+54
|