aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #11538 from nextcloud/heading-boldMarin Treselj2018-10-031-3/+3
|\ \ | |/ |/| Set headings to Semibold for better information architecture
| * Fix federation-menu Javascript to use h3Jan-Christoph Borchardt2018-10-021-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix generateUrl for webpackJohn Molakvoæ (skjnldsv)2018-10-022-2/+2
| | | | | | | | | | | | | | OC.generateUrl(OC.linkTo('contacts', 'js/')) will append index.php, we should not have that! Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Babel fix and dynamic import on settingsJohn Molakvoæ (skjnldsv)2018-10-0210-131/+143
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump templates to handlebars 4.0.12Roeland Jago Douma2018-09-281-14/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add new group entry on users list + fixesJohn Molakvoæ (skjnldsv)2018-09-282-12/+97
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #11417 from nextcloud/hover-quota-used-space-regressionJohn Molakvoæ2018-09-282-2/+2
|\ | | | | Add back the total used space per user
| * State default unknown quota to 0John Molakvoæ (skjnldsv)2018-09-282-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix string formattingJohn Molakvoæ (skjnldsv)2018-09-272-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add back the total used space per userJohn Molakvoæ (skjnldsv)2018-09-272-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebarsChristoph Wurst2018-09-283-32/+68
|\ \ | | | | | | Compile handlebars template for AuthTokenView
| * | Compile handlebars template for AuthTokenViewRoeland Jago Douma2018-09-273-32/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11032 For https://github.com/orgs/nextcloud/projects/18 Compile the default authtoken handlebars view. This avoids runtime compilations (speed) and avoids unsafe eval calls thus allowing a stricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #10833 from nextcloud/fix_8623Morris Jobke2018-09-271-2/+3
|\ \ \ | |_|/ |/| | Re-enable upload button after updating Avatar fixes #8623
| * | Re-enable upload button after updating Avatar fixes #8623Tobia De Koninck2018-08-241-2/+3
| | | | | | | | | | | | Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
* | | Fix "checkWellKnownUrl" not being runDaniel Calviño Sánchez2018-09-271-2/+2
| |/ |/| | | | | | | | | | | | | | | | | The check is run only if its last parameter is true; data() tries to convert the HTML attribute string to an actual JavaScript value, so "true" is returned as an actual boolean instead of an string; as a strict comparison against "true" was used the result was false and thus the checks were not run. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Rebase and bumpJohn Molakvoæ (skjnldsv)2018-09-261-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Update config and babel for ie11John Molakvoæ (skjnldsv)2018-09-102-11/+11
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump js deps settingsRoeland Jago Douma2018-09-042-9/+15
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update mapRoeland Jago Douma2018-09-031-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | add missing js filesJin Lin Wright2018-08-292-2/+2
|/
* Recompile settingsRoeland Jago Douma2018-08-182-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixes hiding the disabled users nav item if there are no disabled usersMichael Weimann2018-08-142-2/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Allow external actions to users listJohn Molakvoæ (skjnldsv)2018-08-132-1/+2
| | | | | | + Created fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* RecompileRoeland Jago Douma2018-08-101-3800/+123
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump bundled javascript from settingsJulius Härtl2018-08-102-124/+3800
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10546 from nextcloud/popover-tokensChristoph Wurst2018-08-101-1/+7
|\ | | | | Popovermenu fix and token settings design fixes
| * POpovermenu fix and token settings design fixesJohn Molakvoæ (skjnldsv)2018-08-061-1/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix `this` context for enter-key handler on app tokensChristoph Wurst2018-08-081-1/+1
| | | | | | | | | | | | Fixes https://sentry.io/share/issue/e07c5560b6154212832e4cd6598464c7/. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Updates the built filesMichael Weimann2018-08-072-3801/+124
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Fixes the apps list layoutMichael Weimann2018-08-071-123/+3800
|/ | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Use icon classes in personal settingsJulius Härtl2018-08-011-10/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Compile vueRoeland Jago Douma2018-07-312-8/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Set display name (if specified) when a new user is createdDaniel Calviño Sánchez2018-07-312-9/+9
| | | | | | | | Although the form to create a new user included a field to set the display name its value was not taken into account, so the new user ended with the default display name (the same as the user name). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix app navigation controller to return an arrayJulius Härtl2018-07-251-1/+1
| | | | | | This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Replace contacts-dark iconJulius Härtl2018-07-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Sidebar fixJohn Molakvoæ (skjnldsv)2018-07-202-2/+2
| | | | | | | Fix sidebar and scrollbar on content Sidebar fixes, and sidebar-width + header-height variables Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup structureJohn Molakvoæ (skjnldsv)2018-07-202-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump settings buildJulius Härtl2018-07-202-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Display the remove item even for elements without a countMichael Weimann2018-07-182-2/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Rebuild jsRoeland Jago Douma2018-07-172-14/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update settings jsJulius Härtl2018-07-042-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly insert app icons into navigationJulius Härtl2018-07-031-3/+17
| | | | | | | | | | If the app menu is rebuild with the first icon being updated, the whole list was empty, therefore we need a fallback to properly insert the element then. Fixes https://github.com/nextcloud/dashboard/issues/10 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix hardcoded message in app details viewKevin Ndung'u2018-07-022-2/+2
|
* Move user password form to security settingsJulius Härtl2018-06-292-74/+85
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix new group selectionJohn Molakvoæ (skjnldsv)2018-06-292-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update Vue settingsRoeland Jago Douma2018-06-292-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* show locale example and apply new locale right awayGeorg Ehrke2018-06-271-1/+9
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Allow user to choose localeThomas Citharel2018-06-271-0/+27
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Resend activation email for new users as adminJohn Molakvoæ (skjnldsv)2018-06-262-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use a placeholder instead of magic string concatenationJoas Schilling2018-06-262-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>