Commit Graph

1234 Commits

Author SHA1 Message Date
dependabot[bot] fc64871c7d
Bump vue-multiselect from 2.1.3 to 2.1.4
Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/shentao/vue-multiselect/releases)
- [Commits](https://github.com/shentao/vue-multiselect/compare/v2.1.3...2.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-04 09:27:06 +01:00
John Molakvoæ (skjnldsv) cf37899bca
Build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-04 08:47:10 +01:00
John Molakvoæ (skjnldsv) 584d52bf08
Settings build update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-03 11:49:34 +01:00
Christoph Wurst 102f700d96
Load auth tokens with the initial state API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-01 21:24:44 +01:00
Joas Schilling 6ad51a2990
Improve multiselect handling on twofactor settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01 20:01:20 +01:00
Christoph Wurst d2fc298fcd
Add app token QR codes for mobile apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-01 16:46:22 +01:00
Christoph Wurst 4b72475130
Move personal auth token settings to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>

Always crate OC.Settings, even if not used

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-28 17:38:48 +01:00
Roeland Jago Douma c621da4fd6
Do not load 2fa admin settings async
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-28 11:55:58 +01:00
Roeland Jago Douma 37bb3dfced
Update assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-28 10:51:26 +01:00
dependabot[bot] 57f456b3de
Bump nextcloud-vue from 0.6.3 to 0.8.0
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.3 to 0.8.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-27 15:37:41 +01:00
Roeland Jago Douma 0af5e974bf
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-25 22:03:52 +01:00
John Molakvoæ (skjnldsv) 584e9ac961
update settings build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-21 12:30:28 +01:00
Morris Jobke beba182248
Merge pull request #14255 from nextcloud/fix-ocm-discovery
Fix ocm end-point discovery discovery
2019-02-20 15:32:38 +01:00
Julius Härtl a32df521f2
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-20 13:13:40 +01:00
Roeland Jago Douma 90dcefb94f
Move settings to main webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20 12:52:39 +01:00
Morris Jobke faef05730a
Add unit tests and provide better message
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 10:54:39 +01:00
Bjoern Schiessle 6c9ea61758
check ocs-provider route
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 10:38:48 +01:00
Bjoern Schiessle 7c31c9a748
add setup check for ocm-provider route
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 10:38:16 +01:00
Roeland Jago Douma ef272fe3d3
Move settings to NODE_ENV
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 12:28:37 +01:00
Christoph Wurst 280b50aa68
Adjust Apps and User settings to new Vue components
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-14 09:48:13 +01: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
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 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
Roeland Jago Douma c07a16e9f7
Generate assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31 21:37:11 +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æ (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
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
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 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
Roeland Jago Douma 2a456b18be
Recompile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-13 09:47:24 +01: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
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
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
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
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
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
John Molakvoæ (skjnldsv) 6f65c5f20a
IE11 compatibility for users & apps management
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-21 08:37:57 +01:00
John Molakvoæ (skjnldsv) 70bb048d34
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20 09:58:20 +01:00
Julius Härtl a3be286273
Make setup check also pass with a 501 status
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-19 07:41:25 +01:00
Christoph Wurst c1e31d669e
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/settings/vue-template-compiler-2.5.21' into dependabot/npm_and_yarn/settings/vue-2.5.21
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-12 08:22:47 +01:00
John Molakvoæ (skjnldsv) 9b2b475212
Update vue-template-compiler too & bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-11 08:31:23 +01:00
Roeland Jago Douma 1123bd93b7
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 16:02:16 +01:00
John Molakvoæ (skjnldsv) 648efdf4b9
Update vue-template-compiler too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 15:08:51 +01:00
dependabot[bot] af2c6c33e0
Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settings
Bumps [nextcloud-password-confirmation](https://github.com/ChristophWurst/nextcloud-password-confirmation) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/ChristophWurst/nextcloud-password-confirmation/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud-password-confirmation/compare/v0.4.0...v0.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-05 21:46:30 +01:00
Roeland Jago Douma 6721ae0c59
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 15:16:24 +01:00
Roeland Jago Douma d850878b0a
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 19:50:28 +01:00
Julius Härtl 92b074f857
Update bundled settings app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-04 15:10:55 +01:00
Roeland Jago Douma a915594b03
Merge pull request #12734 from nextcloud/feature/noid/check-nginx-woff2
Add check for missing .woff2 rule in Nginx via setup check
2018-11-29 19:36:56 +01:00
Morris Jobke f5894b653d
Add check for missing .woff2 rule in Nginx via setup check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-29 17:01:43 +01:00
Daniel Kesselberg 92675a606e
Add sendmailmode to gui
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-11-29 16:02:36 +01:00
Roeland Jago Douma 2f5990e6bd
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-27 12:18:07 +01:00
Roeland Jago Douma 6a2570d118
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-26 14:16:42 +01:00
Roeland Jago Douma 15b367f7e8
Commpile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-26 11:13:17 +01:00
Roeland Jago Douma 4d64135872
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-22 22:05:24 +01:00
Roeland Jago Douma 490f46482e
Merge pull request #12592 from patrickbaber/master
Fix Typo in Original English String and All Translations
2018-11-22 19:22:10 +01:00
Patrick Baber 5e3de1c326 fix typo in original english string and all translations
Signed-off-by: Patrick Baber <patrick@p-squared.de>
2018-11-22 17:13:04 +01:00
John Molakvoæ (skjnldsv) b28c42506f
Do not clear new user form on failure
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-22 13:58:15 +01:00
Morris Jobke ad1a026e54
Merge pull request #12589 from nextcloud/fix/twofactor-admin-groups-explanation
Add explanatory text to admin twofactor settings
2018-11-22 13:50:11 +01:00
Christoph Wurst c95ef8534e
Add explanatory text to admin twofactor settings
Ref #12249
Ref https://github.com/nextcloud/documentation/pull/937

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-22 12:01:45 +01:00
Morris Jobke 0534bcfb6a
Merge pull request #12485 from nextcloud/nextcloud-talk-sessions-format
Format Nextcloud Talk clients sessions.
2018-11-22 11:15:49 +01:00
Jan-Christoph Borchardt d94fce8d3a
Fix wording of client sessions
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-21 16:02:26 +01:00
Ivan Sein ce20cb2d40 Format Nextcloud Talk clients sessions.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-11-16 14:47:41 +01:00
Joas Schilling 44b0d3916e
Fix navigation layout for items that are added on a re-render
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-16 12:08:23 +01:00
Joas Schilling 1997346369
Fix interaction with groups that contain a slash
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-15 10:03:32 +01:00
John Molakvoæ (skjnldsv) 85c708c3ed
fixup! Use nextcloud-password-confirmation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-12 13:05:51 +01:00
blizzz 42121fe4d7
Merge pull request #12335 from nextcloud/fix/12319/respect-fixed-usernames
do not offer to change display name or password, if not possible.
2018-11-08 15:13:24 +01:00
Arthur Schiwon 505722cc0d
do not offer to change display name or password, if not possible.
Fixes #12319

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-11-07 22:37:41 +01:00
John Molakvoæ (skjnldsv) 4d63c5e7d3
Remove arrow function for ie compatibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-07 17:51:06 +01:00
John Molakvoæ (skjnldsv) 7260d2229a
Build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-06 11:11:11 +01:00
Roeland Jago Douma 41cace8c49
Merge pull request #12191 from nextcloud/sessions-fixes
Sessions fixes
2018-11-05 12:37:37 +01:00
Roeland Jago Douma ca09e75083
Bump npm deps: settings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-05 08:16:59 +01:00
Jan-Christoph Borchardt 0a7fa32290
Sessions: Make delete and filesystem access options tabbable
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 13:26:06 +01:00
Jan-Christoph Borchardt 19beccc735
Add device settings tooltip for accessibility
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 12:59:03 +01:00
Jan-Christoph Borchardt 0f89354035
Fix missing keyboard focus ability and feedback for sessions action menu
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 12:39:38 +01:00
Jan-Christoph Borchardt dfa862673d
Fix double tr creation in session list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 12:35:20 +01:00
Jan-Christoph Borchardt cf3768718b
Remove tooltip from sessions, just wrap lines for simplicity and no duplication
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 12:32:53 +01:00
Jan-Christoph Borchardt a291ee6991
Remove unnecessary 'Delete' title from 'Revoke' menu entry
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 12:31:37 +01:00
Rinat Gumirov 5aca24f3bd expire share days in settings validate
Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
2018-10-31 00:15:41 +05:00
Morris Jobke df6e9109c8
Merge pull request #11396 from nextcloud/wellknown-webfinger
adding .well-known/webfinger
2018-10-24 14:51:15 +02:00
Roeland Jago Douma 803216c816
Rebuild assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-23 09:08:09 +02:00
Jan-Christoph Borchardt 7b74beb3a3
Highlight 'Enable' button in sidebar, and 'Update' button generally
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19 16:20:31 +02:00
Roeland Jago Douma 053ddbaa6f
Bump npm deps in /settings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-17 22:20:15 +02:00
Christoph Wurst 8222e9dd12
Remove Vue compiler because templates have to be precompiled anyway
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-16 11:49:42 +02:00
Christoph Wurst f8579a87f5
Fix unsafe-eval used in 2FA admin settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-16 11:49:07 +02:00
Roeland Jago Douma 3797b8e7e3
Merge pull request #11834 from nextcloud/csp/federationmenu
Compile federationscope menu handlebars template
2018-10-15 21:23:19 +02:00
Roeland Jago Douma d65438f931
Compile federationscope menu handlebars template
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-15 10:44:24 +02:00
Christoph Wurst 83e994c11f
Make it possible to enforce mandatory 2FA for groups
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-15 08:22:52 +02:00
Roeland Jago Douma d9ffd6db4e
Rebuild settings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-12 13:05:28 +02:00
Christoph Wurst 67c3730fbb
Add admin interface to enforce 2FA
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-10 14:34:52 +02:00
Daniel Calviño Sánchez 20a5ce217a Add check for well known URL of WebFinger in the settings overview
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>
2018-10-10 14:12:10 +02:00
Morris Jobke b8d54bd53a
Fix a misleading setup check for .well-known/caldav & carddav
The problem is that the version without the slash is the correct one.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-10 10:41:02 +02:00
Christoph Wurst 9d2a66967b
Remove useless promise transformation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08 15:29:37 +02:00
Roeland Jago Douma 8932a51b91
Extract translated strings of compiled handlebars
Follow up to #11615

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-05 12:32:48 +02:00