aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | don't show forums in forum widget if archived flag is setzotlabs2018-05-311-1/+1
| | | | | |
| * | | | | finalize filters and forum notificationsMario Vavti2018-06-021-8/+40
| | | | | |
| * | | | | some more work on forum notificationsMario Vavti2018-06-021-6/+2
| | |_|_|/ | |/| | |
| * | | | unread forum notifications - wip/unfinishedMario Vavti2018-06-012-2/+15
| | | | |
| * | | | add manage privacy groups entry to the panel channel menu dropdown for nowMario Vavti2018-06-011-0/+2
| | | | |
| * | | | fixes for css fixMario Vavti2018-06-011-0/+7
| | | | |
| * | | | add hover effect to dropdown caretMario Vavti2018-06-011-0/+3
| | |_|/ | |/| |
| * | | move file and groups filter to submenuMario Vavti2018-06-012-27/+54
| | |/ | |/|
| * | implement reset button for filtersMario Vavti2018-05-311-0/+20
| |/
| * change some stringsMario Vavti2018-05-311-4/+4
| |
| * merge groups and filed posts into activity filtersMario Vavti2018-05-312-21/+64
| |
| * make navbar search use the module search function in /network and /channelMario Vavti2018-05-301-0/+7
| |
| * add widget files and templatesMario Vavti2018-05-302-0/+177
| |
| * Rename Permission Groups to Permission Categories and clarify feature ↵Andrew Manning2018-05-151-1/+1
| | | | | | | | settings text.
| * missing classMario Vavti2018-04-301-1/+1
| |
| * fix regression with forum widget unseen countMario Vavti2018-04-241-2/+2
| |
| * relax restrictions to the design tools menu to allow those with write_pages ↵zotlabs2018-04-181-10/+3
| | | | | | | | permission; this doesn't fix the underlying modules though as there are some potential security issues at the moment.
* | don't show forums in forum widget if archived flag is setzotlabs2018-06-081-1/+1
| | | | | | (cherry picked from commit 7c05500392aea9d992919e1791c1557dd2f49424)
* | Merge branch '3.4RC'3.4Mario Vavti2018-05-049-31/+107
|\ \
| * | missing classMario Vavti2018-04-301-1/+1
| | |
| * | fix regression with forum widget unseen countMario Vavti2018-04-241-2/+2
| | |
| * | relax restrictions to the design tools menu to allow those with write_pages ↵zotlabs2018-04-191-10/+3
| |/ | | | | | | permission; this doesn't fix the underlying modules though as there are some potential security issues at the moment.
| * re-use directory safemode setting for public stream tag filtering since a ↵zotlabs2018-04-171-1/+2
| | | | | | | | handful of well-known tags skews the results wildly. Added 'bot' to the list just because it's noisy. A site can customise or nullify this feature if they desire.
| * fine tuning the public stream tag resultszotlabs2018-04-171-1/+1
| |
| * public stream tag enhancementszotlabs2018-04-171-0/+40
| |
| * add commented_days parameter to item_expire(), default 7. Both expire_days ↵zotlabs2018-04-091-6/+3
| | | | | | | | and commented_days have to be exceeded to expire.
| * Create catcloud widget and provide a type option which can include 'cards' ↵zotlabs2018-04-091-0/+46
| | | | | | | | or 'articles'
| * Modified notifications widget to add the public stream when the current user ↵Julian Schweinsberg2018-04-091-1/+1
| | | | | | | | is allowed to see it only
| * oauth2 client settings pagezotlabs2018-04-051-1/+9
| |
| * turn newmember widget into a featurezotlabs2018-03-231-11/+1
| |
| * fix channel_addressMario Vavti2018-03-141-1/+1
| |
| * add ability to disable newmember widget ahead of timeMario Vavti2018-03-131-2/+3
| |
| * add dummy f= arg to suggestion urls, use directory version of suggest for ↵zotlabs2018-03-031-3/+3
| | | | | | | | newmember link instead of the suggest module as the UI is prettier.
| * sigh - missed two stringszotlabs2018-03-011-2/+2
| |
* | fix channel_addressMario Vavti2018-03-151-1/+1
| |
* | Merge branch '3.2RC'3.2Mario2018-03-095-24/+114
|\ \
| * | add dummy f= arg to suggestion urls, use directory version of suggest for ↵zotlabs2018-03-041-3/+3
| | | | | | | | | | | | newmember link instead of the suggest module as the UI is prettier.
| * | sigh - missed two stringszotlabs2018-03-041-2/+2
| |/
| * hide newmember widget if a new account was used to create a clone of an old ↵zotlabs2018-02-281-0/+6
| | | | | | | | channel
| * provide new member widget which sits beneath the notifications for the first ↵zotlabs2018-02-281-0/+77
| | | | | | | | 60 days after an account creation.
| * rename Addon/Feature settings to addon settings [string change]zotlabs2018-02-271-1/+1
| |
| * move oauth_client management and guest access tokens to features rather than ↵zotlabs2018-02-271-2/+2
| | | | | | | | auto-enabling at various feature levels. This involves string changes and should *not* go into 3.2RC.
| * fix icon position and make string translatableMario Vavti2018-02-261-3/+6
| |
| * wrong linkMario Vavti2018-02-081-1/+1
| |
| * this will fix the cards query and keep the rest intactMario Vavti2018-02-041-1/+1
| |
| * remove some never used indices which prevented our item queries to find the ↵Mario Vavti2018-02-041-1/+2
| | | | | | | | right query execution plan in mysql and adjust some queries to optimze the result
| * if startpage is /hq redirect all notifications links to /hq and minor ↵Mario Vavti2018-01-271-1/+2
| | | | | | | | notifications and hq fixes
| * simplify interactions with the get_features hook by calling it before any ↵zotlabs2018-01-181-11/+11
| | | | | | | | filtering takes place
| * scrutinizer modszotlabs2018-01-091-2/+2
| |
| * start with nonactive state for the notifications button and display some ↵Mario Vavti2018-01-071-0/+1
| | | | | | | | text if there are no notifications on small screens only