Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 4 | -6/+3 |
| | | | | 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 |
| | |||||
* | Always set up a config object within the user object | Morris Jobke | 2016-02-12 | 1 | -15/+10 |
| | | | | * the new getEmailAddress and setEmailAddress relies on this anyway | ||||
* | revolutionar: change updates might even sent the new value (optional) | Arthur Schiwon | 2016-02-09 | 1 | -5/+5 |
| | |||||
* | Doc improvements | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
| | |||||
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -4/+35 |
| | |||||
* | Merge pull request #22110 from owncloud/comment-types-always-plural | Thomas Müller | 2016-02-04 | 1 | -1/+1 |
|\ | | | | | types shall always be plural | ||||
| * | types shall always be plural | Arthur Schiwon | 2016-02-03 | 1 | -1/+1 |
| | | |||||
* | | move whitspace check to user manager | Vincent Chan | 2016-02-03 | 1 | -0/+4 |
|/ | |||||
* | introduce comments read marke tables, comes with user cleanup after deletion | Arthur Schiwon | 2016-01-29 | 1 | -0/+1 |
| | |||||
* | Changing the avatar of the user emits the changeUser event which triggers ↵ | Thomas Müller | 2016-01-25 | 1 | -6/+8 |
| | | | | update of the system addressbook | ||||
* | 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 |
| | | |||||
* | | Emit OC\User::changeUser on change of display name | Thomas Müller | 2016-01-20 | 1 | -1/+6 |
| | | |||||
* | | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 2 | -0/+20 |
|/ | |||||
* | move methods to correct interface, deprecate private interface | Jörn Friedrich Dreyer | 2016-01-14 | 3 | -62/+9 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -13/+15 |
| | |||||
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Remove OC_DB::isError | Morris Jobke | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | Move regeneration of session ID into session classes | Lukas Reschke | 2016-01-04 | 1 | -0/+2 |
| | | | | There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this. | ||||
* | different strategy in cleaning up after user was deleted | Arthur Schiwon | 2015-12-09 | 1 | -0/+2 |
| | | | | | | | | we do not listen to deletion hooks anymore, because there is no guarantee that they will be heard - requires that something fetches the CommentsManager first. Instead, in the user deletion routine the clean up method will be called directly. Same way as it happens for files, group memberships, config values. | ||||
* | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 2 | -2/+2 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -7/+9 |
| | |||||
* | Fix comments | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Fix getCloudId | Thomas Müller | 2015-12-02 | 1 | -0/+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 | ||||
* | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 1 | -25/+42 |
| | |||||
* | Add IUser::getAvatarImage() for easy access | Thomas Müller | 2015-12-02 | 1 | -1/+27 |
| | |||||
* | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 1 | -0/+10 |
| | |||||
* | Make sure that remote shares use the correct uid casing | Joas Schilling | 2015-10-06 | 1 | -0/+32 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -3/+3 |
| | |||||
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -169/+0 |
| | |||||
* | Remove last occurence of `forcessl` | Lukas Reschke | 2015-08-26 | 1 | -2/+2 |
| | | | | This shoudl have been adjusted as well, now it's consistent with `setMagicInCookie`. While it does not have a security impact directly some automated scanners reported this all the time. | ||||
* | Fixed "Remote IP:" syntax on failed logins | RealRancor | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Fix indentation | Lukas Reschke | 2015-06-27 | 1 | -15/+15 |
| | |||||
* | Add missing annotations for parameters | Lukas Reschke | 2015-06-27 | 4 | -26/+36 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -5/+17 |
| | |||||
* | more type hints | Robin Appelman | 2015-06-02 | 1 | -2/+2 |
| | |||||
* | Reduce the complexity of the search queries in the backends to a minimum | Joas Schilling | 2015-05-18 | 1 | -5/+20 |
| | |||||
* | fix followup issues with unneeded parameters | Morris Jobke | 2015-04-18 | 1 | -2/+2 |
| | |||||
* | throw exception when backends don't provide a user instead of creating ↵ | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -0/+14 |
| | | | | legacy local storages | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 8 | -73/+179 |
| | |||||
* | Remove outdated comment | Lukas Reschke | 2015-03-13 | 1 | -2/+0 |
| | |||||
* | Drop example user backend | Lukas Reschke | 2015-03-13 | 1 | -70/+0 |
| | | | | | | We already provide an interface for application developers, this file is outdated and thus should get removed. Addresses No. 3 from https://github.com/owncloud/core/issues/14847 | ||||
* | Merge pull request #14867 from owncloud/drop-OC_User_HTTP | Morris Jobke | 2015-03-13 | 1 | -120/+0 |
|\ | | | | | Remove OC_User_HTTP | ||||
| * | Remove OC_User_HTTP | Lukas Reschke | 2015-03-13 | 1 | -120/+0 |
| | | | | | | | | Addresses No. 1 from https://github.com/owncloud/core/issues/14847 | ||||
* | | 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... |