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-05-26 22:39:10 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f67bfd099296602f60d48914ae4b09d65b0ad8d3
gallery3
/
modules
/
user
/
controllers
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
..
admin_users.php
CSRF / auth fixes, golden data file checkpoint
2009-09-15 21:50:48 -07:00
login.php
Use abs_url() inside url::redirect() calls so that we don't just wind
2009-09-10 21:31:50 -07:00
logout.php
Use abs_url() inside url::redirect() calls so that we don't just wind
2009-09-10 21:31:50 -07:00
password.php
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
users.php
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