aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Account.php
Commit message (Collapse)AuthorAgeFilesLines
* melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241Hilmar R2021-01-231-15/+19
|
* Remove servicelevel logicM. Dent2018-09-291-15/+0
|
* Usability and member experience: remove street address info from the default ↵zotlabs2018-02-231-1/+1
| | | | basic profile fields, mention that the site banner can be full HTML, mention on the techlevel setting that this also controls what additional features may be visible.
* consolidate email validation checkszotlabs2017-05-111-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.
* 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-061-0/+136