Commit graph

19592 commits

Author SHA1 Message Date
Ari Selseng
054637f731 Fix a bug with smb notify having leading slash when it should not
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-03-01 20:04:31 +00:00
Nextcloud bot
068b754d31
[tx-robot] updated from transifex 2019-03-01 01:12:48 +00:00
Roeland Jago Douma
988524d6b9
Merge pull request #14414 from nextcloud/backport/13844/stable15
[stable15] Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation
2019-02-28 09:43:17 +01:00
Morris Jobke
92d0c28de4
Merge pull request #14376 from nextcloud/backport/13514/stable15
[stable15] Fix grid toggle button on public page
2019-02-28 09:42:02 +01:00
Nextcloud bot
aac2669762
[tx-robot] updated from transifex 2019-02-28 01:12:49 +00:00
Felix Nieuwenhuizen
0685b98e1c Fix for issue 10862: calculation of free space ignores external storage (doesn't count towards quota)
Signed-off-by: Felix Nieuwenhuizen <felix@tdlrali.com>
2019-02-27 14:56:53 +00:00
Nextcloud bot
192bb12d5b
[tx-robot] updated from transifex 2019-02-27 01:12:18 +00:00
Nextcloud bot
1985b88e84
[tx-robot] updated from transifex 2019-02-26 01:12:22 +00:00
John Molakvoæ (skjnldsv)
6d744ef4ee Fix grid toggle button on public page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-25 20:20:12 +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
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
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
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
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
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
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
Nextcloud bot
02b3704de9
[tx-robot] updated from transifex 2019-02-20 01:12:06 +00: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
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
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
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
Nextcloud bot
2869e06d12
[tx-robot] updated from transifex 2019-02-15 01:13:02 +00: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
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
Morris Jobke
acf5f47076
Fix style of warning for EoL version
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-14 15:40:51 +01:00
Arthur Schiwon
d34e021af0 ensure attribute names are lower cased
otherwise they will be skipped when the results is being formatted and the
lower-cased result keys do not match.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14 14:08:27 +00:00
Nextcloud bot
262c5a6236
[tx-robot] updated from transifex 2019-02-14 01:12:38 +00:00
Nextcloud bot
68e5c9d258
[tx-robot] updated from transifex 2019-02-13 01:12:25 +00:00
Nextcloud bot
40b40c94a2
[tx-robot] updated from transifex 2019-02-12 01:12:37 +00:00
Nextcloud bot
29975fab3f
[tx-robot] updated from transifex 2019-02-11 01:12:32 +00:00
Nextcloud bot
d049403a82
[tx-robot] updated from transifex 2019-02-10 01:13:39 +00:00
Nextcloud bot
0cf2c7be7c
[tx-robot] updated from transifex 2019-02-09 01:12:50 +00:00
Morris Jobke
6ae8e99c1b
Merge pull request #13982 from nextcloud/stable15-12917-clean-code-and-fix-drop-zone-shadow
[stable15] Clean code and fix drop zone shadow
2019-02-08 09:34:04 +01:00
Joas Schilling
7fc115d0a5
Merge pull request #14101 from nextcloud/backport/14083/stable15
[stable15] Make sure the relative path is always a string
2019-02-08 08:41:41 +01:00
Nextcloud bot
8660fc3502
[tx-robot] updated from transifex 2019-02-08 01:12:50 +00:00
Joas Schilling
c29520013c Fix wrong method call
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-07 22:40:11 +00:00
Joas Schilling
86b76bb514 Make sure the relative path is always a string
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-07 22:40:10 +00:00