summaryrefslogtreecommitdiffstats
path: root/lib/class/user.class.php
Commit message (Collapse)AuthorAgeFilesLines
* added shoutbox functionality, only linked from song and album right now also ↵Karl 'vollmerk' Vollmer2007-12-171-0/+3
| | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc
* fixed some playlist issues, (mime type and selection) cleaned up the ↵Karl 'vollmerk' Vollmer2007-12-161-59/+0
| | | | preferences lib a little more moved a lot into the class, updated references to old functions
* fixed two transcode bugsKarl 'vollmerk' Vollmer2007-12-151-3/+5
|
* fixed registration page, and simplifed its logicKarl 'vollmerk' Vollmer2007-12-021-21/+21
|
* fixed public registration, added ADD button to the recently played stuffKarl 'vollmerk' Vollmer2007-12-021-4/+4
|
* some temporary tweaks to make the whole amarok thing work, will be tweaking ↵Karl 'vollmerk' Vollmer2007-11-211-8/+18
| | | | this as it is currently slightly insecure
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-8/+7
| | | | least for the MPD module
* added the initial playlist view page, fixed the artist name on albums of the ↵Karl 'vollmerk' Vollmer2007-08-221-1/+1
| | | | moment
* updated lastfm protocol to 1.2, improved the logic behind it does not ↵Karl 'vollmerk' Vollmer2007-08-211-25/+18
| | | | require a logout, also fixed duplicate stats collection of greedy players
* fixed lastfm for reals this time, I think also fixed not being able to ↵Karl 'vollmerk' Vollmer2007-08-141-6/+6
| | | | re-enable users
* tweaked theme a tad, updated lastfm plugin, requires remove/readadd to work ↵Karl 'vollmerk' Vollmer2007-08-141-27/+4
| | | | correctly
* tweaked get_newest to operate a little different, tweaked lastfm (currently ↵Karl 'vollmerk' Vollmer2007-08-091-20/+38
| | | | broken)
* - Added modules section to sidebar, conforming to new layout from r1127Karl 'vollmerk' Vollmer2007-08-061-0/+19
| | | | - Re-enabled plugins, added openstrands plugin
* fixed downsampling, renamed to transcoding default or always are now the optionsKarl 'vollmerk' Vollmer2007-07-291-2/+0
|
* fixed play all artist, play all artist random, and account updating from ↵Karl 'vollmerk' Vollmer2007-07-291-0/+46
| | | | user preferences
* synced over Vlets prevent_multiple_login patch and improved error reporting ↵Karl 'vollmerk' Vollmer2007-07-261-4/+6
| | | | a bit moving to use of the Error class
* added dynamic playlist item support, default and genre currently workKarl 'vollmerk' Vollmer2007-07-241-1/+22
|
* fixed level updating for admin preferencesKarl 'vollmerk' Vollmer2007-07-121-2/+2
|
* semi-fixed lastfmKarl 'vollmerk' Vollmer2007-07-051-3/+2
|
* fixed some catalog update issues, fixed some genre pages and made the sql ↵Karl 'vollmerk' Vollmer2007-07-021-1/+1
| | | | sort stuff for show songs work
* fixed the ip tracking stuff.. sortaKarl 'vollmerk' Vollmer2007-06-211-7/+6
|
* fixed some issues with the installer, and also made it so that you can ↵Karl 'vollmerk' Vollmer2007-06-171-56/+71
| | | | delete/disable users again
* fixed a potential security issue where the password hash was being put into ↵Karl 'vollmerk' Vollmer2007-06-121-1/+3
| | | | the object :S
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-1/+1
| | | | forgetting now
* fixed stats recording mostlyKarl 'vollmerk' Vollmer2007-06-101-6/+5
|
* fixed browse users, add user, edit userKarl 'vollmerk' Vollmer2007-06-041-64/+88
|
* updated sql file, and the install process now worksKarl 'vollmerk' Vollmer2007-05-131-9/+9
|
* added in the playlist bar, and the auto-loading of a tmp playlist per sessionKarl 'vollmerk' Vollmer2007-05-131-0/+14
|
* fixed the update and the user class reading of the preferencesKarl 'vollmerk' Vollmer2007-05-081-11/+11
|
* new update that moves some stuff around in the database, with 414 albums ↵Karl 'vollmerk' Vollmer2007-05-031-170/+24
| | | | (18mb table) dropped size by 7mb
* fixed up part of single album view, show songs is all gone, working on ↵Karl 'vollmerk' Vollmer2007-04-231-13/+13
| | | | replacement browse method
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-38/+52
| | | | everything broken
* Changed/Added rss stuffie updated main config, Rewrote some off the ↵pb1dft2007-03-031-4/+4
| | | | statistics to use an array
* Updated all offset_limit refs to ->pref['offset_limit']pb1dft2007-02-271-14/+0
|
* removed dead file, updated bin files, removed debug and added a new config ↵Karl 'vollmerk' Vollmer2007-02-131-2/+2
| | | | option
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-111-20/+49
| | | | | | * Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes
* fixed democratic play vote order and user preferences updateKarl 'vollmerk' Vollmer2007-02-101-8/+7
|
* fixed is_logged_in function for the moment. Maybe to change laterpb1dft2007-02-101-1/+1
|
* fixed the displaying of the right ip_history with the right user at the ↵pb1dft2007-02-091-1/+1
| | | | right time
* * Initial Database Changes for 3.4, many things are now brokenKarl 'vollmerk' Vollmer2007-02-081-59/+152
|
* fix an issue with all numeric usernames... by preventing them for now this ↵Karl 'vollmerk' Vollmer2007-01-141-2/+2
| | | | will be really fixed in the next version
* * Fixed Single Artist view if you have 50+ albumsKarl 'vollmerk' Vollmer2007-01-041-1/+4
| | | | | | * Tweaked Recently Played text to make translations a little easier * Removed unused Config options * Added array definition if only one users exists
* new httpq localplay method, fixes for preferences and mpd controllerKarl 'vollmerk' Vollmer2006-12-221-1/+1
|
* * Last DB Update for 3.3.3 Stable BrancheKarl 'vollmerk' Vollmer2006-12-181-4/+4
| | | | | * Improved Recommendation view * Removed Upload
* * Added Recommendations based on matching ratings between usersKarl 'vollmerk' Vollmer2006-12-171-6/+134
| | | | | | * Integrated LastFM plugin (defaults to disabled still) * Fixed a view issue with the Admin Localplay Level preference * removed some old MPD pages that were not being usedwq
* commiting crap in a hurry for loss and profitKarl 'vollmerk' Vollmer2006-12-121-37/+1
|
* typos abound!Karl 'vollmerk' Vollmer2006-12-121-1/+37
|
* arg stupid pluginsKarl 'vollmerk' Vollmer2006-12-061-21/+1
|
* dont track stats on a batch download.. thats just insaneKarl 'vollmerk' Vollmer2006-12-061-1/+21
|
* * Prevent Album art set on demo because people put porn in there :( Karl 'vollmerk' Vollmer2006-12-051-2/+10
| | | | | | | * Fix Push functionality for the Democratic view stuff * Add footer div definition per Apex's request * Fix Config display with multi-value elements * Added plugin checking to update.php wq