summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-28247-75692/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove input id on login form (#17294)John Molakvoæ2019-09-281-3/+3
|\ | | | | Remove input id on login form
| * Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-3/+3
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-282-0/+2
|/
* Fix apptoken creationRoeland Jago Douma2019-09-255-6/+10
| | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2019-09-254-26/+30
|
* [tx-robot] updated from transifexNextcloud bot2019-09-242-62/+62
|
* Bump dompurify from 2.0.0 to 2.0.1dependabot-preview[bot]2019-09-234-6/+6
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.0...2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-09-194-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-09-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-09-1766-478/+116
|
* Merge pull request #15936 from ↵Roeland Jago Douma2019-09-156-7/+31
|\ | | | | | | | | nextcloud/bugfix/15539/wronguser-apptoken-impersonation Disable app token creation for impersonated people, ref #15539
| * Fixed the SecurityTest errorGreta Doci2019-09-153-5/+10
| | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-154-2/+21
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | Bump dompurify from 1.0.11 to 2.0.0dependabot-preview[bot]2019-09-154-6/+6
|/ | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.11 to 2.0.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/1.0.11...2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump webpack from 4.39.3 to 4.40.1dependabot-preview[bot]2019-09-1314-143/+143
| | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.39.3 to 4.40.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.3...v4.40.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-09-112-0/+2
|
* Split personal security settings in codeRoeland Jago Douma2019-09-107-83/+148
| | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2019-09-104-0/+40
|
* Merge pull request #17045 from ↵Roeland Jago Douma2019-09-088-110/+110
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.3 Bump nextcloud-vue from 0.12.2 to 0.12.3
| * Bump nextcloud-vue from 0.12.2 to 0.12.3dependabot-preview[bot]2019-09-088-110/+110
| | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.2...v0.12.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-082-4/+4
|/
* Merge pull request #16977 from nextcloud/bugfix/noid/webpack-jsonpRoeland Jago Douma2019-09-0711-16/+17
|\ | | | | Use different jsonpFunction for entry points
| * Bump bundlesJulius Härtl2019-09-0610-15/+15
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use different jsonpFunctionJulius Härtl2019-09-061-1/+2
| | | | | | | | | | | | This avoids issues when multiple entrypoints try to asynchronously load chunks on the same page Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-09-076-4/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-09-0616-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2019-09-05120-134/+138
|
* Merge pull request #16231 from nextcloud/enhancement/noid/nodeinfoRoeland Jago Douma2019-09-042-3/+9
|\ | | | | +nodeinfo public service
| * testing processMaxence Lange2019-08-292-3/+9
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #16951 from ↵Roeland Jago Douma2019-09-048-149/+149
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.2 Bump nextcloud-vue from 0.12.1 to 0.12.2
| * | Bump nextcloud-vue from 0.12.1 to 0.12.2dependabot-preview[bot]2019-09-038-149/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.1...v0.12.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #16980 from nextcloud/bugfix/16878/change_button_labelRoeland Jago Douma2019-09-042-2/+2
|\ \ \ | | | | | | | | Change the save credentials button label
| * | | Change the save credentials button label and the mail_settings input classGreta Doci2019-09-032-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-09-042-0/+4
| |/ / |/| |
* | | Merge pull request #16955 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.3Roeland Jago Douma2019-09-0314-24/+24
|\ \ \ | | | | | | | | Bump webpack from 4.39.2 to 4.39.3
| * | | Bump webpack from 4.39.2 to 4.39.3dependabot-preview[bot]2019-09-0214-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.39.2 to 4.39.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.2...v4.39.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-09-034-6/+12
|/ / /
* | | Merge pull request #16950 from ↵Roeland Jago Douma2019-09-022-6/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-router-3.1.3 Bump vue-router from 3.1.2 to 3.1.3
| * | | Bump vue-router from 3.1.2 to 3.1.3dependabot-preview[bot]2019-09-022-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.1.2...v3.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #16961 from nextcloud/fix/settings/js_errorRoeland Jago Douma2019-09-021-0/+1
|\ \ \ \ | | | | | | | | | | Fix JS error on personal security page
| * | | | Fix JS error on personal security pageRoeland Jago Douma2019-09-011-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-09-026-0/+900
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2019-09-012-0/+4
|/ / /
* | / [tx-robot] updated from transifexNextcloud bot2019-08-302-0/+4
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-08-298-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-2812-0/+1678
| |
* | Merge pull request #16875 from nextcloud/bugfix/16874/welcome-mail-client-urlRoeland Jago Douma2019-08-271-1/+1
|\ \ | | | | | | Use custom client URL in welcome emails
| * | Use custom client URL in welcome emailsJulius Härtl2019-08-271-1/+1
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-08-27106-262/+266
| |