Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go away if method is not implemented | Mario | 2023-01-03 | 1 | -2/+2 |
| | |||||
* | provide inline error messages for mod cloud | Mario | 2023-01-03 | 1 | -7/+4 |
| | |||||
* | fix issues with pubstream tagcloud | Mario | 2023-01-02 | 2 | -16/+22 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2023-01-02 | 1 | -8/+24 |
|\ | |||||
| * | improve sse loop | Mario | 2023-01-02 | 1 | -8/+24 |
| | | |||||
* | | add sys channel to receiveres for public items | Mario Vavti | 2023-01-02 | 1 | -0/+2 |
|/ | |||||
* | change the logic of building the site only public stream. we will now fetch ↵ | Mario Vavti | 2023-01-01 | 1 | -13/+16 |
| | | | | sys channel items but restrict them to authors of this site only. this fixes a comment permission issue. | ||||
* | filter approvals | Mario | 2022-12-27 | 2 | -1/+24 |
| | |||||
* | move mod queueworker to /admin | Mario | 2022-12-27 | 2 | -19/+3 |
| | |||||
* | fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵ | Mario | 2022-12-26 | 1 | -3/+5 |
| | | | | make sure we get the most recent entry when using privacy tags | ||||
* | only display details if there are any | Mario | 2022-12-22 | 1 | -4/+5 |
| | |||||
* | queueworker: add some more details | Mario | 2022-12-22 | 1 | -10/+10 |
| | |||||
* | minor cleanup | Mario | 2022-12-22 | 1 | -4/+11 |
| | |||||
* | there is no point in wrapping single queries into a transaction | Mario | 2022-12-22 | 1 | -6/+3 |
| | |||||
* | update | Mario | 2022-12-21 | 1 | -0/+29 |
| | |||||
* | queueworker: adjust process query to be complient with mariadb < 10.6 and ↵ | Mario | 2022-12-21 | 1 | -16/+38 |
| | | | | add process timeout exceptions for long running processes | ||||
* | pooll fixes | Mario | 2022-12-20 | 2 | -8/+9 |
| | |||||
* | streamline ap followers only privacy warning with current handling. also ↵ | Mario | 2022-12-19 | 1 | -7/+1 |
| | | | | fixes possible php error. | ||||
* | queueworker: cleanup and implement auto sleep interval (hidden config for now) | Mario | 2022-12-18 | 2 | -75/+57 |
| | |||||
* | queueworker: fix maxworkers check and cleanup | Mario | 2022-12-15 | 1 | -25/+10 |
| | |||||
* | queueworker testing and more logging to syslog | Mario | 2022-12-15 | 2 | -16/+23 |
| | |||||
* | queueworker: introduce new interval config queueworker.queue_interval - ↵ | Mario Vavti | 2022-12-12 | 4 | -20/+17 |
| | | | | defaults to 500000 microseconds. No config UI yet. | ||||
* | bring back poll and delivery interval | Mario | 2022-12-12 | 5 | -36/+36 |
| | |||||
* | debug from php log | Mario | 2022-12-11 | 1 | -0/+6 |
| | |||||
* | fix typo | Mario | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | minor fixes | Mario | 2022-12-11 | 1 | -8/+3 |
| | |||||
* | remove debug logging | Mario | 2022-12-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2022-12-10 | 1 | -5/+6 |
|\ | |||||
| * | Fix Redis session PHP warnings | Max Kostikov | 2022-12-09 | 1 | -5/+6 |
| | | |||||
* | | add option to set worker sleep based on load average, remove redundand code ↵ | Mario | 2022-12-10 | 16 | -27/+72 |
|/ | | | | and add return to some daemons | ||||
* | sse_bs: respect the site firehose setting | Mario | 2022-12-07 | 1 | -7/+9 |
| | |||||
* | typo | Mario | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | wording | Mario | 2022-12-04 | 1 | -4/+4 |
| | |||||
* | the logic for public stream has changed - adjust help text and externals, ↵ | Mario | 2022-12-04 | 2 | -7/+9 |
| | | | | disable lockfile check in cron daemon | ||||
* | look for iconfig at the right place, fix mod sharedwithme, comment out ↵ | Mario | 2022-12-03 | 3 | -46/+31 |
| | | | | unused configs | ||||
* | fix typos | Mario | 2022-12-02 | 1 | -4/+4 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2022-12-02 | 1 | -5/+6 |
|\ | |||||
| * | Merge branch 'fix-category-widget-urls' into 'dev' | Mario | 2022-12-02 | 1 | -5/+6 |
| |\ | | | | | | | | | | | | | Fix Category widget URLs See merge request hubzilla/core!2030 | ||||
| | * | Fix Category widget URLs | Harald Eilertsen | 2022-11-26 | 1 | -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 version | Mario | 2022-12-02 | 8 | -5/+569 |
|/ / | |||||
* | | adjust the query to work with postgres | Mario | 2022-11-30 | 1 | -13/+13 |
| | | |||||
* | | fetch the unseen count in a subquery instead of a separate query and rename ↵ | Mario | 2022-11-30 | 1 | -12/+6 |
| | | | | | | | | array key | ||||
* | | provide a pdl file for mod invite and set the profile | Mario | 2022-11-30 | 1 | -0/+13 |
| | | |||||
* | | fix issue where site_firehose setting was always false | Mario | 2022-11-29 | 1 | -6/+5 |
| | | |||||
* | | should compare against abook_updated to make sure we do not always poll ↵ | Mario | 2022-11-26 | 1 | -1/+3 |
| | | | | | | | | broken feeds | ||||
* | | mark unseen items seen after a certain amount of time (default 90 days) | Mario | 2022-11-25 | 1 | -0/+16 |
| | | |||||
* | | do not always trigger a sse event if pubs notification are off or the app is ↵ | Mario Vavti | 2022-11-24 | 1 | -3/+3 |
| | | | | | | | | not installed for the channel | ||||
* | | slight restructure | Mario Vavti | 2022-11-24 | 1 | -6/+12 |
| | | |||||
* | | the blue dots were slightly too bold. | Mario | 2022-11-22 | 1 | -1/+1 |
|/ | |||||
* | hq widget: use distinct classes for seen and unseen thread items count | Mario | 2022-11-18 | 1 | -1/+13 |
| |