Nextcloud bot
374bfbeaca
[tx-robot] updated from transifex
2018-11-04 01:14:21 +00:00
Roeland Jago Douma
40d1202076
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-11-02 11:41:00 +01:00
Roeland Jago Douma
04617a28d4
Move ExpiredTokenException to the correct namespace
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-02 11:39:42 +01:00
Roeland Jago Douma
6971ecef9d
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-11-02 10:54:50 +01:00
Nextcloud bot
7686c03111
[tx-robot] updated from transifex
2018-10-29 01:13:27 +00:00
Nextcloud bot
4e148133c9
[tx-robot] updated from transifex
2018-10-27 00:12:54 +00:00
Roeland Jago Douma
d8a581e426
Actually return the root folder when traversing up the tree
...
If you now keep calling $node->getParent() you will at some point get
the RootFolder back. This is a nice termination check and will prevent
endless loops if an exit condition is slightly off.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-26 08:36:21 +02:00
Nextcloud bot
ae061c69f1
[tx-robot] updated from transifex
2018-10-26 00:13:08 +00:00
Nextcloud bot
5de5db0280
[tx-robot] updated from transifex
2018-10-23 14:54:51 +00:00
Roeland Jago Douma
b7524ee49e
Merge pull request #11978 from nextcloud/bugfix-stable13/9326/make_sure_usermanager_getByEmail_only_returns_IUser
...
[stable13] filter null values for UserManager::getByEmail
2018-10-23 15:14:56 +02:00
Morris Jobke
28fa1e3c7d
Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js
...
Before it quit right after finding the theme version of the l10n file which results in a not translated part of the UI.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-23 10:35:33 +02:00
Georg Ehrke
879538c22f
filter null values for UserManager::getByEmail
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-22 15:54:41 +02:00
Nextcloud bot
97b6b53d5c
[tx-robot] updated from transifex
2018-10-10 00:13:36 +00: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
8ef7d31599
[tx-robot] updated from transifex
2018-10-03 16:59:11 +00:00
Nextcloud bot
e07611ef09
[tx-robot] updated from transifex
2018-10-02 00:13:06 +00:00
Nextcloud bot
82a5732a13
[tx-robot] updated from transifex
2018-09-28 11:14:21 +00: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
Nextcloud bot
9fa50f48f1
[tx-robot] updated from transifex
2018-09-27 00:12:37 +00: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
ba97e60ffc
[tx-robot] updated from transifex
2018-09-17 00:12:40 +00:00
Nextcloud bot
f085101422
[tx-robot] updated from transifex
2018-09-16 00:12:39 +00:00
Nextcloud bot
665db6ba80
[tx-robot] updated from transifex
2018-09-15 00:12:20 +00:00
Nextcloud bot
2d9a488cf3
[tx-robot] updated from transifex
2018-09-14 00:12:43 +00:00
Nextcloud bot
8e668729b1
[tx-robot] updated from transifex
2018-09-13 00:12:22 +00:00
Nextcloud bot
a6678dfdf1
[tx-robot] updated from transifex
2018-09-11 00:12:33 +00:00
Nextcloud bot
dfa6da5a03
[tx-robot] updated from transifex
2018-09-08 00:12:42 +00:00
Nextcloud bot
90ab77d8bb
[tx-robot] updated from transifex
2018-09-01 00:12:27 +00:00
Robin Appelman
e3b9e9e57c
tokens can't be valid local user names
...
this saves searching for shares on non-public link dav requests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:49 +02:00
Robin Appelman
c897e2af8e
more efficient way to detect added and removed mounts
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:42 +02:00
Robin Appelman
f199e7ed17
cache OC\Files\Mount\Manager::findIn results
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:37 +02:00
Robin Appelman
65c8fd3b29
cache OC\Files\Mount\Manager::findIn results
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:23:01 +02:00
Robin Appelman
bb092553ef
use more efficient method to find mountpoint for path
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:21:20 +02:00
Robin Appelman
67ae310693
remove double loop for detecting changed mounts
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:19:50 +02:00
Nextcloud bot
8ec2c933de
[tx-robot] updated from transifex
2018-08-25 00:12:43 +00:00
Joas Schilling
d12ff2c083
MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-23 14:40:33 +02:00
Nextcloud bot
ff3b132382
[tx-robot] updated from transifex
2018-08-22 00:12:24 +00:00
Nextcloud bot
d3ab244b40
[tx-robot] updated from transifex
2018-08-21 00:12:31 +00:00
blizzz
d0f8a431c8
Merge pull request #10762 from nextcloud/backport/10260/improved-sql-for-fetching-quota
...
[stable13] Use the path_hash instead of the path to query the filecache
2018-08-20 15:24:39 +02:00
Morris Jobke
391e693adf
Use the path_hash instead of the path to query the filecache
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-20 14:22:52 +02:00
Joas Schilling
60ced31116
Make sure error_log() always receives a string
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-20 14:12:08 +02:00
Roeland Jago Douma
b31cea9048
Update the scope of the lockdownmanager
...
We have the token anyway. So better the scope as well.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-14 13:16:07 +02:00
blizzz
c938ea6569
Merge pull request #10620 from nextcloud/mimetype-insert-if-not-exists-13
...
[13] use insertIfNotExists to store new mimetypes.
2018-08-13 23:16:00 +02:00
Nextcloud bot
5327e3b4ce
[tx-robot] updated from transifex
2018-08-13 00:12:18 +00:00
Robin Appelman
706813ab08
use insertIfNotExists to store new mimetypes.
...
Also throw an error if we can't find the mimetype after insert
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-09 15:31:47 +02:00