summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34067 from nextcloud/timm2k-patch-1Vincent Petry2022-09-151-0/+1
|\ | | | | Convert file_metadata.id from int(11) to bigint(20)
| * Update CheckSetupController.phptimm2k2022-09-141-0/+1
| | | | | | | | | | file_metadata.id needs to be bigint(20). Signed-off-by: timm2k <timm2k@gmx.de>
* | Add accessibility entry in user menuVincent Petry2022-09-141-1/+5
|/ | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix twofactor provider icons in dark modeJoas Schilling2022-09-131-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #29881 from nextcloud/fix/setting/accessibility-titleCarl Schwan2022-09-061-15/+19
|\ | | | | Improve accessibility of the title of the settings
| * Merge branch 'master' into fix/setting/accessibility-titleCarl Schwan2022-09-0214-246/+174
| |\ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Improve accessibility of the title of the settingsCarl Schwan2022-05-161-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before every setting page had the same title and this is causing issues for screenreaders since they can't differenciate the title of page. Now a new variable is available for apps to declare the page subtitle. This new variable is implemented for the settings app and while at it I added a bit more type hinting to the stuff I touched :) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #33790 from nextcloud/Valdnet-patch-2Simon L2022-09-021-1/+1
|\ \ \ | |_|/ |/| | l10n: Spelling unification
| * | l10n: Spelling unificationValdnet2022-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Change to administration Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Spelling unification Spelling unification in Transifex. Match the menu name to the header name of the settings page. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Remake profile picture saving with VueChristopher Ng2022-09-021-2/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Add profile config migrationChristopher Ng2022-09-011-0/+33
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #33429 from nextcloud/port-password-vueCarl Schwan2022-08-311-19/+7
|\ \ | | | | | | Port password settings to vue
| * | Port password settings to vueCarl Schwan2022-08-311-19/+7
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | add a way to open the admin settings overview directlyszaimen2022-08-301-1/+6
|/ / | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | 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