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

216 commits

Author SHA1 Message Date
Manuel
9399312faa code formatting with php-cs-fixer
I let php-cs-fixer format the code.. seems that they worked on it so the
most ugly line breaks are gone.

And hopefully we Travis won't get angry any more.

:-)
2016-08-07 02:13:33 +02:00
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
03ba705bdc add support for unicode in notifications
fix #1294
2016-06-30 10:06:45 +02:00
Phyks (Lucas Verney)
747d3d4996 Fix issue #1259.
Notification text was not correctly escaped.

Quotes were not escaped in notification text, which resulted in
JavaScript errors with some translations, such as French translation,
which make heavy use of quotes.

Closes #1259.
2016-06-15 17:50:23 +02:00
Afterster
2de4417058 Add link to license on upload form
Add option to remove grid view from catalog favorites at homepage
2016-02-28 10:07:52 +01:00
Afterster
5b975f3e22 Update version to 3.8.2
Update CHANGELOG.md
Fix potential security vulnerability on smartplaylist search rule and catalog management actions (thanks Roman Ammann!)
2016-02-03 21:59:24 +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
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
207076d9a0 Merge branch 'develop' of https://github.com/Niols/ampache into Niols-develop
Conflicts:
	admin/users.php
	config/ampache.cfg.php.dist
	lib/class/api.class.php
	lib/class/userflag.class.php
	lib/rating.lib.php
	lib/ui.lib.php
	sql/ampache.sql
	templates/browse_filters.inc.php
	templates/footer.inc.php
	templates/header.inc.php
	templates/show_albums.inc.php
	templates/show_artists.inc.php
	templates/show_broadcasts.inc.php
	templates/show_catalogs.inc.php
	templates/show_channels.inc.php
	templates/show_concerts.inc.php
	templates/show_democratic_playlist.inc.php
	templates/show_html5_player_headers.inc.php
	templates/show_index.inc.php
	templates/show_install_config.inc.php
	templates/show_labels.inc.php
	templates/show_live_streams.inc.php
	templates/show_localplay_playlist.inc.php
	templates/show_login_form.inc.php
	templates/show_manage_license.inc.php
	templates/show_manage_shoutbox.inc.php
	templates/show_missing_albums.inc.php
	templates/show_objects.inc.php
	templates/show_playlist_songs.inc.php
	templates/show_playlists.inc.php
	templates/show_preferences.inc.php
	templates/show_pvmsgs.inc.php
	templates/show_recommended_artists.inc.php
	templates/show_searches.inc.php
	templates/show_shared_objects.inc.php
	templates/show_song_previews.inc.php
	templates/show_songs.inc.php
	templates/show_tvshow_seasons.inc.php
	templates/show_tvshows.inc.php
	templates/show_user_activate.inc.php
	templates/show_users.inc.php
	templates/show_videos.inc.php
	templates/show_wanted_albums.inc.php
	templates/sidebar.inc.php
	templates/stylesheets.inc.php
2015-09-06 11:23:51 +02:00
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +02:00
Niols
a1f6a073cb Use UI::find_template everytime there's a '/templates/…'
Note: This concerns everything but the install files
2015-06-06 18:54:05 +02:00
Afterster
be62df7f42 Fixed #860: Bug : it is possible to add a track without indicating a licence 2015-05-16 10:05:36 +02:00
Afterster
a4eafa834d Fix few french translation
Avoid player exit confirmation on download links
Fix song removal from user uploader
2015-04-21 19:56:36 +02:00
Afterster
4dfd3ae018 Better user upload error feedback
Avoid message quote error in javascript notification
2015-04-15 23:19:33 +02:00
Afterster
3879db6fa5 Improve user upload permissions check 2015-04-12 09:48:10 +02:00
Afterster
c763103bee Add Server-Sent Events on catalog actions 2015-02-02 22:45:57 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
SUTJael
5ff1ca45f8 Overlay notifications updated. 2014-11-13 15:29:42 +01:00
Afterster
e911ae8815 Fixed #557: play button doesn't work after disc1 2014-11-08 10:22:08 +01:00
Afterster
a157856675 Add user feedback near mouse cursor when voting to a song (democratic playlist) 2014-10-01 22:17:31 +02:00
Afterster
80cd08ed04 Fix Scrutinizer reported errors 2014-07-09 23:27:14 +02:00
Afterster
afa536c6be Fix code style 2014-07-08 20:24:51 +02:00
Afterster
0254be9982 Better Video integration in Ampache features 2014-07-08 20:00:33 +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
d41f31f14c Improve Album Artist information to be used by default 2014-06-15 13:34:12 +02:00
Afterster
0c7f9dfe2e Fix scrutinizer issues 2014-06-13 07:33:27 +02:00
Afterster
40e9396f3e First upload and license implementation
Fix #252
2014-06-13 03:36:19 +02:00
Afterster
041dfda1fc Remove remaining unused code 2014-05-25 23:23:52 +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
0bdde4066a Select automatically the first playlist into the democratic configuration (#154) 2014-05-05 14:31:27 +02:00
Afterster
0152ab610f Move ampache-doped to ampache 2014-04-15 20:20:02 +02:00
SUTJael
72eca29235 Fix filterbox search. Fix group album by disks songs count and changing art on all sub albums. 2014-03-28 12:12:02 +01:00
SUTJael
7e4e12f53b Fix #173. Fix rating. Fix plenty of Warnings. 2014-03-27 15:28:58 +01:00
Afterster
6e5122302c Add myPlex support 2014-02-17 07:49:22 +01:00
Afterster
7b64802f62 Rename Ampache to Ampache-doped 2014-02-01 10:30:13 +01:00
Afterster
cfb349178e Add Infinite Scroll in Browse 2014-01-12 01:55:14 +01:00
Afterster
4153040efe Add global search auto-completion (fix #88) 2014-01-03 19:59:33 +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
SUTJael
e7434386a7 Changed reborn-theme logo to Ampache doped 2013-12-06 16:22:41 +01:00
SUTJael
2e1ae29f17 Playlist reordering with drag'n drop working. 2013-11-28 23:14:28 +01:00
SUTJael
3134e3ca8e Artist/Album/Song edition working.
Tag are now editable through the same dialog.
2013-11-22 18:58:06 +01:00
Afterster
bddca41379 Readd php closing tag on templates 2013-11-17 19:32:22 +01:00
Afterster
4898803c5e Fix code syntax due to code style autofix 2013-11-17 19:14:43 +01:00
Afterster
2c47312696 Fix static declaration 2013-11-17 19:06:37 +01:00