summaryrefslogtreecommitdiffstats
path: root/apps/settings/composer
Commit message (Collapse)AuthorAgeFilesLines
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-252-16/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-151-2/+2
| | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Update composer autoloaderCarl Schwan2022-11-221-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #34746 from nextcloud/add-calendar-settings-sectionJulius Härtl2022-11-132-0/+2
|\ | | | | Add Calendar settings section
| * Add Calendar settings sectionThomas Citharel2022-10-242-0/+2
| | | | | | | | | | | | In replacement of the removed Groupware settings section in https://github.com/nextcloud/server/pull/34626 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #34742 from nextcloud/add_well-known_changepasswordChristoph Wurst2022-10-244-4/+19
|\ \ | |/ |/| Add .well-known/changepassword handler
| * Add .well-known/changepassword handlerRoeland Jago Douma2022-10-224-4/+19
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Rename personal Groupware settings section to "Availability"Christoph Wurst2022-10-172-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Rebuild autoloaderJoas Schilling2022-09-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Make Color class publicCarl Schwan2022-07-051-7/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Transfer to settings app and registerChristopher Ng2022-03-182-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update composer generated files to latest versionCarl Schwan2022-03-141-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-103-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update to composer 2.1.11Carl Schwan2021-11-042-2/+15
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add scheduling availability settingsChristoph Wurst2021-10-182-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump autoloaderJoas Schilling2021-10-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-292-0/+14
| | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update generated composer files to latest formatChristoph Wurst2021-09-223-19/+110
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add security.txtLukas Reschke2021-06-232-0/+2
| | | | | | Ref https://securitytxt.org Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Move group activities to eventsRoeland Jago Douma2021-03-032-0/+4
| | | | | | | | | | Use the fancy events. Nicer code Nicely isolated code win-win Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move app_password_created to a typed eventChristoph Wurst2021-02-092-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add setup check to verify that the used DB version is still supported in the ↵Morris Jobke2021-01-082-0/+2
| | | | | | next major release Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-032-0/+2
| | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* emit typed event for user managementArthur Schiwon2020-09-082-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-072-0/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add setup check that links to the migration documentationMorris Jobke2020-08-192-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #22004 from nextcloud/enh/noid/setup-checks-phpblizzz2020-08-072-0/+4
|\ | | | | Add setup checks for php default charset and output buffering.
| * Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-262-0/+4
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | App navigation via unified searchJoas Schilling2020-08-052-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-2/+0
| | | | | | | | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add settings sections to unified searchJoas Schilling2020-08-032-0/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove old files from autoloaderJoas Schilling2020-06-052-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Start with webauthnRoeland Jago Douma2020-03-312-0/+4
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move Admin Settings also to info.xmlRoeland Jago Douma2020-01-312-10/+10
| | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move personal settings to proper registrationRoeland Jago Douma2020-01-302-10/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move password settingsRoeland Jago Douma2020-01-302-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-292-0/+2
| | | | | | | | 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-282-0/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the Personal sections to the settings appRoeland Jago Douma2020-01-282-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>