Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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... | ||||
* | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 1 | -1/+1 |
| | | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS. | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 10 | -222/+144 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #10735 from owncloud/use_remote_addr | Robin McCorkell | 2015-02-25 | 1 | -4/+1 |
|\ | | | | | Use getRemoteAddress which supports reverse proxies | ||||
| * | 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. | ||||
* | | Merge pull request #13340 from owncloud/use-http-only | Lukas Reschke | 2015-02-24 | 1 | -10/+13 |
|\ \ | |/ |/| | Use "HTTPOnly" for cookies when logging out | ||||
| * | Use "HTTPOnly" for cookies when logging out | Lukas Reschke | 2015-01-14 | 1 | -10/+13 |
| | | | | | | | | | | | | This has no other reason than preventing some insane automated scanners from reporting this as security bug (which it obviously isn't as the cookie contains nothing of value) Thus it generally results in an happier Lukas and hopefully less reports to our support and security mail addresses... | ||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 10 | -144/+222 |
| | | |||||
* | | Throw an exception when login is canceled by an app | Robin Appelman | 2015-01-22 | 2 | -1/+18 |
| | | |||||
* | | Return false if the login is canceled in a hook | Robin Appelman | 2015-01-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #12969 from owncloud/clarify-docs | Morris Jobke | 2014-12-22 | 1 | -2/+2 |
|\ | | | | | Clarify return values | ||||
| * | Fix typo | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
| | | |||||
| * | Clarify return values | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
| | | | | | | | | This function returns `null` when no user is logged-in. | ||||
* | | Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-mode | Lukas Reschke | 2014-12-19 | 1 | -0/+5 |
|\ \ | |/ |/| | Add ultra-slim hack for incognito mode | ||||
| * | Add ultra-slim hack for incognito mode | Lukas Reschke | 2014-12-17 | 1 | -0/+5 |
| | | | | | | | | As discussed at https://github.com/owncloud/core/pull/12912#issuecomment-67391155 | ||||
* | | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 5 | -6/+38 |
| | | | | | | | | * LDAP with multiple servers also proved backendName | ||||
* | | Merge pull request #12901 from owncloud/move-ldap-check-to-manager | Robin McCorkell | 2014-12-18 | 1 | -0/+3 |
|\ \ | |/ |/| | Move the Null-Byte LDAP check to the user manager | ||||
| * | 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 | ||||
* | | add a isLoggedIn method to the usersession and deprecate the isLoggedIn ↵ | Bernhard Posselt | 2014-12-17 | 1 | -0/+9 |
|/ | | | | method on the api |