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
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
ca2028256a
Add timeline / friends timeline (= user activities)
2015-11-04 23:59:13 +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
ae553bd786
Add user, followers, following and last_shouts XML API functions
2015-06-03 22:52:56 +02:00
Afterster
ce7f555058
Fix French translation on latest sentences
2015-04-29 22:55:49 +02:00
Afterster
d5d7e83546
Add .maintenance page example
...
Avoid wrong user link in shouts posted by guests
2015-04-28 22:56:26 +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
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
4c67bbdabc
Add WebDAV backend
2015-04-19 13:19:47 +02:00
Afterster
b04208b5c3
Add methods to retrieve library item description and art with fallback to parent data
2015-04-05 10:21:43 +02:00
Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00: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
e1493123e9
Add ShoutBox links to artists
2014-09-26 07:54:00 +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
418a294622
Fix update script and shoutbox
2014-07-08 20:45:45 +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
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
cd0b66391e
Ignore some unused warnings
2014-05-26 00:02:11 +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
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
36d9c319bc
Waveform notification at specific song time
2014-02-21 01:36:32 +01:00
Afterster
f21fb269e7
Unify Shoutbox get functions return types
2014-01-05 01:32:20 +01:00
Afterster
e63c5aa007
Fix travis build
2014-01-05 01:08:15 +01:00
Afterster
01450b356d
Show dedicated object shoutbox on add shoutbox page
2014-01-05 01:06:48 +01:00
Afterster
c352d65597
Add shoutbox notifications and improve Shoutbox css
2014-01-05 00:38:27 +01:00
Afterster
7bd43c956e
Fix travis build
2014-01-04 21:43:32 +01:00
Afterster
0ec26ed623
Add Waveform feature and few ShoutBox links
2014-01-04 21:04:30 +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
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
dff1d2cf46
Rename shoutBox to Shoutbox
2013-01-25 21:49:47 -05:00
Paul Arthur
1069d54c85
Move clean functions into their respective classes
...
Uniformly name them gc()
2013-01-25 21:45:47 -05:00
Paul Arthur
16c3ba34fd
Cosmetics: clean up heads in lib/
2013-01-25 18:38:22 -05:00
Paul Arthur
e9d8c44f64
FS#257 - Social comments function not working.
...
make_bool is definitely the wrong way to handle the parameter. This
(untested) change might fix the bug.
2012-09-17 10:41:13 -04: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
momo-i
add54bc230
test header for phpdoc. now using only classes and libraries.
2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
feae94b52b
Cosmetics. %s/assoicated/associated/g
2010-04-28 22:25:23 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0
Cosmetics: remove trailing whitespace
2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76
Cosmetics: use tabs for indentation, tweak some indentation/coding style.
2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d
Add vim modelines to all php files (Thx ascheel)
2010-03-14 04:53:15 +00:00