Morris Jobke
57d59a7fa8
Merge pull request #14371 from nextcloud/backport/14369/stable15
...
[stable15] Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html
2019-02-25 15:50:37 +01:00
Daniel Kesselberg
b2f099cfa7
Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-25 11:28:51 +00:00
Morris Jobke
5d247b5da6
Merge pull request #14368 from nextcloud/backport/14325/stable15
...
[stable15] Always query lookup server in GS mode
2019-02-25 11:41:26 +01:00
Roeland Jago Douma
8ea0e721ed
Always query lookup server in GS mode
...
Without the lookupserver GS is kind of useless.
If the admin places their lookup sever outside of the reachable network
that is not something we can help.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-25 09:24:30 +00:00
Nextcloud bot
a7b322bd65
[tx-robot] updated from transifex
2019-02-25 01:12:29 +00:00
Nextcloud bot
9bc2070c59
[tx-robot] updated from transifex
2019-02-24 01:13:54 +00:00
Nextcloud bot
3832207081
[tx-robot] updated from transifex
2019-02-23 01:12:55 +00:00
Roeland Jago Douma
d03dd0c087
Merge pull request #14339 from nextcloud/backport/14337/stable15
...
[stable15] Fix "Undefined index: user_uid" on login page
2019-02-22 14:50:14 +01:00
Roeland Jago Douma
69519252a9
Merge pull request #14340 from nextcloud/backport/14332/stable15
...
[stable15] Fix unsafe array access
2019-02-22 14:49:57 +01:00
Daniel Kesselberg
9caf7bbd47
Check if array element is present before access
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-22 11:53:27 +00:00
John Molakvoæ
38212f5028
Merge pull request #14331 from nextcloud/backport/14329/stable15
...
[stable15] Apply theme to 2FA button
2019-02-22 12:53:10 +01:00
Joas Schilling
5b22b1e6c8
Fix "Undefined index: user_uid" on login page
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-22 11:43:13 +00:00
Nextcloud bot
b879d28f24
[tx-robot] updated from transifex
2019-02-22 01:12:21 +00:00
Julius Härtl
aa7cfa09df
Apply theme to button elements as well
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-21 18:14:35 +00:00
Nextcloud bot
b42e3fa1b3
[tx-robot] updated from transifex
2019-02-21 01:12:14 +00:00
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