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

94 commits

Author SHA1 Message Date
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +02:00
Afterster
f7fb9efa75 Fix kill process typo on channel
Update Ampache XML API version
2015-06-04 21:35:41 +02:00
Afterster
ae553bd786 Add user, followers, following and last_shouts XML API functions 2015-06-03 22:52:56 +02:00
Afterster
0c346bad51 Merge pull request #852 from RyanCopley/playlisttrack-fix
Return playlist track in the song XML if it is passed in
2015-05-16 09:58:05 +02:00
Ryan Copley
a126ceb7a5 Fixes #851 Add the playlist_data track to the song XML if it was passed in. 2015-05-11 22:43:04 -04:00
Ryan Copley
d847135929 Fixed playlist_remove_song, it was improperly creating a playlist object.
The track isn't a playlist :) Changed it to scrub_in and I confirmed it worked locally via the XML API.
2015-05-10 22:06:34 -04:00
Afterster
446ad9ec28 Fix Ampache API playlist_add_song 2015-01-22 20:44:54 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
5319cdf1d6 Add graphs to library items
Remove (temporary?) icon sprite from Reborn theme
2014-10-08 23:12:00 +02:00
Afterster
9ab5f34f2e Add optional geolocation parameters to Ampache API handshake 2014-10-07 07:36:50 +02:00
Afterster
880528f729 Fix XML error code return with invalid Ampache API handshake (fix #373) 2014-08-12 13:40:22 +02:00
Afterster
467e071b73 Add few songs & videos metadata
Add release type on albums
Add methods code comments on few classes
Display release date on all videos
2014-08-02 22:48:41 +02:00
Afterster
80cd08ed04 Fix Scrutinizer reported errors 2014-07-09 23:27:14 +02:00
Afterster
d045a75e11 Fix get SmartPlaylist in XML-API (fix #306) 2014-07-04 20:00:08 +02:00
Afterster
fee1e70ffa Fix scrutinizer code style 2014-05-26 00:48:43 +02:00
Afterster
59d038335f Fix several php errors 2014-05-25 18:47:43 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
SUTJael
8e604cac5b Fix #172 2014-03-26 20:26:08 +01:00
Afterster
9abed639d8 Add load time in footer and set catalog disable as an option to not increase sql query by default 2014-03-16 10:02:13 +01:00
Afterster
2a7583acda Add missing item fields, stats function, playlist edition functions and API Key authentication type to Ampache XML API 2014-03-15 21:04:11 +01:00
Afterster
7ba3678bd5 Fix Ampache API get playlist 2014-03-11 07:46:38 +01:00
Afterster
4253d85d6a Fix https://github.com/ampache/ampache/issues/104 2014-01-28 22:40:02 +01:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
19dd53127e Option to add items to the currently played web player playlist (fix #71) 2013-12-13 00:30:30 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
438a2a9023 Don't cache browses for the API
The API will never request it again, so caching the query just wastes
space.
2013-06-12 13:25:57 -04:00
Paul Arthur
239ea81fdf Some cleanup of play URL handling
Move parsing from Song into Stream_URL and make it parse more things.
Add the type parameter to all generated URLs instead of adding video to
Video URLs.
2013-02-07 14:24:40 -05:00
Paul Arthur
860b7d3ed3 Parameterise query in Api 2013-02-04 17:56:11 -05:00
Paul Arthur
fbbb015950 Use Session for stream sessions 2013-01-28 21:46:00 -05:00
Paul Arthur
58a3ab692e Move sessiony things from vauth into Session 2013-01-28 16:57:34 -05:00
Paul Arthur
ef4d366060 Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference
for spaces, and I feel inclined to impose my will on the tree.
2013-01-26 03:38:46 -05:00
Paul Arthur
9c28ed5ad1 Consistently use _ in two-word class names 2013-01-25 19:54:11 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
bc90c0128c Start cleaning up the democratic thing.
Whoever wrote the old implementation of get_items suffered from intense fear
and hatred of SQL.
2012-10-15 13:20:28 -04:00
Paul Arthur
8c4921f5f3 Consistently use 'object_type' in playlist returns 2012-10-15 13:20:27 -04:00
Paul Arthur
afd69ce334 Cosmetics: api::url_to_song 2012-09-20 11:22:48 -04:00
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
momo-i
95620b40a1 Fixed messages translatable. 2011-12-27 15:30:25 +09:00
Karl Vollmer
0c779f36f7 Switched Ping date to ISO 8601, added expire to handshake also ISO 8601 2011-12-19 12:43:51 -04: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
d4390d2dfc Add Catalog count to handshake response for API, Wiki updated to reflect change 2011-11-23 16:17:14 -04:00
Paul Arthur
1e05bfe554 Fix broken API method
Api::search_songs needed to declare a type, and Search::run needed to
honour that declaration.
2011-06-28 14:30:52 -04:00
Paul Arthur
7c491ec1c7 Clean up API::handshake
Use Access::check_network to check the ACLs. Be more restrictive about
validating timestamps.  Miscellaneous cleanup (line wraps, etc.)
2011-05-26 18:35:30 -04:00
Stephen A. Goss
a46d320e98 fix broken xml.server.php login on 32 bit servers 2011-05-23 12:20:16 -07:00
Paul Arthur
ed6dc3df9e Prevent spurious API login failure messages. 2011-04-26 16:36:43 -04:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
Paul Arthur
ec14f90bbc Remove unnecessary hack. 2011-04-04 15:06:06 -04:00
Paul Arthur
a9da6a6fa2 Reworked search
Still has tentacles and should have been integrated into the existing
API/Browse implementation better, but it's functional.
2011-04-02 00:48:58 -04: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