Nextcloud bot
96463faaf1
[tx-robot] updated from transifex
2018-07-16 00:12:20 +00:00
Nextcloud bot
dc0fd5f2d2
[tx-robot] updated from transifex
2018-07-12 00:12:52 +00:00
Morris Jobke
d88da34f95
Sanitize parameters in createSessionToken() while logging
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-11 14:45:13 +02:00
Morris Jobke
4ff6ea9a55
Merge pull request #10170 from nextcloud/backport/9823/stable13
...
[stable13] Allow updating the token on session regeneration
2018-07-11 10:02:30 +02:00
John Molakvoæ
c99529834c
Merge pull request #10169 from nextcloud/backport/9955/stable13
...
[stable13] Request a valid property for DAV opendir
2018-07-11 09:42:20 +02:00
Morris Jobke
922c2c64b5
Merge pull request #10180 from nextcloud/lock-negative-13
...
[13] prevent lock values from going negative with memcache backend
2018-07-11 09:02:19 +02:00
Nextcloud bot
ef1a695707
[tx-robot] updated from transifex
2018-07-11 00:12:24 +00:00
Robin Appelman
1fa6115779
prevent lock values from going negative with memcache backend
...
This can be caused by the code releasing more locks then it acquires,
once the lock value becomes negative it's likely that it will never be able
to change into an exclusive lock again.
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-07-10 17:50:45 +02:00
Nextcloud bot
7843a9b21a
[tx-robot] updated from transifex
2018-07-10 08:21:28 +00:00
Roeland Jago Douma
f84789f88b
Allow updating the token on session regeneration
...
Sometimes when we force a session regeneration we want to update the
current token for this session.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-09 16:27:12 +02:00
Roeland Jago Douma
d03b389b56
Request a valid property for DAV opendir
...
Apperently Sabre and Onedrive are not friends when requesting a single
404 property. I need to dig deeper on why this is. Anyways requesting a
valid property makes it work like a charm.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-09 16:07:04 +02:00
Morris Jobke
83d99449d0
Merge pull request #10121 from nextcloud/stable13-allow-disable-encryption
...
[stable13] allow to disable encryption
2018-07-09 14:46:06 +02:00
Bjoern Schiessle
3a45bb52bc
allow to disable encryption
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-05 17:24:09 +02:00
Nextcloud bot
37063bc657
[tx-robot] updated from transifex
2018-06-29 00:12:27 +00:00
Nextcloud bot
6292c4857d
[tx-robot] updated from transifex
2018-06-28 00:12:40 +00:00
Nextcloud bot
fb9f4e3ebf
[tx-robot] updated from transifex
2018-06-27 10:06:32 +00:00
Nextcloud bot
869aa64d0d
[tx-robot] updated from transifex
2018-06-21 00:13:07 +00:00
Nextcloud bot
4d8285553a
[tx-robot] updated from transifex
2018-06-20 00:12:46 +00:00
Nextcloud bot
54bc862c9d
[tx-robot] updated from transifex
2018-06-19 00:13:16 +00:00
Nextcloud bot
6bc2a993f7
[tx-robot] updated from transifex
2018-06-17 00:13:08 +00:00
Nextcloud bot
3214e69761
[tx-robot] updated from transifex
2018-06-16 00:13:34 +00:00
Nextcloud bot
64835d0acd
[tx-robot] updated from transifex
2018-06-15 00:13:10 +00:00
Nextcloud bot
a5425c7029
[tx-robot] updated from transifex
2018-06-14 00:13:26 +00:00
Nextcloud bot
59a27ceb13
[tx-robot] updated from transifex
2018-06-12 00:13:07 +00:00
Roeland Jago Douma
88c7c6abe3
Make the token expiration also work for autocasting 0
...
Some bad databases don't respect the default null apprently.
Now even if they cast it to 0 it should work just fine.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-08 16:26:30 +02:00
Nextcloud bot
c55e842478
[tx-robot] updated from transifex
2018-06-08 00:13:15 +00:00
Christoph Wurst
e5fb98d9fc
Fix syntax for php5.6
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-06-04 15:12:57 +02:00
Christoph Wurst
2b0ae6df9f
Fix local users check in contacts menu
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-06-04 15:05:40 +02:00
Morris Jobke
cf4ff7716e
Merge pull request #9694 from nextcloud/backport/9692/stable13
...
[stable13] Make sure the log doesn't try to read from PUT if it can't
2018-06-01 12:21:26 +02:00
Nextcloud bot
3595aa68b9
[tx-robot] updated from transifex
2018-06-01 00:12:48 +00:00
Nextcloud bot
cc6317f2af
[tx-robot] updated from transifex
2018-05-31 00:13:02 +00:00
Roeland Jago Douma
188a41a2be
Make sure the log doesn't try to read from PUT if it can't
...
If a PUT request comes in that is not JSON or from encoded. Then we can
only read it (exactly) once. If that is the case we must assume no
shared secret is set.
If we don't then we either are the first to read it, thus causing the
real read of the data to fail.
Or we are later and then it throws an exception (also failing the
request).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-30 20:16:18 +02:00
Morris Jobke
3acfcc433a
Merge pull request #9668 from nextcloud/backport/9666/stable13
...
[stable13] Make sure the file is readable before attempting to create a preview
2018-05-30 11:34:29 +02:00
Nextcloud bot
b889259b1e
[tx-robot] updated from transifex
2018-05-30 00:12:31 +00:00
Roeland Jago Douma
e55effc5ef
Make sure the file is readable before attempting to create a preview
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-29 22:03:43 +02:00
Morris Jobke
5c9f2dd99f
Merge pull request #9651 from nextcloud/backport/9271/stable13
...
[stable13] Fix undefined variables
2018-05-29 17:08:40 +02:00
marco44
184a0b97fc
Make LargeFileHelper.php faster by avoiding execs as much as possible
...
Signed-off-by: Marc Cousin <cousinmarc@gmail.com>
2018-05-29 15:31:55 +02:00
Morris Jobke
57489f1013
Remove a check for an unused variable
...
Left over from a refactoring
https://github.com/nextcloud/server/pull/1940
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-05-29 15:13:57 +02:00
Morris Jobke
6a4a7c868c
Fix undefined variable - found by Phan
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-05-29 15:12:10 +02:00
Morris Jobke
b03752b1d9
Merge pull request #9620 from nextcloud/backport/9576/stable13
...
[stable13] Emit event when running ./occ db:add-missing-indices
2018-05-29 14:30:27 +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
dd5995a2f8
Emit event when running ./occ db:add-missing-indices
...
This allows apps to listen to this event in order to also update
indecies there.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-28 09:04:59 +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
Nextcloud bot
043acfebab
[tx-robot] updated from transifex
2018-05-26 00:13:24 +00:00
Nextcloud bot
d8e3c3cb22
[tx-robot] updated from transifex
2018-05-25 00:15:16 +00:00
Roeland Jago Douma
930c11a6cd
Always set the request language to the force language
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-24 13:08:10 +02:00
Georg Ehrke
0493d0e3fb
make sure force language is reflected in html lang attribute
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-05-24 13:07:54 +02:00