Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -169/+0 |
| | |||||
* | Add missing annotations for parameters | Lukas Reschke | 2015-06-27 | 1 | -5/+3 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+17 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+17 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -17/+17 |
| | |||||
* | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 1 | -1/+9 |
| | | | | * LDAP with multiple servers also proved backendName | ||||
* | Support displaynames for dummy user backend | Robin Appelman | 2014-11-06 | 1 | -3/+18 |
| | |||||
* | loop over usernames, not passwords | Arthur Schiwon | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | extend Dummy user and group implementation to pass tests | Arthur Schiwon | 2014-06-25 | 1 | -1/+10 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -6/+6 |
| | | | | * test case added to avoid adding them later | ||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | add tests for user counting | Arthur Schiwon | 2014-01-08 | 1 | -0/+9 |
| | |||||
* | Use strict comparison === instead of ==. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Make OC_User_Dummy::checkPassword() compatible with OC_User_Example. | Andreas Fischer | 2013-10-08 | 1 | -2/+2 |
| | | | | The user id has to be returned. | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+126 |
Conflicts: lib/private/vcategories.php |