Morris Jobke
d1e50a10e3
Merge pull request #12436 from nextcloud/version/noid/14.0.4RC1
...
14.0.4 RC 1
2018-11-15 15:44:52 +01:00
Morris Jobke
5bd5dc2822
14.0.4 RC 1
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15 13:49:19 +01:00
Morris Jobke
9070de4753
Update autoloader dump
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15 13:49:19 +01:00
Morris Jobke
7781485fb7
Merge pull request #12459 from nextcloud/bugfix-stable14/dav_shares_hickup
...
[stable14] fixes dav share issue with owner
2018-11-15 13:41:31 +01:00
Georg Ehrke
cc27fdad46
fix caldav tests
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-15 13:01:04 +01:00
Nextcloud bot
659e4746db
[tx-robot] updated from transifex
2018-11-15 01:12:24 +00:00
Georg Ehrke
94c2b66df3
fixes dav share issue with owner
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-14 21:51:40 +01:00
Morris Jobke
c4155e2f18
Merge pull request #12441 from nextcloud/stable14-10888
...
[stable14] Fix missing quickaccess favorite folder on add
2018-11-14 21:18:33 +01:00
Morris Jobke
94a5ffe394
Update PHPDoc to fix typos
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-14 21:18:16 +01:00
Morris Jobke
fc516b508e
Merge pull request #12432 from nextcloud/stb14-accessibility-cache-fixes
...
[stable14] Added cache override to ensure an always up-to-date accessibility css
2018-11-14 16:54:15 +01:00
Nextcloud bot
ee060c8231
[tx-robot] updated from transifex
2018-11-14 01:12:22 +00:00
Felix Nüsse
13a22c7224
fix for favorites-quickaccess: newly added folders dont show up when added to favorites
...
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-13 17:22:40 +01:00
Morris Jobke
46dc5fea9d
Merge pull request #12440 from nextcloud/stable14-10890
...
[stable14] Fix app menu calculation for random size of the right header
2018-11-13 17:14:18 +01:00
Julius Härtl
a5fbbe2b0b
Fix app menu calculation for random size of the right header
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-13 15:52:15 +01:00
Morris Jobke
fb559ed05e
Merge pull request #12372 from nextcloud/suppress-wrong-audit-log-message-stable14
...
[stable14] suppress wrong audit log messages about failed login attempts
2018-11-13 15:10:17 +01:00
Morris Jobke
db9e1b90f9
Merge pull request #12375 from nextcloud/backport/12284/stable14
...
[14] Properly search the root of a shared external storage
2018-11-13 15:09:24 +01:00
Morris Jobke
846fa89045
Merge pull request #12431 from nextcloud/stb14-ie11-width-fix
...
Fix IE rule for min width
2018-11-13 15:08:31 +01:00
Morris Jobke
40f5f124a4
Merge pull request #12433 from nextcloud/backport/12411-12413/unique-constraint-fix
...
[stable14] Unique contraint and deadlock fixes for filecache and file_locks
2018-11-13 15:04:12 +01:00
John Molakvoæ (skjnldsv)
1aac8d8f0f
Added cache override to ensure an always up-to-date accessibility css
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-13 14:02:03 +01:00
Morris Jobke
ec5c11d284
Fix UniqueConstraintViolationException while insert into oc_file_locks
...
* fixes #9305 by not being prone to the race condition in insertIfNotExists
* fixes #6899 by not using a query that can result in a deadlock
* replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block
* followup to #12371
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-13 13:59:24 +01:00
Morris Jobke
442680024f
Fix UniqueConstraintViolationException while insert into oc_filecache
...
* fixes #6160 by not being prone to the race condition in insertIfNotExists
* fixes #12228 by not using a query that can result in a deadlock
* replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-13 13:59:15 +01:00
John Molakvoæ (skjnldsv)
ae9f96f2c5
Fix IE rule for min width
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-13 13:51:04 +01:00
Nextcloud bot
655b7f047c
[tx-robot] updated from transifex
2018-11-13 01:12:52 +00:00
Morris Jobke
b28398fe15
Merge pull request #12416 from nextcloud/stb14-admin-vue-approval-fix
...
[stable14] Use nextcloud-password-confirmation
2018-11-12 23:13:20 +01:00
Morris Jobke
17d581a446
Merge pull request #12412 from nextcloud/backport/12358/fix-update-check
...
[stable14] Fix app update available check
2018-11-12 16:23:33 +01:00
John Molakvoæ (skjnldsv)
89e5ec4183
Use nextcloud-password-confirmation
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-12 15:39:02 +01:00
Joas Schilling
da2106391d
Adjust unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-12 14:29:00 +01:00
Morris Jobke
90cd445019
Improve style of incompatible apps list
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-12 14:28:43 +01:00
Joas Schilling
8ac7d060dd
Use the version number when checking the appstore for compatible updates
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-12 14:28:24 +01:00
Morris Jobke
888fd4c218
Fix overlapping update button in notifications
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-12 14:26:59 +01:00
Nextcloud bot
13eae29509
[tx-robot] updated from transifex
2018-11-12 01:12:58 +00:00
Nextcloud bot
d476fc9d25
[tx-robot] updated from transifex
2018-11-11 01:13:19 +00:00
Nextcloud bot
0fac79a8a1
[tx-robot] updated from transifex
2018-11-10 01:12:35 +00:00
Roeland Jago Douma
2b204616d5
Merge pull request #12374 from nextcloud/backport/12342/stable14
...
[14] Add fix for IE11 flexbox height bug
2018-11-09 15:12:19 +01:00
Roeland Jago Douma
b71bc1289b
Properly search the root of a shared external storage
...
Fixes #1020
When an external storage is shared with you in full the root is ''
(empty). This adds an extra check for an empty jail basically.
Because if the jail is on the empty string. It matches all paths.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-09 13:21:45 +01:00
Julius Härtl
50ee75db5a
Add fix for IE11 flexbox height bug
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-09 13:11:45 +01:00
Bjoern Schiessle
1eaa4b443f
first check if the user is already logged in and then try to authenticate via apache, this way we suppress wrong audit log messages about failed login attempts
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-09 11:43:51 +01:00
Nextcloud bot
7fba370a75
[tx-robot] updated from transifex
2018-11-09 01:12:36 +00:00
Morris Jobke
5ad40b2060
Merge pull request #12353 from nextcloud/backport/11838/fix-default-types-of-members
...
[stable14] Fix default types of activity event member variables
2018-11-08 22:42:23 +01:00
Joas Schilling
f48f43818e
Fix default types of activity event member variables
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-08 14:14:01 +01:00
Roeland Jago Douma
911321dc4a
Merge pull request #12339 from nextcloud/bugfix/12007
...
fix - Add to favorites not working in IE11
2018-11-08 10:24:45 +01:00
Yevhenii Kostiuk
81ce3c22ff
fix - Add to favorites not working in IE11 - polyfill needed #12007
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-08 07:43:02 +01:00
Roeland Jago Douma
66b7adfff9
Merge pull request #12341 from nextcloud/stb14-ie11-function-fix
...
Remove arrow function for ie compatibility
2018-11-08 07:42:14 +01:00
Nextcloud bot
9c88ff5eda
[tx-robot] updated from transifex
2018-11-08 01:12:28 +00:00
John Molakvoæ (skjnldsv)
3745b0a4e1
Remove arrow function for ie compatibility
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-07 18:29:45 +01:00
Morris Jobke
1a079fd514
Merge pull request #12331 from nextcloud/backport/12306/stable14
...
[14] Disabled ldap fix
2018-11-07 16:19:55 +01:00
Roeland Jago Douma
21c9146bdb
Build settings
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-07 13:20:11 +01:00
John Molakvoæ (skjnldsv)
df841cc073
Show disabled even if empty if ldap enabled
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-07 13:19:29 +01:00
Nextcloud bot
390518c140
[tx-robot] updated from transifex
2018-11-07 01:12:40 +00:00
Morris Jobke
358512f136
Merge pull request #12297 from nextcloud/backport/12127/stable14
...
[14] A folder should get a folder mimetype
2018-11-06 18:14:05 +01:00