Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-04 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-03 | 126 | -468/+592 |
| | |||||
* | Reduce the min-width of the files table so it works on sharing pages on mobile | Jan-Christoph Borchardt | 2018-10-02 | 2 | -3/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Merge pull request #11530 from nextcloud/stb14-brdcrmb-fx | Roeland Jago Douma | 2018-10-02 | 1 | -0/+3 |
|\ | | | | | Fix breadcrumbs | ||||
| * | Fix breadcrumbs | John Molakvoæ (skjnldsv) | 2018-10-02 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fixes file/folder move/copy buttons | Michael Weimann | 2018-10-01 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | Fix buttons wrapping on long folder names | Jan-Christoph Borchardt | 2018-10-01 | 1 | -3/+11 |
|/ | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Do not hide the progress bar while the chunked upload is being assembled | Daniel Calviño Sánchez | 2018-09-26 | 1 | -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 slashes | Michael Weimann | 2018-09-19 | 2 | -5/+70 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Fixes the upload progress bar layout | Michael Weimann | 2018-09-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-31 | 4 | -2/+40 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-29 | 2 | -0/+2 |
| | |||||
* | Remove limit on "max-width" for file names in drag shadow | Daniel Calviño Sánchez | 2018-08-27 | 1 | -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 files | Daniel Calviño Sánchez | 2018-08-27 | 1 | -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 transifex | Nextcloud bot | 2018-08-27 | 4 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 40 | -38/+2 |
| | |||||
* | Improves the tests | Michael Weimann | 2018-08-17 | 1 | -9/+24 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Stores the sorting only if there is an user | Michael Weimann | 2018-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Adds a test to check that the sorting isn't stored without an user | Michael Weimann | 2018-08-17 | 1 | -0/+16 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Merge pull request #10692 from nextcloud/deleted-share-remove-actions | Roeland Jago Douma | 2018-08-16 | 1 | -1/+21 |
|\ | | | | | Do not show action menu if no actions are available | ||||
| * | Object.values polyfill | John Molakvoæ (skjnldsv) | 2018-08-16 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Do not show action menu if no actions are available | John Molakvoæ (skjnldsv) | 2018-08-15 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-16 | 2 | -64/+64 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-13 | 4 | -4/+18 |
| | |||||
* | Bump autoloaders | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #10626 from nextcloud/bugfix/noid/quickaccess-spaces | Roeland Jago Douma | 2018-08-09 | 1 | -2/+2 |
|\ | | | | | Fix quickaccess active indicator for folders with spaces | ||||
| * | Fix quickaccess active indicator for folders with spaces | Julius Härtl | 2018-08-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Transfer room shares too with the "files:transfer-ownership" command | Daniel Calviño Sánchez | 2018-08-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Add room shares to DAV and recent files "share-types" property | Daniel Calviño Sánchez | 2018-08-08 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | js fix | John Molakvoæ (skjnldsv) | 2018-08-08 | 1 | -3/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Cleanup of leftover-sorting-code from quickaccess-feature #9714 #9720 | fnuesse | 2018-08-08 | 3 | -279/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-08 | 2 | -0/+4 |
| | |||||
* | Always call render to replace the app-sidebar if the detail view is updated | Julius Härtl | 2018-08-03 | 2 | -3/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix return value of change directory | Julius Härtl | 2018-08-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-02 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-31 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-28 | 4 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-27 | 4 | -0/+10 |
| | |||||
* | Merge pull request #10406 from nextcloud/bugfix/10405/undefined-index-classes | Morris Jobke | 2018-07-26 | 1 | -1/+1 |
|\ | | | | | Not all sidebar entries have the "classes" attribute | ||||
| * | Not all sidebar entries have the "classes" attribute | Morris Jobke | 2018-07-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Set the favorites to the empty array on failure | Roeland Jago Douma | 2018-07-26 | 1 | -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 transifex | Nextcloud bot | 2018-07-26 | 12 | -0/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-25 | 122 | -486/+486 |
| | |||||
* | Merge pull request #10310 from nextcloud/accessibility-header | Morris Jobke | 2018-07-25 | 3 | -13/+20 |
|\ | | | | | Accessibility fixes for header and global elements | ||||
| * | Trigger upload actions only for Enter & Space keys | Kevin Ndung'u | 2018-07-24 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com> | ||||
| * | Trigger upload action also with keyboard navigation on enter | Jan-Christoph Borchardt | 2018-07-24 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | Fix ability to open file or folder via keyboard, fix #10008 | Jan-Christoph Borchardt | 2018-07-24 | 2 | -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 focusable | Jan-Christoph Borchardt | 2018-07-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> |