Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-25 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-24 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-21 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-20 | 4 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-19 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-17 | 4 | -2/+8 |
| | |||||
* | Merge pull request #5177 from Bekcpear/master | Robin Appelman | 2017-06-16 | 1 | -13/+15 |
|\ | | | | | Fix upload remaining time | ||||
| * | Fix uploadrate value of 'original-title' attribute | Bekcpear | 2017-06-16 | 1 | -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 time | Bekcpear | 2017-06-16 | 1 | -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 transifex | Nextcloud bot | 2017-06-16 | 16 | -2/+40 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-15 | 14 | -0/+46 |
| | | |||||
* | | Merge pull request #5378 from patschi/fix-5349 | Morris Jobke | 2017-06-13 | 1 | -1/+1 |
|\ \ | | | | | | | Fix #5349, no themed icon when dragging folder | ||||
| * | | Fix #5349, no themed icon when dragging folder | Patrik Kernstock | 2017-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | | | Do not show icon for quota bar | Morris Jobke | 2017-06-13 | 2 | -5/+2 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Remove unused element | Joas Schilling | 2017-06-13 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Put the quota bar to the bottom | Morris Jobke | 2017-06-13 | 2 | -2/+12 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Adjust the unit test | Joas Schilling | 2017-06-13 | 1 | -0/+8 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Remove the colored corners | Joas Schilling | 2017-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Add an event so apps can add hidden fields to the files page | Joas Schilling | 2017-06-13 | 2 | -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 Schilling | 2017-06-13 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Content will come from the external app | Joas Schilling | 2017-06-13 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Remove useless translation and make it better on unlimited | Joas Schilling | 2017-06-13 | 1 | -5/+8 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Style quota entry in files view | Jan-Christoph Borchardt | 2017-06-13 | 3 | -17/+38 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | Add quota to the files view | Joas Schilling | 2017-06-13 | 4 | -0/+41 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-13 | 2 | -8/+8 |
| | | |||||
* | | Merge pull request #5310 from ↵ | Lukas Reschke | 2017-06-12 | 5 | -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 MainFileInfoDetailsView | Daniel Calviño Sánchez | 2017-06-09 | 1 | -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 view | Daniel Calviño Sánchez | 2017-06-09 | 4 | -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 transifex | Nextcloud bot | 2017-06-11 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-09 | 6 | -2/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-08 | 4 | -0/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-07 | 4 | -108/+250 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-06 | 18 | -0/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-05 | 52 | -52/+52 |
| | | |||||
* | | Merge pull request #4791 from nextcloud/permalink_copy_on_click | Morris Jobke | 2017-06-04 | 1 | -9/+30 |
|\ \ | | | | | | | Copy permalink directly on click | ||||
| * | | Copy permalink directly on click | Roeland Jago Douma | 2017-05-23 | 1 | -9/+30 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-03 | 2 | -4/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-02 | 4 | -6/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-01 | 4 | -6/+8 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-31 | 2 | -2/+2 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-30 | 6 | -38/+42 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-29 | 2 | -74/+164 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-28 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-27 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-26 | 10 | -0/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-25 | 20 | -86/+126 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-24 | 4 | -4/+4 |
|/ | |||||
* | Merge pull request #4969 from ↵ | Roeland Jago Douma | 2017-05-23 | 1 | -0/+26 |
|\ | | | | | | | | | nextcloud/fix-broken-activity-avatars-with-external-users Fix username and avatar for external users | ||||
| * | Fix username and avatar for external users | Joas Schilling | 2017-05-19 | 1 | -0/+26 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-23 | 4 | -6/+8 |
| | |