summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Add abort stub in JSUnitMorris Jobke2018-12-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not show general warning on free space errorRoeland Jago Douma2018-12-061-1/+1
| | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2018-12-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-042-24/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-304-2/+4
|
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-294-62/+40
|
* [tx-robot] updated from transifexNextcloud bot2018-11-282-12/+54
|
* [tx-robot] updated from transifexNextcloud bot2018-11-276-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-11-264-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-256-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-11-2412-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-11-2390-416/+84
|
* Do not switch to root folder if filelist is already shownJulius Härtl2018-11-222-3/+13
| | | | | | | 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>
* Fix rendering of the sidebar in Files appDaniel Calviño Sánchez2018-11-222-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Fix whitespace and file action cleanupJulius Härtl2018-11-201-11/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow to hide download option for folders shared by linkJulius Härtl2018-11-201-9/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make number of file list entries depending on the width for grid viewJulius Härtl2018-11-181-1/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-11-182-0/+4
|
* Merge pull request #12474 from nextcloud/default-to-files-listMorris Jobke2018-11-165-6/+6
|\ | | | | Rollback to default list view
| * Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-155-6/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-164-2/+4
|/
* Merge pull request #12467 from nextcloud/bugfix/11901/show-thumbnail-on-renameMorris Jobke2018-11-153-5/+21
|\ | | | | Show thumbnail on rename
| * Enhance jsunit testsMorris Jobke2018-11-151-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Show thumbnail on renameMorris Jobke2018-11-152-4/+19
| | | | | | | | | | | | | | | | * does not hide thumbnail when rename is shown * fixes layout for grid and list view * fixes #11901 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-151-1/+1
|\ \ | |/ |/| Shorten index name of calendar changes table
| * Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-154-2/+42
| |
* | Update PHPDoc to fix typosMorris Jobke2018-11-141-2/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-11-142-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-11-136-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-11-124-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-11-082-0/+4
|
* Fix file move testsJulius Härtl2018-11-071-4/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-11-0734-34/+62
|
* Merge pull request #12303 from nextcloud/grid-for-all-file-templatesJohn Molakvoæ2018-11-0611-20/+50
|\ | | | | Add grid toggle for every files view
| * Fix testsJohn Molakvoæ (skjnldsv)2018-11-061-4/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix min trhumbnail sizeJohn Molakvoæ (skjnldsv)2018-11-061-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-0610-14/+41
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #11968 from nextcloud/feature/noid/drop-verbose-appscanDaniel Kesselberg2018-11-061-61/+25
|\ \ | | | | | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method
| * | Revert changes not related to $verboseDaniel Kesselberg2018-10-221-4/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-63/+27
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #11831 from nextcloud/feature/noid/drop-verbose-scanMorris Jobke2018-11-061-69/+27
|\ \ \ | |_|/ |/| | Replace $verbose with VERBOSITY_VERBOSE
| * | Remove quiet and verbose from Command/ScanDaniel Kesselberg2018-10-211-13/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-56/+26
| |/ | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2018-11-062-2/+8
| |
* | Merge pull request #12128 from tomasz-grobelny/fix_file_moveMorris Jobke2018-11-062-58/+106
|\ \ | | | | | | Fix file move operation for large number of files
| * \ Merge remote-tracking branch 'upstream/master' into fix_file_moveTomasz Grobelny2018-11-046-4/+42
| |\ \ | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | Fix move related testsTomasz Grobelny2018-11-032-60/+73
| | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>