Commit graph

40763 commits

Author SHA1 Message Date
Morris Jobke
293e413972
12.0.13 RC 2
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-19 15:41:02 +01:00
Morris Jobke
638d16c08c
Merge pull request #12504 from nextcloud/swift-object-not-found-12
[12] forward object not found error in swift as dav 404
2018-11-19 15:32:18 +01:00
Robin Appelman
05fddcd7ae
forward object not found error in swift as dav 404
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-19 11:37:56 +01:00
Nextcloud bot
070fc0ceee
[tx-robot] updated from transifex 2018-11-19 01:12:30 +00:00
Nextcloud bot
ae87ef22be
[tx-robot] updated from transifex 2018-11-18 01:13:26 +00:00
Nextcloud bot
26d396e4f9
[tx-robot] updated from transifex 2018-11-17 01:13:17 +00:00
Nextcloud bot
e2c819f617
[tx-robot] updated from transifex 2018-11-16 01:12:43 +00:00
Morris Jobke
83fe653995
Merge pull request #12438 from nextcloud/version/noid/12.0.13RC1
12.0.13 RC 1
2018-11-15 15:23:15 +01:00
Morris Jobke
f61681cbd7
12.0.13 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15 13:44:56 +01:00
Morris Jobke
fdb4423034
Update autoloader dump
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15 13:44:56 +01:00
Morris Jobke
bc303454f0
Merge pull request #12461 from nextcloud/bugfix-stable12/dav_shares_hickup
[stable12] fixes dav share issue with owner
2018-11-15 13:43:03 +01:00
Georg Ehrke
8469103998
fix caldav tests
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-15 13:02:38 +01:00
Nextcloud bot
eb1ce1b1aa
[tx-robot] updated from transifex 2018-11-15 01:12:40 +00:00
Georg Ehrke
beb4b1c190
fixes dav share issue with owner
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-14 21:54:31 +01:00
Nextcloud bot
5556100e23
[tx-robot] updated from transifex 2018-11-14 01:12:38 +00:00
Nextcloud bot
cede173efd
[tx-robot] updated from transifex 2018-11-13 01:13:14 +00:00
Nextcloud bot
b9139465bd
[tx-robot] updated from transifex 2018-11-12 01:13:14 +00:00
Nextcloud bot
c7e4bdd4e1
[tx-robot] updated from transifex 2018-11-11 01:13:34 +00:00
Nextcloud bot
8f8bafbd74
[tx-robot] updated from transifex 2018-11-10 01:12:52 +00:00
Nextcloud bot
5802408eb3
[tx-robot] updated from transifex 2018-11-09 01:12:57 +00:00
Nextcloud bot
fe059100ed
[tx-robot] updated from transifex 2018-11-08 01:12:46 +00:00
Nextcloud bot
e03038c41a
[tx-robot] updated from transifex 2018-11-07 01:12:57 +00:00
Nextcloud bot
665e51a87e
[tx-robot] updated from transifex 2018-11-06 01:13:06 +00:00
Nextcloud bot
269fc57818
[tx-robot] updated from transifex 2018-11-05 01:13:03 +00:00
Nextcloud bot
6f50c82b32
[tx-robot] updated from transifex 2018-11-04 01:14:29 +00:00
Nextcloud bot
750c584f53
[tx-robot] updated from transifex 2018-11-03 01:13:06 +00:00
Nextcloud bot
a7442c28f9
[tx-robot] updated from transifex 2018-11-02 01:14:07 +00:00
Nextcloud bot
ff163c4c4b
[tx-robot] updated from transifex 2018-11-01 01:13:31 +00:00
Nextcloud bot
ef3cf517a2
[tx-robot] updated from transifex 2018-10-31 01:13:22 +00:00
Nextcloud bot
97532e4c14
[tx-robot] updated from transifex 2018-10-30 01:13:22 +00:00
Morris Jobke
04bfb6fd43
Merge pull request #12110 from nextcloud/backport/11862/stable12
[12] Double check for failed cache with a shared storage
2018-10-29 17:20:37 +01:00
Roeland Jago Douma
e06f57916f
Double check for failed cache with a shared storage
When obtaining the SourceRootInfo we can call init. If this fails the
cache is set to a failed cache and the storage to a failed storage.
However we did not check for this. Which means that if the storage was
invalid it would fail later on.

