sync/www/assets/js
calzoneman 3a7acd0526 Implement new session system
I replaced the old login system with a more secure one.
Instead of storing cookies containing the username and plaintext password, the password
is submitted once to obtain a session hash, which is valid for a given length of time.
Registering and logging in is now done via an iframe, which prevents custom javascript from having access to the password field.
Site admins need to run the following SQL before updating, or else all of your logins/registrations will fail:

ALTER TABLE `registrations` ADD `session_hash` VARCHAR( 64 ) NOT NULL ,
ADD `expire` BIGINT NOT NULL
2013-04-25 22:50:12 -05:00
..
acp.js Tweaks to ACP and channel options 2013-04-06 16:08:26 -05:00
bootstrap-modal.js Implement custom JS 2013-04-16 11:11:10 -05:00
bootstrap-transition.js Implement custom JS 2013-04-16 11:11:10 -05:00
bootstrap.js Push to github 2013-02-15 23:02:42 -06:00
bootstrap.min.js Push to github 2013-02-15 23:02:42 -06:00
callbacks.js Implement new session system 2013-04-25 22:50:12 -05:00
client.js Implement new session system 2013-04-25 22:50:12 -05:00
froogaloop.min.js Push to github 2013-02-15 23:02:42 -06:00
functions.js Implement new session system 2013-04-25 22:50:12 -05:00
iourl.js Change license to MIT 2013-03-23 21:28:20 -05:00
jquery.js Push to github 2013-02-15 23:02:42 -06:00
media.js Improve buffer compensation 2013-04-24 08:04:26 +04:00
sc.js Correct behavior for leader/unleader; compensate for Soundcloud being inconsiderate 2013-03-25 13:54:18 -05:00
swf.js Change license to MIT 2013-03-23 21:28:20 -05:00
webtoolkit.sha256.js Push to github 2013-02-15 23:02:42 -06:00