aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings
Commit message (Collapse)AuthorAgeFilesLines
* initial permcat creation ability, in /settings/permcats; functional permcat ↵zotlabs2017-02-071-0/+111
| | | | creation for testing but still needs a lot of UX work before promoting the ability
* atokens - we only need one permission columnzotlabs2017-02-071-1/+2
|
* default to manual conversation updatesMario Vavti2017-02-071-1/+1
|
* move firefox social api configuration to pluginzotlabs2017-02-021-1/+8
|
* Add affinity slider tool settings for min and max defaults in settings/featuredAndrew Manning2017-01-291-0/+29
|
* some preliminary work for email notification of likes - potentially ↵zotlabs2016-12-111-0/+2
| | | | destabilising so disabled until after next release
* Report the WebDAV endpoint on the settings page (under the reddress) if the ↵zotlabs2016-12-081-0/+3
| | | | account techlevel suggests the viewer isn't going to run away screaming and have epileptic seizures when they see the term 'WebDAV'.
* issue #607 parens not recognised inside urlszotlabs2016-12-011-1/+1
|
* reverse logicMario Vavti2016-11-071-2/+2
|
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-0/+3
|
* remove loggingzotlabs2016-10-141-1/+1
|
* permissions issuezotlabs2016-10-141-2/+2
|
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-092-2/+2
| | | | queries
* feature_enabled() only takes two argumentsMario Vavti2016-10-041-1/+1
|
* add some more stuff to admin/account_edit (service class, language, and ↵redmatrix2016-10-031-9/+1
| | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once.
* null_date conversion; phase 1redmatrix2016-09-251-1/+1
|
* fix settings/accountMario Vavti2016-09-121-2/+2
|
* pro: better handling of system techlevel settings.redmatrix2016-09-071-3/+2
| | | | | | | system.techlevel = initial techlevel for all new accounts system.techlevel_lock = if 1, account techlevel cannot be changed this allows accounts to exist with alternate techlevels than a locked default, but they need to be set by the administrator. By default with no config settings, everybody starts at 0 but can set their own level.
* turn Settings page into sub-modulesredmatrix2016-09-067-0/+1354