| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Switched mysql functions to Dba | Chris Slamar | 2010-12-15 | 1 | -0/+0 |
* | | Missed debuging line. Removed it. | Chris Slamar | 2010-12-26 | 1 | -4/+0 |
* | | Fix #121 - db position in art_order is now checked to make sure that previous... | Chris Slamar | 2010-12-26 | 2 | -5/+41 |
* | | Resolve #90 and #89, remove democratic playlist entries if there is a fatal e... | Karl Vollmer | 2010-12-09 | 1 | -0/+14 |
* | | Squashed commit of the following: | Elias Probst | 2010-12-08 | 2 | -5/+3 |
* | | Check the correct variable for LDAP. | Paul Arthur | 2010-12-08 | 1 | -1/+1 |
* | | Clean up LDAP auth and associated config | Paul Arthur | 2010-12-08 | 1 | -21/+18 |
|/ |
|
* | Implement ldap_require_group | Elias Probst | 2010-12-07 | 1 | -0/+37 |
* | Fix authenticated SMTP and add secure (TLS/SSL) SMTP. | Paul 'flowerysong' Arthur | 2010-10-26 | 1 | -1/+4 |
* | The AmpacheMail constructor does nothing and we never call it with parameters, | Paul 'flowerysong' Arthur | 2010-10-24 | 1 | -1/+1 |
* | Use a function to format bytes -> human-readable sizes. Also bump catalog build | Paul 'flowerysong' Arthur | 2010-10-15 | 4 | -37/+29 |
* | Add fallback to the old method of downloading the config file if the config | Paul 'flowerysong' Arthur | 2010-10-12 | 1 | -14/+16 |
* | Refactor mail handling a bit and make registration use the same method as the | Paul 'flowerysong' Arthur | 2010-10-09 | 2 | -83/+107 |
* | Break everyone's config by changing metadata gathering. | Paul 'flowerysong' Arthur | 2010-10-06 | 3 | -136/+179 |
* | Refactored Last.FM recommendations; drop new dependency on curl since | Paul 'flowerysong' Arthur | 2010-08-17 | 3 | -53/+201 |
* | Check cURL before install. | momo-i | 2010-07-30 | 2 | -0/+21 |
* | Search for similar artists | Chris 'cslamar' Slamar | 2010-07-29 | 1 | -0/+32 |
* | Use the correct variable. Reported by LostInMotion. | Paul 'flowerysong' Arthur | 2010-07-20 | 1 | -1/+1 |
* | Don't escape album names twice. | Paul 'flowerysong' Arthur | 2010-07-02 | 1 | -2/+2 |
* | Some art gathering cleanup. | Paul 'flowerysong' Arthur | 2010-07-02 | 1 | -143/+176 |
* | Process config arrays in a loop, instead of by hand. | Paul 'flowerysong' Arthur | 2010-07-02 | 1 | -8/+7 |
* | Try not to include invalid characters in our AJAX XML output. | Paul 'flowerysong' Arthur | 2010-06-30 | 1 | -6/+22 |
* | Fix installation (base.js requires prototype). Also squelch a warning in update. | Paul 'flowerysong' Arthur | 2010-06-29 | 1 | -1/+1 |
* | Missing ` | Paul 'flowerysong' Arthur | 2010-06-24 | 1 | -1/+1 |
* | Fix JavaScript. | Paul 'flowerysong' Arthur | 2010-06-24 | 1 | -1/+1 |
* | Whitespace/indentation cleanup. | Paul 'flowerysong' Arthur | 2010-06-24 | 2 | -85/+85 |
* | JavaScript cleanup. Consistently use camelCase for naming JS functions. Use | Paul 'flowerysong' Arthur | 2010-06-24 | 8 | -170/+232 |
* | Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard ... | Paul 'flowerysong' Arthur | 2010-06-22 | 1 | -234/+103 |
* | Plugin work. Plugins are now pluggable: no plugin-specific code in the main ... | Paul 'flowerysong' Arthur | 2010-06-22 | 5 | -57/+105 |
* | Always check for validity before inserting images. Also, whitespace cleanup. | Paul 'flowerysong' Arthur | 2010-06-17 | 1 | -40/+56 |
* | Add missing scrub_out; fixes some display issues. | Paul 'flowerysong' Arthur | 2010-06-17 | 1 | -1/+1 |
* | Browsing by tag is broken. This doesn't fix it. | Paul 'flowerysong' Arthur | 2010-06-15 | 3 | -125/+216 |
* | Be less forgiving when checking whether an album currently exists. Fixes | Paul 'flowerysong' Arthur | 2010-06-15 | 1 | -33/+38 |
* | Use scrub_out when displaying update status; scrub_out calls htmlentities with | Paul 'flowerysong' Arthur | 2010-06-14 | 1 | -3/+3 |
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 21 | -141/+184 |
* | Logging. Use constants instead of numeric values in the switch, bump | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -63/+68 |
* | Clean up general.lib.php and ui.lib.php: remove unused functions, group related | Paul 'flowerysong' Arthur | 2010-06-13 | 2 | -409/+227 |
* | Remove leftover references to $id from before I decided to make Query non-sta... | Paul 'flowerysong' Arthur | 2010-06-12 | 1 | -3/+3 |
* | $key wasn't defined in Error::add, I'm going to assume it was supposed to be ... | Paul 'flowerysong' Arthur | 2010-06-12 | 1 | -3/+3 |
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 5 | -401/+447 |
* | Remove some unused genre stuff. | Paul 'flowerysong' Arthur | 2010-06-10 | 2 | -11/+0 |
* | Always update the access level associated with a preference, even if it's a | Paul 'flowerysong' Arthur | 2010-06-09 | 1 | -3/+5 |
* | Remove unused function format_time. | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -11/+0 |
* | Aggressively make sure we don't end up with extra spaces when joining the pre... | Paul 'flowerysong' Arthur | 2010-06-07 | 2 | -7/+6 |
* | Move prefix trimming into a static function. Reduces duplicate code and allows | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -14/+24 |
* | Clean up the rating code by moving uniqueness constraints into the database, | Paul 'flowerysong' Arthur | 2010-06-07 | 2 | -125/+110 |
* | Change debugging output on transcode. | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -1/+1 |
* | Fix bin/print_tags so it accurately reflects what Ampache will see; it was | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -6/+5 |
* | Minor output change. FS#96, reported by Nate Gotz. | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -1/+1 |
* | Cleanup and rationalisation of authentication related code. Among other things, | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -156/+181 |