Commit Graph

32 Commits (f4dc9e6bf3bf1db1712fde818b5df64516763ce6)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 10 years ago
Lukas Reschke c4d7483a0a Use new hashing API for OC_User_Database 11 years ago
Arthur Schiwon 0bb460c9b5 retrieve local users, groups and group members in a sorted way 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
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Lukas Reschke c4109d9aef Use strict type comparison 11 years ago
Victor Dubiniuk 91d40f5033 remove unneeded LOWER. Fixes #8202 11 years ago
adrien 0da61a26ee remove cache all user 11 years ago
adrien ea6f8ba352 fix remove cache when delete 11 years ago
adrien f827761e71 remove static variable, add limit and offset 11 years ago
adrien 415b1d03bc fix cache when remove an user 11 years ago
nishiki ba9d8f7c1a fix undifined uid 11 years ago
nishiki 75011c2e09 add query result (boolean) for update or delete 11 years ago
nishiki d8843f6cd3 minor clean code 11 years ago
adrien fbde24c89a fix undefined in loadUsers 11 years ago
adrien 5cdfc56867 update the cache when add user 11 years ago
adrien dde4f2f917 upgrade the cache user 11 years ago
adrien 08a46e3080 add cache for single users 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Arthur Schiwon 1e1ced7772 Introduce user count action to user management 11 years ago
Robin Appelman 366d75e947 cache the home folder of a User 11 years ago
Arthur Schiwon 466b6c1ee0 local user backend shall search for both username and displayname, fixes #5401 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Jörn Friedrich Dreyer 91c0b81130 add missing backticks 12 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 12 years ago
joel hansson 7f58b0ef7c typo fix in a comment. 12 years ago
Bart Visscher fa8214ecc9 Use the MDB2 function to get the count result 12 years ago
Bart Visscher 3213c47188 Use count SQL to check for user existance 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Thomas Mueller 5731a1b01c introduce new virtual method hasUserListings() to determine if a user backend can list it's users. 12 years ago
Björn Schießle ab255e8bb6 add missing brackets 12 years ago
Björn Schießle 9a19c0af4b search for display name and uid (with no display name) since it is possible that not all users have a seperate display name 12 years ago
Björn Schießle 590c4aa710 search display name instead of uid; fix key/value order for array access 12 years ago
Björn Schießle c00b66fe5b implement DisplayNamesInGroup for database back-end 12 years ago
Björn Schießle e6cc0cd08a implement display names for the database back-end 12 years ago
Björn Schießle 70c3ab3c53 update the display name for the database back-end 12 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Jörn Friedrich Dreyer b032819ab9 check for database error in userExists 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Michael Gapczynski ca6322465d Treat getUsers() as case insensitive, helpful for showing proper results in the share with autocomplete 13 years ago