summaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-2/+2
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* Start with webauthnRoeland Jago Douma2020-03-316-0/+499
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-251-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix unlimited and progress barGretaD2020-03-231-9/+23
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Remove legacy js packagesRoeland Jago Douma2020-03-223-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix group navigationJulius Härtl2020-03-102-4/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow to edit admin/own user in the user managementJulius Härtl2020-03-103-7/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not use replace on the group idJulius Härtl2020-03-021-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-0/+31
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* l10n: Added plural form to stringrakekniven2020-02-242-1/+2
| | | | | | | | | | | Fix for #19304 Devs: Please verify. Changed are untested due to missing build environment. Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: Gary Kim <gary@garykim.dev>
* Replace tab character with spaceDaniel Kesselberg2020-02-231-3/+3
| | | | | | | Otherwise the translation is missing. Also I don't see the reason for the tab character. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Also fix actions overlay in editing and new user rowsJulius Härtl2020-02-183-6/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly position popovermenu for user actionsJulius Härtl2020-02-181-3/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add tooltip to storage locationJulius Härtl2020-02-181-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not overlay single select boxes over userActionsJulius Härtl2020-02-181-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show user/displayname when backend does not offer savingJulius Härtl2020-02-181-20/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add featured categoryMario Danic2020-02-072-1/+10
| | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-241-1/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-228-260/+235
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix eslint errors in settingsJulius Härtl2020-01-161-23/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix indentation and 3 dot menuGretaD2020-01-161-2/+2
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* fix popover menu overlappingGretaD2020-01-161-1/+11
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* add close buttonGretaD2020-01-161-24/+36
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* fix new user tableGretaD2020-01-161-52/+51
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* fix userlist alignmentGretaD2020-01-161-10/+10
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Add tooltips to display name and email fields in Usersonehappycat2019-12-191-3/+11
| | | | Signed-off-by: onehappycat <onehappycat@gmx.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-1930-333/+334
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix listing users in groups with slash in the nameGary Kim2019-12-181-2/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Move users management to multi lineGreta Doci2019-12-125-344/+628
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-123-75/+18
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix removing groups that have a slash in the nameGary Kim2019-12-051-1/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-043-18/+75
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add update all buttonGreta Doci2019-11-261-2/+31
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change official => featuredRoeland Jago Douma2019-11-122-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Prompt on destructive user actionsGary Kim2019-11-051-14/+46
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* when adding/removing users from groups don't touch counters if LDAPArthur Schiwon2019-10-211-8/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* hide strange Everyone and Disabled group numbers with LDAP, fixes 17368Arthur Schiwon2019-10-211-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Catch uncaught (in promise)Daniel Kesselberg2019-10-141-5/+9
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use the external initial state implementationChristoph Wurst2019-10-122-3/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-053-3/+3
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove users management settings cleaning leftoversJohn Molakvoæ (skjnldsv)2019-10-0110-1252/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-0133-1874/+3541
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move settings to an appChristoph Wurst2019-09-2830-0/+4900
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>