summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6014 from nextcloud/add-copy-actionMorris Jobke2017-09-184-14/+227
|\ | | | | Allows files/folders to be copied.
| * Add tests for FileListThomas Citharel2017-09-151-0/+98
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Don't show success notifications for failed copy actions and update folder sizesThomas Citharel2017-09-151-33/+59
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Change move copy order and debug leftoverThomas Citharel2017-09-152-3/+3
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * [WIP] Added copy and move buttonsThomas Citharel2017-09-153-31/+22
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Allow files to be copied through action menu & multiple files actionsThomas Citharel2017-09-152-1/+99
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #6537 from nextcloud/fix-2332-breadcrumb-refresh-current-dirMorris Jobke2017-09-181-1/+1
|\ \ | | | | | | Force refresh file list when clicking on breadcrumb even if target directory equals current directory.
| * | Force refresh file list when clicking on breadcrumb even if target directory ↵Chon Kou2017-09-161-1/+1
| | | | | | | | | | | | | | | | | | equals current directory. Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-182-0/+6
|/ /
* | Correctly ellipsize file names, fix #6498Jan-Christoph Borchardt2017-09-142-1/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Ellipsize sharer name, ref #6498Jan-Christoph Borchardt2017-09-142-2/+12
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Allow to close sidebar for text filesMorris Jobke2017-09-141-0/+1
| | | | | | * the close button was overlapped by the text preview and you could not close the sidebar then Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-09-082-8/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-09-074-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-09-064-0/+10
|
* Merge pull request #6221 from nextcloud/fav_share_api_fixMorris Jobke2017-09-042-17/+48
|\ | | | | Correctly format OCS response with favorites
| * Correctly format OCS response with favoritesRoeland Jago Douma2017-08-292-17/+48
| | | | | | | | | | | | | | | | | | | | The helper funtion did not handle the response correctly and basically only returned the last share with tags. This is a simple rewrite. That is still understandable. Loops maybe more than strictly required. But preformance is not the issue here. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-09-022-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-316-6/+26
| |
* | Merge pull request #6273 from nextcloud/move-multiple-filesRoeland Jago Douma2017-08-302-2/+40
|\ \ | | | | | | Move multiple files
| * | Move multiple filesThomas Citharel2017-08-272-2/+40
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2017-08-304-38/+96
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-296-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-284-0/+8
|/
* Merge pull request #6252 from nextcloud/only_show1_errorMorris Jobke2017-08-263-0/+6
|\ | | | | Don't try the actual file upload if the checks already error out
| * Don't try the actual file upload if the checks already error outRoeland Jago Douma2017-08-263-0/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #6262 from nextcloud/navigation-entries-sortMorris Jobke2017-08-261-3/+3
|\ \ | |/ |/| Fix sorting of entries in Files sidebar
| * Fix sorting of entries in Files sidebarJan-Christoph Borchardt2017-08-251-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-08-262-0/+6
| |
* | Fix permanent display of favorite iconJan-Christoph Borchardt2017-08-251-0/+6
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-08-2524-102/+188
|
* Don't fetch the translation from core but from filesRoeland Jago Douma2017-08-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-08-2474-154/+172
|
* Replace ... with …Morris Jobke2017-08-232-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show "Uploading..." in web UI for long uploadsMorris Jobke2017-08-231-0/+4
| | | | | | | | If the estimated upload time is bigger than 4 hours it shows the text "Uploading..." because the time then doesn't give any good hint to the user anyways. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-08-232-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-224-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-08-194-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-08-174-90/+104
|
* [tx-robot] updated from transifexNextcloud bot2017-08-162-26/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-08-102-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-08-082-0/+8
|
* Do not fetch the whole text file for the sidebar previewRoeland Jago Douma2017-08-031-1/+6
| | | | | | | | Just fetch the first 10kb. This should be more than enough in 99% of the cases. And avoid downloading a 10mb text file just to display a tiny portion. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4790 from nextcloud/fix-comparisons-in-appsMorris Jobke2017-08-023-3/+3
|\ | | | | Fix comparisons in apps
| * Fix comparisons in the files appJoas Schilling2017-08-013-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-08-022-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-302-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2017-07-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-282-0/+2
|