summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11590 from nextcloud/version/noid/12.0.12RC1v12.0.12RC112.0.12RC1Morris Jobke2018-10-042-3/+4
|\ | | | | 12.0.12 RC 1
| * 12.0.12 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/+2
|/ | | | | | | | 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>
* Merge pull request #11601 from ↵Morris Jobke2018-10-041-0/+9
|\ | | | | | | | | nextcloud/migration/noid/whitelist-10.0.9-and-10.0.10 [stable12] Add future releases to be migrated from
| * Add future releases to be migrated fromMorris Jobke2018-10-031-0/+9
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-10-0454-28/+174
| |
* | [tx-robot] updated from transifexNextcloud bot2018-10-03256-802/+908
|/
* [tx-robot] updated from transifexNextcloud bot2018-10-02242-290/+340
|
* Merge pull request #11495 from ↵Morris Jobke2018-10-011-1/+1
|\ | | | | | | | | nextcloud/backport/11416/show-email-authtype-none-12 [stable12] 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
|
* [tx-robot] updated from transifexNextcloud bot2018-09-28276-704/+820
|
* Merge pull request #10882 from nextcloud/large-share-count-performance-12Morris Jobke2018-09-277-74/+138
|\ | | | | [12] 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-272-8/+28
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use more efficient method to find mountpoint for pathRobin Appelman2018-08-271-15/+15
| | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2018-09-27138-144/+288
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-2634-64/+66
| |
* | Merge pull request #11285 from ↵Roeland Jago Douma2018-09-251-0/+2
|\ \ | | | | | | | | | | | | nextcloud/stable12-11268-include-empty-directories-in-the-default-state-of-acceptance-tests [stable12] Include empty directories in the default state of acceptance tests
| * | Include empty directories in the default state of acceptance testsDaniel Calviño Sánchez2018-09-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before each scenario of the acceptance tests is run the Nextcloud server is reset to a default state. To do this the full directory of the Nextcloud server is commited to a local Git repository and then reset to that commit when needed. Unfortunately, Git does not support including empty directories in a commit. Due to this, when the default state was restored, it could happen that the file cache listed an empty directory that did not exist because it was not properly restored (for example, "data/appdata_*/css/icons"), and that in turn could lead to an error when the directory was used. Currently the only way to force Git to include an empty directory is to add a dummy file to the directory (so it will no longer be empty, but that should not be a problem in the affected directories, even if the dummy file is not included in the file cache); although Git FAQ suggests using a ".gitignore" file a ".keep" file was used instead, as it conveys better its purpose. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2546-420/+512
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-246-112/+112
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2322-42/+298
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2244-150/+466
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2152-80/+186
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2018-0/+22
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-194-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-09-1914-0/+44
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-184-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-1780-84/+324
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-1626-260/+590
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-1544-44/+124
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-14132-116/+358
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-1354-200/+372
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-1226-12/+88
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-114-0/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-1024-40/+80
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-0916-2/+76
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-0816-106/+110
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-076-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-0634-4/+106
| |