Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib\user to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -931/+0 |
| | |||||
* | Avatar must be saved after login is done and external storages set up ↵ | Arthur Schiwon | 2016-03-16 | 1 | -0/+1 |
| | | | | properly, fixes #21555 | ||||
* | More fixed tests :) | Arthur Schiwon | 2016-02-09 | 1 | -28/+36 |
| | |||||
* | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 1 | -1/+26 |
| | |||||
* | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 1 | -56/+64 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -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 value | Arthur Schiwon | 2015-10-27 | 1 | -0/+39 |
| | |||||
* | do not throw exception when no attribute is specified | Arthur Schiwon | 2015-09-23 | 1 | -0/+103 |
| | |||||
* | read all relevant user attributes on login and user search, in one query. ↵ | Arthur Schiwon | 2015-09-23 | 1 | -4/+61 |
| | | | | saves us some. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -19/+20 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+20 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -20/+19 |
| | |||||
* | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 1 | -31/+32 |
| | |||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | newlines | Arthur Schiwon | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | adjust test to changed convention in storing quota | Arthur Schiwon | 2014-06-03 | 1 | -3/+3 |
| | |||||
* | LDAP: put out fetching of user meta data into a fully tested class of its ↵ | Arthur Schiwon | 2014-06-03 | 1 | -0/+680 |
own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master |