1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 18:29:40 +02:00
Commit graph

94 commits

Author SHA1 Message Date
Afterster
edc85b1612 Add private messages feature
Add follow/unfollow users feature
Add simple maintenance mode (/.maintenance file)
Add user option to receive email on new content related shouts or private messages
2015-04-26 23:10:05 +02:00
Afterster
58e709f466 Add Label search
Create a playlist in private type by default
2015-04-24 23:17:17 +02:00
Afterster
b04208b5c3 Add methods to retrieve library item description and art with fallback to parent data 2015-04-05 10:21:43 +02:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
173d5e9d76 Requires user catalog right to edit arts
Avoid additional sql requests on searches
2014-10-15 22:37:06 +02:00
Afterster
b7a76aa133 Fix latest Scrutinizer issues
Fixed #372: add ellipsis to played song title
2014-10-01 00:03:19 +02:00
Afterster
160c59dea2 Fix Scrutinizer issues 2014-09-30 07:47:21 +02:00
Afterster
034a6341fb Add Plex edition on missing library items 2014-08-05 02:10:23 +02:00
Afterster
6a773db707 Regenerate track numbers when removing a song from playlist (fix #361) 2014-08-02 23:22:45 +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
24843f78e6 Fix playlist gc 2014-07-30 22:02:54 +02:00
Afterster
504013ae66 Fix latest Scrutinizer reported errors 2014-07-10 07:25:15 +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
b5f92aa25c Edit library items in a more generic way
Use real large image on Google gather arts
2014-07-08 00:51:52 +02:00
Afterster
4454696f29 Use arts in a more generic way
Add library_item interface
2014-07-07 01:40:14 +02:00
Afterster
61ff873c40 Add Sort Tracks by Artist, Album, Song on playlists (fix #279) 2014-06-25 06:32:47 +02:00
Afterster
811115958e Fix code style 2014-05-25 22:54:29 +02:00
Afterster
b16958f44e Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
SUTJael
39e6e76f59 Fix code style 2014-05-07 15:49:47 +02:00
SUTJael
72f8afac7f Admin can see all playlists (private/public) (Fix #142)
Remove cookie on art as it's not working as expected.
2014-04-22 23:28:55 +02:00
Afterster
d502982f44 Use Plex external ip address redirection on /web and fix #149 2014-03-05 21:10:29 +01:00
Afterster
5ea358d90e Add Playlists to search and option to customize log filename (fix #147) 2014-02-22 17:34:24 +01:00
SUTJael
7c2f8b0f26 Actions on rows are now displayed on mouse-hover. Removed all unused parameters. Song/artists/albums title are displayed correctly (truncate has been removed). Add to an existing playlist implementation started. 2014-01-15 20:47:49 +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
f16e1267fe Fix code style 2013-12-02 07:34:57 +01:00
SUTJael
2e1ae29f17 Playlist reordering with drag'n drop working. 2013-11-28 23:14:28 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
8a3d70a9b9 Fix add songs to playlist and playlist deletion (#88) 2013-11-09 15:10:02 +01:00
Afterster
d0763961ec Add Playlist::get_total_duration and Playlist::delete_track_number 2013-11-05 20:40:13 -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
1069d54c85 Move clean functions into their respective classes
Uniformly name them gc()
2013-01-25 21:45:47 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
8c4921f5f3 Consistently use 'object_type' in playlist returns 2012-10-15 13:20:27 -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
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
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
b290f52c8d Some missed hunks for playlist editing and miscellaneous related cleanup. 2010-04-28 22:20:42 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
6ae813dff4 removed dba::query references from playlist class 2009-12-14 02:50:02 +00:00
Karl 'vollmerk' Vollmer
80cd693722 Playlist adds now use the existing order rather then track order Fixed #484 2009-07-09 10:45:55 +00:00
momo-i
a6e171869b Fixed: import ok but playlist not shown #412 2009-03-13 07:03:26 +00:00
momo-i
82edd2e93b Fixed: import m3u insert error
Added: show import result
2009-03-13 04:43:14 +00:00
Karl 'vollmerk' Vollmer
e474991d13 Resolve #401 new database update, reset album thumbs and use resized art... 2009-03-01 02:35:42 +00:00
Karl 'vollmerk' Vollmer
a9bb2bd1b2 cleanup of dead / old functions 2009-02-19 02:23:52 +00:00