Commit Graph

47439 Commits

Author SHA1 Message Date
Nextcloud bot 68f04686a0
[tx-robot] updated from transifex 2018-11-29 01:11:34 +00:00
John Molakvoæ 5b649df4f3
Merge pull request #12668 from nextcloud/add-capabilities
add capabilities for multiple share links
2018-11-28 22:06:32 +01:00
Morris Jobke 3da7364c36
Merge pull request #12708 from nextcloud/getbyid-mount-root
Fix folder path containing leading slash when getting mount root by id
2018-11-28 20:06:23 +01:00
Morris Jobke 3ea7fa19d5
Merge pull request #12698 from nextcloud/6275-fix-sidebar-width
I changed the width of the srollbar to make it a bit bigger
2018-11-28 19:38:03 +01:00
Morris Jobke 422f48e3aa
Merge pull request #12677 from nextcloud/bugfix/12601/fix-csp-issue-updater
Open the updater via a POST form submit instead of eval the JS code directly
2018-11-28 19:29:49 +01:00
John Molakvoæ (skjnldsv) cba5ccfbaf
Remove old button to submit the apppassword login
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 18:41:46 +01:00
John Molakvoæ (skjnldsv) d0b17043f2
Fix the loader position and the focus state on the login button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 17:53:44 +01:00
Robin Appelman 9d9f6903c9
Fix folder path containing leading slash when getting mount root by id
This fixes collabora on public link shared groupfolders

Fixes https://github.com/nextcloud/groupfolders/issues/225

Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-28 15:18:29 +01:00
Nextcloud bot 802a978bb5
[tx-robot] updated from transifex 2018-11-28 01:11:55 +00:00
Bjoern Schiessle 8796c6bc78
in case 'encryption_skip_signature_check' was set to true we accept if the file doesn't has a signature
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-27 23:38:41 +01:00
GretaD 27466313c0 I changed the width of the srollbar to make it a bit bigger
Signed-off-by: GretaD <gretadoci@gmail.com>
2018-11-27 19:03:39 +01:00
Arthur Schiwon ea283c0248
be careful with mixed return values even if it may look unsuspicious…
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-11-27 17:16:58 +01:00
Arthur Schiwon c32cc4a194
cache users as existing after mapping
during login they might be cached as non-existing and cause an Exception
in the long run

