Commit Graph

47440 Commits

Author SHA1 Message Date
Morris Jobke a8d4244c53
Merge pull request #14304 from nextcloud/version/noid/15.0.5RC1
15.0.5 RC 1
2019-02-20 23:47:53 +01:00
Morris Jobke 03d1931bbb
15.0.5 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 16:47:03 +01:00
Morris Jobke 37cb480900
Merge pull request #14312 from nextcloud/backport/14255/stable15
[stable15] Fix ocm end-point discovery discovery
2019-02-20 16:46:30 +01:00
Morris Jobke 2e76bc31a9
Add unit tests and provide better message
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 15:46:19 +01:00
Bjoern Schiessle 319a0f2e38
check ocs-provider route
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 15:43:15 +01:00
Bjoern Schiessle 6360f1a389
add setup check for ocm-provider route
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 15:42:39 +01:00
Bjoern Schiessle 2bf2633c05
make sure that the ocm end-point discovery /ocm-provider is not redirected to the index.php
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 15:41:38 +01:00
Bjoern Schiessle f3f8ab1a19
adjust json to match the definition
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 15:41:34 +01:00
Morris Jobke 52662fb928
Merge pull request #14308 from nextcloud/backport/14178/stable15
[stable15] Fix OC.getCurrentUser() on guest pages
2019-02-20 15:31:37 +01:00
Roeland Jago Douma bb26c2628d
Merge pull request #14301 from nextcloud/backport/14300/stable15
[stable15] Use proper scroll container when dragging files
2019-02-20 15:27:16 +01:00
Roeland Jago Douma c9a4f010dc
Merge pull request #14273 from nextcloud/backport/14210/stable15
[stable15] Fix empty file uploads to S3 (and other streaming storages)
2019-02-20 15:26:36 +01:00
Joas Schilling 2f98c873fa Fix OC.getCurrentUser() on guest pages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20 12:22:31 +00:00
Roeland Jago Douma 7cc3486229
Hanlde writestream not closing source
Fixes #14298

If a storage doesn'tclose the write stream then $isEOF is not yet set.
So we have to fallback.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20 11:52:44 +01:00
Julius Härtl ce33f58459 Use proper scroll container when dragging files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-20 10:10:32 +00:00
Roeland Jago Douma 6e110c35b0
Merge pull request #14275 from nextcloud/backport/12573/stable15
[stable15] Do not do redirect handling when loggin out
2019-02-20 08:55:30 +01:00
Roeland Jago Douma f6b4f1f3fa
Merge pull request #14292 from nextcloud/backport/14264/stable15
[stable15] Set false as default for requirePNG
2019-02-20 08:22:20 +01:00
Nextcloud bot 02b3704de9
[tx-robot] updated from transifex 2019-02-20 01:12:06 +00:00
Daniel Kesselberg 30c69e6394 Set false as default for requirePNG
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-19 13:59:01 +00:00
Morris Jobke f3ed8d0c10
Merge pull request #14287 from nextcloud/backport/14279/stable15
[stable15] Fix header label visibility on open menu
2019-02-19 12:49:40 +01:00
Morris Jobke a605e12af2
Merge pull request #14288 from nextcloud/backport/14211/stable15
[stable15] Prefix $path for filename for internal file cache
2019-02-19 12:49:11 +01:00
Daniel Kesselberg bc71889657 Call headObject if file not in filecache 🙈
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-19 11:38:15 +00:00
Daniel Kesselberg db27cb20af Prefix $path for filename for internal file cache
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-19 11:38:14 +00:00
Julius Härtl 10aa80d13e Fix header label visibility on open menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-19 10:36:20 +00:00
Roeland Jago Douma a2cddf259c
Merge pull request #14283 from nextcloud/backport/14194/stable15
[stable15] Correctly determinate the owner in case of shared external storages
2019-02-19 11:25:13 +01:00
Joas Schilling 5823cd652c Correctly determinate the owner in case of shared external storages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-19 09:29:17 +00:00
Roeland Jago Douma 141ea50716
Make sure that we have a stream
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19 10:16:11 +01:00
Roeland Jago Douma 6bdd9d123e
Add a wrapper to determine if a file is EOF
The stream is already closed at this point. Which means feof will always
return false. We have to determine if the stream is EOF in the
preCloseCallback. And pass this info along. Then the logic works as
expected.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19 10:16:11 +01:00
Roeland Jago Douma 58fd016b27
Fix empty file uploads to S3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19 10:16:11 +01:00
Roeland Jago Douma fc8745e1fe
[3rdparty] Bump icewind/streams to 0.7.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19 10:16:10 +01:00
Morris Jobke 736d4ee997
Merge pull request #14277 from nextcloud/backport/14234/stable15
[stable15] Catch Request exception in testRemoteUrl
2019-02-19 09:51:58 +01:00
Roeland Jago Douma 39cfa50539 Catch Request exception in testRemoteUrl
Else the background job fails hard if the remote has for example an
invalid certificate.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19 07:05:49 +00:00
Nextcloud bot 4a0feef83d
[tx-robot] updated from transifex 2019-02-19 01:12:20 +00:00
Roeland Jago Douma 78842d29b3
Do not do redirect handling when loggin out
Fixes #12568
Since the clearing of the execution context causes another reload. We
should not do the redirect_uri handling as this results in redirecting
back to the logout page on login.

