Commit Graph

4642 Commits

Author SHA1 Message Date
Nextcloud bot 2b577f5634
[tx-robot] updated from transifex 2019-01-19 01:12:32 +00:00
Nextcloud bot 0469bb11c9
[tx-robot] updated from transifex 2019-01-17 01:12:28 +00:00
Nextcloud bot 6a44943425
[tx-robot] updated from transifex 2019-01-16 01:12:46 +00:00
Nextcloud bot 08676fd8e6
[tx-robot] updated from transifex 2019-01-15 01:12:27 +00:00
Nextcloud bot 457261a955
[tx-robot] updated from transifex 2019-01-14 01:12:11 +00:00
Nextcloud bot 0fdb6b4545
[tx-robot] updated from transifex 2019-01-13 01:13:03 +00:00
Nextcloud bot 6dfb0909fa
[tx-robot] updated from transifex 2019-01-12 01:12:07 +00:00
Nextcloud bot a1a9bb7a3a
[tx-robot] updated from transifex 2019-01-11 01:12:41 +00:00
Nextcloud bot 32db64a1ed
[tx-robot] updated from transifex 2019-01-08 01:12:14 +00:00
Nextcloud bot 06e634330a
[tx-robot] updated from transifex 2019-01-06 01:13:16 +00:00
Nextcloud bot a0d08147d9
[tx-robot] updated from transifex 2019-01-05 01:12:08 +00:00
Nextcloud bot 5270f3996f
[tx-robot] updated from transifex 2019-01-04 01:12:40 +00:00
Nextcloud bot 2d91e9f00d
[tx-robot] updated from transifex 2019-01-01 01:11:45 +00:00
Nextcloud bot 933d0c1902
[tx-robot] updated from transifex 2018-12-31 01:11:52 +00:00
Nextcloud bot 9cc7b9b9ec
[tx-robot] updated from transifex 2018-12-30 01:12:51 +00:00
Nextcloud bot 9e315b1ac4
[tx-robot] updated from transifex 2018-12-28 01:11:59 +00:00
Nextcloud bot 424fc68d4c
[tx-robot] updated from transifex 2018-12-27 01:11:51 +00:00
Nextcloud bot 32eeb94692
[tx-robot] updated from transifex 2018-12-26 01:12:06 +00:00
Nextcloud bot 23889c50fc
[tx-robot] updated from transifex 2018-12-24 01:11:59 +00:00
Julius Härtl af149c68bf
Replace ChildNode.before with custom before helper
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-22 10:35:38 +01:00
Nextcloud bot 6a618ebd8b
[tx-robot] updated from transifex 2018-12-21 01:11:57 +00:00
Nextcloud bot d543678651
[tx-robot] updated from transifex 2018-12-20 01:11:55 +00:00
Nextcloud bot 140f3d2ee0
[tx-robot] updated from transifex 2018-12-19 01:11:56 +00:00
Nextcloud bot 3f3337af9b
[tx-robot] updated from transifex 2018-12-17 01:11:42 +00:00
Nextcloud bot 3045b6aae2
[tx-robot] updated from transifex 2018-12-16 01:12:42 +00:00
Nextcloud bot da3196fdb8
[tx-robot] updated from transifex 2018-12-15 01:11:48 +00:00
Nextcloud bot 4fb51850c5
[tx-robot] updated from transifex 2018-12-12 01:11:48 +00:00
Morris Jobke 6d77389fbf Add abort stub in JSUnit
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 12:21:02 +00:00
Roeland Jago Douma d500c4babf Do not show general warning on free space error
Fixes #12588
Probably needs more fixing for the other cases. But this is the quick
fix I could come up with for now.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-06 12:21:02 +00:00
Nextcloud bot e77f1ea351
[tx-robot] updated from transifex 2018-12-05 01:12:05 +00:00
Nextcloud bot faf27a1f20
[tx-robot] updated from transifex 2018-12-04 01:12:16 +00:00
Nextcloud bot 00ff059ba1
[tx-robot] updated from transifex 2018-12-03 01:11:44 +00:00
Nextcloud bot 2ca2393513
[tx-robot] updated from transifex 2018-11-30 01:12:08 +00:00
John Molakvoæ (skjnldsv) 626ef06ee6 Fix default filepicker style and gridview
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 17:22:09 +00:00
Nextcloud bot be1b653ede
[tx-robot] updated from transifex 2018-11-29 01:11:44 +00:00
Nextcloud bot 7bdfc0c3df
[tx-robot] updated from transifex 2018-11-28 01:12:05 +00:00
Nextcloud bot a2dd8d05b1
[tx-robot] updated from transifex 2018-11-27 01:11:43 +00:00
Nextcloud bot d2137ff778
[tx-robot] updated from transifex 2018-11-26 01:11:31 +00:00
Nextcloud bot 9dcde5912b
[tx-robot] updated from transifex 2018-11-25 01:12:25 +00:00
Nextcloud bot a9a457e542
[tx-robot] updated from transifex 2018-11-24 01:11:28 +00:00
Nextcloud bot 72b4cce30b
[tx-robot] updated from transifex 2018-11-23 01:13:08 +00:00
Julius Härtl a90b4bcc32
Do not switch to root folder if filelist is already shown
Navigating to the root folder is already handled by
OCA.Files.Navigation.setActiveItem in case the view doesn't change.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22 14:03:23 +01:00
Daniel Calviño Sánchez e39db808fb Fix rendering of the sidebar in Files app
When a view is rendered it should not be concerned with where it is
going to be placed in the document; in general this should be a
responsibility of the object using the view.

Moreover, when the details view is rendered it should simply prepare a
skeleton that includes the root elements provided by the plugins; those
elements will be updated by the plugins as needed when a file or a tab
is selected.

Finally, the details view should not be explicitly rendered. The
rendering removes the previous elements, but that is needed only when
the details view is in a dirty state, that is, when new plugins were
added since the last time that it was rendered. However, that dirty
state is internally handled, and the view is automatically rendered
again if needed when a file info is set.

Due to all that the details view is no longer explicitly rendered when
updating it with a different file. Also, as each file list has its own
details view, and each details view has its own element, but there can
be only one details view/sidebar element in the document, when the file
list updates the details view it also replaces the current one in the
document with its own details view if needed (that is, if it is not the
current one already).

Besides that, when the element of a details view is replaced with the
element of a different details view the old one should be detached from
the document, but never removed. Otherwise the event handlers would not
work when that element is attached again later (when changing to a
different section in the Files app and then going back to the previous
one).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-22 05:58:25 +01:00
Julius Härtl 78056a3bef
Fix whitespace and file action cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-20 19:46:49 +01:00
Julius Härtl fb8aa31dbf
Allow to hide download option for folders shared by link
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-20 19:46:35 +01:00
Julius Härtl eb039608f9
Make number of file list entries depending on the width for grid view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-18 10:44:53 +01:00
Nextcloud bot 8bf7ec26e0
[tx-robot] updated from transifex 2018-11-18 01:12:58 +00:00
Morris Jobke 9a6d60e95f
Merge pull request #12474 from nextcloud/default-to-files-list
Rollback to default list view
2018-11-16 13:48:16 +01:00
Nextcloud bot def8af3e7e
[tx-robot] updated from transifex 2018-11-16 01:12:14 +00:00
John Molakvoæ (skjnldsv) 1deda8fd65
Rollback to default list view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-15 20:29:10 +01:00