aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* more uno groundworkredmatrix2016-02-051-0/+3
|
* remark in the private notes encryptedJeroen van Riet Paap2016-01-281-1/+1
| | | Notes are not encrypted and are readable in the database by the admin. Made a remark about that. Probably this needs to be fixed, but till than, it's better to warn people.
* rename collections to privacy groupsredmatrix2016-01-261-1/+1
|
* Added a feature to hide rating buttons from a members channel and profile pages.jeroenpraat2016-01-181-0/+1
|
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-161-1/+1
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
* provide an option to toggle the view of locked features so we can use the ↵redmatrix2016-01-051-13/+15
| | | | same list in an admin feature set & lock page.
* Provide a mechanism for a hub admin to lock features in the on or off state. ↵redmatrix2016-01-041-38/+64
| | | | Locked features will not be available in the UI on the Additional Features page to be set by members. If all features are locked, the link to the Additional Features page will not be displayed.
* new feature: 'suppress_duplicates' issue #146 triggered with less than two ↵redmatrix2015-11-191-0/+1
| | | | minutes between posts having identical content.
* new feature: delayed postingredmatrix2015-10-251-1/+2
|
* update large photo feature setting descriptionMario Vavti2015-10-201-1/+1
|
* turn the connection filter into a feature.redmatrix2015-06-291-0/+1
|
* move some lesser used features to pluginsfriendica2015-03-291-4/+1
|