Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 30 | -4900/+0 |
| | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Fix apptoken creation | Roeland Jago Douma | 2019-09-25 | 2 | -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 #15539 | Greta Doci | 2019-09-15 | 2 | -2/+3 |
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | Split personal security settings in code | Roeland Jago Douma | 2019-09-10 | 1 | -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 language | John Molakvoæ (skjnldsv) | 2019-08-13 | 1 | -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 disabled | Julius Härtl | 2019-07-29 | 2 | -3/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make it possible to wipe all tokens/devices of a user | Christoph Wurst | 2019-07-09 | 2 | -14/+48 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix 'No apps found for your version' at bottom of app bundles section | Charles Parham | 2019-07-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Charles Parham <cparham289@gmail.com> | ||||
* | Do not show app score if it has no ratings | Christoph Wurst | 2019-06-28 | 1 | -2/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove duplicate close-icon | Greta Doci | 2019-06-27 | 2 | -10/+7 |
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | changes the returned key from UserID to id, in accordance with getUserData | Arthur Schiwon | 2019-06-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #15964 from nextcloud/enh/noid/user-creation-options | blizzz | 2019-06-21 | 2 | -5/+8 |
|\ | | | | | Opt-in for generation userid, requiring email addresses | ||||
| * | makes users management page aware of the introduced options | Arthur Schiwon | 2019-06-19 | 2 | -5/+8 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Let the user confirm the remote wipe | Christoph Wurst | 2019-06-19 | 1 | -14/+27 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump settings | John Molakvoæ (skjnldsv) | 2019-05-22 | 3 | -217/+238 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Remote wipe support | Roeland Jago Douma | 2019-05-20 | 3 | -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 Wurst | 2019-05-13 | 1 | -3/+3 |
| | | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Show supported apps in app management | Morris Jobke | 2019-05-13 | 2 | -1/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Deprecate oc_current_user, fix usage and move currentUser to the bundle | Christoph Wurst | 2019-05-08 | 2 | -2/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix default quota setting of 0 B | Julius Härtl | 2019-05-03 | 1 | -4/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Remove a debug log from the 2FA admin settings | Christoph Wurst | 2019-04-10 | 1 | -1/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move appstore details warnings above buttons | Roeland Jago Douma | 2019-04-02 | 1 | -11/+11 |
| | | | | | | fixes #14470 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix mobile menu on users management | John Molakvoæ (skjnldsv) | 2019-04-02 | 1 | -3/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use components multiselect in apps management | John Molakvoæ (skjnldsv) | 2019-04-02 | 3 | -6/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Select the username input after creating a user successfully | Christoph Wurst | 2019-03-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | allow enforcing apps to ignore the max version | Roeland Jago Douma | 2019-03-20 | 5 | -4/+82 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Collapse 2FA admin detail settings if disabled | Christoph Wurst | 2019-03-20 | 1 | -56/+84 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use nextcloud-vue multiselect | John Molakvoæ (skjnldsv) | 2019-03-03 | 3 | -57/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Load auth tokens with the initial state API | Christoph Wurst | 2019-03-01 | 3 | -23/+12 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Improve multiselect handling on twofactor settings | Joas Schilling | 2019-03-01 | 1 | -2/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add app token QR codes for mobile apps | Christoph Wurst | 2019-03-01 | 1 | -1/+24 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move personal auth token settings to Vue | Christoph Wurst | 2019-02-28 | 6 | -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 async | Roeland Jago Douma | 2019-02-28 | 3 | -22/+83 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Focus new group input on show | John Molakvoæ (skjnldsv) | 2019-02-21 | 1 | -0/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix app-navigation loading | John Molakvoæ (skjnldsv) | 2019-02-21 | 1 | -4/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix group form reset after new user | John Molakvoæ (skjnldsv) | 2019-02-21 | 1 | -1/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Automatically select newly created group | John Molakvoæ (skjnldsv) | 2019-02-21 | 1 | -0/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix infiniteLoading state after user add/remove | John Molakvoæ (skjnldsv) | 2019-02-21 | 1 | -4/+23 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Adjust Apps and User settings to new Vue components | Christoph Wurst | 2019-02-14 | 2 | -46/+46 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add title attribute for app navigation items. | Aastha Gupta | 2019-01-31 | 1 | -0/+1 |
| | | | | Fix: #11923 | ||||
* | Fix vue settings checks and filenames | John Molakvoæ (skjnldsv) | 2019-01-25 | 1 | -0/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Bundle dompurify in settings as well | Roeland Jago Douma | 2019-01-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Bundle the 'marked' library | Christoph Wurst | 2019-01-10 | 1 | -3/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | IE11 compatibility for users & apps management | John Molakvoæ (skjnldsv) | 2018-12-21 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix missing click event on update button | Julius Härtl | 2018-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not clear new user form on failure | John Molakvoæ (skjnldsv) | 2018-11-22 | 2 | -5/+21 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add explanatory text to admin twofactor settings | Christoph Wurst | 2018-11-22 | 1 | -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 slash | Joas Schilling | 2018-11-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use nextcloud-password-confirmation | John Molakvoæ (skjnldsv) | 2018-11-12 | 1 | -30/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | do not offer to change display name or password, if not possible. | Arthur Schiwon | 2018-11-07 | 1 | -6/+10 |
| | | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |