summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Expand)AuthorAgeFilesLines
* Check that php was compiled with argon2 support or that the php-sodiumCarl Schwan2021-08-021-0/+4
* Harden apptoken checkRoeland Jago Douma2021-05-181-0/+20
* Fix deleting properties of user settings when not given explicitlyDaniel Calviño Sánchez2021-04-231-13/+39
* Fix TypeError when "email" is not given in the controller requestDaniel Calviño Sánchez2021-04-231-1/+1
* Respect additional user settings not covered by the controllerDaniel Calviño Sánchez2021-04-231-7/+13
* Use constants from interface rather than classDaniel Calviño Sánchez2021-04-231-16/+17
* Mention MariaDB in MySQL support warningClaas Augner2021-04-211-1/+1
* Add setup check to verify that the used DB version is still supported in the ...Morris Jobke2021-01-122-1/+120
* Set the user language when adding the footerJulius Härtl2021-01-081-1/+1
* Move columns to bigintJulius Härtl2020-12-141-0/+2
* Harden setup check for TLS version if host is not reachableMorris Jobke2020-12-021-0/+3
* Set up FS before querying storage info in settingsVincent Petry2020-11-161-0/+3
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-121-0/+11
* save email as lower caseRobin Appelman2020-10-271-1/+2
* Update CheckSetupController.phptimm2k2020-10-261-0/+1
* Merge pull request #22890 from nextcloud/techdebt/18680/help-static-code-anal...Roeland Jago Douma2020-09-172-4/+8
|\
| * Help static code analysis to understand code.Daniel Kesselberg2020-09-162-4/+8
* | Remove not needed semicolon and PHPDoc hintMorris Jobke2020-09-161-1/+1
|/
* emit typed event for user managementArthur Schiwon2020-09-082-18/+59
* Merge pull request #22650 from nextcloud/fix/noid/fix-psalm-warningMorris Jobke2020-09-071-0/+3
|\
| * Only load viewer in settings if the viewer app is enabledMorris Jobke2020-09-071-0/+3
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-2/+4
|/
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-072-2/+96
* Show changelog in apps managementJulius Härtl2020-09-031-0/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2412-7/+20
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-8/+10
* Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke2020-08-191-1/+3
|\
| * Harden key generationJulius Härtl2020-08-141-1/+3
* | Add setup check that links to the migration documentationMorris Jobke2020-08-192-0/+66
* | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+0
|/
* Fix name of app config option to properly reflect what it doesMorris Jobke2020-08-131-1/+1
* Add app config option to disable "Email was changed by admin" emailMorris Jobke2020-08-121-0/+3
* Merge pull request #22004 from nextcloud/enh/noid/setup-checks-phpblizzz2020-08-073-0/+91
|\
| * Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-263-0/+91
* | Merge pull request #22102 from nextcloud/feature/noid/app-navigation-via-unif...Morris Jobke2020-08-052-0/+111
|\ \
| * | Very top of the topsJoas Schilling2020-08-051-1/+1
| * | Hide navigation links which dont lead anywhere (looking at you user status)Joas Schilling2020-08-051-0/+5
| * | App navigation via unified searchJoas Schilling2020-08-052-0/+106
* | | Fix search providers order and IDsJohn Molakvoæ (skjnldsv)2020-08-051-2/+3
|/ /
* | Hand in the route and the parameters of the requestJoas Schilling2020-08-051-3/+2
* | Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+5
* | Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-042-37/+22
* | Add settings sections to unified searchJoas Schilling2020-08-033-0/+165
|/
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-15/+15
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-26/+29
* Migrate settigns to the PSR containerChristoph Wurst2020-07-161-12/+21
* Merge pull request #21816 from nextcloud/techdebt/noid/federatedfilesharing-t...Morris Jobke2020-07-142-5/+5
|\
| * Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-142-5/+5
* | Fix AppFramework servicesRoeland Jago Douma2020-07-141-9/+7
|/
* Merge pull request #21741 from nextcloud/debt/noid/url-generator-does-not-imp...Morris Jobke2020-07-081-2/+1
|\