summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [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>
| * | | Fix file move operation for large number of filesTomasz Grobelny2018-10-301-5/+40
| | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | | Merge pull request #12289 from nextcloud/ie11-grid-disableRoeland Jago Douma2018-11-052-1/+7
|\ \ \ \ | | | | | | | | | | Disable grid for ie
| * | | | Disable grid for ieJohn Molakvoæ (skjnldsv)2018-11-052-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Ask before cancelling an ongoing uploadJohn Molakvoæ (skjnldsv)2018-11-051-5/+24
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #12231 from nextcloud/bugfix/10934/setmodel_before_renderRoeland Jago Douma2018-11-051-1/+1
|\ \ \ \ | | | | | | | | | | Set the filemodel before rending the detailsview
| * | | | Set the filemodel before rending the detailsviewRoeland Jago Douma2018-11-021-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #10934 Else it triggers the rendering two times. Resulting is weird state in for example the comments. Because the comments for OLD_FILEID are retrieved but then the model is changed to NEW_FILEID. But the old comments still get in and get parsed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-052-2/+16
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-046-0/+14
|/ / /
* | | Merge pull request #12180 from nextcloud/sidebar-fixesMorris Jobke2018-11-011-2/+8
|\ \ \ | | | | | | | | Sidebar fixes, mostly fixing design of tabs
| * | | Fix issues with clipboard button for local link in sidebarJan-Christoph Borchardt2018-11-011-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #12162 from nextcloud/file-menu-alignMorris Jobke2018-11-011-2/+13
|\ \ \ \ | |/ / / |/| | | Align file menu below '+' button, fix #5595
| * | | Align file menu below '+' button, fix #5595Jan-Christoph Borchardt2018-10-311-2/+13
| |/ / | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-012-0/+2
| | |
* | | Merge pull request #11647 from ↵Julius Härtl2018-10-312-0/+18
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/make-possible-for-tab-views-to-add-css-classes-to-their-container Make possible for tab views to add CSS classes to their container
| * | | Make possible for tab views to add CSS classes to their containerDaniel Calviño Sánchez2018-10-042-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In general the style of the tabs container should not change depending on which tab is the currently selected one. However, this could be needed in some very specific cases, so now the tab views can specify the extra CSS classes to be used in their container when they are selected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | slightly round off thumbnails in list view tooJan-Christoph Borchardt2018-10-311-0/+1
| |/ / |/| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Properly hide files when searchingJohn Molakvoæ (skjnldsv)2018-10-291-1/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-298-66/+194
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-282-8/+18
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-278-0/+44
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-2616-2/+16
| | |
* | | Fix jsdocs build on server repoJulius Härtl2018-10-243-6/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-2412-11/+357
|\ \ \ | | | | | | | | Files grid view
| * | | Fix FF performance and recals issuesJohn Molakvoæ (skjnldsv)2018-10-231-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Allow focus on input with keyboardJohn Molakvoæ (skjnldsv)2018-10-232-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Restore table headJohn Molakvoæ (skjnldsv)2018-10-231-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-2312-17/+57
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Add filepicker toggleJohn Molakvoæ (skjnldsv)2018-10-232-0/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Public fixes, request & default to gridJohn Molakvoæ (skjnldsv)2018-10-231-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Tooltip on hover onlyJohn Molakvoæ (skjnldsv)2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fix grey background over thumbnailJohn Molakvoæ (skjnldsv)2018-10-231-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>