summaryrefslogtreecommitdiffstats
path: root/lib/class/user.class.php
Commit message (Collapse)AuthorAgeFilesLines
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-23/+25
|
* make the ip history only clear the old stuff sometimes, also fix rounding ↵Karl 'vollmerk' Vollmer2008-08-061-4/+6
| | | | issues on the downsampling
* password nag no longer requires a login/logout to clear after restting ↵Karl 'vollmerk' Vollmer2008-07-291-0/+3
| | | | password, cache the prefs dropping the # of queries a bit per protags suggestion
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-5/+7
| | | | of amarok, also added some caching and fixed some misc bugs
* do not try to insert genre stats those are a thing of the pastKarl 'vollmerk' Vollmer2008-05-261-1/+0
|
* added in some caching and add the database upgrade that will make the taging ↵Karl 'vollmerk' Vollmer2008-05-121-8/+14
| | | | mostly work
* added in the ajax-loading div display on catalog processes, also relaxed the ↵Karl 'vollmerk' Vollmer2008-05-061-1/+1
| | | | restrictions on filenames of non-site_charset, warning rather then fatal error
* fixed the acl issue... sighKarl 'vollmerk' Vollmer2008-03-071-6/+9
|
* fixed playlist update on full strict of mysql5.x and jpg mime typeKarl 'vollmerk' Vollmer2008-03-061-0/+2
|
* corrected a few queries, removed a few other useless ones that were already ↵Karl 'vollmerk' Vollmer2008-02-281-5/+4
| | | | broken
* removed ip2int, int2ip custom functions fixed browse issues when adding ↵Karl 'vollmerk' Vollmer2008-02-281-8/+8
| | | | filters in specific order
* - Fixed Sorting on Admin->Browse Userspb1dft2008-02-231-0/+4
| | | | - Fixed Shoutbox and shoutbox management (pb1dft)
* Fixed minor glitches in user registrationpb1dft2008-02-161-5/+11
|
* 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
|