summaryrefslogtreecommitdiffstats
path: root/settings/src
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate close-iconGreta Doci2019-06-272-10/+7
* changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon2019-06-211-1/+1
* Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz2019-06-212-5/+8
|\
| * makes users management page aware of the introduced optionsArthur Schiwon2019-06-192-5/+8
* | Let the user confirm the remote wipeChristoph Wurst2019-06-191-14/+27
|/
* Bump settingsJohn Molakvoæ (skjnldsv)2019-05-223-217/+238
* Remote wipe supportRoeland Jago Douma2019-05-203-4/+58
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst2019-05-131-3/+3
* Show supported apps in app managementMorris Jobke2019-05-132-1/+7
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-082-2/+1
* Fix default quota setting of 0 BJulius Härtl2019-05-031-4/+4
* Remove a debug log from the 2FA admin settingsChristoph Wurst2019-04-101-1/+0
* Move appstore details warnings above buttonsRoeland Jago Douma2019-04-021-11/+11
* Fix mobile menu on users managementJohn Molakvoæ (skjnldsv)2019-04-021-3/+1
* Use components multiselect in apps managementJohn Molakvoæ (skjnldsv)2019-04-023-6/+2
* Select the username input after creating a user successfullyChristoph Wurst2019-03-221-0/+1
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-205-4/+82
* Collapse 2FA admin detail settings if disabledChristoph Wurst2019-03-201-56/+84
* Use nextcloud-vue multiselectJohn Molakvoæ (skjnldsv)2019-03-033-57/+7
* Load auth tokens with the initial state APIChristoph Wurst2019-03-013-23/+12
* Improve multiselect handling on twofactor settingsJoas Schilling2019-03-011-2/+6
* Add app token QR codes for mobile appsChristoph Wurst2019-03-011-1/+24
* Move personal auth token settings to VueChristoph Wurst2019-02-286-0/+779
* Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-283-22/+83
* Focus new group input on showJohn Molakvoæ (skjnldsv)2019-02-211-0/+4
* Fix app-navigation loadingJohn Molakvoæ (skjnldsv)2019-02-211-4/+1
* Fix group form reset after new userJohn Molakvoæ (skjnldsv)2019-02-211-1/+3
* Automatically select newly created groupJohn Molakvoæ (skjnldsv)2019-02-211-0/+6
* Fix infiniteLoading state after user add/removeJohn Molakvoæ (skjnldsv)2019-02-211-4/+23
* Adjust Apps and User settings to new Vue componentsChristoph Wurst2019-02-142-46/+46
* Add title attribute for app navigation items.Aastha Gupta2019-01-311-0/+1
* Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)2019-01-251-0/+0
* Bundle dompurify in settings as wellRoeland Jago Douma2019-01-101-1/+2
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-3/+4
* IE11 compatibility for users & apps managementJohn Molakvoæ (skjnldsv)2018-12-211-2/+1
* Fix missing click event on update buttonJulius Härtl2018-12-041-1/+1
* Do not clear new user form on failureJohn Molakvoæ (skjnldsv)2018-11-222-5/+21
* Add explanatory text to admin twofactor settingsChristoph Wurst2018-11-221-0/+6
* Fix interaction with groups that contain a slashJoas Schilling2018-11-151-1/+1
* Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-30/+3
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-071-6/+10
* Show disabled even if empty if ldap enabledJohn Molakvoæ (skjnldsv)2018-11-061-4/+7
* Add class "settings-hint" to 2FA-textMarius Blüm2018-11-051-2/+2
* Highlight 'Enable' button in sidebar, and 'Update' button generallyJan-Christoph Borchardt2018-10-192-3/+3
* Fix unsafe-eval used in 2FA admin settingsChristoph Wurst2018-10-161-8/+5
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-21/+85
* Add admin interface to enforce 2FAChristoph Wurst2018-10-102-0/+89
* Remove useless promise transformationChristoph Wurst2018-10-081-15/+5
* Replace hand-crafted request token logic by nextcloud-axios libChristoph Wurst2018-10-082-10/+6
* Fixed js error when adding new groupJohn Molakvoæ (skjnldsv)2018-10-031-2/+0