summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix interned strings buffer check if 0 free bytesMichaIng2023-01-231-4/+4
* Merge pull request #35804 from nextcloud/backport/34629/stable24Louis2022-12-191-1/+1
|\
| * Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
* | Rename personal Groupware settings section to "Availability"Christoph Wurst2022-12-161-2/+2
|/
* Fix invalid date in security.txtJoas Schilling2022-11-041-1/+1
* check disable_activity.email_address_changed_by_admin when email is changed b...Julien Veyssier2022-10-141-0/+5
* Update security.txt expires fieldJoas Schilling2022-10-111-2/+3
* Harden some PHP functionsacsfer2022-10-101-5/+5
* Update CheckSetupController.phptimm2k2022-09-151-0/+1
* Handle one time and large passwordsCarl Schwan2022-07-291-1/+11
* Rename setting name to reduce its lengthLouis Chemineau2022-06-281-1/+1
* do not display the buffer_size info if the size is already set to a certain t...szaimen2022-06-211-1/+5
* Skip avatar on failureChristopher Ng2022-05-311-3/+1
* Update method nameChristopher Ng2022-05-311-1/+1
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-311-1/+2
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-311-0/+21
* adjust wording for database checksszaimen2022-05-171-3/+3
* Add setting to ignore email during searchLouis Chemineau2022-05-121-0/+1
* Catch avatar export separately for better failure tracingChristopher Ng2022-04-131-1/+5
* Adapt existing migrators to new APICôme Chilliet2022-04-131-11/+11
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
* Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-111-0/+1
|\
| * Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+1
* | Extend account migratorChristopher Ng2022-04-081-1/+27
|/
* Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry2022-04-061-1/+8
|\
| * Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-1/+8
* | Merge pull request #30950 from nextcloud/enh/opcache-recommends-translationVincent Petry2022-03-241-8/+8
|\ \
| * | Add OPcache recommendations to TransifexMichaIng2022-03-221-8/+8
* | | Limit the length of app password namesJoas Schilling2022-03-231-0/+8
|/ /
* | Move data into settings folderChristopher Ng2022-03-221-16/+20
* | Use account method to set all propertiesChristopher Ng2022-03-181-18/+2
* | Use streamsChristopher Ng2022-03-181-3/+3
* | Transfer to settings app and registerChristopher Ng2022-03-183-0/+187
|/
* Add profile default setting for adminChristopher Ng2022-03-181-0/+16
* Add global profile toggle configChristopher Ng2022-03-181-3/+5
* Differenciate the activity depending on admin vs user actionJoas Schilling2022-03-102-2/+12
* Merge pull request #31430 from nextcloud/enh/31429/improve-overwrite-cli-url-...Simon L2022-03-101-8/+7
|\
| * improve overwrite cli url setup checkszaimen2022-03-091-8/+7
* | Merge pull request #31470 from nextcloud/enh/13099/allow-disable-imagick-warningJohn Molakvoæ2022-03-081-14/+21
|\ \
| * | allow to disable the imagick warningszaimen2022-03-071-14/+21
* | | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-071-8/+13
|/ /
* | Merge pull request #31267 from nextcloud/enh/docs-link-for-opcache-recommendsMichaIng2022-03-041-1/+1
|\ \
| * | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-031-1/+1
| |/
* / Fix permittedPath comparisonMickey Knox2022-03-021-1/+1
|/
* Cleanup admin settings js filesCarl Schwan2022-02-171-1/+0
* Merge pull request #31032 from nextcloud/instanceNameVincent Petry2022-02-101-2/+8
|\
| * Don't use plain URL on the subjectacsfer2022-02-061-2/+8
* | Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-102-2/+85
|/
* show if the mail server settings are not set or verifiedszaimen2022-02-032-1/+31