aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Settings
Commit message (Expand)AuthorAgeFilesLines
* feat(DeclarativeSettings): Allow to implement value getter and setter directl...Ferdinand Thiessen2024-10-152-3/+34
* fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priorityFerdinand Thiessen2024-09-281-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-2411-216/+23
* fix: add missing copyrights and strict typesAndrey Borysenko2024-03-125-0/+78
* feat: Add declarative settingsjld31032024-03-126-0/+485
* fix(settings): Deprecate old things for realJoas Schilling2024-02-141-4/+4
* chore(settings): Cleanup IManager and Manager type annotationsjld31032023-11-231-11/+27
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Improve accessibility of the title of the settingsCarl Schwan2022-05-162-2/+8
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-292-5/+78
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+5
* Do not show 2FA settings if the user has no providers availableChristoph Wurst2021-01-221-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* Remove ISection in favor of IIconSectionMorris Jobke2020-10-282-61/+31
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-055-6/+9
* Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-232-1/+37
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-40/+12
* Update license headersMorris Jobke2017-11-063-0/+4
* We're on 13 now…Arthur Schiwon2017-06-261-4/+4
* Adopt DB and Manager to personal settings structureArthur Schiwon2017-06-231-0/+10
* Extend interfacesArthur Schiwon2017-06-231-0/+17
* Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-192-0/+39
* check registered sections and settings after an app got updated to garbage co...Arthur Schiwon2016-08-161-0/+15
* attempt to remove section and settings entries when an app got disabledArthur Schiwon2016-08-161-0/+14
* Add since tags to classLukas Reschke2016-08-113-1/+9
* Add missing since annotationsLukas Reschke2016-08-112-0/+5
* rename IAdmin to ISettings, the interface is not bound to a specific settings...Arthur Schiwon2016-08-111-1/+4
* more admin page splitup improvementsArthur Schiwon2016-08-101-3/+3
* Initial work on Apps page split:Arthur Schiwon2016-08-093-0/+164