summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* header comment for phpdocmomo-i2011-02-0342-43/+55
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-0254-739/+1328
* test for phpdocmomo-i2011-02-0216-294/+683
* little testing for phpdocmomo-i2011-02-021-19/+65
* add force_ssl (for ssl reverse proxy)momo-i2011-02-011-1/+1
* Untested change of now playing image size - Blame UnconKarl Vollmer2011-01-261-0/+0
* Fix Democratic play - properly remove songs after playbackKarl Vollmer2011-01-253-3/+7
* Catalog Filtering Added Bug#60Chris Slamar2011-01-246-55/+134
* Fix art gathering.Paul Arthur2011-01-071-4/+0
* Implement db art method. Fixes FS#121.Paul Arthur2011-01-042-39/+28
* Merge commit 'refs/merge-requests/4' of git://gitorious.org/ampache/ampache i...Chris Slamar2010-12-301-0/+4
|\
| * Fixed db in art_order doing nothing.Chris Slamar2010-12-262-5/+41
| * Put twitter info in ampache.cfg.php.distChris Slamar2010-12-151-0/+0
| * Switched mysql functions to DbaChris Slamar2010-12-151-0/+0
* | Missed debuging line. Removed it.Chris Slamar2010-12-261-4/+0
* | Fix #121 - db position in art_order is now checked to make sure that previous...Chris Slamar2010-12-262-5/+41
* | Resolve #90 and #89, remove democratic playlist entries if there is a fatal e...Karl Vollmer2010-12-091-0/+14
* | Squashed commit of the following:Elias Probst2010-12-082-5/+3
* | Check the correct variable for LDAP.Paul Arthur2010-12-081-1/+1
* | Clean up LDAP auth and associated configPaul Arthur2010-12-081-21/+18
|/
* Implement ldap_require_groupElias Probst2010-12-071-0/+37
* Fix authenticated SMTP and add secure (TLS/SSL) SMTP.Paul 'flowerysong' Arthur2010-10-261-1/+4
* The AmpacheMail constructor does nothing and we never call it with parameters,Paul 'flowerysong' Arthur2010-10-241-1/+1
* Use a function to format bytes -> human-readable sizes. Also bump catalog buildPaul 'flowerysong' Arthur2010-10-154-37/+29
* Add fallback to the old method of downloading the config file if the configPaul 'flowerysong' Arthur2010-10-121-14/+16
* Refactor mail handling a bit and make registration use the same method as the Paul 'flowerysong' Arthur2010-10-092-83/+107
* Break everyone's config by changing metadata gathering.Paul 'flowerysong' Arthur2010-10-063-136/+179
* Refactored Last.FM recommendations; drop new dependency on curl sincePaul 'flowerysong' Arthur2010-08-173-53/+201
* Check cURL before install.momo-i2010-07-302-0/+21
* Search for similar artistsChris 'cslamar' Slamar2010-07-291-0/+32
* Use the correct variable. Reported by LostInMotion.Paul 'flowerysong' Arthur2010-07-201-1/+1
* Don't escape album names twice.Paul 'flowerysong' Arthur2010-07-021-2/+2
* Some art gathering cleanup.Paul 'flowerysong' Arthur2010-07-021-143/+176
* Process config arrays in a loop, instead of by hand.Paul 'flowerysong' Arthur2010-07-021-8/+7
* Try not to include invalid characters in our AJAX XML output.Paul 'flowerysong' Arthur2010-06-301-6/+22
* Fix installation (base.js requires prototype). Also squelch a warning in update.Paul 'flowerysong' Arthur2010-06-291-1/+1
* Missing `Paul 'flowerysong' Arthur2010-06-241-1/+1
* Fix JavaScript.Paul 'flowerysong' Arthur2010-06-241-1/+1
* Whitespace/indentation cleanup.Paul 'flowerysong' Arthur2010-06-242-85/+85
* JavaScript cleanup. Consistently use camelCase for naming JS functions. UsePaul 'flowerysong' Arthur2010-06-248-170/+232
* Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard ...Paul 'flowerysong' Arthur2010-06-221-234/+103
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ...Paul 'flowerysong' Arthur2010-06-225-57/+105
* Always check for validity before inserting images. Also, whitespace cleanup.Paul 'flowerysong' Arthur2010-06-171-40/+56
* Add missing scrub_out; fixes some display issues.Paul 'flowerysong' Arthur2010-06-171-1/+1
* Browsing by tag is broken. This doesn't fix it.Paul 'flowerysong' Arthur2010-06-153-125/+216
* Be less forgiving when checking whether an album currently exists. FixesPaul 'flowerysong' Arthur2010-06-151-33/+38
* Use scrub_out when displaying update status; scrub_out calls htmlentities withPaul 'flowerysong' Arthur2010-06-141-3/+3
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-1321-141/+184
* Logging. Use constants instead of numeric values in the switch, bumpPaul 'flowerysong' Arthur2010-06-131-63/+68
* Clean up general.lib.php and ui.lib.php: remove unused functions, group relatedPaul 'flowerysong' Arthur2010-06-132-409/+227