aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Sections
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2113-113/+52
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-0313-239/+26
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+58
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(dav): Use an icon with correct color for calendar user settings sectionThomas Citharel2023-04-041-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add Calendar settings sectionThomas Citharel2022-10-241-0/+55
| | | | | | In replacement of the removed Groupware settings section in https://github.com/nextcloud/server/pull/34626 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Rename personal Groupware settings section to "Availability"Christoph Wurst2022-10-171-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* l10n: Spelling unificationValdnet2022-09-021-1/+1
| | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Change to administration Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Spelling unification Spelling unification in Transifex. Match the menu name to the header name of the settings page. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Add scheduling availability settingsChristoph Wurst2021-10-181-0/+58
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve icon and section title of "Admin privileges"Joas Schilling2021-10-061-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-0/+76
| | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-18/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-319-9/+27
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move admin sections to settings appRoeland Jago Douma2020-01-286-0/+354
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the Personal sections to the settings appRoeland Jago Douma2020-01-283-0/+177
There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>