Julius Härtl
a584406947
Load apps that have a dav type set before the dav server plugins
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22 16:26:14 +00:00
Morris Jobke
079e59dd4b
Merge pull request #12502 from nextcloud/swift-object-not-found-14
...
[14] forward object not found error in swift as dav 404
2018-11-19 15:32:46 +01:00
Robin Appelman
f43cfd9275
forward object not found error in swift as dav 404
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-19 11:36:33 +01:00
Nextcloud bot
3671606051
[tx-robot] updated from transifex
2018-11-18 01:13:09 +00:00
Morris Jobke
9070de4753
Update autoloader dump
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15 13:49:19 +01:00
Morris Jobke
7781485fb7
Merge pull request #12459 from nextcloud/bugfix-stable14/dav_shares_hickup
...
[stable14] fixes dav share issue with owner
2018-11-15 13:41:31 +01:00
Georg Ehrke
cc27fdad46
fix caldav tests
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-15 13:01:04 +01:00
Nextcloud bot
659e4746db
[tx-robot] updated from transifex
2018-11-15 01:12:24 +00:00
Georg Ehrke
94c2b66df3
fixes dav share issue with owner
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-14 21:51:40 +01:00
Morris Jobke
fb559ed05e
Merge pull request #12372 from nextcloud/suppress-wrong-audit-log-message-stable14
...
[stable14] suppress wrong audit log messages about failed login attempts
2018-11-13 15:10:17 +01:00
Nextcloud bot
655b7f047c
[tx-robot] updated from transifex
2018-11-13 01:12:52 +00:00
Bjoern Schiessle
1eaa4b443f
first check if the user is already logged in and then try to authenticate via apache, this way we suppress wrong audit log messages about failed login attempts
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-09 11:43:51 +01:00
Nextcloud bot
390518c140
[tx-robot] updated from transifex
2018-11-07 01:12:40 +00:00
Roeland Jago Douma
9386a0c36a
Fix tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:07:16 +01:00
Roeland Jago Douma
aaf060893c
Do not log FileLock as exception
...
There is no reason to log FileLock errors as exceptions to the log file.
Locks happen for very legit reasons and it is actually a sign of the
code doing its job.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:07:07 +01:00
Nextcloud bot
288991a610
[tx-robot] updated from transifex
2018-11-06 01:12:48 +00:00
Roeland Jago Douma
ef13c783e2
Implement the size of an assembly stream
...
This will make it possible to act propely on moves of future files if we
need to know the size (like for max size virus scanning).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-29 15:19:35 +01:00
Nextcloud bot
48b57d1284
[tx-robot] updated from transifex
2018-10-29 01:13:18 +00:00
Nextcloud bot
67895ffac7
[tx-robot] updated from transifex
2018-10-27 00:12:46 +00:00
Nextcloud bot
7e7d3ce357
[tx-robot] updated from transifex
2018-10-26 00:12:59 +00:00
Nextcloud bot
f8c3b1de33
[tx-robot] updated from transifex
2018-10-25 00:13:15 +00:00
Nextcloud bot
a13d936c35
[tx-robot] updated from transifex
2018-10-24 00:12:41 +00:00
Morris Jobke
52c3285de4
Merge pull request #11994 from nextcloud/assemblly-stream-lazy-14
...
lazy open first source stream in assemblystream
2018-10-23 19:19:35 +02:00
Morris Jobke
e88c8d15ba
Merge pull request #11961 from nextcloud/backport/11931/stable14
...
[14] Do not emit preHooks twice on non-part-storage
2018-10-23 18:16:59 +02:00
Robin Appelman
0803de9b91
lazy open first source stream in assemblystream
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-10-23 17:44:31 +02:00
Nextcloud bot
7894c40f54
[tx-robot] updated from transifex
2018-10-23 14:54:39 +00:00
Georg Ehrke
4bbd3fa108
move disableFreeBusy check from User principal backend to Scheduling Outbox collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-22 16:01:49 +02:00
Roeland Jago Douma
e81f42333b
Do not emit preHooks twice on non-part-storage
...
The old code would emit the hooks twice. Thus having the version written
twice. Which is not very performant as it is first read twice as well.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-21 13:58:07 +02:00
Morris Jobke
f6cdab6b11
Properly escape column name in "createFunction" call
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-19 12:12:52 +02:00
Nextcloud bot
cef454c280
[tx-robot] updated from transifex
2018-10-10 00:13:24 +00:00
Nextcloud bot
723dbe242a
[tx-robot] updated from transifex
2018-10-05 00:13:09 +00:00
Nextcloud bot
1302b6f267
[tx-robot] updated from transifex
2018-10-03 16:58:57 +00:00
Robin Appelman
90fa65900b
throw an error if a node is smaller than expected in assemblystream
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-10-02 20:31:45 +02:00
Robin Appelman
e3dab24a2a
AssemblyStream is also eof if we have no more source stream
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-28 15:41:25 +02:00
Georg Ehrke
2bdc407a82
remove LogicException, because it's also triggered with legitimate parameters
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-09-05 14:12:27 +02:00
Morris Jobke
8ea2f8dea4
Merge pull request #10910 from nextcloud/customproperties-ignored-list
...
use the same ignored properties list for both CustomerPropertiesBackends
2018-08-30 21:23:36 +02:00
Nextcloud bot
4da9a15b32
[tx-robot] updated from transifex
2018-08-30 00:12:07 +00:00
Nextcloud bot
27141a960f
[tx-robot] updated from transifex
2018-08-29 00:12:07 +00:00
Robin Appelman
3806ecb242
use the same ignored properties list for both CustomerPropertiesBackends
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-28 18:27:53 +02:00
Christian
e2a64c713f
cast timestamps older than unix epoch to 0
...
This change solves issues #10870 , which is caused by method castValue of class FileSearchBackend: It casts the timestamps older than the unix epoch to false., see my comment https://github.com/nextcloud/server/pull/10835#discussion_r212806153 .
2018-08-27 07:44:24 +02:00
Nextcloud bot
8b47f45afa
[tx-robot] updated from transifex
2018-08-27 00:12:14 +00:00
Robin Appelman
b76e6be441
disallow negative mtime in dav search
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-24 16:20:07 +02:00
Nextcloud bot
503fbc953e
[tx-robot] updated from transifex
2018-08-24 00:12:20 +00:00
Nextcloud bot
c0f48a7b40
[tx-robot] updated from transifex
2018-08-23 00:12:59 +00:00
Nextcloud bot
be3438ca97
[tx-robot] updated from transifex
2018-08-21 00:12:16 +00:00
Nextcloud bot
ccb040ee01
[tx-robot] updated from transifex
2018-08-13 00:12:09 +00:00
Roeland Jago Douma
90a656305b
Bump autoloaders
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-10 15:03:22 +02:00
Roeland Jago Douma
7aad5b7721
Merge pull request #10543 from nextcloud/ignore-deactivated-users
...
Do not show deactivated users in sharees and contacts
2018-08-10 15:01:14 +02:00
Daniel Calviño Sánchez
523fdb612c
Add room shares to DAV and recent files "share-types" property
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 14:25:43 +02:00
Nextcloud bot
35342b4b7d
[tx-robot] updated from transifex
2018-08-07 00:12:06 +00:00