summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-21/+0
|\ \
| * | Add well known handlers APIChristoph Wurst2020-12-161-21/+0
* | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1613-3/+19
|/ /
* | Add missing parent::__construct() calls to JobsJoas Schilling2020-12-141-9/+3
* | Merge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-stringJulius Härtl2020-12-091-0/+2
|\ \
| * | Move columns to bigintJulius Härtl2020-12-081-0/+2
* | | Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-1/+1
* | | Add a config for default region of phone numbersJoas Schilling2020-12-071-0/+1
* | | Also translate the phone number when coming in via the accounts manager API d...Joas Schilling2020-12-071-22/+7
* | | Validate and standardize the phone number on savingJoas Schilling2020-12-071-2/+34
* | | Also return the phone number and twitter handle on the APIJoas Schilling2020-12-071-0/+4
* | | Make code strictJoas Schilling2020-12-073-90/+84
|/ /
* | Harden setup check for TLS version if host is not reachableMorris Jobke2020-12-021-0/+3
* | Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-251-4/+3
* | Set up FS before querying storage info in settingsVincent Petry2020-11-131-0/+3
* | Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+11
* | Simplify the check if admin can change password based on encryption statusMorris Jobke2020-11-051-4/+2
* | Remove unneeded service - found by PsalmMorris Jobke2020-11-031-10/+0
* | Add a background job that checks for potential user imported SSL certificates...Morris Jobke2020-11-032-0/+84
* | Add SVG support check to setup checknhirokinet2020-11-021-0/+5
* | Document settings BeforeTemplateRenderedEventMorris Jobke2020-10-291-0/+5
* | Remove ISection in favor of IIconSectionMorris Jobke2020-10-282-11/+4
* | Merge pull request #23720 from nextcloud/lowercase-emailRoeland Jago Douma2020-10-271-1/+2
|\ \
| * | save email as lower caseRobin Appelman2020-10-271-1/+2
* | | Update CheckSetupController.phptimm2k2020-10-261-0/+1
|/ /
* | Merge pull request #23161 from nextcloud/enh/noid/setup-checks2Roeland Jago Douma2020-10-081-6/+0
|\ \
| * | Remove setup check for php mailDaniel Kesselberg2020-10-031-6/+0
| |/
* / Format code to a single space around binary operatorsChristoph Wurst2020-10-0510-48/+48
|/
* 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
|\ \