summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Bump npm deps: settingsRoeland Jago Douma2018-11-056-22/+254
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* expire share days in settings validateRinat Gumirov2018-10-311-5/+2
| | | | Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
* Merge pull request #11396 from nextcloud/wellknown-webfingerMorris Jobke2018-10-241-2/+3
|\ | | | | adding .well-known/webfinger
| * Add check for well known URL of WebFinger in the settings overviewDaniel Calviño Sánchez2018-10-101-2/+3
| | | | | | | | | | | | | | If the WebFinger service is not set in Nextcloud configuration no check is performed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Rebuild assetsRoeland Jago Douma2018-10-239-45/+45
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Highlight 'Enable' button in sidebar, and 'Update' button generallyJan-Christoph Borchardt2018-10-195-5/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Bump npm deps in /settingsRoeland Jago Douma2018-10-176-8/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove Vue compiler because templates have to be precompiled anywayChristoph Wurst2018-10-1612-4012/+142
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix unsafe-eval used in 2FA admin settingsChristoph Wurst2018-10-1616-638/+8512
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #11834 from nextcloud/csp/federationmenuRoeland Jago Douma2018-10-154-19/+51
|\ \ | | | | | | Compile federationscope menu handlebars template
| * | Compile federationscope menu handlebars templateRoeland Jago Douma2018-10-154-19/+51
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-1514-23/+151
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Rebuild settingsRoeland Jago Douma2018-10-126-10/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add admin interface to enforce 2FAChristoph Wurst2018-10-1017-20/+750
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix a misleading setup check for .well-known/caldav & carddavMorris Jobke2018-10-101-2/+2
| | | | | | The problem is that the version without the slash is the correct one. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove useless promise transformationChristoph Wurst2018-10-088-14/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Extract translated strings of compiled handlebarsRoeland Jago Douma2018-10-053-4/+15
| | | | | | Follow up to #11615 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump build and fix makefileJohn Molakvoæ (skjnldsv)2018-10-042-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Set nonce for loading the zxcvbnMorris Jobke2018-10-031-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #11578 from nextcloud/add-group-settings-fixRoeland Jago Douma2018-10-032-2/+2
|\ | | | | Fixed js error when adding new group
| * Fixed js error when adding new groupJohn Molakvoæ (skjnldsv)2018-10-032-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | 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>