Commit Graph

49889 Commits

Author SHA1 Message Date
Roeland Jago Douma bf54d0f40d
Merge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-theme
Improve dark theme handling in workflow apps
2019-07-10 21:45:59 +02:00
Roeland Jago Douma 996120bab8
Merge pull request #16323 from nextcloud/fix/s3/http1.1
Use HTTP1.1 to read S3 objects
2019-07-10 15:19:28 +02:00
John Molakvoæ e7224f6767
Merge pull request #16313 from te-online/master
Adjust stale bot message
2019-07-10 13:02:32 +02:00
Thomas Ebert 865905eb5d
Stale Bot message – Revert to old phrasing. Remove `it`. 2019-07-10 12:42:47 +02:00
Morris Jobke 5c21b29d7f
Merge pull request #16308 from nextcloud/fix/undefined-offset-0
Prevent undefined offset 0 in findByUserIdOrMail
2019-07-10 12:16:36 +02:00
Morris Jobke b120f57975
Merge pull request #16322 from nextcloud/bugfix/noid/fix-workflow-handlebars
Fix files_automatedtagging settings
2019-07-10 11:52:49 +02:00
Roeland Jago Douma e953205908
Use HTTP1.1 to read S3 objects
Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-10 11:42:22 +02:00
Joas Schilling 89ca22b170
Use SCSS nesting
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-10 11:35:06 +02:00
Joas Schilling 80bd7cbabc
Mover workflow to SCSS and support the dark theme
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-10 11:23:14 +02:00
Julius Härtl d720339534
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-10 10:17:44 +02:00
Julius Härtl 4d3c06af6d
Make sure we merge webpack rules properly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-10 10:17:23 +02:00
Nextcloud bot ad51857e54
[tx-robot] updated from transifex 2019-07-10 02:14:00 +00:00
Daniel Kesselberg d57540ac84
Return first value from $users
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-09 19:29:14 +02:00
Roeland Jago Douma 6a088d6800
Merge pull request #16310 from nextcloud/enh/drop-execution-context
Don't send executionContexts for Clear-Site-Data
2019-07-09 19:20:50 +02:00
Roeland Jago Douma e9bf196d37
Merge pull request #16206 from nextcloud/feature/remote-wipe-all
Make it possible to wipe all tokens/devices of a user as (sub) admin
2019-07-09 19:19:53 +02:00
Thomas Ebert 3a4a462005 Stale bot message – Take into account that stale bot only acts on issues labelled as `needs info`. 2019-07-09 16:41:22 +02:00
Thomas Ebert a56c1d9794 Stale bot message – Fix plural of information. Include that not every stale issue is missing information. 2019-07-09 16:26:22 +02:00
Daniel Kesselberg 6235a66aac
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>
2019-07-09 15:08:25 +02:00
Roeland Jago Douma 3cc3b0f0d8
Update tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-09 13:57:04 +02:00
Christoph Wurst d058ef2b6c
Make it possible to wipe all tokens/devices of a user
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-07-09 13:57:04 +02:00
Christoph Wurst 1c261675ad
Refactor: move remote wipe token logic to RW service
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-07-09 13:39:27 +02:00
Roeland Jago Douma 22de685f54
Merge pull request #15881 from PhieF/toggle-password-login
adding toggle password to be able to see it when login
2019-07-09 13:38:27 +02:00
Roeland Jago Douma 761c961b52
Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvailable
Fix ProviderV1Adapter isAvailable wrapper
2019-07-09 13:37:07 +02:00
Roeland Jago Douma 027486e27d
Merge pull request #15867 from nextcloud/preview-versioning
allow keeping multiple preview "versions" of the same file
2019-07-09 11:06:44 +02:00
Julius Härtl 5030d15e25
Fix ProviderV1Adapter isAvailable wrapper
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-09 11:02:20 +02:00
Roeland Jago Douma 5cef8957b5
Merge pull request #15730 from nextcloud/enh/14179/event_for_csp
Add an event to edit the CSP
2019-07-09 10:59:15 +02:00
Roeland Jago Douma 5fdeacb75f
Merge pull request #16301 from nextcloud/dep/js/marked
Bump marked to 0.7.0
2019-07-09 10:56:48 +02:00
Phie 8fa2d70e9e
adding toggle password to be able to see it
Signed-off-by: Phie <phie@phie.ovh>
2019-07-09 10:54:21 +02:00
Morris Jobke 6fed189a13
Merge pull request #16295 from nextcloud/csrftokenmanager-inject
allow injecting CsrfTokenManager by class
2019-07-09 10:20:37 +02:00
Roeland Jago Douma 504f878298
Bump marked to 0.7.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-09 08:52:37 +02:00
Roeland Jago Douma e94bbfc582
Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtime
Ignore forbidden exception when fetching share mtime on SMB for symlinks
2019-07-09 08:51:12 +02:00
Robin Appelman 5cb00aba09
allow injecting CsrfTokenManager by class
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-09 08:42:49 +02:00
Roeland Jago Douma 6cfe29b0e0
Merge pull request #16300 from nextcloud/deps/js/babel
Update babel deps
2019-07-09 08:42:06 +02:00
Nextcloud bot e19c1a036f
[tx-robot] updated from transifex 2019-07-09 02:13:49 +00:00
Robin Appelman 5e082f8946
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>
2019-07-08 22:04:16 +02:00
Roeland Jago Douma 05523987bd
Update babel deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-08 21:57:22 +02:00
Morris Jobke adc2ab4bb2
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>
2019-07-08 21:43:24 +02:00
Roeland Jago Douma 5ac857bcdc
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>
2019-07-08 20:35:15 +02:00
Roeland Jago Douma 3d69f03a6d
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
2019-07-08 20:32:44 +02:00
Roeland Jago Douma 995942372e
Merge pull request #16277 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.2
Bump webpack from 4.35.0 to 4.35.2
2019-07-08 19:36:48 +02:00
Roeland Jago Douma b648ae6afa
Merge pull request #16288 from nextcloud/fix/16229/cleanup-cypress-folder
Try to delete the cypress folder of the viewer app
2019-07-08 19:18:52 +02:00
Morris Jobke 53d2d95478
Remove one time repair steps that have already run when updating to 17
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 14:47:26 +02:00
Morris Jobke 13c7810306
Try to delete the cypress folder of the viewer app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 14:35:27 +02:00
dependabot-preview[bot] 94a992d0d6 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>
2019-07-08 11:57:16 +00:00
Morris Jobke eb092bbdc7
Merge pull request #16153 from akshala/resetPassword-text-changed
changed the text for reset password
2019-07-08 09:48:32 +02:00
John Molakvoæ e75de32740
Bump vue-router from 3.0.6 to 3.0.7 (#16273)
Bump vue-router from 3.0.6 to 3.0.7
2019-07-08 09:36:34 +02:00
dependabot-preview[bot] 2061216062 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>
2019-07-08 06:39:09 +00:00
Nextcloud bot 87ce8e112f
[tx-robot] updated from transifex 2019-07-08 02:13:46 +00:00
John Molakvoæ 2f86fd604b
Properly load permissions in showActions (#15992)
Properly load permissions in showActions
2019-07-07 20:20:09 +02:00
Akshala Bhatnagar 4bd639640b
Update core/src/components/login/ResetPassword.vue
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
2019-07-07 20:17:23 +02:00