summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remake phone number property saving with VueChristopher Ng2022-08-261-2/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake website property saving with VueChristopher Ng2022-08-261-3/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake location property saving with VueChristopher Ng2022-08-251-3/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake Twitter handle saving with VueChristopher Ng2022-08-251-3/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Modularize shared account property componentsChristopher Ng2022-08-251-8/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix opening Help page throws ExceptionArthur Schiwon2022-08-241-1/+1
| | | | | | | | | | - Commit 458c2fa2971e6595a18a289b0afeb4a79ea0e0d3 provoked the error, because the "core" "app" was not found. Previously, false was returned, but now an AppPathNotFoundException - IUrlGenerator::linkTo() accepts an empty app argument however, moving the "core" portion to the path solves it and avoids apps lookup Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use user name cache in activity providersJoas Schilling2022-08-192-41/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Consolidate account property gettersChristopher Ng2022-07-211-90/+12
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* 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>