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
Morris Jobke
8a86f59c02
Merge pull request #12300 from nextcloud/backport/12230/stable14
...
[14] Do not log FileLock as exception
2018-11-06 18:13:24 +01:00
Morris Jobke
e10b7c8c33
Merge pull request #12299 from nextcloud/backport/12177/stable14
...
[14] Use the proper server for the apptoken flow login
2018-11-06 10:15:40 +01:00
Roeland Jago Douma
524a344d25
Merge pull request #12301 from nextcloud/backport/12231/stable14
...
[14] Set the filemodel before rending the detailsview
2018-11-06 09:59:48 +01:00
Roeland Jago Douma
2d153adb64
Set the filemodel before rending the detailsview
...
fixes #10934
Else it triggers the rendering two times. Resulting is weird state in
for example the comments. Because the comments for OLD_FILEID are
retrieved but then the model is changed to NEW_FILEID. But the old
comments still get in and get parsed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:10:19 +01:00
Roeland Jago Douma
9386a0c36a
Fix tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:07:16 +01:00
Roeland Jago Douma
aaf060893c
Do not log FileLock as exception
...
There is no reason to log FileLock errors as exceptions to the log file.
Locks happen for very legit reasons and it is actually a sign of the
code doing its job.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:07:07 +01:00
Roeland Jago Douma
5678f432a4
Use the proper server for the apptoken flow login
...
If a user can't authenticate normally (because they have 2FA that is not
available on their devices for example). The redirect that is generated
should be of the proper format.
This means
1. Include the protocol
2. Include the possible subfolder
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:05:02 +01:00
Roeland Jago Douma
41c8a9314c
A folder should get a folder mimetype
...
If doing achunked upload the mimetype of the folder would otherwise be
guessed from the path. Which always returned application/octet-stream.
If an access control rule to block that is in place this means that all
chunked uploads fail hard in directories as the isCreatable on the
directory always fails.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:02:21 +01:00
Nextcloud bot
288991a610
[tx-robot] updated from transifex
2018-11-06 01:12:48 +00:00
Nextcloud bot
f962a43388
[tx-robot] updated from transifex
2018-11-05 01:12:47 +00:00
Nextcloud bot
d829b158f6
[tx-robot] updated from transifex
2018-11-04 01:14:13 +00:00
Nextcloud bot
311b29641f
[tx-robot] updated from transifex
2018-11-03 01:12:49 +00:00
Roeland Jago Douma
a46ca94723
Merge pull request #12197 from nextcloud/backport/12188/revert-wait-for-cron
...
[stable14] Revert "Wait for cron to finish before running upgrade command"
2018-11-02 08:21:05 +01:00
Roeland Jago Douma
fd39fba5f7
Merge pull request #12202 from brad2014/stable14
...
Fix bug #12151 : fix list formatting by correcting malformed html
2018-11-02 08:20:31 +01:00
Nextcloud bot
d30918886b
[tx-robot] updated from transifex
2018-11-02 01:13:45 +00:00
brad2014
98dd7c1075
Fix bug #12151 : fix list formatting by correcting malformed html
...
Signed-off-by: Brad Rubenstein <brad@wbr.tech>
2018-11-01 15:30:03 -07:00
Morris Jobke
b292f919c6
Revert "Wait for cron to finish before running upgrade command"
...
This reverts commit 18e9631810
.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-01 22:09:45 +01:00
Morris Jobke
5bb7378bf3
Merge pull request #12187 from nextcloud/stable14-12163
...
[stable14] Do not set indeterminate state for file shares
2018-11-01 15:04:15 +01:00
Julius Härtl
a83a320e5d
Add tests for edit permission state on file shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-01 12:36:37 +01:00
Julius Härtl
94e8cd5cac
Do not set indeterminate state for file shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-01 12:36:26 +01:00
Morris Jobke
aa92a00129
Merge pull request #12184 from nextcloud/add-gss-to-excluded-backends-stable14
...
[stable14] add global site selector as user back-end which doesn't support password confirmation
2018-11-01 11:00:50 +01:00
Morris Jobke
d1d82fcfc8
Merge pull request #12160 from Dagefoerde/stable14-oauth-backports
...
[stable14] Bruteforce protection handling in combination with
2018-11-01 10:40:36 +01:00
Bjoern Schiessle
c47d634837
add global site selector as user back-end which doesn't support password confirmation
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-01 10:07:12 +01:00
Nextcloud bot
41c842f469
[tx-robot] updated from transifex
2018-11-01 01:13:13 +00:00
Roeland Jago Douma
e3f3212fbc
Error out early on an expired token
...
Fixes #12131
If we hit an expired token there is no need to continue checking. Since
we know it is a token.
We also should not register this with the bruteforce throttler as it is
actually a valid token. Just expired. Instead the authentication should
fail. And buisness continues as usual.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-31 10:54:17 +01:00
Roeland Jago Douma
f171378837
Move ExpiredTokenException to the correct namespace
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-31 10:54:17 +01:00
Roeland Jago Douma
71d2d3ca00
Reset bruteforce on token refresh OAuth
...
When using atoken obtained via OAuth the token expires. Resulting in
brute force attempts hitting the requesting IP.
This resets the brute force attempts for that UID on a valid refresh of
the token.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-31 10:54:17 +01:00