summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-06-252-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-06-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-204-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-06-192-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-174-2/+8
|
* Merge pull request #5177 from Bekcpear/masterRobin Appelman2017-06-161-13/+15
|\ | | | | Fix upload remaining time
| * Fix uploadrate value of 'original-title' attributeBekcpear2017-06-161-1/+1
| | | | | | | | | | | | | | The unit of `data.bitrate` is bit, but the argument unit of `humanFileSize` function is byte, so it should be divided by 8. Signed-off-by: Yaojin Qian <i@ume.ink>
| * Fix upload remaining timeBekcpear2017-06-161-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | The upload remaining time is always 'a few second' whatever a big or a small file uploading. This commit fixes it. The `new Date().getMilliseconds()` only return a three digits number. When time arrived the next second, the millisecond start from ZERO again. So `new Date().getTime()` is the righe choice. And remaining time variables shoule be initialized when the file starts uploading, otherwise the remaining time of a new upload will always be 'Infinity years' until you refresh the page. Signed-off-by: Yaojin Qian <i@ume.ink>
* | [tx-robot] updated from transifexNextcloud bot2017-06-1616-2/+40
| |
* | [tx-robot] updated from transifexNextcloud bot2017-06-1514-0/+46
| |
* | Merge pull request #5378 from patschi/fix-5349Morris Jobke2017-06-131-1/+1
|\ \ | | | | | | Fix #5349, no themed icon when dragging folder
| * | Fix #5349, no themed icon when dragging folderPatrik Kernstock2017-06-131-1/+1
| | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | | Do not show icon for quota barMorris Jobke2017-06-132-5/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Remove unused elementJoas Schilling2017-06-131-2/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Put the quota bar to the bottomMorris Jobke2017-06-132-2/+12
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Adjust the unit testJoas Schilling2017-06-131-0/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Remove the colored cornersJoas Schilling2017-06-131-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add an event so apps can add hidden fields to the files pageJoas Schilling2017-06-132-1/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Only set the active item when there is one (not the case for quota)Joas Schilling2017-06-131-1/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Content will come from the external appJoas Schilling2017-06-131-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Remove useless translation and make it better on unlimitedJoas Schilling2017-06-131-5/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Style quota entry in files viewJan-Christoph Borchardt2017-06-133-17/+38
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Add quota to the files viewJoas Schilling2017-06-134-0/+41
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-06-132-8/+8
| |
* | Merge pull request #5310 from ↵Lukas Reschke2017-06-125-0/+76
|\ \ | | | | | | | | | | | | nextcloud/fix-tag-label-removed-when-share-view-is-opened Fix tag label removed when share view is opened
| * | Trigger pre and post render events in MainFileInfoDetailsViewDaniel Calviño Sánchez2017-06-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The post-render event makes possible to modify the MainFileInfoDetailsView element once it has been rendered, which is needed by OCA.SystemTags.FilesPlugin to add the "Tags" label to the file details, while the pre-render event makes possible to detach added elements if needed before the MainFileInfoDetailsView is rendered again, as that removes the events from the child DOM elements even if they belong to other views. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Make possible to know the registered detail views in a details viewDaniel Calviño Sánchez2017-06-094-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | In some cases, an app may need to act on a detail view registered by another app or the core, for example, to add extra elements to the element of the detail view. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-06-112-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-096-2/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-084-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-06-074-108/+250
| |
* | [tx-robot] updated from transifexNextcloud bot2017-06-0618-0/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2017-06-0552-52/+52
| |
* | Merge pull request #4791 from nextcloud/permalink_copy_on_clickMorris Jobke2017-06-041-9/+30
|\ \ | | | | | | Copy permalink directly on click
| * | Copy permalink directly on clickRoeland Jago Douma2017-05-231-9/+30
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-06-032-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-024-6/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-014-6/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-312-2/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-05-306-38/+42
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-292-74/+164
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-282-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-272-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-2610-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-2520-86/+126
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-244-4/+4
|/
* Merge pull request #4969 from ↵Roeland Jago Douma2017-05-231-0/+26
|\ | | | | | | | | nextcloud/fix-broken-activity-avatars-with-external-users Fix username and avatar for external users
| * Fix username and avatar for external usersJoas Schilling2017-05-191-0/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-234-6/+8
| |