1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00
Commit graph

317 commits

Author SHA1 Message Date
Afterster
167a9b757b Add link to web installation on test page if config file is missing 2015-12-08 21:23:40 +01:00
Afterster
92fcb84670 Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
Afterster
7179403b94 Update sql script to latest db changes
Update CHANGELOG.md
Fix vainfo tvshow parsing if music catalog selected
2015-12-03 23:25:37 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +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
Afterster
ca2028256a Add timeline / friends timeline (= user activities) 2015-11-04 23:59:13 +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
Afterster
bbd32d7a17 Keep %SAMPLE% variable for compatibility reason 2015-10-03 09:22:29 +02: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
fa8084d312 Update SQL default script with latest sql updates 2015-09-11 23:09:49 +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
René Bigler
899e12e9c7 Merge branch 'develop' into feature/customMetadata 2015-09-07 21:24:56 +02:00
Afterster
42d4b209e7 Use theme base css and colors from theme configuration (fix #934) 2015-09-06 13:42:20 +02:00
Afterster
89e3a84397 Move http_port user preference to ampache.cfg.php (fix #937) 2015-08-26 12:09:32 +02:00
Fondor1
8806ce0b00 Corrected copy-paste oversight in a comment 2015-08-11 12:02:19 -06:00
Fondor1
8bb585c9fc Make changes to sql update script per comment from SUTJael 2015-08-11 10:34:05 -06:00
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +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
0bce1211fe Add option to hide user fullname by default 2015-05-14 23:07:36 +02:00
Afterster
0c26c33626 Stay on shoutbox page when posting a new shout
Fix light sidebar home page link
2015-04-28 21:03:52 +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
2835e4c330 Add delete from disk setting and delete actions on most library items 2015-04-26 09:55:14 +02:00
Afterster
0a1b46f437 Add Label entity 2015-04-21 00:05:41 +02:00
Afterster
4c67bbdabc Add WebDAV backend 2015-04-19 13:19:47 +02:00
Afterster
a2caf2d66a Add an option to customize login art, favicon and text footer 2015-04-15 21:20:26 +02:00
Afterster
a6d68fef55 Fix channel htaccess installation 2015-04-05 21:00:38 +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
Afterster
6df66768ab Add ability to store images on disk (fix #131)
Add new settings to define art min and max width/height (fix #584)
2015-01-22 03:42:05 +01:00
Afterster
77f9be88ff Fix image search case
Move image size update process to external bin/calculate_art_size.inc script
2015-01-14 07:46:44 +01:00
Afterster
d17d9d2973 Merge branch 'image-dimensions' of https://github.com/tsquare66/ampache into tsquare66-image-dimensions 2015-01-14 07:35:47 +01:00
René Bigler
f660f88975 [FEATURE] #280 Update Database with update script 2015-01-10 00:22:24 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
tsquare66
5ca3053bc8 Add dimension info (width & height) in table image
Add width & height search function for albums
2014-12-03 10:06:37 +01:00
Afterster
53f12cf2b2 Move album_artist from song to album table 2014-11-15 02:37:37 +01:00
Afterster
33bb01afbf Add HTML5 ReplayGain Track support 2014-11-10 15:02:09 +01:00
Afterster
78f551d57b Add display and mandatory user registration fields configuration (fix #213)
Add optional State and City columns to user table
2014-11-05 06:34:45 +01:00
Afterster
b98b1a5a95 Add count_type column on object_count table
Add stream control plugins (Hits and Bandwidth)
2014-10-24 07:48:50 +02:00
Afterster
711907b04c Fixed #485: Send email notification to user after admin approval
Disable Geolocation by default
2014-10-22 22:18:07 +02: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
bef75fd05a Add Favorite and Rating to playlists
Improve Guest user view when use_auth=false
2014-10-02 21:23:07 +02:00
Afterster
5b2d982f20 Change header / sidebar / topmenu floating and fixed effects 2014-09-28 10:07:07 +02:00
Afterster
311118a68e Set webplayer browser notification timeout to 10sec by default 2014-09-25 08:34:04 +02:00
Afterster
3fa3cea360 Add webplayer browser notification settings 2014-09-24 22:12:52 +02:00
Afterster
14594b4993 Add album group order setting (fix #401) 2014-09-24 00:18:52 +02:00
Afterster
1de5f66e26 Merge branch 'jcwmoore-TagSplit' into develop
Conflicts:
	lib/class/update.class.php
2014-09-16 07:52:30 +02:00
Afterster
18b6fceb65 Change update revision 2014-09-16 07:50:29 +02:00