aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change wording on the photo location feature. When photos are merged with ↵friendica2015-03-181-1/+1
| | | | DAV storage we won't be stripping metadata by default.
* turn photo location mapping into a featurefriendica2015-03-171-0/+1
|
* item voting toolsfriendica2015-02-101-0/+1
|
* turn "large photo thumbnails" into a feature.friendica2015-01-251-0/+1
|
* regression: need float clear on manage page so footer doesn't end up floated,friendica2015-01-051-35/+44
| | | | add default value to features so that features can be created that are default enabled, or modified later to default enabled without requiring a system config to accomplish this.
* edit and preview removed from additional features and turned into core ↵friendica2014-12-161-2/+2
| | | | functionality (always enabled).
* turn the "adult photo flagging" (which prevents a particularly flagged photo ↵friendica2014-11-181-0/+1
| | | | from showing up in your top level albums) into a feature so it doesn't clutter the normal photo edit form. This feature was a quick hack and needs more work; but it could be important to somebody.
* nav channel selectionfriendica2014-08-181-0/+3
|
* issue #551 provide import/export of profiles (if this feature is enabled)friendica2014-08-041-2/+2
|
* make the profile minimal by default. Use features to enable the advanced form.friendica2014-08-011-0/+2
|
* turn that into a featurefriendica2014-07-021-0/+1
|
* remove the feature setting until the community decides what to do and makes ↵friendica2014-06-281-1/+1
| | | | it happen
* allow site defaults for enabled featuresfriendica2014-01-261-0/+2
|
* sslify - remove the redirect fallback - as it gets called occasionally and ↵friendica2013-12-271-2/+2
| | | | creates mixed content exceptions. Let's see how we go without it. Also a doc update.
* remove prettyphoto from core - this will affect the enhanced photo albums ↵friendica2013-12-261-1/+3
| | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins.
* make suggest channels a featuremarijus2013-12-111-0/+1
|
* turn private notes into a featurefriendica2013-12-091-0/+1
|
* comment out the multi-delete feature until somebody wants it bad enough to ↵friendica2013-11-151-1/+1
| | | | make it work
* change wording on feature to "even more encryption" because otherwise it ↵friendica2013-11-111-1/+1
| | | | sounds like we don't have any at all - and we certainly do.
* e2eefriendica2013-11-101-0/+1
|
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-2/+2
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.