Commit message (Collapse) | 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 |
| | | | | Fixes another persistent XSS vulnerability. | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -951/+951 |
| | | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree. | ||||
* | 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 |
| | | | | | Removed check from User->update_stats. It looks iffy, is reported to be broken, and everything that calls it has an independent check. | ||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -5/+5 |
| | | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function. | ||||
* | Clean up get_preferences a little bit | Paul Arthur | 2012-03-31 | 1 | -5/+3 |
| | | | | | Don't use userid as some sort of weird flag value. Especially when your flag value is a valid value for userid. Just...no. | ||||
* | FS#213 - User Registration | Paul Arthur | 2012-03-01 | 1 | -4/+8 |
| | | | | Add an option to have newly registered accounts disabled by default. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | 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 |
| | | | | memory profiling logging to level 5; fixes FS#141. | ||||
* | Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵ | Paul 'flowerysong' Arthur | 2010-06-22 | 1 | -18/+9 |
| | | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version. | ||||
* | 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 ↵ | Karl 'vollmerk' Vollmer | 2010-03-01 | 1 | -2/+6 |
| | | | | installation and PHP warning on no ip history | ||||
* | 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 ↵ | martian | 2010-02-09 | 1 | -2/+3 |
| | | | | of the UI and toggles album art. | ||||
* | 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 ↵ | Karl 'vollmerk' Vollmer | 2009-05-18 | 1 | -0/+8 |
| | | | | header file with rtl vs ltr languages also removed dead RioPlayer plugin | ||||
* | Add ability to have anonymouse access of a defined level with manual login ↵ | Karl 'vollmerk' Vollmer | 2009-03-08 | 1 | -0/+28 |
| | | | | of users | ||||
* | 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 ↵ | Karl 'vollmerk' Vollmer | 2008-08-06 | 1 | -4/+6 |
| | | | | issues on the downsampling | ||||
* | password nag no longer requires a login/logout to clear after restting ↵ | Karl 'vollmerk' Vollmer | 2008-07-29 | 1 | -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' Vollmer | 2008-07-26 | 1 | -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 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 |
| | | | | mostly work | ||||
* | added in the ajax-loading div display on catalog processes, also relaxed the ↵ | Karl 'vollmerk' Vollmer | 2008-05-06 | 1 | -1/+1 |
| | | | | restrictions on filenames of non-site_charset, warning rather then fatal error | ||||
* | 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 ↵ | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -5/+4 |
| | | | | broken | ||||
* | removed ip2int, int2ip custom functions fixed browse issues when adding ↵ | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -8/+8 |
| | | | | filters in specific order | ||||
* | - Fixed Sorting on Admin->Browse Users | pb1dft | 2008-02-23 | 1 | -0/+4 |
| | | | | - Fixed Shoutbox and shoutbox management (pb1dft) | ||||
* | 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 |
| | | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc |