Commit Graph

111 Commits (f4dc9e6bf3bf1db1712fde818b5df64516763ce6)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Lukas Reschke e77d2ff2b4 Remove outdated comment 10 years ago
Lukas Reschke bf9030e874 Drop example user backend 10 years ago
Lukas Reschke 38fec9b095 Can also be null 10 years ago
Lukas Reschke 93a303970f Remove OC_User_HTTP 10 years ago
Lukas Reschke bbd5f28415 Let users configure security headers in their Webserver 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Lukas Reschke 165afb004b Use getRemoteAddress which supports reverse proxies 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Robin Appelman 8eda661761 Throw an exception when login is canceled by an app 10 years ago
Lukas Reschke a2e355a7fe Use "HTTPOnly" for cookies when logging out 10 years ago
Robin Appelman 857695ec87 Return false if the login is canceled in a hook 10 years ago
Lukas Reschke dbbf568192 Fix typo 10 years ago
Lukas Reschke a022e65285 Clarify return values 10 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 10 years ago
Lukas Reschke e3230b5bc2 Add ultra-slim hack for incognito mode 10 years ago
Bernhard Posselt 236632702c add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 10 years ago
Lukas Reschke f6820406b6 Move the Null-Byte LDAP check to the user manager 10 years ago
Bernhard Posselt 9ae48e184b add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 10 years ago
Lukas Reschke d0716d2c7d Use public interface 10 years ago
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route 10 years ago
Lukas Reschke 4c13918bd8 Expose backend type via REST API 10 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 10 years ago
Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 10 years ago
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 10 years ago
Joas Schilling 0ed86c0993 Move OC_USER_BACKEND_* constants to OC_User_Backend class 10 years ago
Thomas Müller 5097d4dc05 remove deprecated \OC:$session 10 years ago
michag86 7e70c4ee95 removal of wrong/double implemented check 10 years ago
Robin Appelman c21d1da01a Support displaynames for dummy user backend 11 years ago
Lukas Reschke c4d7483a0a Use new hashing API for OC_User_Database 11 years ago
Robin Appelman 1eefc21329 Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead 11 years ago
Lukas Reschke 770c62c5d8 Clear session after logout 11 years ago
Bjoern Schiessle 239bff5766 strip whitespace from the beginning and end of the display name to avoid empty display names 11 years ago
Robin Appelman 912fbfab01 Unset the cached active user when using a different session object 11 years ago
Tigran Mkrtchyan 276f50a1ba user/backed: use pow of two for backed action constants 11 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 11 years ago
Lukas Reschke 63a90a129b Use proper RNG generator 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Arthur Schiwon 0bb460c9b5 retrieve local users, groups and group members in a sorted way 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Lukas Reschke a82cd1ff67 Fix unit test 11 years ago
Lukas Reschke 5bb4772858 Move authentication failed logging to checkPassword 11 years ago
Joas Schilling 4865c52aa6 Fix isLoggedIn() check for user '0' 11 years ago
Thomas Müller a8b6cc6a07 - adding default value for $recoveryPassword 11 years ago
Robin Appelman 20c1ce7f47 Add public interfaces for User, UserManager and UserSession 11 years ago
Arthur Schiwon 16275eca84 loop over usernames, not passwords 11 years ago
Arthur Schiwon f3ecf819ec extend Dummy user and group implementation to pass tests 11 years ago
Arthur Schiwon 01a012980a search term for users and groups may occur anywhere in the name or displayname, not just in the beginning 11 years ago
Arthur Schiwon e235de98e6 this line was lost on rebase 11 years ago
Arthur Schiwon b15a5a7ca0 undo lastLogin changes in base and user/user as this has now been properly done in #8681 11 years ago