21 次程式碼提交 (c11689b5b28afb4ad555d137a05be14ad8f0fa86)

作者 SHA1 備註 提交日期
  Julien Veyssier 416d10f76c refs #21045 add app config to disable unlimited quota and to set max quota 3 年之前
  Robin Appelman ed2d02d5f1
better cleanup of user files on user deletion 3 年之前
  Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
  Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 4 年之前
  Joas Schilling dc7913efcd
Fix recursive calls in logging via server methods 4 年之前
  Roeland Jago Douma c1152af523
Move deprecated aliases over to new registration 4 年之前
  Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 4 年之前
  Roeland Jago Douma c007ca624f
Make phpunit8 compatible 4 年之前
  Leon Klingele f420647add
lib/private/User: do not change user properties if value has not changed 5 年之前
  Joas Schilling 01b4db62fb
Add dispatcher events to User and Group objects 5 年之前
  John Molakvoæ (skjnldsv) 8b9bd37e4e
Fixed tests 6 年之前
  Morris Jobke 43e498844e
Use ::class in test mocks 6 年之前
  Arthur Schiwon 999455c1aa
emit changeUser only if there really was a change (quota, displayname) 7 年之前
  Joas Schilling ac0c21f4a7
Trigger change when a user is enabled/disabled 7 年之前
  Joas Schilling ada615eb86
Use the correct Dummy and Backend class 7 年之前
  Vincent Petry 91cd57e55b
Get user home folder before deletion 7 年之前
  Roeland Jago Douma 7b4265ab59
Improve OC\User\User coverage 7 年之前
  Joas Schilling 4d1acfd4ef
Only trigger postDelete hooks when the user was deleted... 7 年之前
  Joas Schilling f6ff60f4cb
Make sure that comments, notifications and preferences are deleted 7 年之前
  Roeland Jago Douma d616984879
Fix getMock User 7 年之前
  Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 8 年之前
  Joas Schilling bae4118b4f
Fix renamed class 8 年之前
  Roeland Jago Douma f6ee738ba8
Add \OC\User\Backend 8 年之前
  Roeland Jago Douma 9e1d9871a8
Move OC_User_Database to \OC\User\Database 8 年之前
  Thomas Müller aeb89947a2 Introduce IUser::setEMailAddress and add hook mechanism 8 年之前
  Thomas Müller 28ceab2f61 Fix endless recursion 8 年之前
  Thomas Müller 0391cc0451 Fix getCloudId 8 年之前
  Thomas Müller fe67db1ad0 Adding unit test for User::getCloudId() 8 年之前
  Lukas Reschke 36ce254ffd Move dummy backend to Tests namespace 8 年之前
  Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 9 年之前
  Lukas Reschke 4c13918bd8 Expose backend type via REST API 9 年之前
  Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 9 年之前
  Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 9 年之前
  Joas Schilling 6202ca33ba Make remaining files extend the test base 9 年之前
  Bjoern Schiessle 239bff5766 strip whitespace from the beginning and end of the display name to avoid empty display names 9 年之前
  Robin Appelman 0ed1b64673 Pass config object in testGetHomeNotSupported 10 年之前
  Arthur Schiwon 8ccac86c98 Enable user backends to provide avatar images 10 年之前
  Arthur Schiwon 14a160e176 Adjust Tests and satisfy them 10 年之前
  Robin Appelman 955bda1842 New user management classes 11 年之前
  Robin Appelman fa6bfe8837 didn't mean to commit this yet 11 年之前
  Robin Appelman 57f712f8a9 implement ArrayInterface with Session 11 年之前