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

166 commits

Author SHA1 Message Date
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
Phyks (Lucas Verney)
10075e4fbe Fix issue #1211
Wrong gettext function calls

There were some issues when gettext is not installed on the system, due
to direct function calls to gettext and not to the encapsulated ones.

Closes #1211.
2016-07-07 10:39:29 +02:00
Manuel
d4b1b18557 A small change to make translation easier
It's always better to keep those variable user-, plugin-, etc-names as
dynamic as possible. Otherwise it's sometimes extremely problematic to
find the right sentence-formatting. In German I would translate it that
way:

"Klicke um `$plugin_name` den Zugriff zu erlauben"

And does this English sentence in the source fit better? As I see from
the context, the user is asked to give `$plugin_name`the right to access
Ampache, is this right?

:-)
2016-04-02 07:58:23 +02:00
Afterster
0630676eb6 Add browse filter and light sidebar options
Add overload to force library item art display
2016-02-29 22:51:42 +01: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
be816474f6 Add option to ignore song duplicate import
Add option to match catalog patterns on file upload
2016-02-27 20:35:03 +01:00
Afterster
74b383e22e Add library item context menu 2016-02-07 19:58:30 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
René Bigler
cad161ed7c [BUGFIX] #1019 Fix case in lib namespace 2015-11-22 14:30:30 +01:00
Afterster
a340c30872 Update code style script with new checks 2015-11-18 22:39:49 +01:00
Afterster
f7cd0b43be Merge branch 'feature/customMetadata' of https://github.com/Razrael/ampache into Razrael-feature/customMetadata
Conflicts:
	lib/class/core.class.php
	lib/class/song.class.php
	lib/class/update.class.php
	lib/class/vainfo.class.php
	modules/catalog/local/local.catalog.php
	templates/show_edit_song_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song.inc.php
2015-11-17 20:48:10 +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
René Bigler
04d8ce9c11 [BUGFIX] Fixe some code style issues 2015-10-29 23:09:52 +01:00
René Bigler
5f50341dff Merge branch 'develop' into feature/customMetadata 2015-10-29 20:36:49 +01:00
Manuel
50c1ecc037 Various fixes based on transcode bit rate handling
config/ampache.cfg.php.dist
+ updated version because the changes depend on database and base code
changes
+ renamed variable `%SAMPLE%` -> `%BITRATE%`

lib/class/stream.class.php
+ changed `AmpConfig::get('sample_rate');` ->
`AmpConfig::get('transcode_bitrate');` due to db changes
+ renamed variable `%SAMPLE%` -> `%BITRATE`
+ renamed variable `$sample_rate` -> `$bit_rate`
+ renamed variable `$user_sample_rate` -> `$user_bit_rate`

lib/class/update.class.php
+ New update function to change preference name `sample_rate` ->
`transcode_bitrate`

lib/init.php
+ changed config file version for config autoupdate

lib/preference.php
+ changed case `sample_rate` -> `transcode_bitrate` due to db changes
2015-09-26 17:38:13 +02:00
Afterster
24918b6cd0 Merge branch 'develop' of https://github.com/nioc/ampache into nioc-develop 2015-09-19 17:34:11 +02:00
René Bigler
ff1b1d0b04 [FIX] Fix some code style issues 2015-09-09 23:34:03 +02:00
René Bigler
cc0db3aadc [FEATURE] Create possibility to disable metadata fields 2015-09-09 23:26:30 +02:00
Afterster
42d4b209e7 Use theme base css and colors from theme configuration (fix #934) 2015-09-06 13:42:20 +02:00
nioc
ab292f7de7 Upgrade scrobbling API (last.fm and libre.fm)
Upgrade the scrobbler class, Lastfm and Librefm plugins to use the new API.
Authentication is changed:
-admin needs to create a last.fm API account, set their API key and secret in the ampache.cfg file,
-users need to grant Ampache application to last.fm / Libre.fm services by using preference tab > plugins.

Resolves ampache/ampache#922

Add the "spread the love" function to share your favorites on Last.fm and Libre.fm.

Change-Id: Ia81334f4f4506258a27d40b6c257a1e38bd69097
Signed-off-by: nioc <nioc@users.noreply.github.com>
2015-08-23 03:38:56 +02:00
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +02:00
Afterster
bee714524d Update .htaccess deny access declaration to work with Apache 2.4 2015-05-01 16:30:58 +02:00
Afterster
bcc3d089fb Fix private message emails 2015-04-26 23:42:03 +02:00
Afterster
4c67bbdabc Add WebDAV backend 2015-04-19 13:19:47 +02:00
Afterster
fe3239f0c1 Add delete from disk option on user uploaded files (fix #388)
Fix file upload duplicate insertion when uploading multiple files at once
2015-01-31 22:06:46 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00: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
2374711442 Set allow_video setting as an enable/disable option 2014-09-30 13:29:10 +02:00
Afterster
3fa3cea360 Add webplayer browser notification settings 2014-09-24 22:12:52 +02:00
Afterster
66dd1ff782 Image art on artists edition and index display preferences 2014-09-15 07:37:17 +02:00
Afterster
49cd42562b Replace iframe with Ajax page loading :) :) 2014-08-08 01:36: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
3fc08b17d4 Improve video browsing and metadata parsing
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +02:00
Afterster
aa54f4952b UPnP browse support 2014-07-01 07:50:57 +02:00
Afterster
646c7d18ea Add DAAP protocol support (fix #272) 2014-06-28 15:52:52 +02:00
Afterster
40e9396f3e First upload and license implementation
Fix #252
2014-06-13 03:36:19 +02:00
Afterster
bc83e5ee3b Add donate button in footer 2014-06-04 00:27:24 +02:00
Afterster
740427c328 Add session id on votes (fix #173) and a new option to clear expired sessions votes (#178) 2014-05-29 07:18:33 +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
Afterster
a947ec6131 Remove web player action buttons from shared items 2014-04-04 07:52:02 +02:00
Afterster
8e471221da Add top dock menu option
Fix most themes random album art size (fix #176)
2014-04-03 14:07:08 +02:00
Afterster
f8de5b09f9 Add 'Play Last' to Localplay modules 2014-03-29 08:15:57 +01:00
SUTJael
7e4e12f53b Fix #173. Fix rating. Fix plenty of Warnings. 2014-03-27 15:28:58 +01:00
SUTJael
7d22e8d466 Implementation for #136 started. Album is now ready to be grouped by disks.
Need to create the new view in the album details. Group only works for album with musicbrainz identifiers.
2014-03-20 21:23:34 +01:00
Afterster
1db22aeca9 Remove scrub_out from preferences output. Already escaped when saved. Fix #161. 2014-03-15 12:52:28 +01:00
Afterster
991b16f860 Fix private broadcasts and add automatic broadcast by default web player 2014-02-23 00:42:32 +01:00
Afterster
e51717be6e Merge branch 'develop' of github.com:ampache-doped/ampache into develop
Conflicts:
	lib/class/update.class.php
2014-01-15 23:58:13 +01:00