aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings
Commit message (Collapse)AuthorAgeFilesLines
* provide personal config for channel_menu; the site can set an initial ↵zotlabs2017-10-311-0/+3
| | | | site-wide value but this but there isn't a corresponding admin setting currently and can only be set by manual config
* fix wrong logic for enable/disable pubstream notificationsMario Vavti2017-10-051-2/+2
|
* hubzilla issue #855: fix for some problems with displaying selected theme ↵Sergey Lukin2017-09-121-34/+38
| | | | after panel Settings->Display loading
* Default Access Control List (ACL) -> Default Privacy Group and minor ↵Mario Vavti2017-09-041-1/+1
| | | | template fix
* consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-061-1/+1
| | | | 0 in DB
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-281-0/+6
| | | | site load) pubstream activity
* affinitiy slider settings were being updated on any submit of of ↵zotlabs2017-07-051-8/+10
| | | | settings/featured, plus minor non-code changes
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-1/+1
|
* start deprecation of server_rolezotlabs2017-05-291-1/+0
|
* consolidate email validation checkszotlabs2017-05-111-1/+1
|
* fix php warning and remove loggingMario Vavti2017-03-191-4/+2
|
* Monday is a proper name and should be capitalised (except in private ↵zotlabs2017-03-081-1/+1
| | | | conversation amongst unix geeks).
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-021-1/+1
|\
| * reset schema value after we empty and repopulate it. second half of fix for #624Mario Vavti2017-03-021-1/+1
| |
* | activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-021-2/+2
|/ | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* set minversion and maxversion for themes in ↵Mario Vavti2017-02-271-2/+3
| | | | view/theme/themename/php/theme.php instead of separate file.
* add a minversion to the theme and fallback to default if requirement is not ↵Mario Vavti2017-02-261-3/+9
| | | | met. mark incompatible themes in the theme selector
* add default permcat to channel settings formzotlabs2017-02-121-1/+18
|
* more permissions optimisationszotlabs2017-02-091-9/+11
|
* bringer - all basic functionality is implementedzotlabs2017-02-081-18/+24
|
* 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