aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
Commit message (Collapse)AuthorAgeFilesLines
* settings for events and cdav calendarMario2018-09-231-19/+44
|
* provide settings for mod photo and make it slightly simpler to create new ↵Mario2018-09-231-11/+16
| | | | module settings
* keep the features in the central array but sort them by module nameMario2018-09-231-144/+140
|
* provide a return path from settings pagesMario Vavti2018-09-211-0/+2
|
* move connection filtering setting from network to connections, provide a ↵Mario Vavti2018-09-201-0/+17
| | | | link to settings in the navbar if present for a module and some code optimisation
* move chat from feature to appsMario Vavti2018-09-131-10/+0
|
* mpre feature to app transitionMario Vavti2018-09-121-27/+0
|
* move cards from features to appsMario Vavti2018-09-101-10/+0
|
* new feature filter network by nameMario Vavti2018-06-081-1/+10
|
* finalize filters and forum notificationsMario Vavti2018-06-021-2/+11
|
* first cut on restructuring the previously called network tabsMario Vavti2018-05-301-10/+10
|
* Rename Permission Groups to Permission Categories and clarify feature ↵Andrew Manning2018-05-151-2/+2
| | | | settings text.
* Merge pull request #1051 from anaqreon/auto-savegit-marijus2018-04-091-0/+9
|\ | | | | Auto-save comment and post text
| * Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-081-0/+9
| |
* | first cut of feature/techlevel mergezotlabs2018-04-081-2/+2
|/
* oauth2 client settings pagezotlabs2018-04-051-2/+11
|
* testing start_menu featurezotlabs2018-03-251-2/+3
|
* turn newmember widget into a featurezotlabs2018-03-231-1/+9
|
* move privacy groups to the newly created Access Control and Permissions tab. ↵zotlabs2018-02-271-8/+9
| | | | Not for 3.2 as it requires string changes from the prior checkin.
* move oauth_client management and guest access tokens to features rather than ↵zotlabs2018-02-271-16/+43
| | | | auto-enabling at various feature levels. This involves string changes and should *not* go into 3.2RC.
* simplify interactions with the get_features hook by calling it before any ↵zotlabs2018-01-181-12/+14
| | | | filtering takes place
* surface the article featurezotlabs2018-01-151-2/+2
|
* move markdown-in-posts/comments feature to pluginzotlabs2018-01-141-11/+4
|
* disable until completedzotlabs2017-11-221-1/+2
|
* initial articles featurezotlabs2017-11-221-0/+9
|
* bring back the markdown post feature (after investing some effort to make it ↵zotlabs2017-10-221-0/+9
| | | | work)
* cards featurezotlabs2017-08-231-0/+9
|
* start deprecation of server_rolezotlabs2017-05-291-14/+9
|
* bringer - all basic functionality is implementedzotlabs2017-02-081-0/+9
|
* feature: allow event creation in other timezones than your own.zotlabs2017-01-011-0/+9
|
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-9/+0
|
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+9
| | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
* remove redundant loopMario Vavti2016-09-201-4/+0
|
* if a feature category array has no items unset itMario Vavti2016-09-191-1/+1
|
* pro: filter features by techlevelredmatrix2016-09-191-86/+377
|
* separate the 'expert' feature into 'advanced_theming' and ↵redmatrix2016-09-011-10/+36
| | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3.
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-3/+3
| | | | other roles.
* ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-251-1/+1
| | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
* move premium channel to 'pro' since that's the only configuration where it ↵redmatrix2016-08-251-3/+12
| | | | works reliably.
* Context help for settings/features pageAndrew Manning2016-08-141-1/+1
|
* Added a disable comments setting to the "Additional features" settings with ↵Andrew Manning2016-08-141-0/+1
| | | | a corresponding post editor toggle button
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-2/+4
|
* wiki featured disabled by default in UNO.redmatrix2016-06-291-1/+1
|
* provide wiki as a feature (default is on so there aren't any surprises) and ↵redmatrix2016-06-291-0/+1
| | | | add to channel menu and profile tabs
* turn emoji ability into a feature so that either a member or the site admin ↵redmatrix2016-06-031-0/+1
| | | | can disable it. Default is enabled.
* issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵redmatrix2016-04-031-1/+1
| | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
* remove the markdown feature. Do not re-enable unless you are willing to ↵redmatrix2016-03-031-1/+1
| | | | support it.
* turn timezone aware birthdays into a feature for those who want an ↵redmatrix2016-02-261-0/+1
| | | | uncluttered calendar - at the expense of possibly sending somebody's birthday greeting on the wrong day if they are in a different timezone.
* get_feature_default() was using filtered view, preventing it from working in ↵redmatrix2016-02-191-1/+1
| | | | all cases
* allow admin to set and lock features when UNO is enabledredmatrix2016-02-161-1/+1
|