aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Remake Twitter handle saving with VueChristopher Ng2022-08-252-0/+53
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Modularize shared account property componentsChristopher Ng2022-08-2525-1187/+492
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-2523-265/+265
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-256-26/+26
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Request 64px avatars for the user managementChristoph Wurst2022-08-223-10/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix duplicate ids on apps management pageChristopher Ng2022-08-131-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Improve Devices & sessions settingsCarl Schwan2022-08-021-6/+27
| | | | | | | | - Add label for better accessibility - Only allow to add app token with a name - Align in rows Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry2022-07-266-29/+29
|\ | | | | Consolidate account property getters
| * Consolidate account property gettersChristopher Ng2022-07-216-29/+29
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Add Neon user-agentjld31032022-07-211-0/+3
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Use material design icons in Email componentChristopher Ng2022-07-211-13/+6
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix HTML validation of material design iconsJoas Schilling2022-07-151-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Translate error when user already existsJoas Schilling2022-07-142-2/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Port encryption admin settings to vueCarl Schwan2022-07-133-31/+213
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33110 from nextcloud/feat/handle-onetime-password-largeblizzz2022-07-081-0/+1
|\ | | | | Handle one time password and very large passwords
| * Don't allow setting password bigger than 469 charactersCarl Schwan2022-07-051-0/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add current scope to scope actions labelChristopher Ng2022-07-071-1/+5
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix undefined loggerChristopher Ng2022-06-2813-17/+24
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-6/+0
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use unique key to prevent email component reuseChristopher Ng2022-06-102-4/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* l10n: Delete apostropheValdnet2022-06-071-4/+4
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Fix escaping issuerakekniven2022-06-031-1/+1
| | | | | | | | | | | At Transifex the string is cut and shown `For the server to work properly, it` I modified this without vue knowledge. @CarlSchwan Can you check please? Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix Nextcloud Android app not showing proper namejld31032022-05-301-1/+1
|
* Fix various errors reported by eslintCarl Schwan2022-05-243-14/+13
| | | | | | | And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #32443 from nextcloud/port/background-job-adminPytal2022-05-203-17/+217
|\
| * Port BackgroundJob admin settings to vueCarl Schwan2022-05-203-17/+217
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32501 from nextcloud/cleanup/admin-delegation-settingCarl Schwan2022-05-201-13/+10
|\ \ | | | | | | Cleanup admin delegation setting page
| * | Cleanup admin delegation setting pageCarl Schwan2022-05-191-13/+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-17/+25
|/ | | | | | | | - 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>
* Fix profile and add gradient-primary-backgroundJohn Molakvoæ2022-05-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Cleanup and compileJohn Molakvoæ2022-05-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix showing of all apps are up-to-date in apps managementszaimen2022-04-251-3/+3
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Font fixes and design update for theme pickerJohn Molakvoæ2022-04-211-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #31194 from ↵Vincent Petry2022-04-061-1/+5
|\ | | | | | | | | 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/+5
| | | | | | | | | | | | 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>
* | Fix user counts updates on user add/removePetre T2022-03-291-8/+46
| | | | | | | | | | Signed-off-by: Petre Tudor <petre.tudor@dorkfar.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Set max length to app token field to match backendVincent Petry2022-03-251-0/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | add new button componentVanessa Pertsch2022-03-212-85/+14
|/ | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add profile default setting for adminChristopher Ng2022-03-183-0/+174
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add global profile toggle configChristopher Ng2022-03-181-12/+19
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #31378 from nextcloud/fix/31237/new-button-UserListVanessa2022-03-151-6/+7
|\ | | | | use new button component UserList
| * use new button componentVanessa Pertsch2022-03-141-6/+7
| | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Use global $ in settings admin.jsLouis Chemineau2022-03-141-3/+0
|/ | | | | | | Fix https://github.com/nextcloud/server/issues/31570 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix settings error message timeoutChristopher Ng2022-03-041-2/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #31359 from nextcloud/fix/apps-error-message-timeoutVincent Petry2022-03-031-1/+1
|\ | | | | Fix apps settings error message timeout
| * Fix apps settings error message timeoutChristopher Ng2022-03-021-1/+1
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix duplicate primary email messageChristopher Ng2022-03-021-4/+4
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>