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
a5a3e5dad0
Add optional %FILE% variable to script run on file upload
2016-02-27 15:41:07 +01:00
Afterster
9d9f7a2711
Add preference subcategory
2015-12-27 16:06:13 +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
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
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
Afterster
47a6585c88
Use latest php-cs-fixer version
2015-07-29 21:59:12 +02:00
Afterster
e58d16fdbd
Fix huge performance issues when the user and user_preference tables are large
2015-05-01 14:33:01 +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
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
Afterster
aa67567108
Get global user preference if searched preference is missing for an user ( fix #770 )
2015-03-21 21:57:45 +01:00
René Bigler
7d93f7c851
[CLEANUP] Syntax cleanup
2015-01-07 22:51:32 +01:00
René Bigler
99d66eb620
[FEATURE] improve genre tag splitting
2015-01-07 22:42:59 +01:00
lotan
be531ed93f
Added support for additional ID3v2 genre delimiters.
2015-01-06 14:20:51 +01:00
Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
fd44327198
Move to StreamZip-PHP to avoid temporary zip file or memory overload
2014-11-27 23:46:54 +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
b54b48fa07
Associate logged user object to the global user property in login.php
2014-10-14 23:03:47 +02:00
Afterster
2bbed12eb7
Add Aurora.js support in webplayer
...
Add transcode settings per player
2014-10-12 12:55:31 +02:00
Afterster
83b41887cc
Re-enable theme support
...
Remove stream format guessing from browser name
2014-10-11 22:41:19 +02:00
SUTJael
e22334ab58
Fix left menu cookie. Reborn theme set by default.
2014-07-22 16:09:10 +02:00
Afterster
80cd08ed04
Fix Scrutinizer reported errors
2014-07-09 23:27:14 +02:00
Afterster
d842ebbb00
Add art on Videos
...
Add videos support to Subsonic and UPnP APIs
Update Tmdb module
2014-07-06 20:46:46 +02:00
Afterster
3fc08b17d4
Improve video browsing and metadata parsing
...
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +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
7e4e12f53b
Fix #173 . Fix rating. Fix plenty of Warnings.
2014-03-27 15:28:58 +01:00
Afterster
54ab51873c
Add Growl notification as song scrobbling plugin
2014-02-22 22:56:13 +01:00
Afterster
d138f7e304
Add AutoUpdate feature
2014-01-04 03:19:13 +01:00
Afterster
08cdf73349
Merge branch 'master' of github.com:ampache-doped/ampache
...
Conflicts:
lib/class/update.class.php
2013-12-26 22:17:13 +01:00
SUTJael
9edffd6fb8
Personal information visibility ( Fix #81 )
2013-12-26 12:47:06 +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
a53d308b6c
Can now re-order playlist and album songs #53 (new grab icon displayed on sortable list)
...
Updating only the modified item (not refreshing page anymore) #43
Removed last 'Flag' items found #54
Reborn theme set as default #22
Fix: filters are now working
Fix: Artist edition
2013-12-03 15:50:00 +01:00
Afterster
22cb316a48
Ampache code now respect PSR-2 code style
2013-11-17 18:54:14 +01:00
SUTJael
41417ef720
Set fresh theme to default value into SQL script.
2013-11-12 10:36:35 +01:00
SUTJael
20944ba136
Default theme set to "fresh"
2013-11-10 12:07:46 +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
16c3ba34fd
Cosmetics: clean up heads in lib/
2013-01-25 18:38:22 -05:00
Paul Arthur
34b0eaf233
Clean up uses of Config::set and Config::set_by_array
...
Consistently pass in a boolean instead of a string or an int for the
clobber flag.
2012-03-06 12:18:57 -05: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
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