aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵Mario2022-12-262-5/+7
| | | | | | | | 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
| |
* | bring back item-highlightMario2022-12-221-1/+3
| |
* | comment out unused codeMario Vavti2022-12-221-1/+2
| |
* | 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
| |
* | bump versionMario2022-12-211-1/+1
| |
* | queueworker: adjust process query to be complient with mariadb < 10.6 and ↵Mario2022-12-212-17/+39
| | | | | | | | add process timeout exceptions for long running processes
* | pooll fixesMario2022-12-202-8/+9
| |
* | make sure to include only zot6 hublocs in this query. including other ↵Mario Vavti2022-12-201-1/+2
| | | | | | | | networks could lead to unexpected results
* | streamline ap followers only privacy warning with current handling. also ↵Mario2022-12-191-7/+1
| | | | | | | | fixes possible php error.
* | bump versionMario2022-12-181-1/+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
| |
* | bump versionMario2022-12-151-1/+1
| |
* | queueworker testing and more logging to syslogMario2022-12-152-16/+23
| |
* | bump versionMario Vavti2022-12-121-1/+1
| |
* | queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-127-29/+23
| | | | | | | | defaults to 500000 microseconds. No config UI yet.
* | bring back poll and delivery intervalMario2022-12-128-47/+49
| |
* | debug from php logMario2022-12-112-1/+7
| |
* | fix typoMario2022-12-111-1/+1
| |
* | css fixesMario2022-12-113-18/+1
| |
* | minor fixesMario2022-12-112-8/+4
| |
* | 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-1017-44/+73
|/ / | | | | | | and add return to some daemons
* | exclude not tagable xchan networks handle_tag()Mario2022-12-081-4/+4
| |
* | sse_bs: respect the site firehose settingMario2022-12-071-7/+9
| |
* | add mark to html2bbcode parserMario2022-12-071-0/+1
| |
* | when uploading a image file, embed it in the item. otherwise attach itMario2022-12-071-2/+16
| |
* | $visitor is a stringMario2022-12-061-2/+2
| |
* | 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
* | changelog 7.8.7Mario2022-12-031-0/+5
| |
* | look for iconfig at the right place, fix mod sharedwithme, comment out ↵Mario2022-12-033-46/+31
| | | | | | | | unused configs
* | bump versionMario2022-12-021-1/+1
| |
* | 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.
* | | | db update 1254Mario2022-12-021-1/+1
| | | |
* | | | move queueworker to core and bump versionMario2022-12-0213-32/+604
|/ / /
* | / fix regression: new event not createdMario2022-12-021-4/+2
| |/ |/|
* | 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-302-15/+9
| | | | | | | | array key
* | provide a pdl file for mod invite and set the profileMario2022-11-302-0/+23
| |