summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)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 ↵Chris Slamar2010-12-301-0/+4
|\ | | | | | | into integration
| * 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 ↵Chris Slamar2010-12-262-5/+41
| | | | | | | | previously selected art is not overwritten.
* | Resolve #90 and #89, remove democratic playlist entries if there is a fatal ↵Karl Vollmer2010-12-091-0/+14
| | | | | | | | error when trying to play them
* | Squashed commit of the following:Elias Probst2010-12-082-5/+3
| | | | | | | | | | | | | | | | commit 8a5127572c89f28f060d3ad0819136f79b65faef Author: Elias Probst <mail@eliasprobst.eu> Date: Wed Dec 8 03:51:20 2010 +0100 Rewrote the error message for duplicate ACLs. Expose the error message to the UI.
* | Check the correct variable for LDAP.Paul Arthur2010-12-081-1/+1
| |
* | Clean up LDAP auth and associated configPaul Arthur2010-12-081-21/+18
|/ | | | | | Log a more useful error if a config entry is missing but LDAP auth is enabled. Mark required ldap config values clearly and clean up descriptions.
* Implement ldap_require_groupElias Probst2010-12-071-0/+37
| | | | | | | | | | | | | | | | Squashed commit of the following: commit 4cba31ed7a607cf955b39131ca598d4f8b7553b6 Author: Elias Probst <mail@eliasprobst.eu> Date: Tue Dec 7 23:08:47 2010 +0100 Improved LDAP group matching regex to make sure, the whole string is matched. commit 1a056e6fdac3c3c3f141283dad25a407a4c897a1 Author: Elias Probst <mail@eliasprobst.eu> Date: Tue Dec 7 23:08:02 2010 +0100 Implementation for the still missing 'ldap_require_group' feature. Including changes suggested in http://ampache.org/bugs/task/150#comment103
* 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
| | | | so why did it claim it needed a parameter?
* Use a function to format bytes -> human-readable sizes. Also bump catalog buildPaul 'flowerysong' Arthur2010-10-154-37/+29
| | | | memory profiling logging to level 5; fixes FS#141.
* Add fallback to the old method of downloading the config file if the configPaul 'flowerysong' Arthur2010-10-121-14/+16
| | | | file cannot be written to.
* Refactor mail handling a bit and make registration use the same method as the Paul 'flowerysong' Arthur2010-10-092-83/+107
| | | | other places that send mail.
* 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
| | | | Snoopy works just as well for this application.
* Check cURL before install.momo-i2010-07-302-0/+21
| | | | if cURL have not installed, get_like() should be return false.
* 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
| | | | | | | Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js.
* Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard ↵Paul 'flowerysong' Arthur2010-06-221-234/+103
| | | | | | | | way of indicating them, don't try to work around broken id3v2 tags (especially since that breaks valid tags). For id3v1, use a charset detection approach that actually has a chance of working.
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵Paul 'flowerysong' Arthur2010-06-225-57/+105
| | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version.
* 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
| | | | FS#113, reported by fabninja.
* Use scrub_out when displaying update status; scrub_out calls htmlentities withPaul 'flowerysong' Arthur2010-06-141-3/+3
| | | | the proper charset argument. Fixes mangled output string w/non-ASCII filenames.
* 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
| | | | | notices, warnings, and ignored messages to level 6 instead of ignoring them completely.
* Clean up general.lib.php and ui.lib.php: remove unused functions, group relatedPaul 'flowerysong' Arthur2010-06-132-409/+227
| | | | functions, simplify implementation of some functions.