aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* feat(settings): add occ commands to handle admin delegationBenjamin Gaussorgues2023-12-131-1/+7
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2023-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Remove routes with missing controller methodsjld31032023-11-021-4/+0
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Add api to register setup checksCarl Schwan2023-10-191-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* AI admin settings: Add save mechanismMarcel Klehr2023-08-021-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add Calendar settings sectionThomas Citharel2022-10-241-0/+1
| | | | | | 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-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-1/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Port encryption admin settings to vueCarl Schwan2022-07-131-1/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add scheduling availability settingsChristoph Wurst2021-10-181-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #28189 from nextcloud/work/carl/admin-delegationCarl Schwan2021-09-292-1/+7
|\ | | | | Implement Admin Delegation
| * Add admin privilege delegation for admin settingsCarl Schwan2021-09-292-1/+7
| | | | | | | | | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update app versions for 23Vincent Petry2021-09-281-1/+1
|/ | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix filter declaration in settings appinfo.xmlCarl Schwan2021-08-301-2/+2
| | | | | | | It's probably just a small typo introduced in 2020. Found by using the app-info-shipped.xsd file. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
| | | | | | | There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-071-0/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Remove controller and routes which have no UI component anywayJoas Schilling2020-06-041-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-291-7/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix new routing in settings etcRoeland Jago Douma2020-04-221-56/+52
| | | | | | | | | Also prefix resources Unify the prefix handling Handle urls with and without slash Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Start with webauthnRoeland Jago Douma2020-03-312-0/+5
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix typoSergey Shlyakhov2020-02-131-1/+1
|
* Move Admin Settings also to info.xmlRoeland Jago Douma2020-01-311-0/+5
| | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use activity registration for the settingsRoeland Jago Douma2020-01-311-0/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move personal settings to proper registrationRoeland Jago Douma2020-01-301-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-291-0/+1
| | | | | | | | Small isolated classes are easier to understand and to maintain! Another step in the cleaning up of the settings. So that adding new stuff later is easier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move admin sections to settings appRoeland Jago Douma2020-01-281-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the Personal sections to the settings appRoeland Jago Douma2020-01-281-0/+6
| | | | | | | | 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>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-051-8/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+2
|\ | | | | Fix Application instances created multiple times
| * Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move help to controllerJulius Härtl2019-10-171-7/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move settings to an appChristoph Wurst2019-09-282-0/+119
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>