Morris Jobke
4c1f88efb1
Merge pull request #9654 from nextcloud/backport/9360/stable13
...
[stable13] Fix "Invalid argument supplied for foreach()"
2018-05-30 11:50:35 +02:00
Morris Jobke
db59474868
Merge pull request #9662 from nextcloud/backport/9640/stable13
...
[stable13] check user state when fetching to avoid dealing with offline objects
2018-05-30 09:19:24 +02:00
Morris Jobke
d95757b7d0
Merge pull request #9657 from nextcloud/backport/9256/stable13
...
[stable13] improve error reporting and move format parameter to the options
2018-05-30 09:18:36 +02:00
Nextcloud bot
b889259b1e
[tx-robot] updated from transifex
2018-05-30 00:12:31 +00:00
Morris Jobke
b71c90bac1
Merge pull request #9650 from nextcloud/backport/8842/stable13
...
[stable13] fix(AmazonS3): fix loop $result['Contents'] error
2018-05-29 20:56:03 +02:00
Arthur Schiwon
d33ba08b05
check user state when fetching to avoid dealing with offline objects
...
fixes #9502
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-29 20:54:48 +02:00
Roeland Jago Douma
d6ab2a4ddb
Merge pull request #9661 from nextcloud/backport/9288/stable13
...
[stable13] LDAP password renewal fixes
2018-05-29 20:16:05 +02:00
Morris Jobke
a52f0150af
Merge pull request #9659 from nextcloud/backport/9653/stable13
...
[stable13] The OAuth endpoint needs to support Basic Auth
2018-05-29 17:12:00 +02:00
Morris Jobke
9f793f91c9
Merge pull request #9608 from nextcloud/smb-exceptions-on-listing
...
[13] Handle exception while itterating trough smb file listing
2018-05-29 17:01:51 +02:00
Roger Szabo
49c1a7f2ae
Remove unneeded semicolon and parentheses
...
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2018-05-29 16:40:50 +02:00
Roger Szabo
b3b774dfc5
css indent alignment
...
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2018-05-29 16:40:46 +02:00
Roger Szabo
733eae5b91
adjust css to nc13 core changes
...
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2018-05-29 16:40:43 +02:00
Roger Szabo
4ba9556bc2
remove reset password link
...
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2018-05-29 16:40:39 +02:00
Roeland Jago Douma
d48333910e
The OAuth endpoint needs to support Basic Auth
...
* Add test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-29 15:57:04 +02:00
Bjoern Schiessle
58be1f1b2f
improve error reporting and move format parameter to the options
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-05-29 15:34:32 +02:00
Roger Szabo
0b25317269
adjust unit tests for \"Invalid argument supplied for foreach()\" fix
...
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2018-05-29 15:21:23 +02:00
Roger Szabo
27fca0eebc
Fix "Invalid argument supplied for foreach()"
...
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2018-05-29 15:21:19 +02:00
enoch
65bb12032d
fix(AmazonS3): fix loop $result['Contents'] error
...
Invalid argument supplied for foreach() at /var/www/html/apps/files_external/lib/Lib/Storage/AmazonS3.php#295
2018-05-29 15:03:28 +02:00
Arthur Schiwon
c2041c5d4a
prepare another theming release including translations for recently
...
added imprint and privacy policy strings.
Languages: fi, fr, de, de_DE (formal), it, es, pt_BR, tr
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-29 14:13:58 +02:00
Nextcloud bot
00edb8f2d4
[tx-robot] updated from transifex
2018-05-29 00:12:43 +00:00
Morris Jobke
8889220f55
Merge pull request #9622 from nextcloud/backport/9475/stable13
...
[stable13] Delete the previews when a version is restored
2018-05-28 11:20:18 +02:00
Roeland Jago Douma
5536d17181
Merge pull request #9619 from nextcloud/backport/9515/stable13
...
[stable13] Regenerate session id after public share auth
2018-05-28 09:05:53 +02:00
Nextcloud bot
5a20bb6980
[tx-robot] updated from transifex
2018-05-28 00:13:05 +00:00
Nextcloud bot
f800c1697c
[tx-robot] updated from transifex
2018-05-27 00:13:28 +00:00
Roeland Jago Douma
d33834f07a
Delete the previews when a version is restored
...
Fixes #9469
When a version of a file is restored the previews are no longer valid.
Thus we should remove them so they are regenerated.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-26 14:09:11 +02:00
Roeland Jago Douma
5eb6d7bc05
Regenerate session id after public share auth
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-26 13:21:08 +02:00
Nextcloud bot
043acfebab
[tx-robot] updated from transifex
2018-05-26 00:13:24 +00:00
Roland Tapken
e8868c2148
Make SMB module more fault-tolerant
...
Ignore unavailable files when fetching the share's mtime
or reading directory listings. This can happen on servers using a
distributed file system (DFS) with unavailable destinations, for example
when the remote server is offline.
Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
2018-05-25 15:00:35 +02:00
Nextcloud bot
d8e3c3cb22
[tx-robot] updated from transifex
2018-05-25 00:15:16 +00:00
Arthur Schiwon
cee2d1783d
bump theming version ¯\_(ツ)_/¯
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-24 16:26:58 +02:00
Arthur Schiwon
ac22c28045
addjust footer height when legal links are present. fixes #9572
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-24 16:26:58 +02:00
Arthur Schiwon
323b665e88
also add a privacy link
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-24 16:26:51 +02:00
Roeland Jago Douma
5bd9087cb7
Merge pull request #9573 from nextcloud/fix/9568/theming-wo-sig
...
bump version for theming again 🙇
2018-05-24 08:58:39 +02:00
Nextcloud bot
c3a1d33959
[tx-robot] updated from transifex
2018-05-24 00:14:07 +00:00
Arthur Schiwon
67340846f9
bump version for theming again 🙇
...
also make appinfo compliant with appstore's schema. except default_enable…
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-24 00:19:20 +02:00
Roeland Jago Douma
56b8a889c1
Merge pull request #9392 from nextcloud/dav-upload-lock-13
...
[13] only allow a single concurrent dav write to a file
2018-05-23 20:14:19 +02:00
Morris Jobke
2f059d1caf
Merge pull request #9540 from nextcloud/backport/9517/stable13
...
[stable13] Improve OAuth
2018-05-23 15:42:22 +02:00
Roeland Jago Douma
01d3586a0f
Merge pull request #9522 from nextcloud/backport/9325/stable13
...
[stable13] Fix for unbound cloned LDAP connections
2018-05-23 09:18:21 +02:00
Nextcloud bot
82d0d1d704
[tx-robot] updated from transifex
2018-05-23 00:16:07 +00:00
Arthur Schiwon
3a73b9c0bb
bump theming version for extraordinary release
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-22 17:03:41 +02:00
Morris Jobke
5744827696
Merge pull request #9516 from nextcloud/backport/9437/stable13
...
[stable13] allow to specify a link to a legal notice
2018-05-22 16:54:07 +02:00
Roeland Jago Douma
3c002706a4
Add tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-22 14:51:39 +02:00
Roeland Jago Douma
73f8373151
Don't use special chars to avoid confusion
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-22 14:51:30 +02:00
Roeland Jago Douma
d03265fb62
Rotate token
...
On a refresh token request:
* rorate
* reset expire
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-22 14:51:17 +02:00
Roeland Jago Douma
30750e4f92
Authenticate the clients on requesting a token
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-22 14:51:12 +02:00
Roeland Jago Douma
a04ea70fca
Fail if the response type is not properly set
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-22 14:51:03 +02:00
Roeland Jago Douma
000cf1951c
Set OAuth token expiration
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-22 14:50:58 +02:00
Nextcloud bot
41cd6076fb
[tx-robot] updated from transifex
2018-05-22 00:13:54 +00:00
Nextcloud bot
352d0af868
[tx-robot] updated from transifex
2018-05-20 00:13:45 +00:00
Nextcloud bot
3304991965
[tx-robot] updated from transifex
2018-05-19 00:14:03 +00:00