Commit Graph

2647 Commits (f799b27f0e1f1021ddd2baea8f932d05af780596)

Author SHA1 Message Date
Lukas Reschke f3360d51c6 Use PHP polyfills 10 years ago
Scrutinizer Auto-Fixer ffc49a24f0 Scrutinizer Auto-Fixes 10 years ago
Lukas Reschke 29b6a03fc1 Add assertion to test 10 years ago
Lukas Reschke 715b0941ee Make compatible with PHPUnit 5.1 10 years ago
Arthur Schiwon 81d763be42 use expectedException annotation, not via method call, for consistency 10 years ago
Arthur Schiwon fdd06ba1f8 use getLastInsertId from query builder for convenience 10 years ago
Robin Appelman e191953942 Remove all locks after ttl from the db 10 years ago
Arthur Schiwon 8e298f51f8 adjust test's fakemanager to interface change 10 years ago
Arthur Schiwon 0c1c029571 hardening, add some checks for whitespace-only strings 10 years ago
Arthur Schiwon 8acbb7aef9 rework test about overwriting default comments manager 10 years ago
Arthur Schiwon d3692c3283 namespaces for tests 10 years ago
Arthur Schiwon 9a440c06b0 OC not oc 10 years ago
Arthur Schiwon e3dbc3d40c different strategy in cleaning up after user was deleted 10 years ago
Arthur Schiwon 2ce2de0ae5 add icommentsmanger and icomment implementation 10 years ago
Thomas Müller bb02488cc2 remove deprecated strict setting 10 years ago
Joas Schilling 5c0be3b565 Fix the last insert id test by changing to an autoincrement table 10 years ago
Vincent Petry 28e9bc1156 Fix more unit tests to pass a mock storage instead of null to FileInfo 10 years ago
Joas Schilling 9f98849306 Add a method to the get "to use" table and column name 10 years ago
Joas Schilling a3391248e4 Add select distinct to the query builder 10 years ago
Joas Schilling f2c7acb3c0 Allow getting the last insert id without much hassle 10 years ago
Lukas Reschke 6d3eb7673d Add unit test for nested arrays 10 years ago
Lukas Reschke 8289943a0f Do not trust casting 10 years ago
Scrutinizer Auto-Fixer 453e1bf66e Scrutinizer Auto-Fixes 10 years ago
Joas Schilling 820c3b852d Add a unit test for single user case as well 10 years ago
Joas Schilling 5b87413792 Allow sending a share email to multiple users 10 years ago
Vincent Petry 316b907a13 Fixed system tags DAV and API and docs 10 years ago
Roeland Jago Douma a619629ac0 Only try to load avatars in the user list if there is any 10 years ago
Morris Jobke cbe6eeffa1 last change of OC_Config to the proper interface in tests/ 10 years ago
Morris Jobke 542ce7dd0d Reduce OC_Config usage in tests/ 10 years ago
Robin Appelman 19b2fe6a3a Fix mimetype filter in getDirectoryContent 10 years ago
Morris Jobke e9c8f82fc5 Replace OC_Config in tests with IConfig calls 10 years ago
Morris Jobke d331e0d4f8 Replace OC_Config in tests with IConfig calls 10 years ago
Thomas Müller dcc7ff09ba Adding unit test for MailNotifications::sendInternalShareMail() 10 years ago
Thomas Müller eebe2b9c23 User IUser::getEMailAddress() all over the place 10 years ago
Thomas Müller 28ceab2f61 Fix endless recursion 10 years ago
Morris Jobke 0a6db3ada6 Remove OC_Config from app management template 10 years ago
Robin Appelman 0062888aaf Also add metadata for postDelete hooks triggered from the view 10 years ago
Thomas Müller 0391cc0451 Fix getCloudId 10 years ago
Thomas Müller fe67db1ad0 Adding unit test for User::getCloudId() 10 years ago
Thomas Müller df6fc6cc70 Add the user's cloud id to the vCard 10 years ago
Thomas Müller dad6470baa Add IUser::getAvatarImage() for easy access 10 years ago
Roeland Jago Douma b00db2c933 DI in avatar code 10 years ago
Robin Appelman 62cc316c6a remove old propagation logic 10 years ago
Lukas Reschke 2515cb17be Support pretty URLs 10 years ago
Joas Schilling 08d07cc4db Fix the unit test by running tearDown() and cleaning tags before the test 10 years ago
Joas Schilling 1d0c041ac8 Add a method to get the list of tags from the TagNotFound Exception 10 years ago
Robin Appelman 0d63e95a5d Add metadata to post delete hooks 10 years ago
Lukas Reschke 4971015544 Add code integrity check 10 years ago
Joas Schilling b8b0ae0944 Fix phpstorm complains in tests 10 years ago
Thomas Müller b94aadc440 Cleanup imports and type hinting 10 years ago