summaryrefslogtreecommitdiffstats
path: root/lib/class
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete functionPaul Arthur2011-04-041-26/+0
* Replace useless return with useful return.Paul Arthur2011-04-041-5/+2
* Remove outdated comment.Paul Arthur2011-04-041-3/+0
* Remove unnecessary hack.Paul Arthur2011-04-041-4/+0
* Catalog workPaul Arthur2011-04-022-45/+41
* Fix FS#156Paul Arthur2011-04-021-2/+8
* Reworked searchPaul Arthur2011-04-028-149/+1282
* Add support for autodetecting encoding for broken id3v2 tagsPaul Arthur2011-02-211-20/+43
* Fixed issue with updating ACLs under Windows (reported by Citlali)Paul Arthur2011-02-211-2/+2
* Partial revert of 678cf4b6aa9d43cf73968a90c49e0a0db2c47fcaPaul Arthur2011-02-211-79/+10
* modified comment for phpdocmomo-i2011-02-211-2/+85
* Merge gitorious.org:~momo-i/ampache/momo-is-ampachemomo-i2011-02-171-0/+1
|\
| * modified tag broken problemsmomo-i2011-02-171-1/+1
| * some id3tags still broken.momo-i2011-02-171-0/+1
* | modified debug_eventmomo-i2011-02-171-2/+2
|/
* maybe all green!momo-i2011-02-171-10/+16
* remove @todomomo-i2011-02-171-2/+0
* try to get id3v2 tag!momo-i2011-02-161-10/+59
* update getid3 version 1.8.2 -> 2.0.0b6momo-i2011-02-081-10/+61
* momo-i merge testmomo-i2011-02-074-11/+165
|\
| * added @todo id3tag brokenmomo-i2011-02-041-0/+18
| * art.class.php temporarily fixed.momo-i2011-02-041-1/+1
| * Fixed indent and add translation wordsmomo-i2011-02-032-3/+53
| * Updated a few informations of function.momo-i2011-02-031-7/+93
| * Modified header comment for phpdocmomo-i2011-02-0342-822/+1825
* | header comment modified for phpdocmomo-i2011-02-0342-42/+42
* | header comment for phpdocmomo-i2011-02-0342-43/+55
* | test header for phpdoc. now using only classes and libraries.momo-i2011-02-0242-502/+1058
* | test for phpdocmomo-i2011-02-0216-294/+683
* | little testing for phpdocmomo-i2011-02-021-19/+65
|/
* 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-081-1/+2
* | 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-153-37/+6
* Refactor mail handling a bit and make registration use the same method as the Paul 'flowerysong' Arthur2010-10-092-83/+107