Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+18 |
| | |||||
* | Use public interface | Lukas Reschke | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Add filter for 'backend' to user REST route | Lukas Reschke | 2014-12-10 | 1 | -0/+6 |
| | | | | | | | | This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620 For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well) Depends upon https://github.com/owncloud/core/pull/12711 | ||||
* | Add public interfaces for User, UserManager and UserSession | Robin Appelman | 2014-07-14 | 1 | -0/+105 |