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
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
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
aa19993358
Add video support to playlist ( fix #675 )
2015-12-27 21:25:30 +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
582bbbb188
Implements bin/write_playlists.inc tool to export playlists/artists/albums to playlist files (x2)
2015-09-03 23:47:20 +02:00
Afterster
47a6585c88
Use latest php-cs-fixer version
2015-07-29 21:59:12 +02:00
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