Morris Jobke
efa12a949c
Update CRL due to changed cert for linkshareex
...
See https://github.com/nextcloud/app-certificate-requests/pull/193
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-09 11:59:10 +02:00
Nextcloud bot
06056e44b5
[tx-robot] updated from transifex
2018-10-09 00:12:55 +00:00
Nextcloud bot
f37ae0d4e2
[tx-robot] updated from transifex
2018-10-08 00:13:21 +00:00
Nextcloud bot
a4ee772932
[tx-robot] updated from transifex
2018-10-07 00:12:46 +00:00
Nextcloud bot
d831434428
[tx-robot] updated from transifex
2018-10-06 00:12:39 +00:00
Nextcloud bot
b6db4a3cb9
[tx-robot] updated from transifex
2018-10-05 00:13:31 +00:00
Morris Jobke
7d7daed49e
Merge pull request #11590 from nextcloud/version/noid/12.0.12RC1
...
12.0.12 RC 1
2018-10-04 17:35:20 +02:00
Morris Jobke
9e28fb8a3d
12.0.12 RC 1
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-04 16:39:38 +02:00
Robin Appelman
616908ad53
use a dummy database name for the default postgres database name
...
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>
2018-10-04 16:39:38 +02:00
Morris Jobke
118e86f3ce
Merge pull request #11601 from nextcloud/migration/noid/whitelist-10.0.9-and-10.0.10
...
[stable12] Add future releases to be migrated from
2018-10-04 09:28:17 +02:00
Nextcloud bot
325006368c
[tx-robot] updated from transifex
2018-10-04 00:12:36 +00:00
Nextcloud bot
c1cc61fde6
[tx-robot] updated from transifex
2018-10-03 16:59:22 +00:00
Morris Jobke
61fe457a8c
Add future releases to be migrated from
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-03 18:47:08 +02:00
Nextcloud bot
b64c0c87b3
[tx-robot] updated from transifex
2018-10-02 00:13:17 +00:00
Morris Jobke
e374041bba
Merge pull request #11495 from nextcloud/backport/11416/show-email-authtype-none-12
...
[stable12] Show auth type "None" in email settings
2018-10-01 14:23:07 +02:00
Morris Jobke
87fd7e7962
Show auth type "None" in email settings
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-01 10:52:05 +02:00
Nextcloud bot
19fd4a681b
[tx-robot] updated from transifex
2018-10-01 00:12:58 +00:00
Nextcloud bot
b60e1532ae
[tx-robot] updated from transifex
2018-09-30 00:12:24 +00:00
Nextcloud bot
1e1b457e9d
[tx-robot] updated from transifex
2018-09-29 00:12:36 +00:00
Nextcloud bot
1022d640c3
[tx-robot] updated from transifex
2018-09-28 11:14:31 +00:00
Morris Jobke
ca2f2c227d
Merge pull request #10882 from nextcloud/large-share-count-performance-12
...
[12] Improve performance when dealing with large numbers of shares
2018-09-27 17:09:36 +02:00
Nextcloud bot
a6304378b0
[tx-robot] updated from transifex
2018-09-27 00:12:45 +00:00
Nextcloud bot
e43d3783b8
[tx-robot] updated from transifex
2018-09-26 00:12:42 +00:00
Roeland Jago Douma
4a14e987b6
Merge pull request #11285 from nextcloud/stable12-11268-include-empty-directories-in-the-default-state-of-acceptance-tests
...
[stable12] Include empty directories in the default state of acceptance tests
2018-09-25 16:05:17 +02:00
Nextcloud bot
1cc7f61c8e
[tx-robot] updated from transifex
2018-09-25 00:12:33 +00:00
Nextcloud bot
57aaa1523b
[tx-robot] updated from transifex
2018-09-24 00:12:34 +00:00
Nextcloud bot
27614cef82
[tx-robot] updated from transifex
2018-09-23 00:12:50 +00:00
Nextcloud bot
a877f0d15d
[tx-robot] updated from transifex
2018-09-22 00:12:28 +00:00
Nextcloud bot
b4d0c3ebd9
[tx-robot] updated from transifex
2018-09-21 00:12:45 +00:00
Nextcloud bot
e47f7480be
[tx-robot] updated from transifex
2018-09-20 00:13:17 +00:00
Nextcloud bot
30ae0ccf14
[tx-robot] updated from transifex
2018-09-19 12:38:19 +00:00
Daniel Calviño Sánchez
f973926290
Include empty directories in the default state of acceptance tests
...
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>
2018-09-19 12:52:10 +02:00
Nextcloud bot
4cc8f86c76
[tx-robot] updated from transifex
2018-09-19 00:12:42 +00:00
Nextcloud bot
c512f52679
[tx-robot] updated from transifex
2018-09-18 00:12:49 +00:00
Nextcloud bot
f86b0c88b8
[tx-robot] updated from transifex
2018-09-17 00:12:48 +00:00
Nextcloud bot
ed18483a9a
[tx-robot] updated from transifex
2018-09-16 00:12:47 +00:00
Nextcloud bot
ab1fc23c34
[tx-robot] updated from transifex
2018-09-15 00:12:29 +00:00
Nextcloud bot
ce71114992
[tx-robot] updated from transifex
2018-09-14 00:12:52 +00:00
Nextcloud bot
5449658ee6
[tx-robot] updated from transifex
2018-09-13 00:12:32 +00:00
Nextcloud bot
1cf75c6109
[tx-robot] updated from transifex
2018-09-12 00:12:32 +00:00
Nextcloud bot
14db5d4cba
[tx-robot] updated from transifex
2018-09-11 00:12:40 +00:00
Nextcloud bot
9953ca98d9
[tx-robot] updated from transifex
2018-09-10 00:13:55 +00:00
Nextcloud bot
7658b97726
[tx-robot] updated from transifex
2018-09-09 00:13:27 +00:00
Nextcloud bot
c81739f8c9
[tx-robot] updated from transifex
2018-09-08 00:12:50 +00:00
Nextcloud bot
9f661689d3
[tx-robot] updated from transifex
2018-09-07 00:12:54 +00:00
Nextcloud bot
a7317c543f
[tx-robot] updated from transifex
2018-09-06 00:13:14 +00:00
Nextcloud bot
211ee9ae85
[tx-robot] updated from transifex
2018-09-05 00:13:09 +00:00
Nextcloud bot
2192122cb8
[tx-robot] updated from transifex
2018-09-04 00:12:35 +00:00
Nextcloud bot
bb61beffbf
[tx-robot] updated from transifex
2018-09-03 00:12:34 +00:00
Nextcloud bot
62e437bd2c
[tx-robot] updated from transifex
2018-09-02 00:12:54 +00:00