Nextcloud bot
4384c633ef
[tx-robot] updated from transifex
2019-01-20 01:12:50 +00:00
Nextcloud bot
22ebd26324
[tx-robot] updated from transifex
2019-01-19 01:12:40 +00:00
Nextcloud bot
054848a387
[tx-robot] updated from transifex
2019-01-15 01:12:35 +00:00
Nextcloud bot
671e375313
[tx-robot] updated from transifex
2019-01-14 01:12:20 +00:00
Nextcloud bot
4cd730c5bd
[tx-robot] updated from transifex
2019-01-04 01:12:48 +00:00
Nextcloud bot
61000a7c1d
[tx-robot] updated from transifex
2018-12-28 01:12:07 +00:00
Nextcloud bot
c099e7cbe9
[tx-robot] updated from transifex
2018-12-24 01:12:08 +00:00
Nextcloud bot
01fa79d8d6
[tx-robot] updated from transifex
2018-12-21 01:12:05 +00:00
Nextcloud bot
e3d3472ff5
[tx-robot] updated from transifex
2018-12-20 01:12:03 +00:00
Nextcloud bot
0a59b4ec6b
[tx-robot] updated from transifex
2018-12-19 01:12:05 +00:00
Nextcloud bot
f336720697
[tx-robot] updated from transifex
2018-12-17 01:11:50 +00:00
Nextcloud bot
95eecb4f33
[tx-robot] updated from transifex
2018-12-07 01:12:00 +00:00
Nextcloud bot
70b8588d93
[tx-robot] updated from transifex
2018-12-04 01:12:26 +00:00
Nextcloud bot
76cd8babd2
[tx-robot] updated from transifex
2018-11-29 01:11:52 +00:00
Nextcloud bot
5fc0565695
[tx-robot] updated from transifex
2018-11-27 01:11:51 +00:00
Morris Jobke
9070de4753
Update autoloader dump
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15 13:49:19 +01:00
Nextcloud bot
659e4746db
[tx-robot] updated from transifex
2018-11-15 01:12:24 +00:00
Nextcloud bot
288991a610
[tx-robot] updated from transifex
2018-11-06 01:12:48 +00:00
Nextcloud bot
f962a43388
[tx-robot] updated from transifex
2018-11-05 01:12:47 +00:00
Nextcloud bot
d829b158f6
[tx-robot] updated from transifex
2018-11-04 01:14:13 +00:00
Nextcloud bot
48b57d1284
[tx-robot] updated from transifex
2018-10-29 01:13:18 +00:00
Roeland Jago Douma
3e8a38fc57
Merge pull request #11995 from nextcloud/stable14-11967-fix-opening-a-section-again-in-the-files-app
...
[stable14] Fix opening a section again in the Files app
2018-10-23 20:05:25 +02:00
Nextcloud bot
7894c40f54
[tx-robot] updated from transifex
2018-10-23 14:54:39 +00:00
Daniel Calviño Sánchez
73125667d4
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 16:44:26 +02:00
Daniel Calviño Sánchez
ea047e3201
Fix indentation
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-23 16:43:20 +02:00
Nextcloud bot
acffe7a74e
[tx-robot] updated from transifex
2018-10-07 00:12:30 +00:00
Nextcloud bot
723dbe242a
[tx-robot] updated from transifex
2018-10-05 00:13:09 +00:00
Nextcloud bot
e87ec7d2c9
[tx-robot] updated from transifex
2018-10-04 00:12:17 +00:00
Nextcloud bot
1302b6f267
[tx-robot] updated from transifex
2018-10-03 16:58:57 +00:00
Nextcloud bot
2a22615879
[tx-robot] updated from transifex
2018-08-31 00:12:09 +00:00
Nextcloud bot
4da9a15b32
[tx-robot] updated from transifex
2018-08-30 00:12:07 +00:00
Nextcloud bot
8b47f45afa
[tx-robot] updated from transifex
2018-08-27 00:12:14 +00: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
65410ab1cb
[tx-robot] updated from transifex
2018-08-22 00:12:11 +00:00
Nextcloud bot
b0af604d0e
[tx-robot] updated from transifex
2018-08-16 00:12:17 +00:00
Nextcloud bot
ccb040ee01
[tx-robot] updated from transifex
2018-08-13 00:12:09 +00:00
Roeland Jago Douma
e22d15c3a1
Merge pull request #10642 from nextcloud/bump/autoloaders
...
Bump autoloaders
2018-08-10 16:18:00 +02:00
Roeland Jago Douma
90a656305b
Bump autoloaders
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-10 15:03:22 +02:00
Robin Appelman
16909f04c2
Fix trashbin file actions
...
Fixes #10491
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-09 14:31:02 +02:00
Nextcloud bot
a625a4d704
[tx-robot] updated from transifex
2018-08-05 00:12:29 +00:00
Nextcloud bot
5e43f3c6a6
[tx-robot] updated from transifex
2018-07-31 00:12:12 +00:00
Nextcloud bot
6ccc34f5af
[tx-robot] updated from transifex
2018-07-27 00:12:20 +00:00
John Molakvoæ (skjnldsv)
440b5c944f
Fixed scrolling container
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-24 11:01:11 +02:00
Nextcloud bot
b7e32df660
[tx-robot] updated from transifex
2018-07-19 00:12:05 +00:00
Nextcloud bot
f78db18201
[tx-robot] updated from transifex
2018-07-17 00:12:08 +00:00
Nextcloud bot
0e0dd2a90b
[tx-robot] updated from transifex
2018-07-11 00:12:15 +00:00
Nextcloud bot
a22bc0e787
[tx-robot] updated from transifex
2018-07-10 08:21:14 +00:00
Roeland Jago Douma
9b6c0ac13c
Merge pull request #10041 from liamdennehy/10001/trashbin-defaults
...
Safe default behaviour when no users are specified on trashbin:cleanup
2018-06-29 21:39:16 +02:00
Roeland Jago Douma
68f403cea2
Fix and extend tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-29 20:48:09 +02:00