summaryrefslogtreecommitdiffstats
path: root/settings/src
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-2830-4900/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix apptoken creationRoeland Jago Douma2019-09-252-1/+5
| | | | | | | Seems there was a small bug in #15936 This inverts the check and add the property Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-152-2/+3
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Split personal security settings in codeRoeland Jago Douma2019-09-101-1/+1
| | | | | | | | Instead of one big monolitic sections this is the first step in breaking down the settings. This should make is easiet to see what does what. As well as nicely splitting up the sections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Reset and init new user form languageJohn Molakvoæ (skjnldsv)2019-08-131-28/+45
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Force defaultHtml setting of v-tooltip to be disabledJulius Härtl2019-07-292-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-092-14/+48
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix 'No apps found for your version' at bottom of app bundles sectionCharles Parham2019-07-041-1/+1
| | | | Signed-off-by: Charles Parham <cparham289@gmail.com>
* Do not show app score if it has no ratingsChristoph Wurst2019-06-281-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove duplicate close-iconGreta Doci2019-06-272-10/+7
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon2019-06-211-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz2019-06-212-5/+8
|\ | | | | Opt-in for generation userid, requiring email addresses
| * makes users management page aware of the introduced optionsArthur Schiwon2019-06-192-5/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Let the user confirm the remote wipeChristoph Wurst2019-06-191-14/+27
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump settingsJohn Molakvoæ (skjnldsv)2019-05-223-217/+238
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remote wipe supportRoeland Jago Douma2019-05-203-4/+58
| | | | | | | | This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵Christoph Wurst2019-05-131-3/+3
| | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show supported apps in app managementMorris Jobke2019-05-132-1/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-082-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix default quota setting of 0 BJulius Härtl2019-05-031-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove a debug log from the 2FA admin settingsChristoph Wurst2019-04-101-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move appstore details warnings above buttonsRoeland Jago Douma2019-04-021-11/+11
| | | | | | fixes #14470 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix mobile menu on users managementJohn Molakvoæ (skjnldsv)2019-04-021-3/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use components multiselect in apps managementJohn Molakvoæ (skjnldsv)2019-04-023-6/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Select the username input after creating a user successfullyChristoph Wurst2019-03-221-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-205-4/+82
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Collapse 2FA admin detail settings if disabledChristoph Wurst2019-03-201-56/+84
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use nextcloud-vue multiselectJohn Molakvoæ (skjnldsv)2019-03-033-57/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Load auth tokens with the initial state APIChristoph Wurst2019-03-013-23/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve multiselect handling on twofactor settingsJoas Schilling2019-03-011-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add app token QR codes for mobile appsChristoph Wurst2019-03-011-1/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move personal auth token settings to VueChristoph Wurst2019-02-286-0/+779
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Always crate OC.Settings, even if not used Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-283-22/+83
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Focus new group input on showJohn Molakvoæ (skjnldsv)2019-02-211-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix app-navigation loadingJohn Molakvoæ (skjnldsv)2019-02-211-4/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix group form reset after new userJohn Molakvoæ (skjnldsv)2019-02-211-1/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Automatically select newly created groupJohn Molakvoæ (skjnldsv)2019-02-211-0/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix infiniteLoading state after user add/removeJohn Molakvoæ (skjnldsv)2019-02-211-4/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust Apps and User settings to new Vue componentsChristoph Wurst2019-02-142-46/+46
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add title attribute for app navigation items.Aastha Gupta2019-01-311-0/+1
| | | | Fix: #11923
* Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)2019-01-251-0/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bundle dompurify in settings as wellRoeland Jago Douma2019-01-101-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* IE11 compatibility for users & apps managementJohn Molakvoæ (skjnldsv)2018-12-211-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix missing click event on update buttonJulius Härtl2018-12-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not clear new user form on failureJohn Molakvoæ (skjnldsv)2018-11-222-5/+21
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add explanatory text to admin twofactor settingsChristoph Wurst2018-11-221-0/+6
| | | | | | | Ref #12249 Ref https://github.com/nextcloud/documentation/pull/937 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix interaction with groups that contain a slashJoas Schilling2018-11-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-30/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-071-6/+10
| | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>