5695 Commits (9b05f37fad88fdf78fdfee9473c27ba5be12abb2)

Author SHA1 Message Date
Roeland Douma 9b05f37fad lib/private/ocs to PSR-4 (#24558) 10 years ago
Lukas Reschke 52add798d4 Do not automatically try to enable index.php-less URLs (#24539) 10 years ago
Jörn Friedrich Dreyer e03f9e8103 allow configuration of memcached options (#23729) 10 years ago
Christoph Wurst 0486d750aa
use the UID for creating the session token, not the login name 10 years ago
Christoph Wurst 69dafd727d
delete the token in case an exception is thrown when decrypting the password 10 years ago
Christoph Wurst af707fba41
use the query builder instead of raw sql statements 10 years ago
Christoph Wurst 46bdf6ea2b
fix PHPDoc and other minor issues 10 years ago
Christoph Wurst a9b500c03b
catch possible SessionNotAvailableExceptions 10 years ago
Christoph Wurst f0f8bdd495
PHPDoc and other minor fixes 10 years ago
Christoph Wurst 699289cd26
pass in $request on OCS api 10 years ago
Christoph Wurst 168ccf90a6
try apache auth too 10 years ago
Christoph Wurst 8cc5f6036f
Fix existing tests 10 years ago
Christoph Wurst 7aa16e1559
fix setup 10 years ago
Christoph Wurst 7e7d5a2ef2
Add fallback to allow user:token basic auth 10 years ago
Christoph Wurst fdc2cd7554
Add token auth for OCS APIs 10 years ago
Christoph Wurst 8d48502187
Add index on 'last_activity' 10 years ago
Christoph Wurst 53636c73d6
Add controller to generate client tokens 10 years ago
Christoph Wurst 3ab922601a
Check if session token is valid and log user out if the check fails 10 years ago
Christoph Wurst 2fa5e0a24e
invalidate (delete) session token on logout 10 years ago
Christoph Wurst d8cde414bd
token based auth 10 years ago
Joas Schilling db16dc6644
Correctly register autoloading before install.php and loading commands 10 years ago
Roeland Jago Douma f6ee738ba8
Add \OC\User\Backend 10 years ago
Roeland Jago Douma 9e1d9871a8
Move OC_User_Database to \OC\User\Database 10 years ago
Roeland Jago Douma 9504500e5f
Move \OC\User to PSR-4 10 years ago
Roeland Jago Douma c51ebb02fa
Move OC_User_XX to legacy folder 10 years ago
Lukas Reschke 8b428d84c0
Make update server URL configurable 10 years ago
Vincent Petry caefe23bb6
Send permalink in internal share notification emails 10 years ago
Jarrett 482bfae123 Set higher timeout limit 10 years ago
Joas Schilling 9fbb8ce302
Do not save the language as request lang for apps when we didn't find any 10 years ago
Joas Schilling dda949e915
Allow migration steps to use automatic DI 10 years ago
Roeland Jago Douma f90acb1b53
Move \OC\Share to PSR-4 10 years ago
Björn Schießle 8c0984d605
first call the post_login hooks, before we call getUserFolder. 10 years ago
Joas Schilling 6ab004fac1
Fix doc block 10 years ago
Joas Schilling 1e5f85ac8c
Use internal tag so IDEs highlight the usage 10 years ago
Roeland Jago Douma 5ba6fe2983
Use a CappedCache in the user database backend 10 years ago
Thomas Müller 71fa0a75bf
Allow declaration of background jobs in info.xml 10 years ago
Roeland Jago Douma 03f1a270cc
Move \OC\Log to PSR-4 10 years ago
Roeland Jago Douma fc82047e26
Move OC_Log_xx to \OC\Log namespace 10 years ago
Roeland Jago Douma c96ed5c4ce
Move OC_Archive to \OC\Archive\Archive 10 years ago
Roeland Jago Douma 0cb434686c
Move OC_Archive_XX to PSR-4 10 years ago
Joas Schilling d879354ccb
Use lib/ instead of src/ because that is what people are used to 10 years ago
Joas Schilling ee3457aec0
Register the PSR-4 path on loadApp 10 years ago
Thomas Müller 7aca13f14c
Allow login by email address 10 years ago
Thomas Müller b10dcfc3b7
Fixing local event delivery for calendar events based on the email address 10 years ago
Robin Appelman 9677681a37 free up memory when releasing the last shared lock 10 years ago
Roeland Jago Douma eb1d5fdaf8
Use correct typehint 10 years ago
Joas Schilling 7bfc617b03
Move activity manager to the namespace 10 years ago
Morris Jobke 5595e038ae
Remove unneeded private wrapper methods 10 years ago
Joas Schilling 3397e27657
Remove the password from the validateUserPass() method as well 10 years ago
Roeland Jago Douma 9b875db8b8
OCS API should catch LoginExceptions 10 years ago