Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Fix getCloudId | Thomas Müller | 2015-12-02 | 1 | -1/+7 |
| | |||||
* | Adding unit test for User::getCloudId() | Thomas Müller | 2015-12-02 | 1 | -0/+18 |
| | |||||
* | Adding more test suites to group DB | Thomas Müller | 2015-11-30 | 1 | -2/+23 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+5 |
| | |||||
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 5 | -71/+71 |
| | |||||
* | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 2 | -2/+12 |
| | | | | * LDAP with multiple servers also proved backendName | ||||
* | fix tests | Bernhard Posselt | 2014-12-17 | 1 | -4/+2 |
| | |||||
* | use two tests instead of one | Bernhard Posselt | 2014-12-17 | 1 | -4/+18 |
| | |||||
* | add a isLoggedIn method to the usersession and deprecate the isLoggedIn ↵ | Bernhard Posselt | 2014-12-17 | 1 | -0/+28 |
| | | | | method on the api | ||||
* | Add filter for 'backend' to user REST route | Lukas Reschke | 2014-12-10 | 1 | -0/+11 |
| | | | | | | | | 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 | ||||
* | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 1 | -0/+7 |
|\ | | | | | Expose backend type via REST API | ||||
| * | Expose backend type via REST API | Lukas Reschke | 2014-12-09 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | 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/+3 |
| | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 1 | -2/+1 |
| | | |||||
* | | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -2/+11 |
|/ | | | | | | * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container | ||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 3 | -3/+3 |
| | |||||
* | Merge pull request #12218 from owncloud/issue/10991-fixes | Morris Jobke | 2014-11-17 | 3 | -16/+21 |
|\ | | | | | Issue/10991 Make unit tests pass on windows | ||||
| * | Do not use uniqid in Group and User tests as it is not unique on windows | Joas Schilling | 2014-11-06 | 3 | -16/+21 |
| | | |||||
* | | Remove confusingly names \OC\User\Manager::delete and fix the automatic ↵ | Robin Appelman | 2014-11-05 | 1 | -1/+12 |
|/ | | | | cache cleanup instead | ||||
* | strip whitespace from the beginning and end of the display name to avoid ↵ | Bjoern Schiessle | 2014-10-15 | 1 | -0/+46 |
| | | | | empty display names | ||||
* | Add unit test | Robin Appelman | 2014-10-13 | 1 | -33/+63 |
| | |||||
* | add tests | Arthur Schiwon | 2014-06-23 | 2 | -0/+20 |
| | |||||
* | increase scrutinizer happyiness by removing minor/informational issues | Arthur Schiwon | 2014-05-23 | 1 | -2/+0 |
| | |||||
* | clean up here is superflous, will already be removed by user session | Arthur Schiwon | 2014-05-23 | 1 | -6/+0 |
| | |||||
* | test hooks also on login | Arthur Schiwon | 2014-05-23 | 1 | -3/+39 |
| | |||||
* | also test whether hooks work | Arthur Schiwon | 2014-05-23 | 1 | -5/+39 |
| | |||||
* | unit tests for loginWithCookie() | Arthur Schiwon | 2014-05-23 | 1 | -0/+114 |
| | |||||
* | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php | ||||
* | adjust tests accordingly | Arthur Schiwon | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | add tests for user counting | Arthur Schiwon | 2014-01-08 | 1 | -0/+72 |
| | |||||
* | Pass config object in testGetHomeNotSupported | Robin Appelman | 2013-12-20 | 1 | -1/+4 |
| | |||||
* | adjust test | Arthur Schiwon | 2013-12-13 | 1 | -2/+13 |
| | |||||
* | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 2 | -0/+96 |
| | |||||
* | Adjust return value tests for checkPassword() to what OC_User_Example says. | Andreas Fischer | 2013-10-08 | 1 | -3/+3 |
| | |||||
* | Use parent:: in Test_User_Database::getUser(). | Andreas Fischer | 2013-10-08 | 1 | -6/+1 |
| | |||||
* | Test_User_Backend::getUser() does not return an array, it returns a string. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Adjust Tests and satisfy them | Arthur Schiwon | 2013-09-24 | 2 | -40/+45 |
| | |||||
* | User: move checkPassword from User to Manager to not break API | Arthur Schiwon | 2013-09-24 | 1 | -22/+10 |
| | |||||
* | New user management classes | Robin Appelman | 2013-05-29 | 6 | -0/+993 |
| | |||||
* | didn't mean to commit this yet | Robin Appelman | 2013-05-28 | 5 | -670/+0 |
| | |||||
* | implement ArrayInterface with Session | Robin Appelman | 2013-05-28 | 2 | -0/+500 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -4/+4 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -14/+14 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -9/+9 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 3 | -8/+8 |
| | |||||
* | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+0 |
| | |||||
* | Added class comment block | Sam Tuke | 2012-06-01 | 1 | -0/+10 |
| |