Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -159/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | New user management classes | Robin Appelman | 2013-05-29 | 1 | -11/+11 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -2/+2 |
| | |||||
* | changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME | Thomas Mueller | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | introduce new virtual method hasUserListings() to determine if a user ↵ | Thomas Mueller | 2013-02-11 | 1 | -8/+16 |
| | | | | backend can list it's users. | ||||
* | remove dubug value | Björn Schießle | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | interface and API to change display names | Björn Schießle | 2013-01-28 | 1 | -0/+2 |
| | |||||
* | change order, key -> uid and value -> display name, this way it is also ↵ | Björn Schießle | 2013-01-28 | 1 | -2/+2 |
| | | | | possible to have non-unique display names | ||||
* | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | get all display names | Björn Schießle | 2013-01-25 | 1 | -0/+15 |
| | |||||
* | new branch which introduces display names | Björn Schießle | 2013-01-24 | 1 | -0/+11 |
| | | | | first commit with some infrastructure code | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | use null instead of -1 on all getUser() | Jörn Friedrich Dreyer | 2012-09-01 | 1 | -1/+1 |
| | |||||
* | implement getHome in OC_User | Georg Ehrke | 2012-08-26 | 1 | -0/+11 |
| | |||||
* | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | define an interface for the User Backend | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -8/+32 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 1 | -8/+32 |
| | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists | ||||
* | | Minor change to comment | Sam Tuke | 2012-06-01 | 1 | -2/+4 |
| | | |||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
|/ | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -2/+2 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+86 |