Commit Graph

3195 Commits (0e575c7eeadc6c8eb11b0be2ed1d39cdcf6cfcb8)

Author SHA1 Message Date
Christoph Wurst 82b50d126c
add PasswordLoginForbiddenException 10 years ago
Christoph Wurst 3521f974db
assert app is loaded in unit tests 10 years ago
Christoph Wurst a40d64ff7f
load 2FA provider apps before querying classes 10 years ago
Roeland Jago Douma ea4c5e6e0a
Fix unit tests 10 years ago
Joas Schilling 123bf78ca8
Clean up tags of deleted users 10 years ago
Christoph Wurst 465807490d
create session token only for clients that support cookies 10 years ago
Roeland Jago Douma 64471b5d4a
Remove shares of the root folder 10 years ago
Christoph Wurst 5daa9a5417 fail hard if 2fa provider can not be loaded (#25061) 10 years ago
Joas Schilling 60225284f3
Add not-null columns for oracle 10 years ago
Roeland Jago Douma 1b66db72d9
Repair job to fix permissions for avatars 10 years ago
Thomas Müller 232d735893
Do not leak the login name - fixes #25047 10 years ago
Roeland Jago Douma 7d51fd0310
Add repair step to clean old calendar/contact shares 10 years ago
Joas Schilling e49307014c Do not log token or challenge with exception stacktrace (#25026) 10 years ago
Christoph Wurst 9997c431c3
use client login method on CORS routes 10 years ago
Christoph Wurst ec929f07f2
When creating a session token, make sure it's the login password and not a device token 10 years ago
Joas Schilling 3e3b326c85
Allow to cancel 2FA after login 10 years ago
Robin Appelman 7b1b723e5b dissalow symlinks in local storages that point outside the datadir 10 years ago
Joas Schilling d4ba982131
Allow to decrypt user '0' files only 10 years ago
Christoph Wurst 8f7a4aaa4d
do not generate device token if 2FA is enable for user 10 years ago
Joas Schilling 911fd3ead4
Do not allow to store boolean configs, they behave unexpected on postgres 10 years ago
Robin Appelman 63408fa6ef allow deleting "ghost files" trough the View and Node api 10 years ago
Robin Appelman 11900baaf3 add tests for propagator batching 10 years ago
Christoph Wurst 5e71d23ded
remember redirect_url when solving the 2FA challenge 10 years ago
Vincent Petry 5b1eb416d8
Fix TestCase::invokePrivate to work with static classes 10 years ago
Vincent Petry 5ad8fa7675
Add keepUnicode value in the cache key of normalizedPathCache 10 years ago
Christoph Wurst c58d8159d7
Create session tokens for apache auth users 10 years ago
Torben Dannhauer 718f0757e4 Fix for #23066 (#24689) 10 years ago
Björn Schießle b15babd061
fix unit tests 10 years ago
Joas Schilling 4b1e8a1184 One more PSR-4 fix (#24852) 10 years ago
Joas Schilling 2c0743c46b
Fix the tests again 10 years ago
Joas Schilling 4cfefda891
Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4 10 years ago
Joas Schilling 154e328e2b
Adjust the phpunit config 10 years ago
Joas Schilling 8afbd80328
Move parallel merged auth tests to PSR-4 10 years ago
Christoph Wurst 28ce7dd262
do not allow client password logins if token auth is enforced or 2FA is enabled 10 years ago
Christoph Wurst ad10485cec
when generating browser/device token, save the login name for later password checks 10 years ago
Roeland Jago Douma abe338f433
Store user bucket in preferences 10 years ago
Roeland Jago Douma e03e4921a0
Fix Name 10 years ago
Roeland Jago Douma 7ef21b0b27
Add unit tests for ObjectHomeMountProvider 10 years ago
Roeland Jago Douma 12b63258d5
Add mapper unit tests 10 years ago
Julius Haertl d065980814 Add more tests for OC\Core\Controller\LostController 10 years ago
Robin Appelman eca57be336 Only recurse into incomplete folders during background scans 10 years ago
Christoph Wurst dfb4d426c2
Add two factor auth to core 10 years ago
Christoph Wurst c20cdc2213
invalidate user session if the user is disabled 10 years ago
Christoph Wurst 74277c25be
add button to invalidate browser sessions/device tokens 10 years ago
Christoph Wurst 6495534bcd
add button to add new device tokens 10 years ago
Christoph Wurst 12431aa399
list user's auth tokens on the personal settings page 10 years ago
Joas Schilling d0a2fa0506
Lock jobs while executing them, to allow multiple executors to run in parallel 10 years ago
Björn Schießle 7b25839bd5
use share initiator as fall back to access the file 10 years ago
Vincent Petry 88740f035d
Act on effective system tag canAssign permission 10 years ago
Vincent Petry b5eb3d9e5a
Add system tag assignability check with groups 10 years ago