Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | hq widget: implement thread unseen items count | Mario | 2022-11-18 | 1 | -2/+12 |
| | |||||
* | if a feed fails, do not update connected timestamp. attempt to poll feeds ↵ | Mario | 2022-11-17 | 2 | -2/+18 |
| | | | | only once a day if we could not fetch it last time we tried | ||||
* | remove logging | Mario | 2022-11-17 | 1 | -2/+0 |
| | |||||
* | externals: fix warnings | Mario | 2022-11-17 | 1 | -3/+3 |
| | |||||
* | fix regression when adding feed contacts | Mario | 2022-11-17 | 1 | -1/+3 |
| | |||||
* | performance: just count the first 99 unseen items and display 99+ if there ↵ | Mario | 2022-11-15 | 1 | -12/+12 |
| | | | | are more than 99 | ||||
* | possible fix for issue #1698 | Mario | 2022-11-15 | 1 | -2/+2 |
| | |||||
* | cast the type to update if it is an edit | Mario | 2022-11-13 | 1 | -1/+6 |
| | |||||
* | allow to look for pubstream items if we do not own one but make sure the ↵ | Mario | 2022-11-10 | 1 | -12/+9 |
| | | | | permissons are checked correctly | ||||
* | fix undefined variable | Mario | 2022-11-10 | 1 | -1/+2 |
| | |||||
* | fix typo in variable name | Mario | 2022-11-10 | 2 | -1/+2 |
| | |||||
* | Ãwrong array key | Mario | 2022-11-09 | 1 | -4/+7 |
| | |||||
* | address issue #1705 | Mario | 2022-11-09 | 1 | -17/+17 |
| | |||||
* | fix new uuid created when editing post | Mario | 2022-11-09 | 1 | -5/+4 |
| | |||||
* | fix regression where automatically created directories were not public and ↵ | Mario | 2022-11-07 | 2 | -13/+13 |
| | | | | pinned/featured state of apps was not displayed correctly | ||||
* | fix case and german translation string | Mario | 2022-11-06 | 1 | -2/+2 |
| | |||||
* | do not update the guid on xchan/hubloc updates and define some array keys | Mario | 2022-11-04 | 1 | -4/+4 |
| | |||||
* | fix warnings | Mario | 2022-11-03 | 3 | -55/+54 |
| | |||||
* | wor around shares from streams not rendered correctly | Mario | 2022-11-03 | 1 | -1/+1 |
| | |||||
* | fix regression | Mario | 2022-11-03 | 4 | -6/+12 |
| | |||||
* | rename variable and warning fixes | Mario | 2022-11-03 | 5 | -36/+37 |
| | |||||
* | undefined array key | Mario | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | php warnings | Mario | 2022-11-02 | 3 | -20/+20 |
| | |||||
* | throw a 404 if we could not determine which channel to load | Mario Vavti | 2022-11-02 | 1 | -3/+5 |
| | |||||
* | re-install: if we have a cashed entry, make sure we fetch the latest | Mario | 2022-11-02 | 1 | -3/+3 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-11-02 | 2 | -2/+6 |
| | |||||
* | set hubloc_connected in mod fhublocs otherwise the hublocs might be removed ↵ | Mario Vavti | 2022-11-02 | 2 | -15/+16 |
| | | | | by prune_hub_reinstalls() | ||||
* | fix php warnings | Mario | 2022-10-26 | 3 | -21/+22 |
| | |||||
* | missing field in query | Mario | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-26 | 14 | -190/+186 |
| | |||||
* | fix php warnings | Mario | 2022-10-26 | 2 | -7/+8 |
| |