aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
Commit message (Collapse)AuthorAgeFilesLines
* since the activity filter widget requires the network module we can link to ↵Mario2023-09-271-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 ↵Mario2023-09-101-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 #1799Mario2023-09-091-1/+1
|
* ignore internal follow activityMario2023-07-191-2/+4
|
* fix regression when rendering event itemsMario2023-04-231-1/+1
|
* fix some php warningsMario2023-02-281-2/+4
|
* look for owner instead of author - this way we will also catch the via postsMario2023-02-221-1/+1
|
* revisit author_id and fix issue with pinned contentMario2023-02-151-1/+3
|
* implement hq widget author image and notifications updatesMario2023-02-122-3/+5
|
* fix more hubloc confusion, implement hq widget author filter and some ↵Mario2023-02-091-3/+19
| | | | autocomplete fixes
* fix undefined varable warningMario2023-01-281-1/+2
|
* translateable stringsMario2023-01-041-2/+2
|
* pdl editor for addon iitial commitMario2023-01-041-1/+1
|
* fix issues with pubstream tagcloudMario2023-01-021-11/+6
|
* filter approvalsMario2022-12-271-1/+4
|
* move mod queueworker to /adminMario2022-12-271-0/+1
|
* fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵Mario2022-12-261-3/+5
| | | | make sure we get the most recent entry when using privacy tags
* bring back poll and delivery intervalMario2022-12-121-3/+4
|
* 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.
* | 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
* | 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
|
* set hubloc_connected in mod fhublocs otherwise the hublocs might be removed ↵Mario Vavti2022-11-021-1/+1
| | | | by prune_hub_reinstalls()
* fix php warningsMario Vavti2022-10-261-2/+1
|
* fix php warningsMario Vavti2022-10-231-1/+2
|
* fix php warningsMario2022-10-201-3/+2
|
* fix more php warningsMario Vavti2022-10-201-1/+4
|
* fix php warningsMario Vavti2022-10-182-2/+2
|
* fix php warningsMario Vavti2022-10-131-1/+1
|
* fix more php warningsMario Vavti2022-10-131-1/+1
|
* fix php warningsMario2022-10-121-0/+2
|
* fix hq widget displaying superblocked itemsMario2022-09-291-0/+13
|
* Ãfix regressionMario2022-09-261-1/+4
|
* php8: fix more warningsMario2022-09-111-0/+1
|
* fix random php warningsMario2022-09-072-11/+8
|
* fix missing closing div tag if there are no recent channel activities to displayMario2022-09-051-2/+1
|
* update widget descriptionMario Vavti2022-08-051-1/+1
|
* check if the webpages app is installedMario2022-07-181-0/+5
|
* HQ dashboard - missing filesMario2022-07-161-0/+246
|
* HQ dashboard - initial checkinMario2022-07-151-9/+16
|
* oembed: implement a max oembed size which defaults to 1MB and do not try to ↵Mario2022-06-032-2/+2
| | | | oembed text previews
* categories widgets cleanupMario2022-05-241-23/+9
|
* move wiki to addonsMario2022-05-063-174/+0
|
* move cards to addonMario2022-05-042-2/+11
|
* widget descriptions and add content region to all pdl files for convenienceMario2022-02-2334-59/+190
|
* do not require network for forums widgetMario2022-02-211-1/+0
|
* remove deprecated widgets and add some more widget descriptionsMario2022-02-2126-117/+148
|