Phyks (Lucas Verney)
e86ea9a099
Fix copyright date
2016-08-01 22:02:00 +02:00
Phyks (Lucas Verney)
2bb142eeb8
Fix issue #1260
...
Fix coding guidelines incoherences. Code should match PSR1/2 now, and
php-cs is set to check it on each commit.
Also fixed the Git hook to take into account only added, modified,
copied and renamed files (preventing errors when trying to check deleted
files).
Closes #1260 .
2016-08-01 21:55:14 +02:00
Afterster
104c5267fe
Add /play htaccess rewrite rule to avoid default max limit redirection
2015-12-27 13:06:30 +01:00
Afterster
baaceca250
Add Podcast feature
2015-12-20 23:19:23 +01:00
Afterster
9c3637b879
Change license from GPLv2 to AGPLv3
2015-12-02 20:46:34 +01:00
Afterster
a340c30872
Update code style script with new checks
2015-11-18 22:39:49 +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
7fa6e5c31a
Fix catalog actions without Ajax ( fix #947 )
2015-09-11 22:14:02 +02:00
Afterster
47a6585c88
Use latest php-cs-fixer version
2015-07-29 21:59:12 +02:00
Afterster
d53527378b
Move process kill to stream function
2015-05-31 23:54:18 +02:00
nan4k7
422d4bf260
Update index.php
2015-05-31 22:57:31 +02:00
Afterster
517cef69b3
Close sql connection before sending media stream
...
Add cookie with authenticated username, for JavaScript use and better cache handling on visitors
2015-05-19 21:51:12 +02:00
Afterster
26b30a2817
Add Podcast links to albums and artists if RSS Feed enabled
2015-05-02 10:00:13 +02:00
Afterster
ab39cc8409
Fixed #801 : Unable to share videos
2015-04-09 21:16:14 +02:00
Afterster
21a3de408c
Fix transcode settings for api player type
2015-04-01 19:51:19 +02:00
Afterster
301c43c0bb
Fix transcoding stderr output read
2015-02-27 22:56:02 +01:00
Afterster
e05da38cb5
Add transcode stderr event log on linux
2015-02-26 22:39:56 +01:00
Afterster
e65ef3f645
Fix thumb image url rewriting
2015-02-23 21:10:38 +01:00
Afterster
050f045c0d
Fix connection_status check on stream
2015-01-22 02:04:37 +01:00
Afterster
b878f3ffd8
Close stderr on transcoding to avoid unfinished processes ( #381 )
2015-01-12 08:21:28 +01:00
Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
4fd3a636be
Remove scrobbling from stream and add Scrobble method support in SubSonic API
2014-12-12 23:36:01 +01:00
Afterster
b98b1a5a95
Add count_type column on object_count table
...
Add stream control plugins (Hits and Bandwidth)
2014-10-24 07:48:50 +02:00
Afterster
7a32db9790
Fixed #500 : Add quick play urls
...
Update CHANGELOG.md
2014-10-19 22:13:27 +02:00
Afterster
2bbed12eb7
Add Aurora.js support in webplayer
...
Add transcode settings per player
2014-10-12 12:55:31 +02:00
Afterster
2c221e8216
Add user geolocation and user statistical graphs
2014-10-06 01:05:17 +02:00
Afterster
44d97d4b74
Real 'remember me' feature
...
Change song_preview to plugins
Fix 7digital preview (2 legged oauth authentication)
2014-08-31 22:40:50 +02:00
Afterster
0596412b4d
Add SubSonic API maxBitRate parameter support ( fix #399 )
2014-08-29 22:28:22 +02:00
Afterster
97ade3bc77
Fix subtitle stream on web player
2014-08-04 02:58:45 +02:00
Afterster
993e5f9fa8
Add hls stream
...
Improve Plex video stream & transcode
2014-08-04 01:33:44 +02:00
Afterster
e1f283b41f
Add X-Content-Duration header support
2014-08-03 09:47:48 +02:00
Afterster
4c3937756a
Don't wait for transcode application to close if ending the stream
2014-07-30 22:15:17 +02:00
Afterster
0cdf78b524
Show smartplaylist songs
2014-07-26 08:42:00 +02:00
Afterster
2527b59720
Remove debug log error when transcoding
2014-07-18 19:52:01 +02:00
Afterster
daa8b3133b
Add video subtitle support
...
Add local_web_path setting (fix #324 )
2014-07-16 22:41:19 +02:00
Afterster
25656f0c28
Fix content-type header when transcode
2014-07-10 23:07:28 +02:00
Afterster
80cd08ed04
Fix Scrutinizer reported errors
2014-07-09 23:27:14 +02:00
Afterster
0254be9982
Better Video integration in Ampache features
2014-07-08 20:00:33 +02:00
Afterster
7258fdcb63
Add video image preview
2014-07-08 09:05:45 +02:00
Afterster
d842ebbb00
Add art on Videos
...
Add videos support to Subsonic and UPnP APIs
Update Tmdb module
2014-07-06 20:46:46 +02:00
Afterster
3fc08b17d4
Improve video browsing and metadata parsing
...
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +02:00
Afterster
e07d23d7c9
Working UPnP backing for browse and stream actions
2014-07-05 00:36:54 +02:00
Afterster
baf244c97c
Add beautiful url support on album arts (to fix UPnP album arts)
2014-07-02 07:29:02 +02:00
Joel Klinghed
331776e7f0
Fix byte range request response
...
Example range request: "Range: bytes=2582528-"
would return response: "Content-Range: bytes 2582528-0/2583490"
as $end stayed 0.
2014-06-28 17:59:53 +02:00
Afterster
127dff690c
Fix username in stream log when user is disabled
2014-06-10 06:37:33 +02:00
Afterster
b4e932c741
Fix 'Ampache User' on broadcasts ( fix #244 ) and broadcast initial song position ( fix #243 )
...
Add access-control header and remove JSON xmlns attribute on Subsonic API
2014-06-10 06:20:56 +02:00
Afterster
2766e0e32e
Avoid Content Range requests on democratic stream
2014-05-28 13:43:15 +02:00
Afterster
69015e02ea
Fix http-rang streaming
2014-05-27 23:15:08 +02:00
Afterster
6b3fb8fa7b
Don't add disabled media to a stream playlist
2014-05-26 07:55:24 +02:00
Afterster
76e8d4b3e4
Fix other scrutinizer issues
2014-05-26 01:05:53 +02:00