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

923 commits

Author SHA1 Message Date
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
24761d3863 Removed dead xmlrpc files, started work migrating to LastFM v2.0 api 2010-02-05 01:29:20 +00:00
Karl 'vollmerk' Vollmer
68aca76231 Add AmpacheAPI external, start work on future db changes 2010-02-04 23:56:18 +00:00
Karl 'vollmerk' Vollmer
9bf60ea243 Add bmp to the list of allowed album art types Resolves #589 2010-02-04 22:16:53 +00:00
Karl 'vollmerk' Vollmer
3820eba106 Sync of r2270 from 3.5.x 2010-02-02 21:26:22 +00:00
Karl 'vollmerk' Vollmer
77c5628d44 Sync from 3.5 branch still untested 2010-01-25 14:31:39 +00:00
Karl 'vollmerk' Vollmer
2fd6fe6d88 untested change which should fix some stupididity with the flash player 2010-01-25 13:40:49 +00:00
Karl 'vollmerk' Vollmer
7e1e044aba make it actually extend the session, also improve debug on the image page 2009-12-23 14:54:45 +00:00
Karl 'vollmerk' Vollmer
d8ea07a04a sync from 3.5.x and fix display issue on playlist view 2009-12-20 16:52:43 +00:00
Karl 'vollmerk' Vollmer
5b40b46ba0 Added local auth method which allows use of pam_auth PHP module (Thx Vlet) 2009-12-15 17:33:43 +00:00
dipsol
a7838e2a13 Replaced almost every dba::query to dba::read or dba::write. 2009-12-14 08:06:20 +00:00
Karl 'vollmerk' Vollmer
9b3232ba29 whole bunch more Dba::query replacements 2009-12-14 05:21:36 +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
6ae813dff4 removed dba::query references from playlist class 2009-12-14 02:50:02 +00:00
Karl 'vollmerk' Vollmer
dbd5becd89 cleanup of the album class... I like commits 2009-12-12 15:42:52 +00:00
Karl 'vollmerk' Vollmer
e2b9786df8 Cleanup of user class, no functional change 2009-12-12 15:25:35 +00:00
Karl 'vollmerk' Vollmer
dbf125ec15 Fix Amazon album art search, requires new config options 2009-12-11 17:02:13 +00:00
Karl 'vollmerk' Vollmer
f035080a1e Improved filename pattern matching #575 2009-12-08 00:14:32 +00:00
Karl 'vollmerk' Vollmer
ef21e122d1 Finish moving stuff out of doc into class, still needs more work to deal with Version as well as variable response (JSON) 2009-11-23 14:54:19 +00:00
Karl 'vollmerk' Vollmer
e4ca74f2b0 start of move of functions for api from doc to class where they belong 2009-11-19 06:10:36 +00:00
Karl 'vollmerk' Vollmer
d60ba66efd sync of fix for #554 2009-11-19 00:25:50 +00:00
Karl 'vollmerk' Vollmer
9f97853579 Fix xml response so offset is used even if limit is not reached 2009-11-18 16:56:45 +00:00
Karl 'vollmerk' Vollmer
560f427d38 sync fix for doing something with collected m3u files during catalog creation 2009-11-14 08:00:43 +00:00
Karl 'vollmerk' Vollmer
777d880a0a sync from trunk 2009-11-14 07:32:51 +00:00
Karl 'vollmerk' Vollmer
fa9bef64d8 Sync to trunk 2009-11-14 06:46:30 +00:00
Karl 'vollmerk' Vollmer
dc72729c8f Added multiple id3v2 genre to tag patch from quack23 resolves #564 2009-11-14 04:37:16 +00:00
dipsol
fd1efe389c Issue #364, added feature for password reset. 2009-10-19 09:04:43 +00:00
Paul 'flowerysong' Arthur
317b9dd9c4 Remove auth_http-specific autocreation of nonexistent users now that this is handled generically
by login.php
2009-10-08 18:37:17 +00:00
Karl 'vollmerk' Vollmer
68f3b69055 sync from branch 2009-08-23 14:51:33 +00:00
Karl 'vollmerk' Vollmer
1b35ffb126 sync from 3.5.x branch 2009-08-23 14:20:02 +00:00
Karl 'vollmerk' Vollmer
28fcb8f8ac It should not have taken me that long to find the one typo 2009-08-20 15:30:24 +00:00
Karl 'vollmerk' Vollmer
7d63859ce3 add rating to single song view, and include caching fix 2009-07-09 11:57:48 +00:00
Karl 'vollmerk' Vollmer
80cd693722 Playlist adds now use the existing order rather then track order Fixed #484 2009-07-09 10:45:55 +00:00
Karl 'vollmerk' Vollmer
2fa487db93 sync from branch 2009-07-08 16:12:01 +00:00
momo-i
a0f3195f68 fix empty check for $id3v2['UFID'] 2009-07-03 00:02:37 +00:00
momo-i
6136bb1081 fixed for PHP 5.3.0 deprecate warnings 2009-07-02 22:42:40 +00:00
Karl 'vollmerk' Vollmer
c90920cfa6 fix typo (Thx Paleo) 2009-06-25 04:19:12 +00:00
Karl 'vollmerk' Vollmer
90d61c3deb sync to trunk from 3.5 branch 2009-06-21 21:54:54 +00:00
Karl 'vollmerk' Vollmer
344591838e sync fix of #489 2009-06-19 01:16:40 +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
94f5610ef6 add MBID support Thx flowerysong 2009-06-02 01:42:55 +00:00
Karl 'vollmerk' Vollmer
1a14430de1 sync 2009-06-01 22:09:30 +00:00
Karl 'vollmerk' Vollmer
e1eff3c586 fix the two remaining identified tag issues from #475 2009-05-26 23:28:36 +00:00
Karl 'vollmerk' Vollmer
02f8bb52fd fix url to song, and throw some non-working tag cloud crap in 2009-05-19 22:47:49 +00:00
momo-i
2789846584 Add Hint for translators 2009-05-19 00:45:51 +00:00
momo-i
c8b62d3ff3 Update phpmailer version 2009-05-18 22:36:24 +00:00
Karl 'vollmerk' Vollmer
4a1d7a40ea fix the message parsing so that it accepts libre.fms slightly different response 2009-05-18 18:23:20 +00:00
Karl 'vollmerk' Vollmer
d84e62dba7 api fixes, added librefm scrobbler (untested) and fixed minor error in header file with rtl vs ltr languages also removed dead RioPlayer plugin 2009-05-18 17:34:22 +00:00
Karl 'vollmerk' Vollmer
5bd82180f5 some incomplete work cleaning up the api a bit 2009-05-17 15:51:29 +00:00
Karl 'vollmerk' Vollmer
809a3fc72f add download for video that does not work, and most likely break song downloads \o/ 2009-05-15 13:26:30 +00:00