aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Expand)AuthorAgeFilesLines
* show warning on personal settings pageVitor Mattos2021-10-231-1/+16
* Show warning on admin settings pageVitor Mattos2021-10-231-1/+15
* Merge pull request #27731 from ZitronePlus/masterJohn Molakvoæ2021-10-221-1/+1
|\
| * Fix for #26526ZitronePlus2021-06-301-1/+1
* | Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-p...John Molakvoæ2021-10-221-0/+2
|\ \
| * | Hide "federated" scope when Federation app is disabledDaniel Calviño Sánchez2021-08-181-0/+2
* | | Merge pull request #29256 from nextcloud/fix/noid/harmonize-appstoreenabled-c...Julien Veyssier2021-10-211-1/+1
|\ \ \
| * | | fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier2021-10-181-1/+1
* | | | Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-181-29/+114
|\ \ \ \
| * | | | Profile backendChristopher Ng2021-10-191-29/+114
* | | | | Add scheduling availability settingsChristoph Wurst2021-10-181-0/+58
| |/ / / |/| | |
* | | | Deprecate PHP7.3 for Nextcloud 23Christoph Wurst2021-10-181-1/+1
|/ / /
* | | add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle2021-10-061-0/+5
* | | Improve icon and section title of "Admin privileges"Joas Schilling2021-10-061-2/+2
* | | Add admin privilege delegation for admin settingsCarl Schwan2021-09-2918-44/+622
* | | Merge pull request #28837 from nextcloud/show-warning-if-sharing-app-disabledszaimen2021-09-201-5/+8
|\ \ \
| * | | Show warning on the share settings when the File Shares app is disabledThomas Citharel2021-09-151-5/+8
* | | | Merge pull request #28838 from stefan-schilling/enh/16719-integrity-check-tem...szaimen2021-09-171-1/+17
|\ \ \ \
| * | | | Issue 16719: CheckSetupController.php: now injecting reference to ITempManage...Stefan2021-09-171-2/+7
| * | | | Issue 16719: CheckSetupController.php now checks configured temporary directo...Stefan2021-09-171-0/+11
| |/ / /
* | | | only offer to set locally verified mails as primaryArthur Schiwon2021-09-151-0/+1
* | | | let user choose notification email in user settingsArthur Schiwon2021-09-151-2/+3
|/ / /
* | | use specific email getter where necessaryArthur Schiwon2021-09-091-2/+2
* | | Merge pull request #28332 from nextcloud/work/carl/argon2i2Christoph Wurst2021-08-311-1/+5
|\ \ \
| * | | Only recommand for php-sodium on >= PHP 7.4Carl Schwan2021-08-061-1/+5
| |/ /
* | | Provide initial stateChristopher Ng2021-08-271-6/+7
* | | Provide initial stateChristopher Ng2021-08-231-2/+28
* | | Do not retain VerifyUserData job when lookup server is not availableJulius Härtl2021-08-171-1/+1
|/ /
* | Merge pull request #28259 from nextcloud/work/carl/sodium-checkChristoph Wurst2021-07-301-0/+4
|\ \
| * | Check that php was compiled with argon2 support or that the php-sodiumCarl Schwan2021-07-301-0/+4
* | | refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-291-1/+7
|/ /
* | Allow to disable group change notificationMarco Ambrosini2021-07-281-1/+1
* | Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-161-3/+1
|\ \
| * | Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-3/+1
* | | Refine unsupported federation scope checksChristopher Ng2021-07-161-0/+1
* | | Provide initial stateChristopher Ng2021-07-151-1/+49
|/ /
* / Migrate HintException to OCPGary Kim2021-06-301-1/+1
|/
* Add security.txtLukas Reschke2021-06-232-0/+52
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0458-122/+74
* l10n: Spelling unificationValdnet2021-06-021-1/+1
* do not use private AccountManager in UsersControllerArthur Schiwon2021-05-251-98/+68
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-0/+4
|\
| * allow excluding groups from creating link sharesRobin Appelman2021-05-121-0/+4
* | Harden apptoken checkRoeland Jago Douma2021-05-171-0/+20
* | Merge pull request #26959 from nextcloud/techdebt/noid/verifiyuserdata-iaccou...blizzz2021-05-121-30/+29
|\ \
| * | VerifyUserData shall use IAccountManager, not private APIArthur Schiwon2021-05-121-30/+29
| |/
* / PersonalInfo settings to use public AccoutManager APIArthur Schiwon2021-05-121-5/+4
|/
* Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-...Joas Schilling2021-04-261-0/+3
|\
| * Validate the website field input to be a valid URLJoas Schilling2021-04-221-0/+3
* | Fix deleting properties of user settings when not given explicitlyDaniel Calviño Sánchez2021-04-231-13/+39