Michael Gapczynski
|
874f31b8d7
|
Make getting all users and groups the default
|
2012-08-11 16:25:27 -04:00 |
Michael Gapczynski
|
8d1eb674ec
|
Add search, limit, and offset parameters to getUsers() and getGroups()
|
2012-08-11 16:25:27 -04:00 |
Arthur Schiwon
|
81c0ca4ffb
|
remove only internally used function from interface
|
2012-07-25 12:56:08 +02:00 |
Arthur Schiwon
|
fdcbc23ed6
|
define an interface for the User Backend
|
2012-07-25 12:56:07 +02:00 |
Robin Appelman
|
c9be9ab251
|
remove unused variables
|
2012-07-20 18:56:18 +02:00 |
Bart Visscher
|
ac36512102
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +02:00 |
Frank Karlitschek
|
6119f05ac0
|
generate a random salt during installation and store it in the config.php. use it to salt the password hashing.
|
2012-06-08 12:31:37 +02:00 |
Bart Visscher
|
4a5973662c
|
Merge branch 'unstable'
Conflicts:
apps/files_external/tests/config.php
apps/files_versions/ajax/getVersions.php
apps/files_versions/appinfo/app.php
apps/files_versions/history.php
apps/files_versions/js/versions.js
apps/files_versions/templates/history.php
apps/files_versions/versions.php
lib/base.php
|
2012-06-04 23:02:05 +02:00 |
Robin Appelman
|
e90cbcaf5b
|
http user backend
|
2012-06-03 02:51:05 +02:00 |
Sam Tuke
|
4b4d13165a
|
Minor change to comment
|
2012-06-01 16:46:18 +01:00 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
Robin Appelman
|
5fe7200a7f
|
update documentation of oc_user::checkpassword
|
2012-05-17 00:57:43 +02:00 |
Bart Visscher
|
ac2e0cd6e4
|
Implement default functions in OC_User backend
Simplifies calling these functions, and makes code simpler
functions:
deleteUser
getUsers
userExists
|
2012-05-10 09:14:26 +02:00 |
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
|
2012-04-15 10:30:22 +02:00 |
Robin Appelman
|
d3bf013761
|
prevent users with the same name but different casing from being created
|
2012-04-14 12:57:10 +02:00 |
Robin Appelman
|
d8e54acbf3
|
test cases for user backends
|
2012-04-14 10:43:28 +02:00 |
Robin Appelman
|
62cd89da14
|
improved password hashing based one phpass
old passwords are automatically upgraded on login
|
2012-02-26 14:12:50 +01:00 |
Robin Appelman
|
8c7aa06088
|
dont use numRows when it's not needed since it can be expensive
|
2011-09-17 02:49:40 +02:00 |
Robin Appelman
|
ee0954b236
|
fix issue with login being case insensitve
|
2011-08-25 21:51:13 +02:00 |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
2011-07-29 21:36:03 +02:00 |
Jakob Sack
|
f5c0dbd947
|
Use autoload
|
2011-07-27 19:07:28 +02:00 |