summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-10-044-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-10-03126-468/+592
|
* Reduce the min-width of the files table so it works on sharing pages on mobileJan-Christoph Borchardt2018-10-022-3/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #11530 from nextcloud/stb14-brdcrmb-fxRoeland Jago Douma2018-10-021-0/+3
|\ | | | | Fix breadcrumbs
| * Fix breadcrumbsJohn Molakvoæ (skjnldsv)2018-10-021-0/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fixes file/folder move/copy buttonsMichael Weimann2018-10-011-0/+2
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Fix buttons wrapping on long folder namesJan-Christoph Borchardt2018-10-011-3/+11
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Do not hide the progress bar while the chunked upload is being assembledDaniel Calviño Sánchez2018-09-261-1/+48
| | | | | | | | | | | | | | | Large files are not uploaded in a single operation, but uploaded in several chunks; once all the chunks are uploaded then the server needs to assemble them to get the final file. Before, once the chunks were uploaded the progress bar was hidden. However, this was confusing for the users, as the file could still need some time to appear in the file list due to the assembling. Now once all the chunks are uploaded the text in the progress bar changes to inform the user that there are still some pending operations, and only when the file is finally assembled the progress bar is hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fixes empty favorite names for trailing slashesMichael Weimann2018-09-192-5/+70
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fixes the upload progress bar layoutMichael Weimann2018-09-031-0/+4
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* [tx-robot] updated from transifexNextcloud bot2018-08-314-2/+40
|
* [tx-robot] updated from transifexNextcloud bot2018-08-304-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-292-0/+2
|
* Remove limit on "max-width" for file names in drag shadowDaniel Calviño Sánchez2018-08-271-0/+3
| | | | | | | | | | | The general file list sets "max-width: 0" in the file names, which causes the file names in the drag shadow to have no width for their content and thus to overlap with the file size. As that limit is needed for proper layout in the general file list it is removed only for file names in drag shadows. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Increase z-index of drag shadow for filesDaniel Calviño Sánchez2018-08-271-1/+1
| | | | | | | | The drag shadow is a sibling of "#content" so its z-index must be higher than the z-index of the content children (navigation bar, app content and app sidebar) to appear in front of them. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-08-274-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2410-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2340-38/+2
|
* Improves the testsMichael Weimann2018-08-171-9/+24
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Stores the sorting only if there is an userMichael Weimann2018-08-171-1/+1
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Adds a test to check that the sorting isn't stored without an userMichael Weimann2018-08-171-0/+16
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #10692 from nextcloud/deleted-share-remove-actionsRoeland Jago Douma2018-08-161-1/+21
|\ | | | | Do not show action menu if no actions are available
| * Object.values polyfillJohn Molakvoæ (skjnldsv)2018-08-161-0/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Do not show action menu if no actions are availableJohn Molakvoæ (skjnldsv)2018-08-151-1/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-08-162-64/+64
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-134-4/+18
|
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #10626 from nextcloud/bugfix/noid/quickaccess-spacesRoeland Jago Douma2018-08-091-2/+2
|\ | | | | Fix quickaccess active indicator for folders with spaces
| * Fix quickaccess active indicator for folders with spacesJulius Härtl2018-08-091-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Transfer room shares too with the "files:transfer-ownership" commandDaniel Calviño Sánchez2018-08-081-1/+1
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Add room shares to DAV and recent files "share-types" propertyDaniel Calviño Sánchez2018-08-081-1/+2
|/ | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* js fixJohn Molakvoæ (skjnldsv)2018-08-081-3/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup of leftover-sorting-code from quickaccess-feature #9714 #9720fnuesse2018-08-083-279/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-08-082-0/+4
|
* Always call render to replace the app-sidebar if the detail view is updatedJulius Härtl2018-08-032-3/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix return value of change directoryJulius Härtl2018-08-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-08-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-312-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-284-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-07-274-0/+10
|
* Merge pull request #10406 from nextcloud/bugfix/10405/undefined-index-classesMorris Jobke2018-07-261-1/+1
|\ | | | | Not all sidebar entries have the "classes" attribute
| * Not all sidebar entries have the "classes" attributeMorris Jobke2018-07-261-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Set the favorites to the empty array on failureRoeland Jago Douma2018-07-261-1/+1
|/ | | | | | Else it will start throwing errors because null is not iteratable. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-07-2612-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-07-25122-486/+486
|
* Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-253-13/+20
|\ | | | | Accessibility fixes for header and global elements
| * Trigger upload actions only for Enter & Space keysKevin Ndung'u2018-07-241-2/+4
| | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
| * Trigger upload action also with keyboard navigation on enterJan-Christoph Borchardt2018-07-241-0/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix ability to open file or folder via keyboard, fix #10008Jan-Christoph Borchardt2018-07-242-12/+12
| | | | | | | | | | | | | | | | | | | | | | Before, the file or folder was opened when clicking on the name span, but not when clicking on the link that contains the name; clicking on the link highlighted the file and opened the sidebar, just like clicking on the file size or date. Now clicking on the link opens the file or folder, so the unit tests that tested clicks on the link were changed to test clicking on the file size instead. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Make Upload entry in +Menu focusableJan-Christoph Borchardt2018-07-201-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>