summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-252-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-09-232-18/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-09-226-20/+26
|
* Merge pull request #11228 from nextcloud/fix/11144/empty-favorite-namesJoas Schilling2018-09-202-5/+70
|\ | | | | Fixes empty favorite names for trailing slashes
| * Fixes empty favorite names for trailing slashesMichael Weimann2018-09-192-5/+70
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2018-09-174-2/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-162-30/+50
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-152-34/+50
|/
* [tx-robot] updated from transifexNextcloud bot2018-09-142-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-134-34/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-09-104-4/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-09-082-20/+20
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-042-2/+2
|
* Merge pull request #10969 from nextcloud/fix/10968/upload-progressJulius Härtl2018-09-031-0/+4
|\ | | | | Fixes the upload progress bar layout
| * Fixes the upload progress bar layoutMichael Weimann2018-09-021-0/+4
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2018-09-032-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+2
|
* [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>