aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|
* 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
* test of new affinity preset code (post 3.0)zotlabs2017-12-301-2/+4
|
* Make affinity widget settings work. It's entirely possible they never did ↵zotlabs2017-12-281-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 Vavti2017-12-111-1/+1
| | | | stream items on click (we can not mark them read)
* Fix 'unable to add pages with spaces' (pr 922)M.Dent2017-12-061-1/+1
|
* resolve merge conflictMario Vavti2017-12-061-0/+36
|
* add a filter for notification to show new posts onlyMario Vavti2017-12-011-6/+9
|
* fix regression in cdav calendar widgetMario2017-11-251-2/+3
|
* missing filesMario Vavti2017-11-241-0/+26
|
* article featurezotlabs2017-11-221-1/+9
|
* provide ability to pin apps to navbar from /apps. this removes the ability ↵Mario Vavti2017-11-161-0/+1
| | | | to have per custom navbar pinned apps - this can be added later if desired
* Add private forums to forum widget. The link redirects to the remote channel ↵zotlabs2017-11-151-3/+29
| | | | page rather than a filtered view of your network page because you cannot post to a private forum from your own site.
* sort combined private mail conversations by latest updated conversation ↵Mario Vavti2017-11-131-5/+7
| | | | instead of created parent
* fix wiki pages not updating after creating new pageMario Vavti2017-11-111-1/+1
|
* load notifications links to /display via ajax if we are already in /displayMario Vavti2017-11-091-0/+1
|
* second half of issue #893 - move channel default permissions to its own ↵zotlabs2017-11-061-1/+1
| | | | module so we can apply different page/widget layouts than for connedit; the relevant functionality is abandoned on mod_connedit but still intact. Trying a slightly different look/behaviour for inherited settings and the associated checkboxes. This may need a bit more tweaking but overall looks a lot cleaner.
* Added mode to Portfolio widgetHaakon Meland Eriksen2017-10-291-0/+12
|
* only show pubs notifications if discovery_tab != disabledMario Vavti2017-10-111-15/+17
|
* remove notifications code from nav and go live with new notificationsMario Vavti2017-10-101-4/+0
|
* more fixesMario Vavti2017-10-081-2/+2
|
* new notification fixesMario Vavti2017-10-081-13/+13
|
* experimental new notifications - needs pconfig experimental_notif set to 1 ↵Mario Vavti2017-10-081-0/+152
| | | | for your channel to work.
* wiki: translateable strings and move page mimetype selector to options submenuMario Vavti2017-09-201-1/+3
|
* use mimetype text description rather than technical name in dropdown ↵zotlabs2017-09-191-1/+2
| | | | choices, found bug in mimetype selection option code
* turn common friends into a widgetzotlabs2017-09-191-0/+19
|
* wiki: lock mimetypezotlabs2017-09-141-0/+3
|