This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-07-29 19:20:52 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1b530e4680b09391d7f99e91f1b0b1eb6b2069fc
gallery3
/
modules
/
user
T
History
Tim Almdal
1b530e4680
Merge branch 'master' into talmdal_dev
...
Conflicts: modules/user/views/admin_users.html.php
2009-10-19 06:27:18 -07:00
..
config
Move the default identity config into the users module and change the Identity constructor to look in module::get_var(gallery, identity_provider) for the current identity driver.
2009-10-18 08:00:33 -07:00
controllers
Remove all non Identity API methods from Identity.php. Created an MY_Session class to provide the user state changes in the session and a login.php helper that has the login form.
2009-10-16 10:06:58 -07:00
helpers
Add a menu item to manage the Identity drivers if there is more than one installed
2009-10-18 09:21:34 -07:00
lib
Get rid of trailing whitespace in security preamble
2009-05-18 04:13:09 +00:00
libraries/drivers
/Identity
Cleanup merge of user/group helpers into Identity interface. Reduce redundant code in the user module and remove references to the Identity helper from the user module as the user module should be able to access things directly. Simplify the get_user_list api method to just accept an array of ids to return user objects for.
2009-10-16 08:55:26 -07:00
models
Cleanup merge of user/group helpers into Identity interface. Reduce redundant code in the user module and remove references to the Identity helper from the user module as the user module should be able to access things directly. Simplify the get_user_list api method to just accept an array of ids to return user objects for.
2009-10-16 08:55:26 -07:00
tests
Gee it's May already. Update copyright to 2009.
2009-05-13 20:04:58 +00:00
views
Merge branch 'master' into talmdal_dev
2009-10-19 06:27:18 -07:00
module.info
Add quotes around all values that contain spaces in them, and add a
2009-07-13 10:36:55 -07:00