Arthur Schiwon
1e1ced7772
Introduce user count action to user management
12 years ago
Robin Appelman
366d75e947
cache the home folder of a User
12 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
Conflicts:
lib/private/vcategories.php
12 years ago
Jörn Friedrich Dreyer
91c0b81130
add missing backticks
guys, please ...
13 years ago
Jörn Friedrich Dreyer
eceb3c8ed5
add debug output
13 years ago
joel hansson
7f58b0ef7c
typo fix in a comment.
13 years ago
Bart Visscher
fa8214ecc9
Use the MDB2 function to get the count result
13 years ago
Bart Visscher
3213c47188
Use count SQL to check for user existance
13 years ago
Bart Visscher
bb75dfc021
Whitespace fixes
13 years ago
Bart Visscher
ffae6f4b84
Style-fix: Breakup long lines
13 years ago
Thomas Mueller
5731a1b01c
introduce new virtual method hasUserListings() to determine if a user backend can list it's users.
13 years ago
Björn Schießle
ab255e8bb6
add missing brackets
13 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
13 years ago
Björn Schießle
590c4aa710
search display name instead of uid; fix key/value order for array access
13 years ago
Björn Schießle
c00b66fe5b
implement DisplayNamesInGroup for database back-end
13 years ago
Björn Schießle
e6cc0cd08a
implement display names for the database back-end
13 years ago
Björn Schießle
70c3ab3c53
update the display name for the database back-end
13 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
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Bart Visscher
52f2e7112e
Whitespace fixes in lib
13 years ago
Michael Gapczynski
ff076caeee
Check usernames in the database as case insensitive, they are still stored case sensitive. Bug fix for oc-422 and oc-1514
13 years ago
Georg Ehrke
5586054961
fix c&p fail from earlier commit today
13 years ago
Georg Ehrke
5a4854079f
implement getHome in OC_User
13 years ago
jfd
1bfe26bb09
remove superflous LIMIT
14 years ago
Michael Gapczynski
874f31b8d7
Make getting all users and groups the default
14 years ago
Michael Gapczynski
8d1eb674ec
Add search, limit, and offset parameters to getUsers() and getGroups()
14 years ago
jfd
ede464f058
escape all identifiers with backticks
14 years ago
Michael Gapczynski
2f1a990cad
Add search, limit, and offset parameters to getUsers() and getGroups()
14 years ago
Robin Appelman
c9be9ab251
remove unused variables
14 years ago
Bart Visscher
cff1b6e699
Don't use substr to get first char of string
14 years ago
Bart Visscher
ac36512102
Don't use substr to get first char of string
14 years ago
Frank Karlitschek
a7a861b2c6
backport the password salting fix.
a salt is generated during setup and used to salt the user password hases in the database backend
14 years ago
Frank Karlitschek
6119f05ac0
generate a random salt during installation and store it in the config.php. use it to salt the password hashing.
14 years ago
Frank Karlitschek
a945fa10a6
update copyright
14 years ago
Robin Appelman
5fe7200a7f
update documentation of oc_user::checkpassword
14 years ago
Daniel
fd16784bcc
fix bug where users could use wildcards in username to login
e.g. user Peter could probably login using username Pet%
fixed same problem in the migration script
14 years ago
Robin Appelman
d3bf013761
prevent users with the same name but different casing from being created
14 years ago
Robin Appelman
62cd89da14
improved password hashing based one phpass
old passwords are automatically upgraded on login
14 years ago
Robin Appelman
8c7aa06088
dont use numRows when it's not needed since it can be expensive
14 years ago
Robin Appelman
5e3ecbbf96
dont use numRows when it's not needed since it can be expensive
14 years ago
Robin Appelman
ee0954b236
fix issue with login being case insensitve
15 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
15 years ago
Jakob Sack
f5c0dbd947
Use autoload
15 years ago
Robin Appelman
ee0f1490e1
Multiply changes to user system
keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead
multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system
15 years ago
Jakob Sack
b57823baa5
Made the "change password" thingie in settings working
15 years ago