| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix User::count() | Paul Arthur | 2013-03-28 | 1 | -2/+3 |
* | Make remote catalogs actually work | Paul Arthur | 2013-03-28 | 1 | -0/+21 |
* | Scrub user data in User->update() | Paul Arthur | 2013-02-07 | 1 | -10/+13 |
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -951/+951 |
* | Move [un]format_bytes() from general.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
* | Rename tmpPlaylist to Tmp_Playlist | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
* | FS#202 - Stats not registered on some songs | Paul Arthur | 2012-09-20 | 1 | -8/+0 |
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -5/+5 |
* | Clean up get_preferences a little bit | Paul Arthur | 2012-03-31 | 1 | -5/+3 |
* | FS#213 - User Registration | Paul Arthur | 2012-03-01 | 1 | -4/+8 |
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -17/+39 |
* | Fix Democratic play - properly remove songs after playback | Karl Vollmer | 2011-01-25 | 1 | -0/+1 |
* | Use a function to format bytes -> human-readable sizes. Also bump catalog build | Paul 'flowerysong' Arthur | 2010-10-15 | 1 | -17/+1 |
* | Plugin work. Plugins are now pluggable: no plugin-specific code in the main ... | Paul 'flowerysong' Arthur | 2010-06-22 | 1 | -18/+9 |
* | Cosmetics. %s/assoicated/associated/g | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -1/+1 |
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -6/+6 |
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -69/+69 |
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
* | Update defaults for new installs (extending default timeouts) fix installatio... | Karl 'vollmerk' Vollmer | 2010-03-01 | 1 | -2/+6 |
* | Tweaked how features / bandwidth level is checked, not happy with it. | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -2/+2 |
* | Adding the bandwidth option to the preferences. This changes the complexity o... | martian | 2010-02-09 | 1 | -2/+3 |
* | Replaced almost every dba::query to dba::read or dba::write. | dipsol | 2009-12-14 | 1 | -2/+2 |
* | Cleanup of user class, no functional change | Karl 'vollmerk' Vollmer | 2009-12-12 | 1 | -55/+53 |
* | Issue #364, added feature for password reset. | dipsol | 2009-10-19 | 1 | -300/+319 |
* | fix the message parsing so that it accepts libre.fms slightly different response | Karl 'vollmerk' Vollmer | 2009-05-18 | 1 | -2/+2 |
* | api fixes, added librefm scrobbler (untested) and fixed minor error in header... | Karl 'vollmerk' Vollmer | 2009-05-18 | 1 | -0/+8 |
* | Add ability to have anonymouse access of a defined level with manual login of... | Karl 'vollmerk' Vollmer | 2009-03-08 | 1 | -0/+28 |
* | cleanup of dead / old functions | Karl 'vollmerk' Vollmer | 2009-02-19 | 1 | -11/+0 |
* | fix display of ip history | Karl 'vollmerk' Vollmer | 2009-02-04 | 1 | -14/+11 |
* | Finish IPv6 support | Karl 'vollmerk' Vollmer | 2009-02-01 | 1 | -3/+4 |
* | Creating new user now uses the new password hashing scheme | Kevin James 'purdyk' Purdy | 2008-11-03 | 1 | -2/+3 |
* | move to sha256 for passwords API and Interface | Karl 'vollmerk' Vollmer | 2008-10-30 | 1 | -1/+1 |
* | good number of changes to browse, this breaks more then it fixes... | Karl 'vollmerk' Vollmer | 2008-08-13 | 1 | -23/+25 |
* | make the ip history only clear the old stuff sometimes, also fix rounding iss... | Karl 'vollmerk' Vollmer | 2008-08-06 | 1 | -4/+6 |
* | password nag no longer requires a login/logout to clear after restting passwo... | Karl 'vollmerk' Vollmer | 2008-07-29 | 1 | -0/+3 |
* | switched to sha() password encryption not using sha2 because of limitations o... | Karl 'vollmerk' Vollmer | 2008-07-26 | 1 | -5/+7 |
* | do not try to insert genre stats those are a thing of the past | Karl 'vollmerk' Vollmer | 2008-05-26 | 1 | -1/+0 |
* | added in some caching and add the database upgrade that will make the taging ... | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -8/+14 |
* | added in the ajax-loading div display on catalog processes, also relaxed the ... | Karl 'vollmerk' Vollmer | 2008-05-06 | 1 | -1/+1 |
* | fixed the acl issue... sigh | Karl 'vollmerk' Vollmer | 2008-03-07 | 1 | -6/+9 |
* | fixed playlist update on full strict of mysql5.x and jpg mime type | Karl 'vollmerk' Vollmer | 2008-03-06 | 1 | -0/+2 |
* | corrected a few queries, removed a few other useless ones that were already b... | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -5/+4 |
* | removed ip2int, int2ip custom functions fixed browse issues when adding filte... | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -8/+8 |
* | - Fixed Sorting on Admin->Browse Users | pb1dft | 2008-02-23 | 1 | -0/+4 |
* | Fixed minor glitches in user registration | pb1dft | 2008-02-16 | 1 | -5/+11 |
* | added shoutbox functionality, only linked from song and album right now also ... | Karl 'vollmerk' Vollmer | 2007-12-17 | 1 | -0/+3 |