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

2442 commits

Author SHA1 Message Date
Karl Vollmer
56eb2ac7dc Fixed two PHP warnings, and some issues with how users were being constructed
in init (which makes me wonder) and started trying to figure out why libre.fm broke
2011-12-01 15:59:33 -04:00
Karl Vollmer
d1af05595c Typo caused songs to be put in null catalog :S 2011-12-01 15:15:32 -04:00
Karl Vollmer
96ea4a9655 Song and Album Art from remote catalogs now inserts locally, can't play the remote
songs yet.
2011-12-01 09:33:18 -04:00
Paul Arthur
79726ea541 Remove dangling version test 2011-11-30 15:04:21 -05:00
Karl Vollmer
0752a680e8 Merge branch 'master' of gitorious.org:ampache/ampache 2011-11-30 15:27:55 -04:00
Karl Vollmer
12a7e9bc24 Ampache now requires PHP 5.3 or greater... 'JFDI' 2011-11-30 15:27:17 -04:00
Karl Vollmer
296fb051c7 Add mbids and mode to the song xml response 2011-11-29 11:34:33 -04:00
Karl Vollmer
7d9313f808 Merge branch 'master' of gitorious.org:ampache/ampache 2011-11-28 16:07:24 -04:00
Karl Vollmer
ac366c1c0c Removed defunct functions, in theory inserting remote songs, untested though 2011-11-28 16:06:34 -04:00
Paul Arthur
ca3fe67e49 FS#201 - Video files broken in search
Video searching was trying to use explode instead of implode.  That
won't work.
2011-11-28 13:35:24 -05:00
Karl Vollmer
2c06cb5440 Switched API to exceptions rather then trigger_error in most instances, more work on the
remote catalog indexing.
2011-11-28 11:22:47 -04:00
Karl Vollmer
e862098f66 Testing Bot e-mail function, but a little more work on the remote catalogs 2011-11-23 16:49:36 -04:00
Karl Vollmer
5adf408104 Updated changelog 2011-11-23 16:28:31 -04:00
Karl Vollmer
d4390d2dfc Add Catalog count to handshake response for API, Wiki updated to reflect change 2011-11-23 16:17:14 -04:00
Karl Vollmer
8fbbe64e8f AmpacheApi -- Store handshake information
Catalog -- pull handshake info, do something with it?
2011-11-23 15:59:41 -04:00
Karl Vollmer
d02561c96c Add remote_username/password to Catalog Edit page 2011-11-23 10:57:54 -04:00
Karl Vollmer
3c75888081 Inverted, remote not local 2011-11-23 10:49:19 -04:00
Karl Vollmer
d7c6598528 Fix DB updates so catalog remote_username and remote_password are added correctly, also fix catalog creation so they are stored in the database 2011-11-23 10:45:43 -04:00
Karl Vollmer
806b0c0b85 Add AmpacheAPI library 2011-11-23 09:38:20 -04:00
Karl Vollmer
6f8e4985d5 Add Basic Ampache API library - to be used by the remote catalog functionality 2011-11-23 09:36:17 -04:00
Karl Vollmer
292aa281a0 Removed examples 2011-11-23 08:56:57 -04:00
Paul Arthur
86c7b82135 Make the access denied page a little more readable 2011-11-22 18:15:05 -05:00
Paul Arthur
57135fe167 Clean up some more "security" things.
phpinfo might actually be useful.
2011-11-22 18:04:19 -05:00
Paul Arthur
ddff3237d9 Remove lib/security.lib.php
Unless we're going to commit to providing a stable, machine-friendly
way of retrieving the latest version, we shouldn't pretend that we can
check it in an automated fashion.

