Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10804 from nextcloud/smb-dir-instead-of-allinfo-13 | Morris Jobke | 2018-10-02 | 2 | -2/+18 |
|\ | | | | | [13] prefer using dir instead of allinfo for getting smb file info | ||||
| * | assume the same timezone when using local domain names for smb | Robin Appelman | 2018-08-23 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | improved fallback of timezone detection | Robin Appelman | 2018-08-23 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | use dir instead of allinfo where possible | Robin Appelman | 2018-08-22 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #11524 from nextcloud/fix/11315/filepicker-buttons-nc13 | Roeland Jago Douma | 2018-10-02 | 1 | -3/+13 |
|\ \ | | | | | | | [13] Fixes the move/copy picker buttons | ||||
| * | | Fixes file/folder move/copy buttons | Michael Weimann | 2018-10-01 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
| * | | Fix buttons wrapping on long folder names | Jan-Christoph Borchardt | 2018-10-01 | 1 | -3/+11 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-02 | 190 | -236/+302 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-01 | 26 | -18/+94 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-30 | 28 | -10/+104 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-29 | 152 | -558/+598 |
| | | |||||
* | | Merge pull request #11437 from nextcloud/assemblystream-eof-13 | Morris Jobke | 2018-09-28 | 1 | -1/+1 |
|\ \ | | | | | | | [13] AssemblyStream is also eof if we have no more source stream | ||||
| * | | AssemblyStream is also eof if we have no more source stream | Robin Appelman | 2018-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-28 | 70 | -174/+282 |
| | | | |||||
* | | | Merge pull request #10884 from nextcloud/large-share-count-performance-13 | Morris Jobke | 2018-09-27 | 3 | -24/+49 |
|\ \ \ | | | | | | | | | [13] Improve performance when dealing with large numbers of shares | ||||
| * | | | cache parent exists status during share setup | Robin Appelman | 2018-08-27 | 3 | -10/+17 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | only determine is sharing is disabled for a user once | Robin Appelman | 2018-08-27 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | don't check if target dir exists when using the default share target directory | Robin Appelman | 2018-08-27 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | re-use view instances for shared storages | Robin Appelman | 2018-08-27 | 2 | -6/+17 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | more efficient way to detect added and removed mounts | Robin Appelman | 2018-08-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | more efficient unique share target generation | Robin Appelman | 2018-08-27 | 2 | -13/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #11400 from ↵ | Roeland Jago Douma | 2018-09-27 | 1 | -1/+48 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/stable13-11112-do-not-hide-the-progress-bar-while-the-chunked-upload-is-being-assembled [stable13] Do not hide the progress bar while the chunked upload is being assembled | ||||
| * | | | | Do not hide the progress bar while the chunked upload is being assembled | Daniel Calviño Sánchez | 2018-09-26 | 1 | -1/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large files are not uploaded in a single operation, but uploaded in several chunks; once all the chunks are uploaded then the server needs to assemble them to get the final file. Before, once the chunks were uploaded the progress bar was hidden. However, this was confusing for the users, as the file could still need some time to appear in the file list due to the assembling. Now once all the chunks are uploaded the text in the progress bar changes to inform the user that there are still some pending operations, and only when the file is finally assembled the progress bar is hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-27 | 130 | -138/+150 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-26 | 28 | -50/+52 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-25 | 36 | -226/+260 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-23 | 12 | -30/+200 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-22 | 24 | -76/+110 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-21 | 34 | -28/+86 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-20 | 2 | -0/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-19 | 4 | -0/+6 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-18 | 2 | -0/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-17 | 54 | -28/+108 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-16 | 12 | -102/+268 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-15 | 20 | -38/+76 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-14 | 38 | -6/+126 |
| | | | | |||||
* | | | | Merge pull request #10824 from nextcloud/backport/10820/stable13 | blizzz | 2018-09-13 | 3 | -15/+18 |
|\ \ \ \ | | | | | | | | | | | [stable13] [LDAP] The WebUI Wizard also should not assign empty config IDs | ||||
| * | | | | [LDAP] The WebUI Wizard also should not assign empty config IDs | Arthur Schiwon | 2018-08-23 | 3 | -15/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With 689df9a843dd0505088143de039af775a3f92612 the behaviour to assign only non-empty config IDs was introduced. Only, this was only effective for CLI and OCS API. Related to #3270. The web UI creates now also a full configuration on first load. This fixes #5094. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | Merge pull request #10829 from ↵ | blizzz | 2018-09-13 | 1 | -4/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/backport/10828/mimetype-detection-broken-for-junked-uploads [stable13] Fix mimetype detection for junked uploads | ||||
| * | | | | | Fix mimetype detection for junked uploads | Joas Schilling | 2018-08-24 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-13 | 38 | -100/+174 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-12 | 22 | -8/+38 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-10 | 18 | -38/+74 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-09 | 12 | -2/+22 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-08 | 8 | -70/+70 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-07 | 6 | -10/+10 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-06 | 20 | -2/+42 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-05 | 2 | -4/+4 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-04 | 2 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #10911 from nextcloud/customproperties-ignored-list-13 | Roeland Jago Douma | 2018-09-03 | 2 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [13] use the same ignored properties list for both CustomerPropertiesBackends |