Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-06 | 2 | -0/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-31 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-30 | 4 | -2/+14 |
| | |||||
* | Fix total upload size overwritten by next upload | Daniel Calviño Sánchez | 2020-12-28 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | The upload progress is based on the "totalToUpload" variable. However, as the variable is set when an upload is submitted, if another upload is submitted before the previous one finished the upload progress only took into account the size of the new upload (although the upload itself worked fine; the files of the new submitted upload are added to the active one). Now "totalToUpload" is either increased or set depending on whether an upload is active or not. Note that although "data.total" holds the total size of the files being uploaded "totalToUpload" needs to be used in "fileuploadprogressall" instead; "totalToUpload" is calculated when the upload is submitted, but since 7c4c5fe6ae91 the actual upload of the files, and thus updating the value of "data.total", may be deferred until the parent folders were created. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-26 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-24 | 2 | -8/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-18 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-14 | 2 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-10 | 4 | -28/+46 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-07 | 4 | -8/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-06 | 4 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-05 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-01 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-28 | 4 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-25 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-24 | 2 | -8/+8 |
| | |||||
* | Merge pull request #24182 from nextcloud/backport/24102/stable19 | Roeland Jago Douma | 2020-11-19 | 3 | -3/+17 |
|\ | | | | | [stable19] Check quota of subdirectories when uploading to them | ||||
| * | Check for target folder available quota when uploading | Julius Härtl | 2020-11-17 | 3 | -3/+17 |
| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-19 | 2 | -0/+154 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-18 | 6 | -0/+20 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-17 | 52 | -264/+60 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-16 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-14 | 18 | -26/+104 |
| | |||||
* | add mount point to quota warning message | Robin Appelman | 2020-11-12 | 2 | -7/+12 |
| | | | | | | makes it more clear to the user what the quota applies to Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-08 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-07 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-06 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-04 | 2 | -2/+32 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-01 | 4 | -8/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-29 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-28 | 8 | -4/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-27 | 12 | -18/+32 |
| | |||||
* | Bring back the restore share button | Vincent Petry | 2020-10-22 | 2 | -3/+18 |
| | | | | | | | | | | Fix disabled default file action to still use an anchor element, as this is used in many other places (and potentially apps). Adjusted anchor style to not look like it's clickable and added extras to make sure everything inside still looks clickable as before. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-22 | 2 | -2/+26 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-14 | 2 | -36/+58 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 66 | -302/+302 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 6 | -2/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-12 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-08 | 62 | -62/+74 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-07 | 42 | -126/+42 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-06 | 14 | -6/+62 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-05 | 44 | -214/+214 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-02 | 42 | -86/+86 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-29 | 2 | -0/+2 |
| | |||||
* | Merge pull request #22804 from nextcloud/backport/stable19/22116-22648-22761 | Roeland Jago Douma | 2020-09-28 | 1 | -3/+37 |
|\ | | | | | [stable19] Fix share transfer of single files and on the transfered node | ||||
| * | Transfer shares if no path provided | Julius Härtl | 2020-09-17 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Transfer shares of the transferred root node | Julius Härtl | 2020-09-17 | 1 | -3/+37 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-24 | 2 | -2/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-23 | 2 | -2/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-18 | 4 | -4/+40 |
|/ |