Morris Jobke
329c2108b5
Merge pull request #11762 from nextcloud/stable13-11756-ignore-session-lifetime-if-it-can-not-be-converted-to-a-number
...
[stable13] Ignore "session_lifetime" if it can not be converted to a number
2018-10-11 13:25:38 +02:00
Daniel Calviño Sánchez
9eff0e5882
Ignore "session_lifetime" if it can not be converted to a number
...
When "session_lifetime" can not be converted to a number the interval
becomes a NaN due to dividing it by 2. This NaN was "dragged" over all
the other mathematical operations and caused the heartbeat to be post
again and again due to an infinite loop with no pauses in "setInterval".
Now, the interval is set to the default value instead if the
"session_lifetime" can not be converted to a number.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-11 12:11:10 +02:00
Morris Jobke
078c1088b6
Merge pull request #11752 from nextcloud/release/13.0.7
...
13.0.7
2018-10-11 09:36:24 +02:00
Roeland Jago Douma
85005450d7
13.0.7
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-11 08:56:57 +02:00
Morris Jobke
9ee44a0879
Merge pull request #11739 from nextcloud/backport/11733/fix-setupcheck-13
...
[stable13] Fix a misleading setup check for .well-known/caldav & carddav
2018-10-11 08:51:17 +02:00
Morris Jobke
ece4cfb0fb
Fix a misleading setup check for .well-known/caldav & carddav
...
The problem is that the version without the slash is the correct one.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-10 15:54:44 +02:00
Nextcloud bot
97b6b53d5c
[tx-robot] updated from transifex
2018-10-10 00:13:36 +00:00
Morris Jobke
c33167be5e
Merge pull request #11713 from nextcloud/version/noid/13.0.7RC2
...
13.0.7 RC 2
2018-10-09 15:49:45 +02:00
Morris Jobke
ce3b50c4f4
13.0.7 RC 2
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-09 14:24:57 +02:00
Morris Jobke
048f99620a
Merge pull request #11704 from nextcloud/backport/11677/stable13
...
[13] Allow the creationg of previews of files stored in appdata
2018-10-09 13:32:44 +02:00
Morris Jobke
e93106a3b9
Merge pull request #11707 from nextcloud/backport/11705/update-crl-13
...
[stable13] Update CRL due to changed cert for linkshareex
2018-10-09 13:15:09 +02:00
Morris Jobke
1aefb61018
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:58:03 +02:00
Roeland Jago Douma
32b4e4214f
Allow the creationg of previews of files stored in appdata
...
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>
2018-10-09 11:50:02 +02:00
Nextcloud bot
9ec76ba603
[tx-robot] updated from transifex
2018-10-09 00:12:46 +00:00
Nextcloud bot
d632ddce04
[tx-robot] updated from transifex
2018-10-08 00:13:13 +00:00
Nextcloud bot
8d96b3790d
[tx-robot] updated from transifex
2018-10-07 00:12:38 +00:00
Nextcloud bot
642a19c2b5
[tx-robot] updated from transifex
2018-10-06 00:12:31 +00:00
Nextcloud bot
fbab9d66d6
[tx-robot] updated from transifex
2018-10-05 00:13:21 +00:00
Morris Jobke
d11e40733d
Merge pull request #11589 from nextcloud/version/noid/13.0.7RC1
...
13.0.7 RC 1
2018-10-04 17:18:58 +02:00
Morris Jobke
d852daa354
13.0.7 RC 1
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-04 16:37:48 +02:00
Robin Appelman
2e328c1050
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:37:48 +02:00
Nextcloud bot
99c5005114
[tx-robot] updated from transifex
2018-10-04 00:12:27 +00:00
Nextcloud bot
8ef7d31599
[tx-robot] updated from transifex
2018-10-03 16:59:11 +00:00
Morris Jobke
bd3d991ab6
Merge pull request #10804 from nextcloud/smb-dir-instead-of-allinfo-13
...
[13] prefer using dir instead of allinfo for getting smb file info
2018-10-02 19:04:15 +02:00
Roeland Jago Douma
f9c14af9c2
Merge pull request #11524 from nextcloud/fix/11315/filepicker-buttons-nc13
...
[13] Fixes the move/copy picker buttons
2018-10-02 08:07:20 +02:00
Nextcloud bot
e07611ef09
[tx-robot] updated from transifex
2018-10-02 00:13:06 +00:00
Michael Weimann
6b1663ef2d
Fixes file/folder move/copy buttons
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-01 23:10:14 +02:00
Jan-Christoph Borchardt
905097eca9
Fix buttons wrapping on long folder names
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 23:00:44 +02:00
Morris Jobke
e0147a50e8
Merge pull request #11494 from nextcloud/backport/11416/show-email-authtype-none-13
...
[stable13] Show auth type "None" in email settings
2018-10-01 14:22:44 +02:00
Morris Jobke
35763304ab
Show auth type "None" in email settings
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-01 10:50:54 +02:00
Nextcloud bot
052469e5e4
[tx-robot] updated from transifex
2018-10-01 00:12:49 +00:00
Nextcloud bot
0201f011c1
[tx-robot] updated from transifex
2018-09-30 00:12:16 +00:00
Nextcloud bot
7695f02852
[tx-robot] updated from transifex
2018-09-29 00:12:26 +00:00
Morris Jobke
48d359ccb6
Merge pull request #11437 from nextcloud/assemblystream-eof-13
...
[13] AssemblyStream is also eof if we have no more source stream
2018-09-28 17:31:42 +02:00
Robin Appelman
eae523eb56
AssemblyStream is also eof if we have no more source stream
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-28 15:41:53 +02:00
Morris Jobke
b70d8d0832
Merge pull request #11419 from nextcloud/stable13-11411-fix-checkWellKnownUrl-not-being-executed
...
[stable13] Fix "checkWellKnownUrl" not being run
2018-09-28 15:30:47 +02:00
Nextcloud bot
82a5732a13
[tx-robot] updated from transifex
2018-09-28 11:14:21 +00:00
Daniel Calviño Sánchez
5883695b17
Fix "checkWellKnownUrl" not being run
...
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>
2018-09-27 18:18:22 +02:00
Morris Jobke
065ec74173
Merge pull request #10884 from nextcloud/large-share-count-performance-13
...
[13] Improve performance when dealing with large numbers of shares
2018-09-27 17:20:13 +02:00
Roeland Jago Douma
9c0a9a4d46
Merge pull request #11400 from 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
2018-09-27 15:40:30 +02:00
Nextcloud bot
9fa50f48f1
[tx-robot] updated from transifex
2018-09-27 00:12:37 +00:00
Daniel Calviño Sánchez
1ee3c31f85
Do not hide the progress bar while the chunked upload is being assembled
...
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>
2018-09-26 17:46:43 +02:00
Nextcloud bot
f678794470
[tx-robot] updated from transifex
2018-09-26 00:12:33 +00:00
Nextcloud bot
8a0ced9d7e
[tx-robot] updated from transifex
2018-09-25 00:12:22 +00:00
Nextcloud bot
e921a9c1f4
[tx-robot] updated from transifex
2018-09-24 00:12:25 +00:00
Nextcloud bot
cfc711b278
[tx-robot] updated from transifex
2018-09-23 00:12:41 +00:00
Nextcloud bot
ad102f4942
[tx-robot] updated from transifex
2018-09-22 00:12:19 +00:00
Nextcloud bot
f2b6e38949
[tx-robot] updated from transifex
2018-09-21 00:12:22 +00:00
Nextcloud bot
c3412b2f10
[tx-robot] updated from transifex
2018-09-20 00:13:09 +00:00
blizzz
df7048056d
Merge pull request #11284 from nextcloud/stable13-11268-include-empty-directories-in-the-default-state-of-acceptance-tests
...
[stable13] Include empty directories in the default state of acceptance tests
2018-09-19 15:23:25 +02:00