Commit Graph

5287 Commits

Author SHA1 Message Date
Nextcloud bot 44f6303dc3
[tx-robot] updated from transifex 2019-02-12 01:12:25 +00:00
Morris Jobke 34dc165132
Merge pull request #13097 from nextcloud/feature/11319/where-is-your-data
Where is your data?
2019-02-11 11:13:55 +01:00
Nextcloud bot de52f4d633
[tx-robot] updated from transifex 2019-02-11 01:12:23 +00:00
Roeland Jago Douma a62924af47
Merge pull request #14119 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.29.3
Bump webpack from 4.29.1 to 4.29.3 in /settings
2019-02-10 21:12:44 +01:00
Michael Weimann 587a140c8a
Code style and comment fixes
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-02-10 10:31:46 +01:00
Nextcloud bot d4cf0bdb6a
[tx-robot] updated from transifex 2019-02-10 01:13:28 +00:00
dependabot[bot] cd674c384b
Bump webpack from 4.29.1 to 4.29.3 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.1 to 4.29.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-09 02:13:34 +00:00
Nextcloud bot 5187ddcbfd
[tx-robot] updated from transifex 2019-02-09 01:12:40 +00:00
Roeland Jago Douma b40603d250
Merge pull request #13702 from nextcloud/feature/6717/rename-app-passwords
Make it possible to rename app passwords
2019-02-08 08:34:54 +01:00
Nextcloud bot 45777abce0
[tx-robot] updated from transifex 2019-02-08 01:12:39 +00:00
Nextcloud bot 8db2f3ec3a
[tx-robot] updated from transifex 2019-02-06 22:18:24 +00:00
Nextcloud bot 0df5110127
[tx-robot] updated from transifex 2019-02-06 11:27:29 +00:00
Morris Jobke 19ee259dc2
Ignore compiled assets
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-06 11:33:27 +01:00
dependabot[bot] eaa7509f48
Bump webpack from 4.29.0 to 4.29.1 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-05 19:41:12 +00:00
dependabot[bot] db8e02c72d
Bump webpack-cli from 3.2.1 to 3.2.3 in /settings
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-05 18:55:59 +00:00
Roeland Jago Douma a242ec695a
Merge pull request #13877 from IGLOU-EU/master
SCSS: add background on app section:hover
2019-02-04 08:53:37 +01:00
Daniel Kesselberg 850e67dea9
Don't update token if current session token
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:58 +01:00
Daniel Kesselberg 9ff6a2dab8
Improve usability
- Trigger rename by doubleclick on token name
- Use action rename to open and close
- Line height stays the same

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:57 +01:00
Daniel Kesselberg 34e849d702
Add interface INamedToken
Remove $token instanceof DefaultToken || $token instanceof PublicKeyToken

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:57 +01:00
Daniel Kesselberg db49e0fdae
Add canRename & name to tests
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:50 +01:00
Daniel Kesselberg 86f0f867ec
Make app password description editable
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-01 21:37:30 +01:00
Daniel Kesselberg 0972a55912
Clipboard -> ClipboardJS
https://github.com/nextcloud/server/issues/12915
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-01 21:36:26 +01:00
Daniel Kesselberg f3485e0709
Extend regex to match DAVx5
7ce739c271
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-01 21:36:26 +01:00
Iglou.eu 4389b80640
inadvertent error prevention on .row
Add a 5px border on .row settings section
2019-02-01 21:14:06 +01:00
Roeland Jago Douma ba03c1a84c
Merge pull request #13548 from nextcloud/feature/10964/app_tokens_activity
Publish event for app token create/update/delete
2019-02-01 14:56:45 +01:00
Joas Schilling e780303ee7
Make strict
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-01 13:18:52 +01:00
Joas Schilling 09642da8cc
Use rich object subjects
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-01 13:15:59 +01:00
Roeland Jago Douma c07a16e9f7
Generate assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31 21:37:11 +01:00
Aastha Gupta 4658d69e64
Add title attribute for app navigation items.
Fix: #11923
2019-01-31 21:33:32 +01:00
Daniel Kesselberg e78f4cec15
Don't cast tokenId to string
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-30 19:10:59 +01:00
Daniel Kesselberg 17b82c5d76
Add token name for delete activity
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-30 19:10:58 +01:00
Daniel Kesselberg f24fa2051d
Publish event for app token create/update/delete
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-30 19:10:53 +01:00
Michael Weimann 6c52821389
Make the where is your data section optional
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-29 19:42:12 +01:00
Iglou.eu 240789f787
add background on app hover section
Avoid click on bad app, focus attention
2019-01-28 21:21:31 +01:00
Roeland Jago Douma 8d52a3ac4a
Merge pull request #13859 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.6.2
Bump vue-loader from 15.6.0 to 15.6.2 in /settings
2019-01-28 12:51:03 +01:00
Morris Jobke fdd81e6c6e
Merge pull request #13818 from nextcloud/design/backgroundjobs-accessibility
Contain background jobs options in fieldset to improve accessibility
2019-01-28 12:20:29 +01:00
dependabot[bot] a12cab9e04
Bump vue-loader from 15.6.0 to 15.6.2 in /settings
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.0 to 15.6.2.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-28 09:49:53 +01:00
John Molakvoæ a501193b49
Merge pull request #12282 from nextcloud/settings-naming-fix
Fix vue settings checks and filenames
2019-01-26 14:33:34 +01:00
Nextcloud bot 4611ad5a9c
[tx-robot] updated from transifex 2019-01-26 01:12:19 +00:00
Morris Jobke db00b210a3
Merge pull request #13801 from nextcloud/design/highcontrast-fix
Fix for high contrast theme
2019-01-25 14:08:19 +01:00
John Molakvoæ (skjnldsv) 9405ff3bbf
Fix vue settings checks and filenames
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-25 12:34:46 +01:00
Jan-Christoph Borchardt f2391133e7
Contain background jobs options in fieldset to improve accessibility, fix #13795
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-25 10:52:34 +01:00
Nextcloud bot 20854f463b
[tx-robot] updated from transifex 2019-01-25 01:12:20 +00:00
Jan-Christoph Borchardt ef0f91ef0c
Fix settings section divider being very visible below navigation bar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-24 19:18:08 +01:00
Nextcloud bot 2277c21f3e
[tx-robot] updated from transifex 2019-01-24 01:12:02 +00:00
Nextcloud bot 2ba75ac9b0
[tx-robot] updated from transifex 2019-01-23 01:12:05 +00:00
Jan-Christoph Borchardt ccc35d5566
Merge pull request #13648 from nextcloud/darktheme-fix
🕶 Dark theme fixes
2019-01-22 16:30:14 +01:00
Roeland Jago Douma f8275a7c98
Merge pull request #13722 from nextcloud/design/noid/personal-security-settings
Move 2FA settings above devices & sessions
2019-01-22 13:26:10 +01:00
Roeland Jago Douma 9fc8e44a54
Merge pull request #13679 from nextcloud/dependabot/npm_and_yarn/settings/dompurify-1.0.9
Bump dompurify from 1.0.8 to 1.0.9 in /settings
2019-01-22 08:58:44 +01:00
dependabot[bot] d1a7c55e85
Bump dompurify from 1.0.8 to 1.0.9 in /settings
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.8...1.0.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-22 08:45:52 +01:00
Nextcloud bot af36746d7c
[tx-robot] updated from transifex 2019-01-22 01:12:25 +00:00
Jan-Christoph Borchardt 1f47c6976a
Add documentation link and settings-hint to 2FA settings
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-21 18:41:06 +01:00
Jan-Christoph Borchardt cb487efa24
Move 2FA section above devices & sessions section
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-21 18:08:20 +01:00
dependabot[bot] 124b692305
Bump vuex from 3.0.1 to 3.1.0 in /settings
Bumps [vuex](https://github.com/vuejs/vuex) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Commits](https://github.com/vuejs/vuex/compare/v3.0.1...v3.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-21 10:57:29 +01:00
Michael Weimann 5712997087
Update provider icon
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-20 11:23:04 +01:00
Jan-Christoph Borchardt f25fc2ea39
Dark theme: Fix app management icons and other elements
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-17 10:28:52 +01:00
Nextcloud bot ac6ee0b8b7
[tx-robot] updated from transifex 2019-01-17 01:12:15 +00:00
Nextcloud bot e35a5ef387
[tx-robot] updated from transifex 2019-01-16 01:12:34 +00:00
Nextcloud bot 56ad07b85e
[tx-robot] updated from transifex 2019-01-15 01:12:14 +00:00
Nextcloud bot 8edd9b0e33
[tx-robot] updated from transifex 2019-01-14 01:12:00 +00:00
Michael Weimann 2cd3fd3dc2
Move server info to theming section
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:08:26 +01:00
Michael Weimann d7158402dd
Update wording
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:08:26 +01:00
Michael Weimann 813ff430f1
Implement storing and loading the server info
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:08:24 +01:00
Michael Weimann 6993faaf67
Add the "server info" settings
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:07:36 +01:00
Michael Weimann 107fab9dfa
Add the "where is your data?" frontend
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:07:34 +01:00
Roeland Jago Douma 2a456b18be
Recompile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-13 09:47:24 +01:00
dependabot[bot] 3d0b35e732
Bump nextcloud-vue from 0.4.6 to 0.5.0 in /settings
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.4.6 to 0.5.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.4.6...v0.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-13 09:45:47 +01:00
Nextcloud bot 363c0c31f4
[tx-robot] updated from transifex 2019-01-13 01:12:53 +00:00
Roeland Jago Douma 1447b3ba02
Bump js deps of settings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-12 14:04:34 +01:00
Nextcloud bot ce89fe7f39
[tx-robot] updated from transifex 2019-01-12 01:11:54 +00:00
Nextcloud bot 75b8e98f8e
[tx-robot] updated from transifex 2019-01-11 01:12:31 +00:00
Roeland Jago Douma cf8d438ff0
Bundle dompurify in settings as well
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-10 14:34:35 +01:00
Christoph Wurst ea1fcd036f
Bundle the 'marked' library
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-10 13:44:22 +01:00
Christoph Wurst 208788173d
Npmize (vendor) scripts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-09 15:01:59 +01:00
Nextcloud bot 057fab2e50
[tx-robot] updated from transifex 2019-01-09 01:12:39 +00:00
Morris Jobke 8f7839ef3e
Merge pull request #12899 from nextcloud/feature/run-setupcheck-on-overwie
Run setupchecks when #security-warnings is present
2019-01-08 12:32:53 +01:00
Christoph Wurst fec8743270
Merge pull request #13200 from nextcloud/ie11-compatibility-settings
Cleanup of IE11 compatibility for users & apps management
2019-01-07 15:58:25 +01:00
Roeland Jago Douma 8e914c01c5
Use the real logger in the settings
Fixes #13285
The wrapper logger should not be used here. But we need the real logger.
Since this in internal we can just pass that on directly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-07 12:32:07 +01:00
Nextcloud bot 35a372dadd
[tx-robot] updated from transifex 2019-01-07 01:11:58 +00:00
Roeland Jago Douma 186b0699a8
Merge pull request #13390 from nextcloud/dependabot/npm_and_yarn/settings/webpack-merge-4.2.1
Bump webpack-merge from 4.1.5 to 4.2.1 in /settings
2019-01-06 16:02:26 +01:00
dependabot[bot] be87dccc66
Bump webpack-merge from 4.1.5 to 4.2.1 in /settings
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.5 to 4.2.1.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v4.1.5...v4.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-06 13:01:26 +00:00
dependabot[bot] 10fd2e8f74
Bump vue-loader from 15.4.2 to 15.5.0 in /settings
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.4.2 to 15.5.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/commits/v15.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-06 13:00:57 +00:00
Daniel Kesselberg 51f0651d68
Run setupchecks when #security-warnings is present
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-05 16:29:57 +01:00
Nextcloud bot a1b6333712
[tx-robot] updated from transifex 2019-01-05 01:11:57 +00:00
Morris Jobke 0aa30b76de
Merge pull request #13134 from nextcloud/bugfix/13088/404-instead-of-exception
returns a 404 instead of exception if app is not installed - #13088
2019-01-04 17:08:04 +01:00
Roeland Jago Douma a1267d56d8
Merge pull request #13341 from nextcloud/dependabot/npm_and_yarn/settings/webpack-cli-3.2.0
Bump webpack-cli from 3.1.2 to 3.2.0 in /settings
2019-01-04 14:11:59 +01:00
Julius Härtl 8719fab899
Merge pull request #13342 from nextcloud/dependabot/npm_and_yarn/settings/babel-loader-8.0.5
Bump babel-loader from 8.0.4 to 8.0.5 in /settings
2019-01-04 10:51:07 +01:00
Roeland Jago Douma fe3d8ffc90
Merge pull request #13172 from nextcloud/fix-can-change-password-check
fix can change password check in case of encryption is enabled
2019-01-04 09:53:10 +01:00
dependabot[bot] bda0c25272
Bump babel-loader from 8.0.4 to 8.0.5 in /settings
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.4...v8.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 08:36:04 +00:00
dependabot[bot] bdd4a77c61
Bump webpack-cli from 3.1.2 to 3.2.0 in /settings
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 08:35:30 +00:00
Roeland Jago Douma 2d22633568
Merge pull request #13313 from nextcloud/feature/remove-outdated-caches
Remove check for outdated caches
2019-01-04 09:18:31 +01:00
Nextcloud bot a1f9ed1d7d
[tx-robot] updated from transifex 2019-01-04 01:12:28 +00:00
John Molakvoæ (skjnldsv) 3a2943391e
Merge branch 'master' of https://github.com/nextcloud/server into ie11-compatibility-settings 2019-01-03 17:56:16 +01:00
Roeland Jago Douma 0398241b6b
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-03 10:15:54 +01:00
dependabot[bot] ad8be9c45e
Bump webpack from 4.28.2 to 4.28.3 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.2 to 4.28.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v4.28.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-03 10:15:53 +01:00
Roeland Jago Douma 51a5cfb29f
Merge pull request #13307 from nextcloud/dependabot/npm_and_yarn/settings/css-loader-2.1.0
Bump css-loader from 2.0.2 to 2.1.0 in /settings
2019-01-03 07:41:05 +01:00
Nextcloud bot fbf906c9b6
[tx-robot] updated from transifex 2019-01-03 01:11:47 +00:00
Daniel Kesselberg 248e824f48
Remove check for outdated caches
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-02 10:46:14 +01:00
dependabot[bot] a35726e537
Bump css-loader from 2.0.2 to 2.1.0 in /settings
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-02 08:39:13 +00:00
Nextcloud bot ea898a2191
[tx-robot] updated from transifex 2019-01-02 01:11:30 +00:00