Nor should we attempt to do so for PHP.  Users are responsible for their
security; we only care if their PHP installation provides the features
we need in order to work.
2011-11-22 17:29:41 -05:00
Paul Arthur
5b4628c766 Cosmetics: clean up some cruft in vainfo 2011-11-22 17:03:59 -05:00
Paul Arthur
914261dcdd Add the ability to locally cache passwords validated by external means
This can, for instance, be used to allow LDAP authenticated users to use the
API without manually setting a password, as long as they've logged in using
the web interface at least once.
2011-11-18 15:38:59 -05:00
Paul Arthur
20311fe03e Remove unneeded file from captcha module 2011-11-15 17:28:18 -05:00
Karl Vollmer
2b412b3632 Remove test scripts 2011-11-15 17:38:39 -04:00
Paul Arthur
374e787f7a Remove special case for loading vauth
Synology is (probably) able to load vauth, it just doesn't like our custom
session handler.
2011-11-10 19:22:29 -05:00
Paul Arthur
58a7f6b2a6 Fix custom session handler.
We were manually loading the vauth class (apparently to work around a
bug in Synology's PHP) but not calling vauth::_auto_init(), so the
default session handler was used.  This normally does session locking,
so bad things happened.
2011-11-09 23:01:17 -05:00
Paul Arthur
e2a53eac78 Some more cleanup of Last.FM art method 2011-11-09 04:45:20 -05:00
Paul Arthur
1599f59619 FS#195 - Unable to gather album art from lastfm
Cleaned up the code, might work now.  Untested.
2011-11-09 04:32:40 -05:00
Paul Arthur
95cc46a3ae Some cleanup of the streaming code.
Make sure we don't overrun the Content-Length, plus some minor
cosmetics.
2011-11-09 04:19:43 -05:00
Paul Arthur
f6ae580612 Use strtolower in Horde_Browser
This is less locale-safe than Horde_String::lower, but if we start
pulling in other parts of Horde the madness may never end.
2011-10-29 22:25:50 -04:00
Paul Arthur
dd7b93254b Remove unnecessary call to header()
Horde_Browser will output a Content-Length header.
2011-10-27 21:09:43 -04:00
Paul Arthur
a3a087e404 Update Horde_Browser to latest. 2011-10-27 21:07:54 -04:00
Paul Arthur
0518055309 Update Captcha PHP to 2.3
http://freshmeat.net/projects/captchaphp
2011-10-27 20:50:35 -04:00
Paul Arthur
51893b1ee5 Update getID3 to 1.9.1 2011-10-27 20:41:26 -04:00
Paul Arthur
8e89cb990a Update PHPMailer to 5.2.0 2011-10-27 20:23:38 -04:00
Karl Vollmer
cfaa308ee7 Disallow ballot stuffing 2011-10-26 00:25:53 -04:00
Paul Arthur
cd9123f0da Restore mistakenly reverted commit:
Implement db art method.  Fixes FS#121.

Conflicts:

	lib/class/catalog.class.php
2011-10-26 00:24:41 -04:00
Paul Arthur
3c347c0a7f Fix custom session handle to comply with PHP spec
read must always return a string.
2011-10-14 17:08:41 -04:00
momo-i
479c4a3472 update languages. 2011-10-11 14:23:41 +09:00
momo-i
e701037473 fixed typo. 2011-10-11 14:23:23 +09:00
momo-i
e3d8da45ca update languages 2011-10-11 14:18:43 +09:00
Paul Arthur
e199182773 FS#193 - Localplay MPD cannot turn off Repeat or Random
The rewritten MPD module did not allow passing false values to MPD.
Using isset instead of boolean evaluation fixes this.
2011-10-10 21:45:26 -04:00
Stephen Shkardoon
eefdaccd39 Escape config values when outputting the config file
Allows for odd characters in the database username and password.
2011-09-19 13:47:04 -04:00
mywindow
c3b6ef7ad2 Added class names to generic box names. 2011-09-19 13:40:25 -04:00
Paul Arthur
99fd9d7fe2 Make debug and install tests friendlier
"PHP putenv support" had nothing to do with putenv.  Split it into
multiple tests and have the output actually correspond to what we're
checking.
2011-09-19 13:40:07 -04:00
dipsol
a352cb965d FS#189, added the catalog name to the browse instead of the id. 2011-09-15 10:08:18 +02:00