CyTube/www
calzoneman ebe48798fe Implement user profiles
Existing installations will have to apply the following SQL:
```sql
ALTER TABLE `registrations` ADD `profile_image` VARCHAR( 255 ) NOT NULL ,
ADD `profile_text` TEXT NOT NULL
```
2013-05-12 20:41:02 -04:00
..
assets Implement user profiles 2013-05-12 20:41:02 -04:00
acp.html Add banlist to acp 2013-05-04 12:30:38 -05:00
channel.html Add temporary videos 2013-05-04 17:54:28 -05:00
channellist.html Show page title in channel list 2013-05-12 11:46:19 -04:00
channelwidget.html Fix channelwidget.html 2013-04-27 11:54:35 -05:00
footer.html Add site footer 2013-04-30 11:13:06 -05:00
help.html Change icons for next and temp, update help.html 2013-05-11 18:15:48 -04:00
index.html Show page title in channel list 2013-05-12 11:46:19 -04:00
login.html Add password change (#88) 2013-05-04 13:01:04 -05:00