Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework Help module + begin tests for Setup module | Harald Eilertsen | 2024-04-30 | 1 | -43/+20 |
| | |||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 4 | -7/+15 |
| | |||||
* | AS2 Follow/Ignore | Mario | 2024-03-01 | 1 | -1/+1 |
| | |||||
* | more cleanup | Mario | 2024-02-29 | 1 | -1/+1 |
| | |||||
* | some cloeanup after last commit | Mario | 2024-02-28 | 1 | -11/+0 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 1 | -9/+0 |
| | |||||
* | more streams compatibility | Mario | 2024-02-25 | 1 | -1/+2 |
| | |||||
* | AS2 | Mario | 2024-02-25 | 2 | -20/+17 |
| | |||||
* | fix issues related to b64mid to uuid conversion | Mario | 2024-02-01 | 1 | -1/+1 |
| | |||||
* | fix edgecase for notices and make mod hq backwards compatible | Mario | 2024-02-01 | 1 | -3/+3 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 2 | -2/+3 |
| | |||||
* | store the original announce actor (the one that pushed the item into our ↵ | Mario | 2024-01-22 | 1 | -0/+3 |
| | | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes | ||||
* | since the activity filter widget requires the network module we can link to ↵ | Mario | 2023-09-27 | 1 | -1/+1 |
| | | | | the module directly so that it will work as quicklink widget in other modules | ||||
* | an attempt to cache seen item mids for the purpose that we can hide seen ↵ | Mario | 2023-09-10 | 1 | -0/+2 |
| | | | | pubstream items from the notifications - might revert if it turns out that it does not scale | ||||
* | possible fix for item widget not respecting ACL if added by title - issue #1799 | Mario | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | ignore internal follow activity | Mario | 2023-07-19 | 1 | -2/+4 |
| | |||||
* | fix regression when rendering event items | Mario | 2023-04-23 | 1 | -1/+1 |
| | |||||
* | fix some php warnings | Mario | 2023-02-28 | 1 | -2/+4 |
| | |||||
* | look for owner instead of author - this way we will also catch the via posts | Mario | 2023-02-22 | 1 | -1/+1 |
| | |||||
* | revisit author_id and fix issue with pinned content | Mario | 2023-02-15 | 1 | -1/+3 |
| | |||||
* | implement hq widget author image and notifications updates | Mario | 2023-02-12 | 2 | -3/+5 |
| | |||||
* | fix more hubloc confusion, implement hq widget author filter and some ↵ | Mario | 2023-02-09 | 1 | -3/+19 |
| | | | | autocomplete fixes | ||||
* | fix undefined varable warning | Mario | 2023-01-28 | 1 | -1/+2 |
| | |||||
* | translateable strings | Mario | 2023-01-04 | 1 | -2/+2 |
| | |||||
* | pdl editor for addon iitial commit | Mario | 2023-01-04 | 1 | -1/+1 |
| | |||||
* | fix issues with pubstream tagcloud | Mario | 2023-01-02 | 1 | -11/+6 |
| | |||||
* | filter approvals | Mario | 2022-12-27 | 1 | -1/+4 |
| | |||||
* | move mod queueworker to /admin | Mario | 2022-12-27 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | bring back poll and delivery interval | Mario | 2022-12-12 | 1 | -3/+4 |
| | |||||
* | 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. | ||||
* | | 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 | ||||
* | | 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 |
| | |||||
* | set hubloc_connected in mod fhublocs otherwise the hublocs might be removed ↵ | Mario Vavti | 2022-11-02 | 1 | -1/+1 |
| | | | | by prune_hub_reinstalls() | ||||
* | fix php warnings | Mario Vavti | 2022-10-26 | 1 | -2/+1 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-23 | 1 | -1/+2 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -3/+2 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-10-20 | 1 | -1/+4 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-18 | 2 | -2/+2 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-13 | 1 | -1/+1 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-10-13 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 1 | -0/+2 |
| | |||||
* | fix hq widget displaying superblocked items | Mario | 2022-09-29 | 1 | -0/+13 |
| | |||||
* | Ãfix regression | Mario | 2022-09-26 | 1 | -1/+4 |
| | |||||
* | php8: fix more warnings | Mario | 2022-09-11 | 1 | -0/+1 |
| | |||||
* | fix random php warnings | Mario | 2022-09-07 | 2 | -11/+8 |
| |