Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-29Add admin privilege delegation for admin settingsCarl Schwan
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-31Move Admin Settings also to info.xmlRoeland Jago Douma
2020-01-31Move personal settings to proper registrationRoeland Jago Douma
2020-01-30Move password settingsRoeland Jago Douma
2020-01-28Move admin sections to settings appRoeland Jago Douma
2020-01-28Move the Personal sections to the settings appRoeland Jago Douma
2019-11-28Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma
2019-11-27Use person icon for personal settingsJulius Härtl
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-28Move settings to an appChristoph Wurst
2019-09-10Split personal security settings in codeRoeland Jago Douma
2019-05-23Make it possible to show admin settings for sub adminsChristoph Wurst
2019-05-21Fix l10n for SettingsManager by injecting the l10n factoryMorris Jobke
2019-03-20Revert "Where is your data?"Roeland Jago Douma
2019-01-14Move server info to theming sectionMichael Weimann
2018-09-27Remove unused constructor argumentChristoph Wurst
2018-09-27Reduce settings manager complexity by loading sections via DIChristoph Wurst
2018-08-25Allow same section class for multiple section types (fix #10764)sualko
2018-08-01Move encryption settings to securityJulius Härtl
2018-07-19Fixed testsJohn Molakvoæ (skjnldsv)
2018-06-29Fix testsJulius Härtl
2018-06-27Add groupware settings sectionJulius Härtl
2018-06-13Merge tips & tricks section into setup checksMorris Jobke
2018-05-25Fix Settings\ManagerTestJulius Härtl
2018-05-24Rename sync clients section to mobile & desktopJulius Härtl
2018-05-03Cleanup and fix testsJulius Härtl
2018-02-27add share permissions to settings pageBjoern Schiessle
2018-01-29Do not cache the settings/sections in the database anymoreJoas Schilling
2017-10-05Allow multiple settings and sections per appJoas Schilling
2017-06-23forgotten test adjustmentsArthur Schiwon
2017-06-23take out additional (legacy) settings section from testsArthur Schiwon
2017-06-23…and adjust testsArthur Schiwon
2017-06-23add missing pieces to Settings Manager and fix and extend its unit testsArthur Schiwon
2017-04-29Rename “Server settings” to “Basic settings”Marius Blüm
2017-04-02Fixed layout of bruteforcesettingsMorris Jobke
2017-04-02Adds security section to the admin pageRoeland Jago Douma
2017-03-17Always suggest the overwrite.cli.urlJoas Schilling
2017-01-19Fix the manager testsJoas Schilling
2016-12-28split db logic from settings managerRobin Appelman
2016-11-21update testsRobin Appelman
2016-08-22adjust testArthur Schiwon
2016-08-22enlist only registered sections that also have settings registered toArthur Schiwon
2016-08-15Use MockBuilder instead of createMockLukas Reschke
2016-08-15Add unit testsLukas Reschke