]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Thu, 11 Jul 2019 08:24:27 +0000 (10:24 +0200)]
Add a unit test for guests as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 Jul 2019 13:33:10 +0000 (15:33 +0200)]
Allow guest mentions of talk to be parsed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 10 Jul 2019 02:14:00 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 9 Jul 2019 17:20:50 +0000 (19:20 +0200)]
Merge pull request #16310 from nextcloud/enh/drop-execution-context
Don't send executionContexts for Clear-Site-Data
Roeland Jago Douma [Tue, 9 Jul 2019 17:19:53 +0000 (19:19 +0200)]
Merge pull request #16206 from nextcloud/feature/remote-wipe-all
Make it possible to wipe all tokens/devices of a user as (sub) admin
Daniel Kesselberg [Tue, 9 Jul 2019 12:44:10 +0000 (14:44 +0200)]
Don't send executionContexts for Clear-Site-Data
There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59
Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=
1548034
Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 9 Jul 2019 07:05:30 +0000 (09:05 +0200)]
Update tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Christoph Wurst [Wed, 3 Jul 2019 08:10:56 +0000 (10:10 +0200)]
Make it possible to wipe all tokens/devices of a user
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Wed, 3 Jul 2019 07:44:37 +0000 (09:44 +0200)]
Refactor: move remote wipe token logic to RW service
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Tue, 9 Jul 2019 11:38:27 +0000 (13:38 +0200)]
Merge pull request #15881 from PhieF/toggle-password-login
adding toggle password to be able to see it when login
Roeland Jago Douma [Tue, 9 Jul 2019 11:37:07 +0000 (13:37 +0200)]
Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvailable
Fix ProviderV1Adapter isAvailable wrapper
Roeland Jago Douma [Tue, 9 Jul 2019 09:06:44 +0000 (11:06 +0200)]
Merge pull request #15867 from nextcloud/preview-versioning
allow keeping multiple preview "versions" of the same file
Julius Härtl [Tue, 9 Jul 2019 09:02:20 +0000 (11:02 +0200)]
Fix ProviderV1Adapter isAvailable wrapper
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 9 Jul 2019 08:59:15 +0000 (10:59 +0200)]
Merge pull request #15730 from nextcloud/enh/14179/event_for_csp
Add an event to edit the CSP
Roeland Jago Douma [Tue, 9 Jul 2019 08:56:48 +0000 (10:56 +0200)]
Merge pull request #16301 from nextcloud/dep/js/marked
Bump marked to 0.7.0
Phie [Wed, 5 Jun 2019 12:41:59 +0000 (14:41 +0200)]
adding toggle password to be able to see it
Signed-off-by: Phie <phie@phie.ovh>
Morris Jobke [Tue, 9 Jul 2019 08:20:37 +0000 (10:20 +0200)]
Merge pull request #16295 from nextcloud/csrftokenmanager-inject
allow injecting CsrfTokenManager by class
Roeland Jago Douma [Tue, 9 Jul 2019 06:52:37 +0000 (08:52 +0200)]
Bump marked to 0.7.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 9 Jul 2019 06:51:12 +0000 (08:51 +0200)]
Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtime
Ignore forbidden exception when fetching share mtime on SMB for symlinks
Robin Appelman [Mon, 8 Jul 2019 15:44:55 +0000 (17:44 +0200)]
allow injecting CsrfTokenManager by class
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Tue, 9 Jul 2019 06:42:06 +0000 (08:42 +0200)]
Merge pull request #16300 from nextcloud/deps/js/babel
Update babel deps
Nextcloud bot [Tue, 9 Jul 2019 02:13:49 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Tue, 4 Jun 2019 11:44:15 +0000 (13:44 +0200)]
allow keeping multiple preview "versions" of the same file
The main use case here is storage provided versioning where we dont have
separate file ids for all the versions, by allowing a prefix for the
version we can store separate previews for all the versions.
Additionally, by keeping all the version previews in the same folder as the
"normal" previews they will be cleaned up properly when the file is deleted
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Mon, 8 Jul 2019 19:57:22 +0000 (21:57 +0200)]
Update babel deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 2 Jul 2019 11:53:44 +0000 (13:53 +0200)]
Ignore forbidden exception when fetching share mtime on SMB for symlinks
See https://github.com/nextcloud/server/pull/7556#issuecomment-
499028026
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Fri, 24 May 2019 19:42:37 +0000 (21:42 +0200)]
Add an event to edit the CSP
This introduces and event that can be listend to when we actually use
the CSP. This means that apps no longer have to always inject their CSP
but only do so when it is required. Yay for being lazy.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 8 Jul 2019 18:32:44 +0000 (20:32 +0200)]
Merge pull request #16292 from nextcloud/techdebt/noid/cleanup-outdated-repair-steps
Remove one time repair steps that have already run when updating to 17
Roeland Jago Douma [Mon, 8 Jul 2019 17:36:48 +0000 (19:36 +0200)]
Merge pull request #16277 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.2
Bump webpack from 4.35.0 to 4.35.2
Roeland Jago Douma [Mon, 8 Jul 2019 17:18:52 +0000 (19:18 +0200)]
Merge pull request #16288 from nextcloud/fix/16229/cleanup-cypress-folder
Try to delete the cypress folder of the viewer app
Morris Jobke [Mon, 8 Jul 2019 12:47:26 +0000 (14:47 +0200)]
Remove one time repair steps that have already run when updating to 17
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 8 Jul 2019 09:54:31 +0000 (11:54 +0200)]
Try to delete the cypress folder of the viewer app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
dependabot-preview[bot] [Mon, 8 Jul 2019 11:50:47 +0000 (11:50 +0000)]
Bump webpack from 4.35.0 to 4.35.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Mon, 8 Jul 2019 07:48:32 +0000 (09:48 +0200)]
Merge pull request #16153 from akshala/resetPassword-text-changed
changed the text for reset password
John Molakvoæ [Mon, 8 Jul 2019 07:36:34 +0000 (09:36 +0200)]
Bump vue-router from 3.0.6 to 3.0.7 (#16273)
Bump vue-router from 3.0.6 to 3.0.7
dependabot-preview[bot] [Sun, 7 Jul 2019 01:13:15 +0000 (01:13 +0000)]
Bump vue-router from 3.0.6 to 3.0.7
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.0.7.
- [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.0.6...v3.0.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Mon, 8 Jul 2019 02:13:46 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Sun, 7 Jul 2019 18:20:09 +0000 (20:20 +0200)]
Properly load permissions in showActions (#15992)
Properly load permissions in showActions
Akshala Bhatnagar [Fri, 5 Jul 2019 13:23:38 +0000 (18:53 +0530)]
Update core/src/components/login/ResetPassword.vue
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
Akshala Bhatnagar [Wed, 12 Jun 2019 16:24:52 +0000 (21:54 +0530)]
changed the text for reset password
Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com>
John Molakvoæ [Sun, 7 Jul 2019 18:02:30 +0000 (20:02 +0200)]
Use theme colors for text selection (#16037)
Use theme colors for text selection
John Molakvoæ [Sun, 7 Jul 2019 18:01:58 +0000 (20:01 +0200)]
Mimetype list integrity check should not fail if it's changed (#15810)
Mimetype list integrity check should not fail if it's changed
John Molakvoæ [Sun, 7 Jul 2019 18:00:10 +0000 (20:00 +0200)]
Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignment
Fix alignment issues in admin settings
John Molakvoæ [Sun, 7 Jul 2019 17:59:31 +0000 (19:59 +0200)]
Allow IProviderV2 for previews as well (#16209)
Allow IProviderV2 for previews as well
Nextcloud bot [Sun, 7 Jul 2019 02:14:15 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Sat, 6 Jul 2019 06:50:10 +0000 (08:50 +0200)]
Remove beta from dark theme name ref #16076 (#16253)
Remove beta from dark theme name ref #16076
John Molakvoæ [Sat, 6 Jul 2019 06:49:39 +0000 (08:49 +0200)]
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1 (#16160)
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
Nextcloud bot [Sat, 6 Jul 2019 02:13:43 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Fri, 5 Jul 2019 13:06:01 +0000 (13:06 +0000)]
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
Bumps [@chenfengyuan/vue-qrcode](https://github.com/fengyuanchen/vue-qrcode) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/fengyuanchen/vue-qrcode/releases)
- [Changelog](https://github.com/fengyuanchen/vue-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/vue-qrcode/compare/v1.0.0...v1.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Jan-Christoph Borchardt [Fri, 21 Jun 2019 14:37:34 +0000 (16:37 +0200)]
Use theme colors for text selection
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Fri, 5 Jul 2019 13:35:28 +0000 (15:35 +0200)]
Merge pull request #16150 from nextcloud/bugfix/noid/add-icons-help-page
Add icons to the left sidebar on help.php
Roeland Jago Douma [Fri, 5 Jul 2019 12:53:03 +0000 (14:53 +0200)]
Merge pull request #16208 from nextcloud/bugfix/noid/user-share-displayname
Always set the display name for user shares
Roeland Jago Douma [Fri, 5 Jul 2019 12:42:24 +0000 (14:42 +0200)]
Merge pull request #16246 from nextcloud/webpack/cachebuster
Add cache buster to webpack chunks
Greta Doci [Fri, 5 Jul 2019 12:34:21 +0000 (14:34 +0200)]
Remove beta from dark theme name ref #16076
Signed-off-by: Greta Doci <gretadoci@gmail.com>
John Molakvoæ (skjnldsv) [Wed, 3 Jul 2019 10:02:31 +0000 (12:02 +0200)]
Allow IProviderV2 for previews as well
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Julius Härtl [Tue, 18 Jun 2019 10:34:04 +0000 (12:34 +0200)]
Properly load permissions in showActions
When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 5 Jul 2019 09:53:49 +0000 (11:53 +0200)]
Bump bundles with cachebuster
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 5 Jul 2019 09:49:59 +0000 (11:49 +0200)]
Add cachebuster to chunks
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Fri, 5 Jul 2019 08:22:14 +0000 (10:22 +0200)]
Fix redirect after rescanFailedIntegrityCheck to "Overview" pa… (#16241)
Fix redirect after rescanFailedIntegrityCheck to "Overview" page
Sven Strickroth [Fri, 5 Jul 2019 06:56:17 +0000 (08:56 +0200)]
Fix redirect after rescanFailedIntegrityCheck to "Overview" page
The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page.
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Nextcloud bot [Fri, 5 Jul 2019 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Gary Kim [Thu, 4 Jul 2019 16:10:29 +0000 (00:10 +0800)]
Fix alignment issues in admin settings
Signed-off-by: Gary Kim <gary@garykim.dev>
Greta Doci [Fri, 28 Jun 2019 16:00:51 +0000 (18:00 +0200)]
Add icons to the left sidebar on help.php
Signed-off-by: Greta Doci <gretadoci@gmail.com>
John Molakvoæ [Thu, 4 Jul 2019 09:37:02 +0000 (11:37 +0200)]
Fix 'No apps found for your version' at bottom of app bundles… (#16166)
Fix 'No apps found for your version' at bottom of app bundles section
Xheni Myrtaj [Thu, 4 Jul 2019 08:38:30 +0000 (09:38 +0100)]
Remove empty lines
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
Xheni Myrtaj [Wed, 29 May 2019 20:19:41 +0000 (22:19 +0200)]
Added Tests for modified mimetypelist
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
Charles Parham [Mon, 1 Jul 2019 03:31:47 +0000 (23:31 -0400)]
Fix 'No apps found for your version' at bottom of app bundles section
Signed-off-by: Charles Parham <cparham289@gmail.com>
Nextcloud bot [Thu, 4 Jul 2019 02:13:48 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 3 Jul 2019 21:30:32 +0000 (23:30 +0200)]
Merge pull request #15769 from nextcloud/part-file-non-creatable
dont use part files for dav writes when the target folder doesn't have create permissions
Julius Härtl [Wed, 3 Jul 2019 09:31:25 +0000 (11:31 +0200)]
Always set the display name for user shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Morris Jobke [Wed, 3 Jul 2019 18:07:05 +0000 (20:07 +0200)]
Merge pull request #16186 from nextcloud/bugfix/noid/also-check-permissions-when-creating-a-share
Better check reshare permissions part2
Robin Appelman [Thu, 13 Jun 2019 15:04:35 +0000 (17:04 +0200)]
add test for overwriting in non creatable directory
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 28 May 2019 11:52:32 +0000 (13:52 +0200)]
dont use part files for dav writes when the target folder doesn't have create permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Wed, 3 Jul 2019 14:34:14 +0000 (16:34 +0200)]
Remove duplicate tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 3 Jul 2019 14:32:45 +0000 (16:32 +0200)]
Unify the permission checking in one place only
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 2 Jul 2019 08:22:30 +0000 (10:22 +0200)]
Better check reshare permissions when creating a share
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Wed, 3 Jul 2019 11:56:41 +0000 (13:56 +0200)]
Merge pull request #16098 from nextcloud/design/header-text
Show share link header text always in 2 rows
Morris Jobke [Wed, 3 Jul 2019 11:50:19 +0000 (13:50 +0200)]
Merge pull request #15817 from nextcloud/enh/autoloader_for_apps
Add autoloaders for shipped apps
Morris Jobke [Wed, 3 Jul 2019 08:02:52 +0000 (10:02 +0200)]
Merge pull request #16200 from nextcloud/revert/16049-wrong-round
Revert incorrect rouding
Nextcloud bot [Wed, 3 Jul 2019 02:13:44 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 2 Jul 2019 21:02:25 +0000 (23:02 +0200)]
Merge pull request #16199 from nextcloud/bugfix/noid/refresh_webcal_job_enhancements
RefreshWebcalJob: replace ugly Regex with standard php utils
Morris Jobke [Tue, 2 Jul 2019 21:01:28 +0000 (23:01 +0200)]
Merge pull request #16197 from nextcloud/feature/remote-wipe-email
Send emails when remote wipe starts/finishes
Morris Jobke [Tue, 2 Jul 2019 20:25:41 +0000 (22:25 +0200)]
Merge pull request #15741 from mxss/fix/phpdoc-fixes
misc phpdoc fixes
Christoph Wurst [Tue, 2 Jul 2019 12:58:48 +0000 (14:58 +0200)]
Send emails when remote wipe starts/finishes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Georg Ehrke [Tue, 2 Jul 2019 16:11:05 +0000 (18:11 +0200)]
RefreshWebcalJob: replace ugly Regex with standard php utils
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Daniel Kesselberg [Tue, 2 Jul 2019 17:49:55 +0000 (19:49 +0200)]
Revert "Fix usage view tests"
This reverts commit
7da7acd0
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Tue, 2 Jul 2019 17:45:14 +0000 (19:45 +0200)]
Revert parts hide quota bar if unlimited
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Morris Jobke [Tue, 2 Jul 2019 17:22:06 +0000 (19:22 +0200)]
Merge pull request #16198 from nextcloud/fix/tests/usage
Fix usage view tests
Morris Jobke [Tue, 2 Jul 2019 14:56:34 +0000 (16:56 +0200)]
Merge pull request #16174 from nextcloud/bugfix/noid/fix-dyslexic-font-overwriting
Only set the font if it was not set before
Morris Jobke [Tue, 2 Jul 2019 14:35:25 +0000 (16:35 +0200)]
Merge pull request #13186 from labor4/edit_carddav_types
add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER
Morris Jobke [Tue, 2 Jul 2019 14:33:41 +0000 (16:33 +0200)]
Merge pull request #16141 from nextcloud/fix/no-rating-no-score
Do not show app score if it has no ratings
Roeland Jago Douma [Tue, 2 Jul 2019 13:50:36 +0000 (15:50 +0200)]
Fix usage view tests
Follow up to #16049
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Tue, 2 Jul 2019 09:53:50 +0000 (11:53 +0200)]
Do not fail hard on new user mail error (#16183)
Do not fail hard on new user mail error
Georg Ehrke [Tue, 2 Jul 2019 08:58:21 +0000 (08:58 +0000)]
Merge pull request #15775 from nextcloud/refactor/decouple-remote-wipe-notifications
Decouple remote wipe notifcation channels with events
John Molakvoæ (skjnldsv) [Tue, 2 Jul 2019 06:04:56 +0000 (08:04 +0200)]
Do not fail hard on new user mail error
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Tue, 2 Jul 2019 02:13:41 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 1 Jul 2019 19:13:28 +0000 (21:13 +0200)]
Merge pull request #16161 from nextcloud/dependabot/npm_and_yarn/toastify-js-1.6.1
Bump toastify-js from 1.5.0 to 1.6.1
Roeland Jago Douma [Mon, 1 Jul 2019 18:01:07 +0000 (20:01 +0200)]
Merge pull request #16159 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.5
Bump webpack-cli from 3.3.4 to 3.3.5
Roeland Jago Douma [Mon, 1 Jul 2019 17:42:00 +0000 (19:42 +0200)]
Merge pull request #16162 from nextcloud/dependabot/npm_and_yarn/url-loader-2.0.1
Bump url-loader from 2.0.0 to 2.0.1
Joas Schilling [Mon, 1 Jul 2019 14:39:12 +0000 (16:39 +0200)]
Merge pull request #16175 from nextcloud/followup/16088/allow-apps-to-overwrite-the-maximum-length-when-reading-from-database
Allow apps to overwrite the maximum length when reading from database
Roeland Jago Douma [Mon, 1 Jul 2019 14:16:42 +0000 (16:16 +0200)]
Merge pull request #16168 from nextcloud/fix/16103
Remove fs package