- 08 May, 2009 1 commit
-
-
tobyink authored
-
- 07 May, 2009 1 commit
-
-
tobyink authored
-
- 02 May, 2009 1 commit
-
-
tobyink authored
Provide a rel=meta link for /user/$username/stats page.
-
- 01 May, 2009 3 commits
-
-
elleo authored
Use a cookie for storing authentication token instead of sessions (sessions can't reliably have their expiration time extended without globally modifying the php ini file) Rename $u_user to $this_user for better clarity Change all uses of $_SESSION['user'] to the existing '$this_user' variable (and reduces the risk of stale user data being used for stuff) Remove sessions altogether, since they're no longer being used for anything (they can be added back if anyone really wants them for something, but be aware that you'll have to recreate your session in auth.php, not just create it at login, since the PHP session is likely to expire a long time before the user's authentication token)
-
tobyink authored
-
tobyink authored
-
- 30 Apr, 2009 2 commits
- 24 Apr, 2009 1 commit
-
-
idflood authored
-
- 23 Apr, 2009 3 commits
- 20 Apr, 2009 2 commits
- 14 Apr, 2009 1 commit
-
-
tobyink authored
-
- 12 Apr, 2009 6 commits
- 10 Apr, 2009 5 commits
- 09 Apr, 2009 3 commits
- 08 Apr, 2009 1 commit
-
-
tonyb486 authored
-
- 07 Apr, 2009 2 commits
- 05 Apr, 2009 2 commits
- 04 Apr, 2009 4 commits
-
-
elleo authored
Keep track of the gobbler version a configuration was created with, so we can instruct the user to reinstall (or run an upgrade script in the future) if there's been an incompatible configuration or database change.
-
elleo authored
Basic implementation of submissions handshake protocol (currently only works with standard authentication, not web services auth) Add helper functions for validating webservices/standard tokens (only standard tokens are implemented) Change password storage to only be md5($password) rather than md5(md5($password)), otherwise standard tokens can't be generated (standard tokens are "md5(md5($password) . $timestamp)") Update README to give details on testing submissions handshake via standard auth.
-
bmccalip authored
See the README for a walkthrough of a test sequence.
-
- 03 Apr, 2009 1 commit
-
-
elleo authored
Initial commit for gobbler (last.fm compatible audioscrobbler). Just a simple install/configuration script for now.
-