Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Catalog::get_artists | Afterster | 2013-11-05 | 1 | -45/+51 |
| | |||||
* | Add and use Core::is_readable() | Paul Arthur | 2013-05-30 | 1 | -7/+5 |
| | | | | | | | | bea34c42 fixed one use of is_readable, but Windows users encountering this issue would still be affected in other cases. This commit fixes all of the important is_readable calls within Ampache; I'm not going to hack this into external modules, so if they're broken people will have to live with it. | ||||
* | Work on remote clean | Paul Arthur | 2013-05-30 | 1 | -28/+54 |
| | |||||
* | Unify debugging output to a single file | Paul Arthur | 2013-05-27 | 1 | -25/+25 |
| | | | | | | Splitting some things off to ampache-catalog doesn't really make sense to me and makes it harder to see the entire process during catalog operations. | ||||
* | Make Catalog::count_songs use the correct variable | Paul Arthur | 2013-05-13 | 1 | -1/+1 |
| | | | | Fixes GH#23 | ||||
* | Don't store plaintext passwords | Paul Arthur | 2013-03-28 | 1 | -1/+1 |
| | | | | http://dbareactions.tumblr.com/post/41455377237/when-i-see-app-passwords-stored-in-clear-text-in | ||||
* | Try to fix remote streaming | Paul Arthur | 2013-03-28 | 1 | -5/+5 |
| | |||||
* | Make remote catalogs actually work | Paul Arthur | 2013-03-28 | 1 | -728/+333 |
| | |||||
* | Remove sole use of Dba::seek | Paul Arthur | 2013-02-11 | 1 | -1/+1 |
| | | | | | Can't be cleanly supported by PDO, so it was removed from Dba's interface. This change was supposed to be done then, but was missed. | ||||
* | Some cleanup of play URL handling | Paul Arthur | 2013-02-07 | 1 | -5/+4 |
| | | | | | | Move parsing from Song into Stream_URL and make it parse more things. Add the type parameter to all generated URLs instead of adding video to Video URLs. | ||||
* | Cosmetics: s/Itterate/Iterate/ | Paul Arthur | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -1984/+1984 |
| | | | | | 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 | -4/+4 |
| | |||||
* | Move update_text from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -15/+15 |
| | |||||
* | Move show_box_{top,bottom}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -10/+10 |
| | |||||
* | Continue moving things into UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate() | ||||
* | Move Catalog::get_disabled() to Song | Paul Arthur | 2013-01-26 | 1 | -22/+0 |
| | |||||
* | Drop unused Catalog::get_catalog_ids() | Paul Arthur | 2013-01-26 | 1 | -17/+0 |
| | |||||
* | Catalog::_check_ticker() -> UI::check_ticker() | Paul Arthur | 2013-01-26 | 1 | -19/+5 |
| | |||||
* | Move Catalog::optimize_tables() to Dba | Paul Arthur | 2013-01-26 | 1 | -21/+0 |
| | |||||
* | Catalog::clean() -> Catalog::gc() | Paul Arthur | 2013-01-26 | 1 | -9/+10 |
| | |||||
* | Rename shoutBox to Shoutbox | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Rename tmpPlaylist to Tmp_Playlist | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Move clean functions into their respective classes | Paul Arthur | 2013-01-25 | 1 | -175/+11 |
| | | | | Uniformly name them gc() | ||||
* | Move duplicate searching from Catalog to Song | Paul Arthur | 2013-01-25 | 1 | -70/+4 |
| | | | | | Catalog::get_duplicate_songs() -> Song::find_duplicates() Catalog::get_duplicate_info() -> Song::get_duplicate_info() | ||||
* | Move Catalog::clear_stats() to Stats::clear() | Paul Arthur | 2013-01-25 | 1 | -19/+3 |
| | |||||
* | Cosmetics: s/incase/in case/ | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Clean up outdated comment | Paul Arthur | 2013-01-25 | 1 | -2/+1 |
| | |||||
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
| | |||||
* | Fix spurious errors from Catalog::create() | Paul Arthur | 2012-10-18 | 1 | -3/+7 |
| | | | | is_readable is flaky under Windows, opendir should be more accurate. | ||||
* | Mainly cosmetic cleanup of the catalog update complete message | Paul Arthur | 2012-10-16 | 1 | -12/+6 |
| | |||||
* | Some cleanup of the playlist import code | Paul Arthur | 2012-09-21 | 1 | -14/+18 |
| | | | | Global variables are ugly and unnecessary. | ||||
* | FS#262 - M3U import should be ordered | Florent Fourcot | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | Switch from ngettext() to T_ngettext() | Paul Arthur | 2012-04-12 | 1 | -5/+5 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -35/+35 |
| | | | | | | 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. | ||||
* | Make Art->get_from_source() static | Paul Arthur | 2012-04-09 | 1 | -2/+3 |
| | | | | | | Half the calls to it were already trying to call it as a static method anyway. The only time $this was referenced was to get the type, so pass type as a parameter. | ||||
* | Increment the correct variable during verify | Paul Arthur | 2012-03-31 | 1 | -1/+1 |
| | | | | | Final displayed count was always 0 because we were incrementing a different variable than we were using. | ||||
* | Drop mtime check during verify | Paul Arthur | 2012-03-31 | 1 | -5/+0 |
| | | | | | It does more harm than good, by making it difficult to update records if you've changed your metadata settings (or fixed a bug). | ||||
* | Don't use LIKE when looking for an artist by MBID | Paul Arthur | 2012-03-31 | 1 | -1/+1 |
| | | | | There's no reason to do pattern matching. | ||||
* | FS#198 - Export To CSV - Blank Genre | Paul Arthur | 2012-03-01 | 1 | -9/+17 |
| | | | | Clean up Catalog->export. Genre doesn't exist any more. | ||||
* | Fixed messages translatable. | momo-i | 2011-12-27 | 1 | -12/+12 |
| | |||||
* | Fix catalog clean | Paul Arthur | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | Fix some missing documentation, remove some obsolete functions | Karl Vollmer | 2011-12-01 | 1 | -81/+21 |
| | |||||
* | Fixed two PHP warnings, and some issues with how users were being constructed | Karl Vollmer | 2011-12-01 | 1 | -1/+1 |
| | | | | in init (which makes me wonder) and started trying to figure out why libre.fm broke | ||||
* | Typo caused songs to be put in null catalog :S | Karl Vollmer | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | Song and Album Art from remote catalogs now inserts locally, can't play the ↵ | Karl Vollmer | 2011-12-01 | 1 | -57/+16 |
| | | | | | | remote songs yet. | ||||
* | Removed defunct functions, in theory inserting remote songs, untested though | Karl Vollmer | 2011-11-28 | 1 | -108/+43 |
| | |||||
* | Switched API to exceptions rather then trigger_error in most instances, more ↵ | Karl Vollmer | 2011-11-28 | 1 | -6/+21 |
| | | | | | | work on the remote catalog indexing. | ||||
* | Testing Bot e-mail function, but a little more work on the remote catalogs | Karl Vollmer | 2011-11-23 | 1 | -13/+6 |
| | |||||
* | AmpacheApi -- Store handshake information | Karl Vollmer | 2011-11-23 | 1 | -40/+3 |
| | | | | Catalog -- pull handshake info, do something with it? |