Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 1 | -0/+3 |
| | | | | * LDAP with multiple servers also proved backendName | ||||
* | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 1 | -0/+9 |
|\ | | | | | Expose backend type via REST API | ||||
| * | Expose backend type via REST API | Lukas Reschke | 2014-12-09 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620. For example: ````json [{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}] ``` | ||||
* | | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 1 | -3/+4 |
|/ | |||||
* | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 1 | -0/+18 |
| | | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future. | ||||
* | Move OC_USER_BACKEND_* constants to OC_User_Backend class | Joas Schilling | 2014-11-27 | 1 | -7/+7 |
| | |||||
* | removal of wrong/double implemented check | michag86 | 2014-11-13 | 1 | -1/+1 |
| | | | | Check already implemented in core/settings/ajax/changedisplayname.php | ||||
* | strip whitespace from the beginning and end of the display name to avoid ↵ | Bjoern Schiessle | 2014-10-15 | 1 | -2/+12 |
| | | | | empty display names | ||||
* | - adding default value for $recoveryPassword | Thomas Müller | 2014-07-24 | 1 | -1/+1 |
| | | | | - set password correctly in lost password | ||||
* | Add public interfaces for User, UserManager and UserSession | Robin Appelman | 2014-07-14 | 1 | -1/+2 |
| | |||||
* | drop superflous statement in phpdoc | Arthur Schiwon | 2014-05-26 | 1 | -2/+0 |
| | |||||
* | clean up tryRememberLogin and save the timestamp of users last login | Arthur Schiwon | 2014-05-21 | 1 | -0/+27 |
| | |||||
* | Merge pull request #7363 from owncloud/optimize-startup-queries | Morris Jobke | 2014-05-19 | 1 | -5/+7 |
|\ | | | | | Optimize some queries that are always executed when loading base.php | ||||
| * | Delay fetching the display name until it is requested | Bart Visscher | 2014-02-21 | 1 | -5/+7 |
| | | |||||
* | | Use OC_User_Interface instead of OC_User_Backend | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | | |||||
* | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
|/ | |||||
* | Replace static usage of OC_Config and OC_Preferences with the injected ↵ | Robin Appelman | 2013-12-18 | 1 | -5/+13 |
| | | | | \OC\ConfigAll | ||||
* | fix the config option to remove the ability for users to set their displayname | Robin Appelman | 2013-12-18 | 1 | -3/+14 |
| | |||||
* | fix fallback overwriting result of getHome | Robin Appelman | 2013-12-12 | 1 | -1/+2 |
| | |||||
* | cache the home folder of a User | Robin Appelman | 2013-12-11 | 1 | -4/+12 |
| | |||||
* | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 1 | -0/+12 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+179 |
Conflicts: lib/private/vcategories.php |