Commit Graph

5049 Commits (6151a0540b94dea0bb014b26e9ac6ea84d000f05)

Author SHA1 Message Date
Morris Jobke a18c0983d5 Use TempManager instead of tmpFile 11 years ago
Morris Jobke 90b0831cec Use TempManager instead of tmpFolder 11 years ago
Joas Schilling 0f836cfe9e Make sure the interface and the implementation match 11 years ago
Joas Schilling 345e68cafa Use the query builder for the joblist queries 11 years ago
Roeland Jago Douma 2a280e2fad Remove private deprecated OC_Helper::linkToRoute 11 years ago
Roeland Jago Douma 9fe3d2f1f8 OC_Helper::linkToRoute is deprecated 11 years ago
Thomas Müller b3c8e9ca32 Clear xml errors in updater 11 years ago
Thomas Müller 9b423f3532 Clear xml errors in ocs client 11 years ago
Thomas Müller 62b82cfe4b Clear xml errors 11 years ago
Morris Jobke ecdf88e41b Use proper public API for OC_Helper::getFileNameMimeType 11 years ago
Roeland Jago Douma c64e827f00 Since avatar.js is now essentially empty remove it 11 years ago
Roeland Jago Douma 1f715289bf Removed deprecated function OC_User::deleteUser 11 years ago
Roeland Jago Douma 9201b9713e Removed unused deprecated methods 11 years ago
Roeland Jago Douma 835911bce5 Removed deprecated private OC_User::createUser 11 years ago
Roeland Jago Douma 7e44ea5da0 Remove deprecated function OC_User::getManager 11 years ago
Roeland Jago Douma 205c239eab Remove deprecated OC_Helper::linkTo function 11 years ago
Roeland Jago Douma 19eeb23b91 OC_Helper::linkTo is deprecated 11 years ago
Roeland Jago Douma db95c8d512 Do not try to get the avatar if there is no user 11 years ago
Roeland Jago Douma d796c43841 [Avatars] Add function to get the Node of the avatar 11 years ago
Vincent Petry 064dcc079d Load base64 polyfill in IE and friends 11 years ago
Björn Schießle efc030aa25 don't allow to create a federated share if source and target server are the same 11 years ago
Thomas Müller a7ecb6e984 Let's print error messages to the builtin webserver console ... makes development a bit easier 11 years ago
Robin Appelman 9d732e35e1 Check if user isset in $_REQUEST first 11 years ago
Jörn Friedrich Dreyer eae8500a86 make url type configurable 11 years ago
Lukas Reschke f3360d51c6 Use PHP polyfills 11 years ago
Robin Appelman 97f5c095f4 Dont do a seperate request to check if a file exists for dav->fopen 11 years ago
Scrutinizer Auto-Fixer ffc49a24f0 Scrutinizer Auto-Fixes 11 years ago
Morris Jobke f5e6c75804 Make AppManager->checkAppForUser more robust 11 years ago
Vincent Petry 4b68dd372d Do not check storage availability for getOwner 11 years ago
Arthur Schiwon fdd06ba1f8 use getLastInsertId from query builder for convenience 11 years ago
Arthur Schiwon 55a2715eff remove unused use statement 11 years ago
Arthur Schiwon 6af6febad0 php < 5.5 compatible 11 years ago
Thomas Müller d5238b3d3c Don't load commands of apps when in maintenance mode - fixes #20939 11 years ago
Robin Appelman e191953942 Remove all locks after ttl from the db 11 years ago
Robin Appelman 693a3c353e ttl for memcache locking backends that support it 11 years ago
Robin Appelman 0a80bf5573 Add interface for memcache backends that support setting ttl on exisiting keys 11 years ago
Arthur Schiwon 249dc4490f improve PHP doc and remove superflous by reference indicator 11 years ago
Arthur Schiwon 0c1c029571 hardening, add some checks for whitespace-only strings 11 years ago
Arthur Schiwon 9a440c06b0 OC not oc 11 years ago
Arthur Schiwon 9dc4171830 parameter checks for setting actor and object to happen only in one place 11 years ago
Arthur Schiwon 4273689e9f fix usage of empty 11 years ago
Arthur Schiwon e3dbc3d40c different strategy in cleaning up after user was deleted 11 years ago
Arthur Schiwon 2ce2de0ae5 add icommentsmanger and icomment implementation 11 years ago
Joas Schilling bef6344b27 Do not quote the table name for lastInsertId() 11 years ago
Lukas Reschke b50987165e Add support for read only config dir 11 years ago
Lukas Reschke 61da3d530d Verify return type 11 years ago
Lukas Reschke 11e98e2de6 Fix PHPDoc and check if path does exists 11 years ago
Vincent Petry d0cca6c3ad Add explicit check for groups excluded from sharing 11 years ago
Lukas Reschke 7c45eaa70b Add type description 11 years ago
Vincent Petry 6e4006d139 Add reshare permission checks 11 years ago