This adds a simple middleware that will just check if the
ClearExecutionContext session variable is set. If that is the case it
will just redirect back to the login page.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 22:22:12 +01:00
Morris Jobke 52439a00bd
Merge pull request #14268 from nextcloud/backport/14248/stable15
[stable15] Fixing phpdoc in FullTextSearch/Model/ISearchResult
2019-02-18 15:19:31 +01:00
Maxence Lange 6ada63be8e fixing phpdoc
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-18 13:30:54 +00:00
Nextcloud bot 84ab16bac4
[tx-robot] updated from transifex 2019-02-18 01:12:21 +00:00
Nextcloud bot 4651c25f17
[tx-robot] updated from transifex 2019-02-17 01:13:40 +00:00
Nextcloud bot 5eb304a69a
[tx-robot] updated from transifex 2019-02-16 01:12:35 +00:00
Morris Jobke efe0b3e55c
Merge pull request #14225 from nextcloud/backport/14221/stable15
[stable15] Remove trailing spaces from localized strings
2019-02-15 14:12:31 +01:00
Morris Jobke 670f1e0ddf Remove trailing spaces from localized strings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-15 12:43:12 +00:00
Roeland Jago Douma 990be3b2be
Merge pull request #14212 from nextcloud/backport/14035/stable15
[stable15] Fix expiration date changing
2019-02-15 09:53:45 +01:00
Nextcloud bot 2869e06d12
[tx-robot] updated from transifex 2019-02-15 01:13:02 +00:00
Morris Jobke ff1eb82d16
Merge pull request #14213 from nextcloud/backport/14197/stable15
[stable15] Fix trashbin restore translation
2019-02-14 22:44:21 +01:00
Roeland Jago Douma 220b674836
Fix trashbin restore translation
The files app doesn't have this entry.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 21:44:09 +01:00
Andrey Dyakov 37bb7e0671
Fix expiration date changing
Pass shareId to setExpirationDate()
2019-02-14 21:37:29 +01:00
Roeland Jago Douma c021b5bfc6
Merge pull request #14195 from nextcloud/backport/14185/stable15
[stable15] Fix recent files
2019-02-14 21:18:20 +01:00
Roeland Jago Douma a26a0bf75d
Merge pull request #14085 from nextcloud/backport/14023/stable15
[stable15] Fix: Check if `$this->params['user']` is an array
2019-02-14 19:47:43 +01:00
Roeland Jago Douma 3aee564a07
Merge pull request #14201 from nextcloud/backport/14160/stable15
[stable15] Update CRL to contain revoked files_external_dropbox, passman & payback
2019-02-14 19:42:17 +01:00
Roeland Jago Douma cab6215e36
Merge pull request #14207 from nextcloud/backport/14177/stable15
[stable15] Fix small glitches in update notification page
2019-02-14 19:41:01 +01:00
blizzz c66070d10b
Merge pull request #14203 from nextcloud/backport/14200/stable15
[stable15] ensure attribute names are lower cased
2019-02-14 16:05:29 +01:00