Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -152/+0 |
| | |||||
* | Fixing local event delivery for calendar events based on the email address | Thomas Müller | 2016-05-02 | 1 | -0/+7 |
| | |||||
* | Prevent null to be passed into the closure of callForAllUsers | Thomas Müller | 2016-04-05 | 1 | -3/+3 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Proposal: add enumeration function to IUserManager which simply calls a ↵ | Thomas Müller | 2015-12-02 | 1 | -0/+7 |
| | | | | callbask for each user in all backends | ||||
* | Fix missing @since tags in OCP | Morris Jobke | 2015-06-19 | 1 | -0/+1 |
| | |||||
* | Add @deprecated to all methods with a proper method in \OCP | Morris Jobke | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+11 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+19 |
| | |||||
* | Can also be null | Lukas Reschke | 2015-03-13 | 1 | -1/+1 |
| | | | | If the user does not exist this returns null and can lead to nasty bugs since the IDE is not indicating this... | ||||
* | 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 |