reduces some duplication, too

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-11-27 17:07:59 +01:00
Peter Kraume 79b8703f29 Set Referrer-Policy also in addSecurityHeaders()
Fix: #12689
Signed-off-by: Peter Kraume <peter.kraume@gmx.de>
2018-11-27 16:39:06 +01:00
Robin Appelman 56c777f715
Fix cannot set 0 as value on files_external through OCC command
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-27 15:20:23 +01:00
Roeland Jago Douma c8cab74404
Merge pull request #12659 from nextcloud/dependabot/npm_and_yarn/settings/vue-router-3.0.2
Bump vue-router from 3.0.1 to 3.0.2 in /settings
2018-11-27 14:27:27 +01:00
Morris Jobke 95857a81cf
Merge pull request #12650 from nextcloud/bugfix/12614/count-on-string
Fix count on string
2018-11-27 14:14:24 +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
dependabot[bot] 00be5229bf
Bump vue-router from 3.0.1 to 3.0.2 in /settings
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-27 12:16:54 +01:00
Roeland Jago Douma ebd6231559
Merge pull request #12660 from nextcloud/dependabot/npm_and_yarn/settings/vue-infinite-loading-2.4.3
Bump vue-infinite-loading from 2.4.1 to 2.4.3 in /settings
2018-11-27 12:13:38 +01:00
Morris Jobke 7b90e05507
Open the updater via a POST form submit instead of eval the JS code directly
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-27 11:54:25 +01:00
Bjoern Schiessle 7a61ffc3dd
Allow to disable the signature check
This allows you to recover encryption files even if the signature is broken

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-27 11:08:41 +01:00
Nextcloud bot e8886fb63a
[tx-robot] updated from transifex 2018-11-27 01:11:34 +00:00
Christoph Wurst ec93cf7603 Update to jquery-ui v1.12.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-26 21:06:15 +01:00
John Molakvoæ (skjnldsv) f735c65db2
Better identification of the public link shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-26 18:41:49 +01:00
Thomas Citharel f383a961f0
Don't require Same Site Cookies on accessibility assets
Follows https://github.com/nextcloud/server/pull/11878
2018-11-26 16:22:48 +01:00
Bjoern Schiessle 1518671ad8
add capabilities for multiple share links
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-26 14:44:59 +01:00
Julius Härtl c2f4297e49
Show mimetype icon if version preview is not available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-26 14:28:45 +01:00
Julius Härtl 15a04ecaeb
Fix relative timestamp in versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-26 14:28:45 +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
dependabot[bot] 11db113d06
Bump vue-infinite-loading from 2.4.1 to 2.4.3 in /settings
Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases)
- [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.1...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 14:15:41 +01:00
Roeland Jago Douma 324efc00d6
Merge pull request #12658 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.26.1
Bump webpack from 4.26.0 to 4.26.1 in /apps/accessibility
2018-11-26 14:13:01 +01:00
Roeland Jago Douma b3f5cf09de
Merge pull request #12663 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.26.1
Bump webpack from 4.26.0 to 4.26.1 in /apps/updatenotification
2018-11-26 14:10:33 +01:00
Roeland Jago Douma 833717b5a9
Merge pull request #12662 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.26.1
Bump webpack from 4.26.0 to 4.26.1 in /apps/oauth2
2018-11-26 14:08:50 +01:00
Roeland Jago Douma 75aaaea032
Merge pull request #12661 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.26.1
Bump webpack from 4.26.0 to 4.26.1 in /settings
2018-11-26 14:08:09 +01:00
Morris Jobke 217002701e
Merge pull request #12649 from nextcloud/make-acceptance-tests-for-comments-more-robust
Make acceptance tests for comments more robust
2018-11-26 11:23:01 +01:00
Morris Jobke db4a6e947b
Merge pull request #12632 from nextcloud/add-acceptance-tests-for-sharing-files-and-folders-with-another-user
Add acceptance tests for sharing files and folders with another user
2018-11-26 11:22:04 +01:00
Roeland Jago Douma 2fd198bd85
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-26 11:16:44 +01:00
Roeland Jago Douma 47db9a789f
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-26 11:14:09 +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 db537c131d
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-26 11:12:07 +01:00
Morris Jobke b2b92e902c
Merge pull request #12647 from nextcloud/cloud-federation-version
Fix spelling mistake cloud_federation_api
2018-11-26 11:03:50 +01:00
dependabot[bot] cdc9c387f4
Bump webpack from 4.26.0 to 4.26.1 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.26.0...v4.26.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 02:20:13 +00:00
dependabot[bot] 253f7d04d0
Bump webpack from 4.26.0 to 4.26.1 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.26.0...v4.26.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 02:20:07 +00:00
dependabot[bot] 27f65f4085
Bump webpack from 4.26.0 to 4.26.1 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.26.0...v4.26.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 02:19:39 +00:00
dependabot[bot] baff8823f8
Bump webpack from 4.26.0 to 4.26.1 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.26.0...v4.26.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 02:15:23 +00:00
Nextcloud bot e673c7dc49
[tx-robot] updated from transifex 2018-11-26 01:11:21 +00:00
Daniel Kesselberg 6ce849f7b8
Add return type
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-11-25 12:30:54 +01:00
Nextcloud bot 5b42972648
[tx-robot] updated from transifex 2018-11-25 01:12:16 +00:00
Daniel Kesselberg d17b32afd7
Fix count on string
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-11-24 22:06:45 +01:00