summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11713 from nextcloud/version/noid/13.0.7RC2v13.0.7RC2Morris Jobke2018-10-091-2/+2
|\ | | | | 13.0.7 RC 2
| * 13.0.7 RC 2Morris Jobke2018-10-091-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #11704 from nextcloud/backport/11677/stable13Morris Jobke2018-10-092-12/+10
|\ | | | | [13] Allow the creationg of previews of files stored in appdata
| * Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-092-12/+10
| | | | | | | | | | | | | | To allow us to create previews of files stored in appdata we need to construct the view differently. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11707 from nextcloud/backport/11705/update-crl-13Morris Jobke2018-10-091-11/+12
|\ \ | |/ |/| [stable13] Update CRL due to changed cert for linkshareex
| * Update CRL due to changed cert for linkshareexMorris Jobke2018-10-091-11/+12
|/ | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/193 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-10-09128-948/+948
|
* [tx-robot] updated from transifexNextcloud bot2018-10-082-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-10-0724-68/+122
|
* [tx-robot] updated from transifexNextcloud bot2018-10-064-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-10-05156-130/+328
|
* Merge pull request #11589 from nextcloud/version/noid/13.0.7RC1v13.0.7RC113.0.7RC1Morris Jobke2018-10-042-3/+5
|\ | | | | 13.0.7 RC 1
| * 13.0.7 RC 1Morris Jobke2018-10-041-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * use a dummy database name for the default postgres database nameRobin Appelman2018-10-041-1/+3
|/ | | | | | | | For some reason the docker image does not setup the permissions correctly, by using a different name the nextcloud installer will create the database instead with the correct permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-0454-28/+174
|
* [tx-robot] updated from transifexNextcloud bot2018-10-03256-802/+908
|
* Merge pull request #10804 from nextcloud/smb-dir-instead-of-allinfo-13Morris Jobke2018-10-022-2/+18
|\ | | | | [13] prefer using dir instead of allinfo for getting smb file info
| * assume the same timezone when using local domain names for smbRobin Appelman2018-08-231-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * improved fallback of timezone detectionRobin Appelman2018-08-231-1/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use dir instead of allinfo where possibleRobin Appelman2018-08-221-0/+12
| |
* | Merge pull request #11524 from nextcloud/fix/11315/filepicker-buttons-nc13Roeland Jago Douma2018-10-021-3/+13
|\ \ | | | | | | [13] Fixes the move/copy picker buttons
| * | Fixes file/folder move/copy buttonsMichael Weimann2018-10-011-0/+2
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Fix buttons wrapping on long folder namesJan-Christoph Borchardt2018-10-011-3/+11
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-02242-290/+340
|/ /
* | Merge pull request #11494 from ↵Morris Jobke2018-10-011-1/+1
|\ \ | | | | | | | | | | | | nextcloud/backport/11416/show-email-authtype-none-13 [stable13] Show auth type "None" in email settings
| * | Show auth type "None" in email settingsMorris Jobke2018-10-011-1/+1
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-10-0136-34/+168
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-3036-22/+146
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-29278-794/+836
| |
* | Merge pull request #11437 from nextcloud/assemblystream-eof-13Morris Jobke2018-09-281-1/+1
|\ \ | | | | | | [13] AssemblyStream is also eof if we have no more source stream
| * | AssemblyStream is also eof if we have no more source streamRobin Appelman2018-09-281-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #11419 from ↵Morris Jobke2018-09-281-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/stable13-11411-fix-checkWellKnownUrl-not-being-executed [stable13] Fix "checkWellKnownUrl" not being run
| * | | Fix "checkWellKnownUrl" not being runDaniel Calviño Sánchez2018-09-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check is run only if its last parameter is true; data() tries to convert the HTML attribute string to an actual JavaScript value, so "true" is returned as an actual boolean instead of an string; as a strict comparison against "true" was used the result was false and thus the checks were not run. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-09-28276-704/+820
|/ / /
* | | Merge pull request #10884 from nextcloud/large-share-count-performance-13Morris Jobke2018-09-277-73/+130
|\ \ \ | | | | | | | | [13] Improve performance when dealing with large numbers of shares
| * | | cache parent exists status during share setupRobin Appelman2018-08-273-10/+17
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | tokens can't be valid local user namesRobin Appelman2018-08-272-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | this saves searching for shares on non-public link dav requests Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | only determine is sharing is disabled for a user onceRobin Appelman2018-08-272-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-272-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | re-use view instances for shared storagesRobin Appelman2018-08-272-6/+17
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | more efficient way to detect added and removed mountsRobin Appelman2018-08-272-13/+23
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | more efficient unique share target generationRobin Appelman2018-08-272-13/+10
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-7/+18
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | use more efficient method to find mountpoint for pathRobin Appelman2018-08-271-15/+16
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | remove double loop for detecting changed mountsRobin Appelman2018-08-271-9/+12
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #11400 from ↵Roeland Jago Douma2018-09-271-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 assembledDaniel Calviño Sánchez2018-09-261-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 transifexNextcloud bot2018-09-27138-144/+288
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2018-09-2634-64/+66
| | | |