summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/user/user.php
Commit message (Collapse)AuthorAgeFilesLines
* Move lib\user to PSR-4Joas Schilling2016-05-251-931/+0
|
* Avatar must be saved after login is done and external storages set up ↵Arthur Schiwon2016-03-161-0/+1
| | | | properly, fixes #21555
* More fixed tests :)Arthur Schiwon2016-02-091-28/+36
|
* Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-031-1/+26
|
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-201-56/+64
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Add DB group to some files_external testsThomas Müller2015-11-301-0/+7
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* fix update quota with known valueArthur Schiwon2015-10-271-0/+39
|
* do not throw exception when no attribute is specifiedArthur Schiwon2015-09-231-0/+103
|
* read all relevant user attributes on login and user search, in one query. ↵Arthur Schiwon2015-09-231-4/+61
| | | | saves us some.
* Update license headersJenkins for ownCloud2015-03-261-19/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+20
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-20/+19
|
* inject DB Connection to user managerArthur Schiwon2015-01-071-31/+32
|
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
|
* newlinesArthur Schiwon2014-06-031-1/+1
|
* adjust test to changed convention in storing quotaArthur Schiwon2014-06-031-3/+3
|
* LDAP: put out fetching of user meta data into a fully tested class of its ↵Arthur Schiwon2014-06-031-0/+680
own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master