aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix type for $urlGeneratorDaniel Kesselberg2020-07-081-2/+1
* | Merge pull request #21533 from nextcloud/techdebt/noid/dedicated-method-to-ge...Roeland Jago Douma2020-07-042-39/+19
|\ \
| * | Use the new method everywhereJoas Schilling2020-07-032-39/+19
| |/
* / Replace TYPE with TYPESDaniel Kesselberg2020-06-301-2/+2
|/
* Unify settings middleware with othersJoas Schilling2020-06-237-14/+14
* Migrate Settings to new bootstrap mechanismChristoph Wurst2020-06-171-16/+23
* Merge pull request #21274 from nextcloud/bug/21268/paswordless-for-everyoneRoeland Jago Douma2020-06-071-0/+3
|\
| * Enable passwordless for everyone not only admins.Daniel Kesselberg2020-06-061-0/+3
* | Merge pull request #21224 from nextcloud/techdebt/noid/remove-unreachable-con...Roeland Jago Douma2020-06-071-177/+0
|\ \ | |/ |/|
| * Remove controller and routes which have no UI component anywayJoas Schilling2020-06-041-177/+0
* | Use \OC::$CLI instead of PHP_SAPIThomas Citharel2020-06-041-1/+1
|/
* use the loginname to verify the old password in user password changesArthur Schiwon2020-05-261-1/+2
* Fix languages empty arrayGretaD2020-05-081-0/+1
* Update license headers for 19Christoph Wurst2020-04-297-2/+9
* Merge pull request #19191 from laurisb/patch-1Roeland Jago Douma2020-04-151-1/+1
|\
| * Improve Opcache detectionLauris Binde2020-01-291-1/+1
* | Merge pull request #20427 from nextcloud/bug/noid/fix-password-reset-activityRoeland Jago Douma2020-04-132-2/+15
|\ \
| * | Fix password reset saying Admin changed my password when reset fromThomas Citharel2020-04-102-2/+15
* | | Merge pull request #20421 from nextcloud/fix/20393/recommendend_webauthn_modsRoeland Jago Douma2020-04-121-0/+8
|\ \ \
| * | | Show setup check for recommended php modulesRoeland Jago Douma2020-04-101-0/+8
* | | | Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* | | | Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
| |/ / |/| |
* | | Format control structures, classes, methods and functionChristoph Wurst2020-04-1027-112/+72
* | | Use elseif instead of else ifChristoph Wurst2020-04-103-13/+13
|/ /
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-9/+9