Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | finalize filters and forum notifications | Mario Vavti | 2018-06-02 | 1 | -8/+40 | |
| | | | | | ||||||
* | | | | | some more work on forum notifications | Mario Vavti | 2018-06-02 | 1 | -6/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | unread forum notifications - wip/unfinished | Mario Vavti | 2018-06-01 | 2 | -2/+15 | |
| | | | | ||||||
* | | | | add manage privacy groups entry to the panel channel menu dropdown for now | Mario Vavti | 2018-06-01 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | fixes for css fix | Mario Vavti | 2018-06-01 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | add hover effect to dropdown caret | Mario Vavti | 2018-06-01 | 1 | -0/+3 | |
| |_|/ |/| | | ||||||
* | | | move file and groups filter to submenu | Mario Vavti | 2018-06-01 | 2 | -27/+54 | |
| |/ |/| | ||||||
* | | implement reset button for filters | Mario Vavti | 2018-05-31 | 1 | -0/+20 | |
|/ | ||||||
* | change some strings | Mario Vavti | 2018-05-31 | 1 | -4/+4 | |
| | ||||||
* | merge groups and filed posts into activity filters | Mario Vavti | 2018-05-31 | 2 | -21/+64 | |
| | ||||||
* | make navbar search use the module search function in /network and /channel | Mario Vavti | 2018-05-30 | 1 | -0/+7 | |
| | ||||||
* | add widget files and templates | Mario Vavti | 2018-05-30 | 2 | -0/+177 | |
| | ||||||
* | Rename Permission Groups to Permission Categories and clarify feature ↵ | Andrew Manning | 2018-05-15 | 1 | -1/+1 | |
| | | | | settings text. | |||||
* | missing class | Mario Vavti | 2018-04-30 | 1 | -1/+1 | |
| | ||||||
* | fix regression with forum widget unseen count | Mario Vavti | 2018-04-24 | 1 | -2/+2 | |
| | ||||||
* | relax restrictions to the design tools menu to allow those with write_pages ↵ | zotlabs | 2018-04-18 | 1 | -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 ↵ | zotlabs | 2018-04-17 | 1 | -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 results | zotlabs | 2018-04-17 | 1 | -1/+1 | |
| | ||||||
* | public stream tag enhancements | zotlabs | 2018-04-17 | 1 | -0/+40 | |
| | ||||||
* | add commented_days parameter to item_expire(), default 7. Both expire_days ↵ | zotlabs | 2018-04-09 | 1 | -6/+3 | |
| | | | | and commented_days have to be exceeded to expire. | |||||
* | Create catcloud widget and provide a type option which can include 'cards' ↵ | zotlabs | 2018-04-09 | 1 | -0/+46 | |
| | | | | or 'articles' | |||||
* | Modified notifications widget to add the public stream when the current user ↵ | Julian Schweinsberg | 2018-04-09 | 1 | -1/+1 | |
| | | | | is allowed to see it only | |||||
* | oauth2 client settings page | zotlabs | 2018-04-05 | 1 | -1/+9 | |
| | ||||||
* | turn newmember widget into a feature | zotlabs | 2018-03-23 | 1 | -11/+1 | |
| | ||||||
* | fix channel_address | Mario Vavti | 2018-03-14 | 1 | -1/+1 | |
| | ||||||
* | add ability to disable newmember widget ahead of time | Mario Vavti | 2018-03-13 | 1 | -2/+3 | |
| | ||||||
* | add dummy f= arg to suggestion urls, use directory version of suggest for ↵ | zotlabs | 2018-03-03 | 1 | -3/+3 | |
| | | | | newmember link instead of the suggest module as the UI is prettier. | |||||
* | sigh - missed two strings | zotlabs | 2018-03-01 | 1 | -2/+2 | |
| | ||||||
* | hide newmember widget if a new account was used to create a clone of an old ↵ | zotlabs | 2018-02-28 | 1 | -0/+6 | |
| | | | | channel | |||||
* | provide new member widget which sits beneath the notifications for the first ↵ | zotlabs | 2018-02-28 | 1 | -0/+77 | |
| | | | | 60 days after an account creation. | |||||
* | rename Addon/Feature settings to addon settings [string change] | zotlabs | 2018-02-27 | 1 | -1/+1 | |
| | ||||||
* | move oauth_client management and guest access tokens to features rather than ↵ | zotlabs | 2018-02-27 | 1 | -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 translatable | Mario Vavti | 2018-02-26 | 1 | -3/+6 | |
| | ||||||
* | wrong link | Mario Vavti | 2018-02-08 | 1 | -1/+1 | |
| | ||||||
* | this will fix the cards query and keep the rest intact | Mario Vavti | 2018-02-04 | 1 | -1/+1 | |
| | ||||||
* | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -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 Vavti | 2018-01-27 | 1 | -1/+2 | |
| | | | | notifications and hq fixes | |||||
* | simplify interactions with the get_features hook by calling it before any ↵ | zotlabs | 2018-01-18 | 1 | -11/+11 | |
| | | | | filtering takes place | |||||
* | scrutinizer mods | zotlabs | 2018-01-09 | 1 | -2/+2 | |
| | ||||||
* | start with nonactive state for the notifications button and display some ↵ | Mario Vavti | 2018-01-07 | 1 | -0/+1 | |
| | | | | text if there are no notifications on small screens only | |||||
* | test of new affinity preset code (post 3.0) | zotlabs | 2017-12-30 | 1 | -2/+4 | |
| | ||||||
* | Make affinity widget settings work. It's entirely possible they never did ↵ | zotlabs | 2017-12-28 | 1 | -9/+3 | |
| | | | | work correctly. I'm not comfortable over-riding the network_page_default config in this way but this is the way I've always set the affinity and it has worked just fine for me for several years and there haven't been any other requests to extend the network page default options. | |||||
* | notification: slight animation for loading... and do not remove public ↵ | Mario Vavti | 2017-12-11 | 1 | -1/+1 | |
| | | | | stream items on click (we can not mark them read) | |||||
* | Fix 'unable to add pages with spaces' (pr 922) | M.Dent | 2017-12-06 | 1 | -1/+1 | |
| | ||||||
* | resolve merge conflict | Mario Vavti | 2017-12-06 | 1 | -0/+36 | |
| | ||||||
* | add a filter for notification to show new posts only | Mario Vavti | 2017-12-01 | 1 | -6/+9 | |
| | ||||||
* | fix regression in cdav calendar widget | Mario | 2017-11-25 | 1 | -2/+3 | |
| | ||||||
* | missing files | Mario Vavti | 2017-11-24 | 1 | -0/+26 | |
| | ||||||
* | article feature | zotlabs | 2017-11-22 | 1 | -1/+9 | |
| | ||||||
* | provide ability to pin apps to navbar from /apps. this removes the ability ↵ | Mario Vavti | 2017-11-16 | 1 | -0/+1 | |
| | | | | to have per custom navbar pinned apps - this can be added later if desired |