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

27 commits

Author SHA1 Message Date
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
deba68d9f8 Add helper to retrieve tmp directory path
Fix song xml special character on composer field
2016-03-05 13:07:47 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +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
a3c2a4336f Don't show disabled songs to normal users (fix #883) 2015-10-25 18:58:28 +01:00
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +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
a9cea44c89 Return album art thumb url in rss feed instead of raw url 2015-05-16 11:34:32 +02:00
Afterster
0bce1211fe Add option to hide user fullname by default 2015-05-14 23:07:36 +02:00
Afterster
d83b378595 Avoid autoplay in share page by default 2015-05-14 20:44:59 +02:00
Afterster
d7c8b35ea6 Remove 'Shout By' on latest_shout rss feed 2015-05-13 07:27:23 +02:00
Afterster
26b30a2817 Add Podcast links to albums and artists if RSS Feed enabled 2015-05-02 10:00:13 +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
a527a27e7d Add Latest Artists and Latest Shouts rss feeds
Fix javascript escape string on cookie disclaimer notice
2015-04-21 20:31:55 +02:00
Afterster
81ff034bd1 Remove shoutbox spool for notification
Move shoutbox homepage code to a home plugin
Add catalog favorites home plugin
2015-04-05 00:11:12 +02:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
e92c41c652 Add new display_home plugin category
Add RSS View plugin
2014-10-02 23:51:39 +02:00
Afterster
bef75fd05a Add Favorite and Rating to playlists
Improve Guest user view when use_auth=false
2014-10-02 21:23:07 +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
59d038335f Fix several php errors 2014-05-25 18:47:43 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02: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
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01: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
a12679b13d Move get_user_icon from ui.lib.php to UI::get_icon 2013-01-26 02:19:06 -05:00
Paul Arthur
9c28ed5ad1 Consistently use _ in two-word class names 2013-01-25 19:54:11 -05:00
Renamed from lib/class/ampacherss.class.php (Browse further)