This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
You've already forked gallery3
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-06-22 09:29:53 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f67bfd099296602f60d48914ae4b09d65b0ad8d3
gallery3
/
modules
/
user
History
Tim Almdal
f67bfd0992
Change the users.php controller so its no longer restful. The problem with our approach to restfulness is that it assumes that the resource will be found in the gallery database. It may well be there, but in the case of using plugable drivers for users management, there are no guarantees that it is in our database or it could be in a ldap directory. So it was just easier to remove the restfulness and just call user::lookup instead.
...
(cherry picked from commit
b3211cb2a8
)
2009-10-08 23:22:07 -07:00
..
controllers
Change the users.php controller so its no longer restful. The problem with our approach to restfulness is that it assumes that the resource will be found in the gallery database. It may well be there, but in the case of using plugable drivers for users management, there are no guarantees that it is in our database or it could be in a ldap directory. So it was just easier to remove the restfulness and just call user::lookup instead.
2009-10-08 23:22:07 -07:00
helpers
Change the users.php controller so its no longer restful. The problem with our approach to restfulness is that it assumes that the resource will be found in the gallery database. It may well be there, but in the case of using plugable drivers for users management, there are no guarantees that it is in our database or it could be in a ldap directory. So it was just easier to remove the restfulness and just call user::lookup instead.
2009-10-08 23:22:07 -07:00
lib
Get rid of trailing whitespace in security preamble
2009-05-18 04:13:09 +00:00
models
Require a valid url for users. Fixes ticket
#612
.
2009-08-09 00:02:17 -07:00
tests
Gee it's May already. Update copyright to 2009.
2009-05-13 20:04:58 +00:00
views
Replaced most clear fix hacks with generic class.
2009-10-07 00:46:02 -06:00
module.info
Add quotes around all values that contain spaces in them, and add a
2009-07-13 10:36:55 -07:00