summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33200 from nextcloud/enh/noid/64bitSimon L2022-07-131-0/+9
|\ | | | | add a setup check for 64 bit
| * add a setup check for 64 bitszaimen2022-07-131-0/+9
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Port encryption admin settings to vueCarl Schwan2022-07-131-19/+8
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Don't allow setting password bigger than 469 charactersCarl Schwan2022-07-051-1/+10
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* do not display the buffer_size info if the size is already set to a certain ↵szaimen2022-06-171-1/+5
| | | | | | | threshold Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* l10n: Delete apostropheValdnet2022-06-072-3/+3
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Change to a capital letterValdnet2022-06-031-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Use Image class from public APIChristopher Ng2022-06-021-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Skip avatar on failureChristopher Ng2022-05-301-3/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update method nameChristopher Ng2022-05-301-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-301-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-0/+21
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #32443 from nextcloud/port/background-job-adminPytal2022-05-201-23/+22
|\
| * Port BackgroundJob admin settings to vueCarl Schwan2022-05-201-23/+22
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32501 from nextcloud/cleanup/admin-delegation-settingCarl Schwan2022-05-201-12/+10
|\ \ | | | | | | Cleanup admin delegation setting page
| * | Cleanup admin delegation setting pageCarl Schwan2022-05-191-12/+10
| |/ | | | | | | | | | | | | | | - Simplify code a bit - Add link to doc - Use Nextcloud vue component a bit more Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / Improve two factor admin settingsCarl Schwan2022-05-201-13/+14
|/ | | | | | | | - Port more of it to vue - Use new nextcloud vue components for the setting section - Add a bit of spacing between the elements Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* adjust wording for database checksszaimen2022-05-161-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-051-1/+4
|\ | | | | Do not dispatch postSetPassword when setPassword fails
| * Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-1/+4
| | | | | | | | | | | | Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+1
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* l10n: Improve grammarrakekniven2022-04-271-1/+1
| | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* Catch avatar export separately for better failure tracingChristopher Ng2022-04-131-1/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Adapt existing migrators to new APICôme Chilliet2022-04-131-11/+11
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
| | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-111-0/+1
|\ | | | | Add settings to not match userID during full match
| * Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Extend account migratorChristopher Ng2022-04-081-1/+27
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #31194 from ↵Vincent Petry2022-04-061-1/+8
|\ | | | | | | | | nextcloud/feat/allow-to-exclude-groups-from-password-enforcement Allow to disable password policy enforcement for selected groups
| * Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-1/+8
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #30950 from nextcloud/enh/opcache-recommends-translationVincent Petry2022-03-241-8/+8
|\ \ | | | | | | Add OPcache recommendations to Transifex
| * | Add OPcache recommendations to TransifexMichaIng2022-03-221-8/+8
| | | | | | | | | | | | | | | | | | Fixes: https://github.com/nextcloud/server/issues/30941 Signed-off-by: MichaIng <micha@dietpi.com>
* | | Limit the length of app password namesJoas Schilling2022-03-231-0/+8
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move data into settings folderChristopher Ng2022-03-221-16/+20
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Use account method to set all propertiesChristopher Ng2022-03-181-18/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Use streamsChristopher Ng2022-03-181-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Transfer to settings app and registerChristopher Ng2022-03-183-0/+187
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add profile default setting for adminChristopher Ng2022-03-181-0/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add global profile toggle configChristopher Ng2022-03-181-3/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Differenciate the activity depending on admin vs user actionJoas Schilling2022-03-102-2/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31430 from ↵Simon L2022-03-101-8/+7
|\ | | | | | | | | nextcloud/enh/31429/improve-overwrite-cli-url-check Validate `overwrite.cli.url` to be a url in setup check
| * improve overwrite cli url setup checkszaimen2022-03-091-8/+7
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | 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
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-071-8/+13
|/ / | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #31267 from nextcloud/enh/docs-link-for-opcache-recommendsMichaIng2022-03-041-1/+1
|\ \ | | | | | | Add Nextcloud docs link to OPcache recommends
| * | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-031-1/+1
| |/ | | | | | | | | | | | | | | A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
* / Fix permittedPath comparisonMickey Knox2022-03-021-1/+1
|/ | | | Signed-off-by: Mickey Knox <mickey@netfreaks.org>