- 01 May, 2009 9 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
-
elleo authored
-
mattl authored
-
tobyink authored
Some tracks were reported as '7 days ago', others as 'about a week ago' and others still as '1 weeks ago'. Now these are all 'about a week ago'.
-
tobyink authored
-
clint authored
-
clint authored
-
clint authored
-
- 30 Apr, 2009 31 commits
-
-
clint authored
-
clint authored
-
clint authored
-
clint authored
-
clint authored
-
tobyink authored
-
clint authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
clint authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
elleo authored
Add "Listen" page, allowing users to stream tag radio stations directly from the website via the JavaScript player Give the JavaScript player support for stations Add radio authentication to the User class for use by the JavaScript player
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
mattl authored
-
idflood authored
-
tobyink authored
Figured out why an empty "$user's Top Tracks" heading was appearing at the end of user-recent-tracks. That was confusing the hell out of me!
-
mattl authored
-
mattl authored
add copyright notice to this file as per http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html
-
tobyink authored
-
mattl authored
-
tobyink authored
-
clint authored
-