aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22890 from ↵Roeland Jago Douma2020-09-172-4/+8
|\ | | | | | | | | nextcloud/techdebt/18680/help-static-code-analysis-understand-code Help static code analysis to understand code
| * Help static code analysis to understand code.Daniel Kesselberg2020-09-162-4/+8
| | | | | | | | | | | | It adds proper type hints to private namespace to allow private namespace methods. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Remove not needed semicolon and PHPDoc hintMorris Jobke2020-09-161-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* emit typed event for user managementArthur Schiwon2020-09-082-18/+59
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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 enabled
| * Only load viewer in settings if the viewer app is enabledMorris Jobke2020-09-071-0/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-2/+4
|/ | | | | | | 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-072-2/+96
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Show changelog in apps managementJulius Härtl2020-09-031-0/+1
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2412-7/+20
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-8/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke2020-08-191-1/+3
|\ | | | | Harden SSE key generation
| * Harden key generationJulius Härtl2020-08-141-1/+3
| | | | | | | | | | | | | | | | | | | | There might be cases where multiple requests trigger the key generation at the same time and the instance ends up with a non-fitting public/private key pair. Therefore the whole key generation should be locked. Other than that this makes sure that user key generation return values are properly validated. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add setup check that links to the migration documentationMorris Jobke2020-08-192-0/+66
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+0
|/ | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix name of app config option to properly reflect what it doesMorris Jobke2020-08-131-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add app config option to disable "Email was changed by admin" emailMorris Jobke2020-08-121-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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.
| * Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-263-0/+91
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #22102 from ↵Morris Jobke2020-08-052-0/+111
|\ \ | | | | | | | | | | | | nextcloud/feature/noid/app-navigation-via-unified-search App navigation via unified search
| * | Very top of the topsJoas Schilling2020-08-051-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Hide navigation links which dont lead anywhere (looking at you user status)Joas Schilling2020-08-051-0/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | App navigation via unified searchJoas Schilling2020-08-052-0/+106
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix search providers order and IDsJohn Molakvoæ (skjnldsv)2020-08-051-2/+3
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Hand in the route and the parameters of the requestJoas Schilling2020-08-051-3/+2
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-37/+22
| | | | | | | | | | | | 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-033-0/+165
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the proper IAppContainer and IServerContainer type hints to know which ↵Morris Jobke2020-07-211-15/+15
| | | | | | code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-26/+29
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate settigns to the PSR containerChristoph Wurst2020-07-161-12/+21
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #21816 from ↵Morris Jobke2020-07-142-5/+5
|\ | | | | | | | | nextcloud/techdebt/noid/federatedfilesharing-to-ibootstrap Use IBootstrap for the app federatedfilesharing
| * Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-142-5/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix AppFramework servicesRoeland Jago Douma2020-07-141-9/+7
|/ | | | | | | | | * We can't just register an alias as the services need the appId to be injected. if we just register an alias this blows up since the main container doesn't have the appId. * Moved the Authtokens over to show the PoC works Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #21741 from ↵Morris Jobke2020-07-081-2/+1
|\ | | | | | | | | nextcloud/debt/noid/url-generator-does-not-implement-i-user-session Fix type for $urlGenerator
| * Fix type for $urlGeneratorDaniel Kesselberg2020-07-081-2/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #21533 from ↵Roeland Jago Douma2020-07-042-39/+19
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/dedicated-method-to-get-a-users-language Techdebt/noid/dedicated method to get a users language
| * | Use the new method everywhereJoas Schilling2020-07-032-39/+19
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Replace TYPE with TYPESDaniel Kesselberg2020-06-301-2/+2
|/ | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Unify settings middleware with othersJoas Schilling2020-06-237-14/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate Settings to new bootstrap mechanismChristoph Wurst2020-06-171-16/+23
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #21274 from nextcloud/bug/21268/paswordless-for-everyoneRoeland Jago Douma2020-06-071-0/+3
|\ | | | | Enable passwordless for everyone not only admins.
| * Enable passwordless for everyone not only admins.Daniel Kesselberg2020-06-061-0/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #21224 from ↵Roeland Jago Douma2020-06-071-177/+0
|\ \ | |/ |/| | | | | nextcloud/techdebt/noid/remove-unreachable-controller-and-route Remove controller and routes which have no UI component anyway
| * Remove controller and routes which have no UI component anywayJoas Schilling2020-06-041-177/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use \OC::$CLI instead of PHP_SAPIThomas Citharel2020-06-041-1/+1
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* use the loginname to verify the old password in user password changesArthur Schiwon2020-05-261-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix languages empty arrayGretaD2020-05-081-0/+1
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Update license headers for 19Christoph Wurst2020-04-297-2/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19191 from laurisb/patch-1Roeland Jago Douma2020-04-151-1/+1
|\ | | | | Improve Opcache detection