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

2211 commits

Author SHA1 Message Date
Afterster
1bb268a66d Fix Subsonic genres when using json format
Change Large album art browsing view to 200px
Add unique constraint on tag map
Change popular and favorite stats object type order
2015-12-24 00:14:55 +01:00
Afterster
5c763ec920 Add bookmarks feature 2015-12-23 21:59:33 +01:00
Afterster
bb24bedfa6 Re-generate thumb art if the entry is found in database but not the data itself (fix #1070) 2015-12-23 20:29:44 +01:00
Afterster
47a2c7a73d Fix podcast global sync link (fix #1068) 2015-12-23 19:56:28 +01:00
Afterster
7d3c2354b4 Remove port information on user ip activity when ip is retrived with HTTP_X_FORWARDED_FOR header 2015-12-23 07:27:28 +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
Jahak
303350fa16 Update userflag.class.php 2015-12-18 10:49:29 +05:00
Afterster
799165a119 Add Access-Control-Allow-Origin: * header on SubSonic images & streams 2015-12-17 20:48:14 +01: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
b90a642bf1 Add logic for plugin directories named ampache-* 2015-12-13 19:04:14 +01:00
Afterster
167a9b757b Add link to web installation on test page if config file is missing 2015-12-08 21:23: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
7befda23cc Merge pull request #1035 from wagnered/develop
Added logic to clean and 'camelcase' movie titles.
2015-12-05 09:41:09 +01:00
wagnered
89ace1706b Added logic to clean and 'camelcase' movie titles. 2015-12-04 18:00:30 -08:00
Afterster
92fcb84670 Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
Afterster
f2f5bd530b Remove scrub_in from password verification (fix #1033) 2015-12-04 07:27:37 +01:00
Afterster
7179403b94 Update sql script to latest db changes
Update CHANGELOG.md
Fix vainfo tvshow parsing if music catalog selected
2015-12-03 23:25:37 +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
0a76c2ac4b Merge branch 'preserved_whitespace' of https://github.com/DanielMaly/ampache into DanielMaly-preserved_whitespace 2015-12-03 21:51:09 +01:00
Nick Lanham
1aaf01ae98 Support an ampache=1 argument on getAlbum.view
- For now just adds playcounts.  Could add other info in the future
- Right now only getAlbum.view, but other views that return song info could support this too.
2015-12-02 22:57:58 +00:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
wagnered
b440eb2aad cleaned merge info from vainfo.class.php. 2015-11-28 21:13:27 -08:00
Daniel Maly
6c0f34fa96 Added 'album tag' option in song search 2015-11-28 22:14:56 +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
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
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
5124a5ed4c Merge branch 'develop' of https://github.com/Psy-Virus/ampache into Psy-Virus-develop
Conflicts:
	templates/show_album_row.inc.php
	templates/show_artist_row.inc.php
	templates/show_label_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song_row.inc.php
	templates/show_video_row.inc.php

Apply align_equals and concat_with_spaces on code style
2015-11-07 08:08:59 +01:00
Afterster
657ff21e43 Allow shout view for unregistered user if auth is not mandatory
Allow graph view for user owner
2015-11-06 21:54:41 +01:00
Afterster
ca2028256a Add timeline / friends timeline (= user activities) 2015-11-04 23:59:13 +01:00
René Bigler
04d8ce9c11 [BUGFIX] Fixe some code style issues 2015-10-29 23:09:52 +01:00
René Bigler
5f50341dff Merge branch 'develop' into feature/customMetadata 2015-10-29 20:36:49 +01:00
Afterster
a3c2a4336f Don't show disabled songs to normal users (fix #883) 2015-10-25 18:58:28 +01:00
Afterster
e497f61f37 Add protocol check on live stream homepage url (fix #767) 2015-10-18 11:02:11 +02:00
Afterster
bda9389c26 Add rating on XML API 2015-10-16 22:47:01 +02:00
Afterster
468b5fba5c Merge branch 'wagnered-develop' into develop 2015-10-13 22:12:22 +02:00
Afterster
848f07adbb Directory from 3.8.1 release parsing 2015-10-13 22:05:53 +02:00
Afterster
1ea28c5e0f Merge branch 'develop' of https://github.com/wagnered/ampache into wagnered-develop 2015-10-12 21:37:39 +02:00
wagnered
0ff6bde592 Changed update_video_from_tags($results, Video $video) to static function. 2015-10-11 12:31:00 -07:00
Afterster
c6d403fe5b Handle BOM empty utf-8 string on song comparison 2015-10-04 23:53:01 +02:00
thinca
99290c0c38 Use "LIMIT" at SQL query
For performance reasons.
2015-10-04 03:28:27 +09:00