Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Dba: fix more things | Paul Arthur | 2013-02-03 | 1 | -17/+42 | |
| | | | | Check that things are things before thing. | |||||
* | UI: Fix $hover_name 'Undefined variable' warnings | Paul Arthur | 2013-02-02 | 1 | -2/+2 | |
| | ||||||
* | Fix Dba::quote() | Paul Arthur | 2013-02-02 | 1 | -2/+2 | |
| | | | | It's still ugly, but it won't get too greedy. | |||||
* | Make Dba::query() a bit more correct | Paul Arthur | 2013-02-02 | 1 | -3/+12 | |
| | | | | Check the DB handle and the statement handle before we try to use them. | |||||
* | Add $target back | Paul Arthur | 2013-01-31 | 2 | -2/+2 | |
| | | | | No being lazy for us. interfaces are interfaces, not abstract classes. | |||||
* | Remove $target from media->get_transcode_settings() | Paul Arthur | 2013-01-31 | 1 | -1/+1 | |
| | ||||||
* | Fix the session type exception for use_auth=false | Paul Arthur | 2013-01-31 | 1 | -7/+6 | |
| | | | | | | The table definition changed slightly and the old workaround didn't work. If auth is disabled, we really don't care that much, so just drop the attempt to constrain type in that case. | |||||
* | Fix Random class | Paul Arthur | 2013-01-31 | 1 | -1/+1 | |
| | | | | I blame the ghosts. | |||||
* | Actually fix Random | Paul Arthur | 2013-01-31 | 1 | -1/+1 | |
| | | | | Test first, then push would be better, but I'm not that smart. | |||||
* | Fix Random class | Paul Arthur | 2013-01-31 | 1 | -2/+2 | |
| | | | | | Random extends media, but the new abstract methods from the transcoding rework hadn't been defined yet. Reported by deselby. | |||||
* | Ignore errors from json_encode in Dba debugging | Paul Arthur | 2013-01-29 | 1 | -1/+3 | |
| | ||||||
* | Clean up Config | Paul Arthur | 2013-01-29 | 1 | -49/+14 | |
| | ||||||
* | Clean up Auth; use parameterised query. | Paul Arthur | 2013-01-29 | 1 | -41/+30 | |
| | ||||||
* | Rename Ampache_Mail to Mailer | Paul Arthur | 2013-01-29 | 2 | -4/+4 | |
| | ||||||
* | Parameterise query in Ampache_Mail | Paul Arthur | 2013-01-29 | 1 | -3/+3 | |
| | ||||||
* | Clean up Access; use parameterised queries | Paul Arthur | 2013-01-29 | 1 | -245/+120 | |
| | ||||||
* | Move UTF-8 cleanup into its own method | Paul Arthur | 2013-01-29 | 1 | -0/+19 | |
| | ||||||
* | Use parameterised queries in Stream | Paul Arthur | 2013-01-29 | 1 | -46/+45 | |
| | ||||||
* | Use parameterised queries in Stream_Playlist | Paul Arthur | 2013-01-29 | 1 | -12/+11 | |
| | ||||||
* | Use Horde_Browser for browser detection in Session | Paul Arthur | 2013-01-29 | 1 | -10/+4 | |
| | | | | That's one of the reasons we have it, after all. | |||||
* | Use parameterised queries in Session | Paul Arthur | 2013-01-29 | 2 | -58/+44 | |
| | ||||||
* | Switch Dba from mysql to PDO-MySQL | Paul Arthur | 2013-01-29 | 3 | -163/+99 | |
| | | | | | The mysql extension is deprecated in PHP 5.5 and will be removed in the future. | |||||
* | Log stderr when we transcode | Paul Arthur | 2013-01-28 | 1 | -1/+11 | |
| | | | | | Now you shouldn't need to manually run the command to see what went wrong. | |||||
* | Fix flip_class | Paul Arthur | 2013-01-28 | 1 | -1/+1 | |
| | ||||||
* | Fix incorrect updates | Paul Arthur | 2013-01-28 | 1 | -9/+1 | |
| | | | | | Starting with a fresh 3.3.3.5 import these updates failed. Kick them to the curb. | |||||
* | Drop unnecessary updates | Paul Arthur | 2013-01-28 | 1 | -219/+2 | |
| | | | | | We only claim to support updates from 3.3.3.5, and that tarball has 340002. | |||||
* | Cosmetics: s/Itterate/Iterate/ | Paul Arthur | 2013-01-28 | 5 | -5/+5 | |
| | ||||||
* | Clean up updates | Paul Arthur | 2013-01-28 | 1 | -148/+12 | |
| | | | | | Drop useless updates that created or modified tables which were later dropped. | |||||
* | Make the update process potentially sane | Paul Arthur | 2013-01-28 | 1 | -606/+361 | |
| | | | | | Make sure our writes succeed before declaring the update a success and updating the DB version. | |||||
* | Use Session for stream sessions | Paul Arthur | 2013-01-28 | 4 | -139/+36 | |
| | ||||||
* | Add 'external' auth method | Paul Arthur | 2013-01-28 | 1 | -1/+54 | |
| | | | | Based on merge request #11 | |||||
* | Drop stale references to 'xml-rpc' | Paul Arthur | 2013-01-28 | 2 | -6/+0 | |
| | ||||||
* | Rename the 'local' auth method to 'pam' | Paul Arthur | 2013-01-28 | 2 | -5/+17 | |
| | | | | It's what it should have been from the start. | |||||
* | Rename vauth to Auth | Paul Arthur | 2013-01-28 | 1 | -11/+9 | |
| | ||||||
* | Move sessiony things from vauth into Session | Paul Arthur | 2013-01-28 | 3 | -395/+427 | |
| | ||||||
* | Cosmetic clean up of search.class.php | Paul Arthur | 2013-01-28 | 1 | -56/+68 | |
| | ||||||
* | Yank out the Flash player by the roots. | Paul Arthur | 2013-01-28 | 2 | -50/+0 | |
| | ||||||
* | Add an HTML5 player | Holger Brunn | 2013-01-28 | 2 | -4/+12 | |
| | | | | | Merge request #20. Basic, not very pretty, but works and, unlike the Flash player, is maintainable. | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 48 | -20603/+20603 | |
| | | | | | 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 | 4 | -6/+60 | |
| | ||||||
* | Move get_user_icon from ui.lib.php to UI::get_icon | Paul Arthur | 2013-01-26 | 4 | -3/+62 | |
| | ||||||
* | Move update_text from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 2 | -15/+34 | |
| | ||||||
* | Move ajax_include() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -0/+15 | |
| | ||||||
* | Move show_box_{top,bottom}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 3 | -40/+58 | |
| | ||||||
* | Move show_{footer,header}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -0/+21 | |
| | ||||||
* | Continue moving things into UI | Paul Arthur | 2013-01-26 | 6 | -9/+50 | |
| | | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate() | |||||
* | Move access_denied() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -0/+13 | |
| | ||||||
* | Move flip_class() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -0/+17 | |
| | ||||||
* | Move Catalog::get_disabled() to Song | Paul Arthur | 2013-01-26 | 2 | -22/+21 | |
| | ||||||
* | Drop unused Catalog::get_catalog_ids() | Paul Arthur | 2013-01-26 | 1 | -17/+0 | |
| |