1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00
Commit graph

36 commits

Author SHA1 Message Date
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
Paul 'flowerysong' Arthur
4f3d8851cf Break everyone's config by changing metadata gathering. 2010-10-06 16:58:31 +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
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
Karl 'vollmerk' Vollmer
329aecfdb9 Switch Album so it uses new art methods 2010-03-21 21:31:29 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
8bc17dd3f0 Tweaked how features / bandwidth level is checked, not happy with it. 2010-02-14 00:56:07 +00:00
martian
1b35c20dd0 Adding the bandwidth option to the preferences. This changes the complexity of the UI and toggles album art. 2010-02-09 17:44:44 +00:00
Karl 'vollmerk' Vollmer
4c4c945d30 Remove Dba::query from a few more classes 2009-12-14 03:17:14 +00:00
Karl 'vollmerk' Vollmer
2fa487db93 sync from branch 2009-07-08 16:12:01 +00:00
Karl 'vollmerk' Vollmer
62e7eadcba fix title issue and add some more stuff to the boolean list for preferences 2009-06-02 02:04:59 +00:00
Karl 'vollmerk' Vollmer
ed15ee4a9c Add ability to have anonymouse access of a defined level with manual login of users 2009-03-08 12:29:38 +00:00
Karl 'vollmerk' Vollmer
059f6d4d5c fix download and batch download Addresses #408 and #407 2009-03-07 19:44:00 +00:00
Karl 'vollmerk' Vollmer
03d0c2d5c3 fix editing preferences, and colorize the debug page a tad for fun 2009-01-27 03:57:38 +00:00
dipsol
efa0fda4ff changed the xmlrpc library to the pear xmlrpc library. Also fixed some other litle things not worth mentioning. 2008-12-11 07:39:41 +00:00
Karl 'vollmerk' Vollmer
0dbace41fe added paging to the localplay playlist, fixed some preferences issues I introduced with the form register and caching 2008-08-05 01:46:01 +00:00
Karl 'vollmerk' Vollmer
f68c1b545f remove redundent code (Thx Protagonist) 2008-07-29 16:55:42 +00:00
Karl 'vollmerk' Vollmer
81c5cd4017 password nag no longer requires a login/logout to clear after restting password, cache the prefs dropping the # of queries a bit per protags suggestion 2008-07-29 07:10:39 +00:00
Karl 'vollmerk' Vollmer
010c3df1fd improved preferences load, down to a single query and a single loop 2008-07-29 05:06:22 +00:00
Karl 'vollmerk' Vollmer
08598b34a8 some rather major bug fixes, corrected a preference setting issue, as well as a preference update issue, fixed infinite plugin installing for fun and profit, also fixed updating the config file not regenerating the version correctly and the user creation allowing users with blank password, which does not work at the login 2008-05-10 11:00:57 +00:00
Karl 'vollmerk' Vollmer
260b62361e fixed recently played, removed a bunch of useless files, added new methods to api as requested by dev, fixed some minor issues with enabling of localplay methods 2008-03-21 04:43:48 +00:00
Karl 'vollmerk' Vollmer
c1f2b35e2a corrected a few queries, removed a few other useless ones that were already broken 2008-02-28 06:36:25 +00:00
Karl 'vollmerk' Vollmer
ec4a5b888a fixed updating access level for prefs, headers for po files, httpq player skip command and image resize for gif and png 2008-01-05 21:58:30 +00:00
Karl 'vollmerk' Vollmer
df608880b7 fixed apply to all and updating of httpq instances 2008-01-04 03:04:54 +00:00
flashk
ecdb3dab03 Fixed error when checking user permissions for preferences 2007-12-29 21:11:58 +00:00
Karl 'vollmerk' Vollmer
81a854f7ea fixed the find duplicates stuff, its actually still broken somewhat but it mostly works so why not commit eah? 2007-12-16 23:52:06 +00:00
Karl 'vollmerk' Vollmer
3887ab1f65 fixed some playlist issues, (mime type and selection) cleaned up the preferences lib a little more moved a lot into the class, updated references to old functions 2007-12-16 21:37:23 +00:00
Karl 'vollmerk' Vollmer
86148a4278 re-added the edit users prefs mojo 2007-12-10 08:51:33 +00:00
Karl 'vollmerk' Vollmer
b372d114dc fixed an album art config parsing problem, Thanks Karl Hungus more work on xml class and api mojo, handshake logic in place 2007-11-19 08:34:52 +00:00
Karl 'vollmerk' Vollmer
bff9e37fa5 more work on the localplay stuff, most details ironed out, just needs some code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class 2007-09-12 07:30:55 +00:00
Karl 'vollmerk' Vollmer
f4ad61dccf - Fixed missing web_path on catalog functions
- New Localplay Controller Abstract class, required for controllers
- Tweaked preferences as needed for localplay mojo
2007-09-09 05:41:26 +00:00
Karl 'vollmerk' Vollmer
c8bfff18ef step one of toasting /lib/preference.lib.php and also added a missing GPL note 2007-08-14 07:21:35 +00:00