summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-08-034-4/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-08-024-46/+220
|
* [tx-robot] updated from transifexNextcloud bot2017-08-016-16/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-07-302-4/+40
|
* [tx-robot] updated from transifexNextcloud bot2017-07-292-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-07-274-2/+8
|
* fix overlay on show passwordMaxence Lange2017-07-261-1/+1
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-266-74/+78
|
* [tx-robot] updated from transifexNextcloud bot2017-07-252-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-244-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2017-07-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-222-0/+24
|
* Merge pull request #5757 from nextcloud/mount-rename-12Morris Jobke2017-07-211-3/+2
|\ | | | | [12] Fix renaming of non-renamble mounts
| * fix parsing of dav permissionsRobin Appelman2017-07-171-3/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-07-216-6/+70
| |
* | Add ellipsis for app titles in the app menu popoverMarin Treselj2017-07-181-0/+1
|/ | | | | | Backport of #5733 Signed-off-by: Marin Treselj <marin@pixelipo.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-174-2/+690
|
* [tx-robot] updated from transifexNextcloud bot2017-07-152-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-146-98/+154
|
* [tx-robot] updated from transifexNextcloud bot2017-07-132-18/+18
|
* Merge pull request #5686 from nextcloud/backport-5520Morris Jobke2017-07-121-2/+3
|\ | | | | hint should not be clickable
| * hint should not be clickableMaxence Lange2017-07-111-2/+3
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2017-07-124-102/+106
|/
* Add select2-toggleselect to the JavaScript files to loadDaniel Calviño Sánchez2017-07-111-0/+1
| | | | | | | | | | | | "select2-toggleselect.js" provides an extension to Select2 that makes possible to unselect items in a multi-select dropdown by clicking on them. It seems that its load slipped through when moving things around in commit 6a470e59356b8c52115fe2790666027f38977604; this commit adds it to the JavaScript files to be loaded in the same position that it should have had in that commit (based on how the other declarations were moved). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-102-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-07-092-0/+42
|
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-07-079-0/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-042-30/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-07-034-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-07-022-0/+592
|
* [tx-robot] updated from transifexNextcloud bot2017-07-014-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-272-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-06-262-2/+42
|
* [tx-robot] updated from transifexNextcloud bot2017-06-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-212-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-06-208-14/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-06-196-0/+6
|
* Merge pull request #5442 from Bekcpear/stable12Morris Jobke2017-06-171-1/+1
|\ | | | | Fix upload remaining time and uploadrate value
| * Fix upload remaining time and uploadrate valueYaojin Qian2017-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. 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. 2. 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>
* | Merge pull request #5420 from nextcloud/stable12-appmenu-fixesMorris Jobke2017-06-171-6/+19
|\ \ | | | | | | [stable12] App menu fixes
| * | Show at least 8 icons, don't use percentage on mobileJulius Härtl2017-06-151-1/+14
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Decimal percentage, dynamic appIcon widthPatrik Kernstock2017-06-151-3/+3
| | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * | Now using dynamic percentual appmenu limitPatrik Kernstock2017-06-151-1/+6
| | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * | Closed #5121, remove appmenu limitPatrik Kernstock2017-06-151-5/+0
| | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | | [tx-robot] updated from transifexNextcloud bot2017-06-176-4/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-1618-20/+48
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-06-1568-350/+360
| |