Now we will properly error out.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-29 15:14:25 +01:00
Nextcloud bot
fbf8b327cd
[tx-robot] updated from transifex 2018-10-29 01:13:36 +00:00
Nextcloud bot
0e7a2e7305
[tx-robot] updated from transifex 2018-10-28 00:13:15 +00:00
Nextcloud bot
e76c213b98
[tx-robot] updated from transifex 2018-10-27 00:13:03 +00:00
Morris Jobke
797d28cc4d
Merge pull request #12059 from mikaelh/stable12
Actually return the root folder when traversing up the tree
2018-10-26 11:01:56 +02:00
Roeland Jago Douma
ce7a211743 Actually return the root folder when traversing up the tree
If you now keep calling $node->getParent() you will at some point get
the RootFolder back. This is a nice termination check and will prevent
endless loops if an exit condition is slightly off.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-26 08:35:55 +02:00
Nextcloud bot
ce4927b92b
[tx-robot] updated from transifex 2018-10-26 00:13:18 +00:00
Morris Jobke
24b688de52
Merge pull request #11998 from nextcloud/stable12-11967-fix-opening-a-section-again-in-the-files-app
[stable12] Fix opening a section again in the Files app
2018-10-25 14:12:29 +02:00
Nextcloud bot
f0cfd79db4
[tx-robot] updated from transifex 2018-10-25 00:13:34 +00:00
Nextcloud bot
272ea4ec66
[tx-robot] updated from transifex 2018-10-24 00:12:58 +00:00
Daniel Calviño Sánchez
fc3ddce0a2 Add acceptance tests for opening a section in the Files app
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-23 17:46:34 +02:00
Daniel Calviño Sánchez
ba07152164 Remove event handler no longer needed
The custom handler for "URL changed" events were added to reload the
file list whenever the sections for favorites and shares were opened;
this was used to fix the problem of not reloading the file lists when
opening them for a second time. However, besides that the handlers were
not really necessary, and as the root of the bug was fixed in the
previous commit those handlers are now removed.

The file list for tags uses the handler for a different purpose, though,
so that one was kept.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-23 17:46:34 +02:00
Daniel Calviño Sánchez
be878f2e76 Fix opening a section again in the Files app
When a section is open in the Files app a "show" event is triggered.
File list objects handle that event by reloading themselves, but only
if the file list was shown at least once. However, the file list objects
of plugins are created when the "show" event is triggered for the first
time for their section; as the file list objects register their handler
for the "show" event when they are created they never handle the first
triggered "show" event, as the handler is set while that event is being
already handled. Therefore, from the point of view of the handler, the
second time that a "show" event was triggered it was seen as if the file
list was shown for the first time, and thus it was not reloaded. Now the
"shown" property is explicitly set for those file lists that are created
while handling a "show" event, which causes them to be reloaded as
expected when opening their section again.

Note that it is not possible to just reload the file list whenever it is
shown; the file list is reloaded also when the directory changes, and
this can happen when the web page is initially loaded and the URL is
parsed. In that case, if file lists were reloaded when shown for the
first time then it could be reloaded twice, one with the default
parameters due to the "show" event and another one with the proper
parameters once the URL was parsed, and the files that appeard in the
list would depend on which response from the server was received the
last.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-23 17:46:34 +02:00
Nextcloud bot
6aa42e04db
[tx-robot] updated from transifex 2018-10-23 14:55:01 +00:00
Morris Jobke
8574915a2e
Merge pull request #11763 from nextcloud/stable12-11756-ignore-session-lifetime-if-it-can-not-be-converted-to-a-number
[stable12] Ignore "session_lifetime" if it can not be converted to a number
2018-10-11 14:44:30 +02:00
Daniel Calviño Sánchez
a36c6c27c0 Ignore "session_lifetime" if it can not be converted to a number
When "session_lifetime" can not be converted to a number the interval
becomes a NaN due to dividing it by 2. This NaN was "dragged" over all
the other mathematical operations and caused the heartbeat to be post
again and again due to an infinite loop with no pauses in "setInterval".
Now, the interval is set to the default value instead if the
"session_lifetime" can not be converted to a number.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-11 12:23:52 +02:00
Morris Jobke
58a5e5d471
Merge pull request #11753 from nextcloud/release/12.0.12
12.0.12
2018-10-11 09:16:16 +02:00
Roeland Jago Douma
b522e4928d
12.0.12
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-11 08:05:48 +02:00
Nextcloud bot
5114d13b79
[tx-robot] updated from transifex 2018-10-10 00:13:48 +00:00