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

750 commits

Author SHA1 Message Date
Phyks (Lucas Verney)
088fa00b36 Use correct fields type in modules and localplay
This fixes #1339.
2016-07-22 16:11:41 +02:00
Phyks (Lucas Verney)
5563854bd3 Apply trim on dropbox parameters
Copying dropbox secret key from the Dropbox UI easily adds extra
whitespaces at the beginning of the string, which leads to invalid
secret key and stack trace. As they are invalid, apply a trim to them
before storing them in database.
2016-06-16 19:19:02 +02:00
Phyks (Lucas Verney)
91b85fee88 Proposition of fix for #121
Returns path relative to the catalog root path in Subsonic API.

Also removed the references to `Catalog::_get_info` function.

Closes issue #121.
2016-06-09 12:07:58 +02:00
Maniac
65a275a2d5 TheAudioDb plugin did not find results
TheAudioDb has changed the JSON result slightly, which causes the plugin
to look in not existing members.
The 'artist' member is now called 'artists'.
2016-05-14 11:00:30 +02:00
Niols
6cbf700151 fix 1201 and rewrite LDAP class
and ran php-cs-fixer as told in the wiki
2016-05-03 17:11:42 +02:00
Afterster
c01d5b55b9 Add licensing to song list column if enabled
Remove MOTD plugin and add it first by default if enabled
2016-03-03 22:34:40 +01:00
Afterster
07a99104cc Add cover art on playlists / playlist items
Add last update date information to playlists
Always garbage collect catalog after any catalog action (fix #1156)
2016-03-02 00:07:31 +01:00
Afterster
796da7d490 Add play context menu on random albums and now playing
Update share icon
2016-02-29 23:23:57 +01:00
Afterster
0630676eb6 Add browse filter and light sidebar options
Add overload to force library item art display
2016-02-29 22:51:42 +01:00
Afterster
5f3d59ed74 Add buttons to minimize web player and expand playlist (fix # 2016-02-28 18:49:19 +01:00
Afterster
2de4417058 Add link to license on upload form
Add option to remove grid view from catalog favorites at homepage
2016-02-28 10:07:52 +01:00
Afterster
be816474f6 Add option to ignore song duplicate import
Add option to match catalog patterns on file upload
2016-02-27 20:35:03 +01:00
Afterster
41a6769c2d Fix podcast sync 2016-02-16 07:38:44 +01:00
Afterster
5b975f3e22 Update version to 3.8.2
Update CHANGELOG.md
Fix potential security vulnerability on smartplaylist search rule and catalog management actions (thanks Roman Ammann!)
2016-02-03 21:59:24 +01:00
Afterster
f976024159 Add more logs on SoundCloud catalog 2016-01-29 07:33:28 +01:00
Afterster
2bc567a3e6 Update AmpacheApi and GetText dependencies patch versions 2016-01-21 21:39:47 +01:00
Afterster
3c020f3b8d Add explicit MusicBrainz Id check on Headphones plugin 2016-01-15 22:31:30 +01:00
Afterster
54370e0a75 Implements update_video_from_tags (fix #725) 2015-12-28 10:51:16 +01:00
Afterster
9d9f7a2711 Add preference subcategory 2015-12-27 16:06:13 +01:00
Afterster
baaceca250 Add Podcast feature 2015-12-20 23:19:23 +01:00
Afterster
58fa76fe3d Display large covert arts if grid view is disabled for target item type 2015-12-19 15:55:12 +01:00
Afterster
4ca86c15ac CSS trick to remove grid view 2015-12-19 14:51:30 +01:00
Afterster
68a2f92102 Abandonned php-gettext is replaced by oscarotero/Gettext 2015-12-19 09:34:37 +01:00
Afterster
47faff9523 Remove debugging code on song insertion error
Update song id3 tags after writing
Add variable sanity checks on mpd localplay, scrobbler and search classes
2015-12-18 22:22:17 +01:00
Afterster
5b611aafd6 Merge pull request #1057 from jahak7/patch-2
Update vlc.controller.php
2015-12-18 07:32:51 +01:00
Afterster
01b48ff35d Merge pull request #1056 from jahak7/patch-1
Update vlcplayer.class.php
2015-12-18 07:32:25 +01:00
Jahak
480441bc77 Update upnpplayer.class.php 2015-12-18 10:54:12 +05:00
Jahak
c7f76fd4b1 Update vlc.controller.php 2015-12-18 10:45:50 +05:00
Jahak
5ea37ca889 Update vlcplayer.class.php 2015-12-18 10:39:10 +05:00
Afterster
6c9f55e219 Ignore subsonic item identifier prefix
Rename modules composer.json to composer.module.json
2015-12-16 23:06:05 +01:00
Afterster
3bc84fc56d Remove Growl plugin from base repository 2015-12-13 18:19:47 +01:00
Afterster
512e9f103a Add Discogs metadata/art plugin
Update license information on composer plugins
2015-12-10 23:31:40 +01:00
Afterster
d6234db15f Fixed undefined call to undeclared property on catalog update since custom metadata feature addition (fix #1042) 2015-12-08 07:41:52 +01:00
Afterster
85d84d1441 Remove Home Message plugin in favor of existing Message of the Day 2015-12-07 22:38:32 +01:00
Afterster
92fcb84670 Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
Afterster
cb769a5c8d Add log message in case of transcode process error
Fix code style
2015-12-03 22:07:57 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
Afterster
289ca0cc8c Merge branch 'develop'
Conflicts:
	lib/class/tvshow.class.php
	lib/class/vainfo.class.php
	modules/plugins/Tvdb/Tvdb.plugin.php
2015-11-28 09:56:41 +01:00
wagnered
81b2aef0f9 Revert change of table/column tvshow.overview back to tvshow.summary.
Revert dependent classes to insert/update tvshow.summary.
Modified Tmdb and Tvdb plugins to carry tvhow overview as tvshow_summary
to maintain separation of tvshow summary and tvshow_episode summary.
2015-11-26 21:24:41 -08:00
wagnered
72273dbd20 Changed tvshow.summary to tvshow.overview to remove
conflict with tvshow_episode.summary.
Modified edit dialog and update functions to edit tvshow.overview.
Modified tvdb and tmdb plugins to reflect change to tvshow.overview.
Fixed Vainfo::_parse_filename after regression tests exposed bug.
2015-11-24 11:56:21 -08:00
Afterster
21c486eb50 Fix vainfo trim on unknown tags 2015-11-22 16:18:19 +01:00
René Bigler
cad161ed7c [BUGFIX] #1019 Fix case in lib namespace 2015-11-22 14:30:30 +01:00
Afterster
8067539553 Add Home Message plugin 2015-11-20 22:09:41 +01:00
René Bigler
e96b0ff073 [BUGFIX] Fix some metadata errors 2015-11-19 23:27:34 +01:00
René Bigler
69a4a5f1f4 [FEATURE] Enable Composer autoloading for lib 2015-11-19 20:08:48 +01:00
Afterster
a340c30872 Update code style script with new checks 2015-11-18 22:39:49 +01:00
Afterster
bfc68feff0 Use Composer for AmpacheApi instead of git submodule 2015-11-18 21:42:15 +01:00
Afterster
f7cd0b43be Merge branch 'feature/customMetadata' of https://github.com/Razrael/ampache into Razrael-feature/customMetadata
Conflicts:
	lib/class/core.class.php
	lib/class/song.class.php
	lib/class/update.class.php
	lib/class/vainfo.class.php
	modules/catalog/local/local.catalog.php
	templates/show_edit_song_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song.inc.php
2015-11-17 20:48:10 +01:00
Afterster
7a71c16f3a Fix ampacheapi module include 2015-11-15 20:40:52 +01:00
Afterster
d3ea4c7e51 Add ampacheapi-php git submodule 2015-11-15 20:38:47 +01:00