Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issues where some user settings cannot be loaded when the user id ↵ | Joas Schilling | 2016-10-21 | 1 | -0/+10 |
| | | | | | | differs in case sensitivity Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Run the license script | Joas Schilling | 2016-07-22 | 1 | -6/+6 |
| | |||||
* | When we iterate over all users that might be too much memory | Joas Schilling | 2016-05-02 | 1 | -4/+9 |
| | |||||
* | Don't loop over the backends, we already know where the user should be | Joas Schilling | 2016-05-02 | 1 | -3/+3 |
| | |||||
* | Prevent null to be passed into the closure of callForAllUsers | Thomas Müller | 2016-04-07 | 1 | -7/+11 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Fix typo in PHPDoc | Morris Jobke | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | move whitspace check to user manager | Vincent Chan | 2016-02-03 | 1 | -0/+4 |
| | |||||
* | Merge pull request #21806 from owncloud/mdusher-master | Thomas Müller | 2016-01-25 | 1 | -3/+3 |
|\ | | | | | [jenkins] Added ' to characters allowed in the username | ||||
| * | fix error message and comment | Morris Jobke | 2016-01-20 | 1 | -2/+2 |
| | | |||||
| * | Added ' to characters allowed in the username | Michael U | 2016-01-20 | 1 | -2/+2 |
| | | |||||
* | | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -0/+1 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| | |||||
* | Fix comments | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Proposal: add enumeration function to IUserManager which simply calls a ↵ | Thomas Müller | 2015-12-02 | 1 | -4/+30 |
| | | | | callbask for each user in all backends | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Fixed "Remote IP:" syntax on failed logins | RealRancor | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+24 |
| | |||||
* | 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 | -24/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Use getRemoteAddress which supports reverse proxies | Lukas Reschke | 2015-02-24 | 1 | -4/+1 |
| | | | | | | Breaking change for 8.1 wiki (Security > Administrators): The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+24 |
| | |||||
* | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 1 | -3/+8 |
| | | | | * LDAP with multiple servers also proved backendName | ||||
* | Move the Null-Byte LDAP check to the user manager | Lukas Reschke | 2014-12-17 | 1 | -0/+3 |
| | | | | | | The existing method is deprecated and just a wrapper around the manager method. Since in the future other code paths might call this function instead we need to perform that check here. Related to http://owncloud.org/security/advisory/?id=oc-sa-2014-020 | ||||
* | Use public interface | Lukas Reschke | 2014-12-11 | 1 | -5/+5 |
| | |||||
* | Add filter for 'backend' to user REST route | Lukas Reschke | 2014-12-10 | 1 | -0/+8 |
| | | | | | | | | 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 | ||||
* | 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 | -1/+1 |
| | | | | 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 | -3/+3 |
| | |||||
* | Remove confusingly names \OC\User\Manager::delete and fix the automatic ↵ | Robin Appelman | 2014-11-05 | 1 | -19/+5 |
| | | | | cache cleanup instead | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Fix unit test | Lukas Reschke | 2014-08-15 | 1 | -1/+4 |
| | |||||
* | Move authentication failed logging to checkPassword | Lukas Reschke | 2014-08-15 | 1 | -0/+2 |
| | | | | Fixes https://github.com/owncloud/core/issues/10366 | ||||
* | Add public interfaces for User, UserManager and UserSession | Robin Appelman | 2014-07-14 | 1 | -1/+2 |
| | |||||
* | increase scrutinizer happyiness by removing minor/informational issues | Arthur Schiwon | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | clean up tryRememberLogin and save the timestamp of users last login | Arthur Schiwon | 2014-05-21 | 1 | -0/+6 |
| | |||||
* | Use OC_User_Interface instead of OC_User_Backend | Robin McCorkell | 2014-05-13 | 1 | -4/+4 |
| | |||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove limit and offset manipulation when getting users or groups, because ↵ | Arthur Schiwon | 2014-04-15 | 1 | -14/+0 |
| | | | | it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint | ||||
* | Make hardcoded exception messages translatable | Volkan Gezer | 2014-04-08 | 1 | -5/+6 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -2/+2 |
| | |||||
* | if backends have the same class name, sum their users up instead of overwriting | Arthur Schiwon | 2014-01-08 | 1 | -1/+5 |
| | |||||
* | Introduce user count action to user management | Arthur Schiwon | 2014-01-07 | 1 | -0/+18 |
| | |||||
* | fix the config option to remove the ability for users to set their displayname | Robin Appelman | 2013-12-18 | 1 | -4/+13 |
| | |||||
* | remove user from cache if he was deleted successfully | Bjoern Schiessle | 2013-10-29 | 1 | -0/+14 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+250 |
Conflicts: lib/private/vcategories.php |