1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
Commit graph

1583 commits

Author SHA1 Message Date
momo-i
9ce63661d1 Fixed indent and add translation words 2011-02-03 14:03:16 +09:00
momo-i
7ef24e84c6 Updated a few informations of function. 2011-02-03 11:56:48 +09:00
momo-i
5da3caed31 Modified header comment for phpdoc 2011-02-03 10:25:54 +09:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
momo-i
bc7344c9f5 test for phpdoc 2011-02-02 13:35:26 +09:00
momo-i
75d3532b15 little testing for phpdoc 2011-02-02 07:20:27 +09:00
Karl Vollmer
133ebde7a9 Untested change of now playing image size - Blame Uncon 2011-01-26 10:40:00 -04:00
Karl Vollmer
94db841355 Fix Democratic play - properly remove songs after playback 2011-01-25 09:23:24 -04:00
Chris Slamar
4910d13fa4 Catalog Filtering Added Bug#60 2011-01-24 19:25:01 -06:00
Paul Arthur
b62ba121d6 Fix art gathering. 2011-01-07 23:30:25 -05:00
Paul Arthur
2952778b89 Implement db art method. Fixes FS#121. 2011-01-04 23:22:21 -05:00
Chris Slamar
15c35ff741 Merge commit 'refs/merge-requests/4' of git://gitorious.org/ampache/ampache into integration 2010-12-30 20:11:53 -06:00
Chris Slamar
b74175b7e6 Missed debuging line. Removed it. 2010-12-26 12:38:36 -06:00
Chris Slamar
e2e589b20b Fix #121 - db position in art_order is now checked to make sure that previously selected art is not overwritten. 2010-12-26 03:43:07 -06:00
Chris Slamar
422c3f31d3 Fixed db in art_order doing nothing. 2010-12-26 01:17:51 -06:00
Chris Slamar
6f64039970 Put twitter info in ampache.cfg.php.dist 2010-12-15 12:44:09 -06:00
Chris Slamar
f83fa48e5c Switched mysql functions to Dba 2010-12-15 12:35:08 -06:00
Karl Vollmer
5cd7146c4d Resolve #90 and #89, remove democratic playlist entries if there is a fatal error when trying to play them 2010-12-09 22:08:59 -04:00
Elias Probst
e0f8bbc638 Squashed commit of the following:
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.
2010-12-08 08:39:38 -04:00
Paul Arthur
2682a69a36 Check the correct variable for LDAP. 2010-12-08 03:06:33 -05:00
Paul Arthur
e10cd41cf9 Clean up LDAP auth and associated config
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.
2010-12-08 00:43:43 -05:00
Elias Probst
77311f6f0e Implement ldap_require_group
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
2010-12-07 20:22:16 -05:00
Paul 'flowerysong' Arthur
ee8c7df1e4 Fix authenticated SMTP and add secure (TLS/SSL) SMTP. 2010-10-26 23:06:55 +00:00
Paul 'flowerysong' Arthur
a81deff1dd The AmpacheMail constructor does nothing and we never call it with parameters,
so why did it claim it needed a parameter?
2010-10-24 21:55:51 +00:00
Paul 'flowerysong' Arthur
63031fb6c1 Use a function to format bytes -> human-readable sizes. Also bump catalog build
memory profiling logging to level 5; fixes FS#141.
2010-10-15 19:16:42 +00:00
Paul 'flowerysong' Arthur
f82f5454f9 Refactor mail handling a bit and make registration use the same method as the
other places that send mail.
2010-10-09 08:06:12 +00:00
Paul 'flowerysong' Arthur
4f3d8851cf Break everyone's config by changing metadata gathering. 2010-10-06 16:58:31 +00:00
Paul 'flowerysong' Arthur
df80bd7243 Refactored Last.FM recommendations; drop new dependency on curl since
Snoopy works just as well for this application.
2010-08-17 20:59:16 +00:00
momo-i
bb8900e6c4 Check cURL before install.
if cURL have not installed, get_like() should be return false.
2010-07-30 00:11:07 +00:00
Chris 'cslamar' Slamar
720dd019a0 Search for similar artists 2010-07-29 13:58:43 +00:00
Paul 'flowerysong' Arthur
06e9339109 Use the correct variable. Reported by LostInMotion. 2010-07-20 19:21:24 +00:00
Paul 'flowerysong' Arthur
57b778a269 Don't escape album names twice. 2010-07-02 22:35:13 +00:00
Paul 'flowerysong' Arthur
057351b1f3 Some art gathering cleanup. 2010-07-02 04:43:44 +00:00
Paul 'flowerysong' Arthur
10b5b251f8 Process config arrays in a loop, instead of by hand. 2010-07-02 04:43:23 +00:00
Paul 'flowerysong' Arthur
7b804afb55 Fix installation (base.js requires prototype). Also squelch a warning in update. 2010-06-29 04:18:47 +00:00
Paul 'flowerysong' Arthur
d5d87f9f7b Missing ` 2010-06-24 03:35:15 +00:00
Paul 'flowerysong' Arthur
6277492321 JavaScript cleanup. Consistently use camelCase for naming JS functions. Use
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.
2010-06-24 02:52:01 +00:00
Paul 'flowerysong' Arthur
7549180515 Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard 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.
2010-06-22 21:08:20 +00:00
Paul 'flowerysong' Arthur
a66bf4c5f6 Plugin work. Plugins are now pluggable: no plugin-specific code in the main Ampache
code.  Plugins are now updatable, if configuration changes are needed for a new
version.
2010-06-22 19:00:45 +00:00
Paul 'flowerysong' Arthur
a2836c9af9 Always check for validity before inserting images. Also, whitespace cleanup. 2010-06-17 06:12:06 +00:00
Paul 'flowerysong' Arthur
6491034154 Add missing scrub_out; fixes some display issues. 2010-06-17 06:10:57 +00:00
Paul 'flowerysong' Arthur
733f507937 Browsing by tag is broken. This doesn't fix it. 2010-06-15 21:18:17 +00:00
Paul 'flowerysong' Arthur
33213b8ea8 Be less forgiving when checking whether an album currently exists. Fixes
FS#113, reported by fabninja.
2010-06-15 01:45:43 +00:00
Paul 'flowerysong' Arthur
ed2cc43d15 Use scrub_out when displaying update status; scrub_out calls htmlentities with
the proper charset argument.  Fixes mangled output string w/non-ASCII filenames.
2010-06-14 20:31:45 +00:00
Paul 'flowerysong' Arthur
4b5756ba9d Miscellaneous cleanup. 2010-06-13 08:11:09 +00:00
Paul 'flowerysong' Arthur
836af45d57 Remove leftover references to $id from before I decided to make Query non-static. 2010-06-12 23:12:13 +00:00
Paul 'flowerysong' Arthur
13629b3cf7 $key wasn't defined in Error::add, I'm going to assume it was supposed to be $name. 2010-06-12 22:35:56 +00:00
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +00:00