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

60 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
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
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +02:00
Afterster
b4d1e53e01 Fix Scrutinizer major issues 2015-02-01 20:09:51 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
0ee3d5d090 Fix paging on stats since sort was disabled on these pages 2015-01-03 10:38:23 +01:00
Afterster
64ff0019ee Temporary workaround to disable sorting on stats related pages (favorites, popular, newest, recent, top rated, wanted list) 2014-12-26 10:52:19 +01:00
Afterster
49cd42562b Replace iframe with Ajax page loading :) :) 2014-08-08 01:36:07 +02:00
Afterster
aa38fd8016 Fix ajax counter 2014-08-03 00:34:31 +02:00
Afterster
29bbfa3d00 Add optional unique key to browse content 2014-08-03 00:32:17 +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
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
7cfed01b1e Add artist slideshow when playing and no user action 2014-02-14 01:28:29 +01:00
Afterster
cfb349178e Add Infinite Scroll in Browse 2014-01-12 01:55:14 +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
18fe2addc2 LastFM requests are now asynchronous (Fix #64) 2013-12-12 17:41:57 +01:00
Afterster
b69b5a44f7 Fix code style 2013-12-12 08:36:11 +01:00
SUTJael
e3d784fd4c Add confirm dialog when deleting playlist directly in row 2013-12-11 17:46:03 +01:00
Afterster
619ca48ffe Add paging to information pages (fix #8) 2013-11-23 01:06:58 +01:00
Afterster
14caca09c7 Add unobserve equivalent in jQuery 2013-11-21 00:35:17 +01:00
Afterster
78c889f4b3 Remove remaining Prototype call and replace tinybox by prettyPhoto 2013-11-20 22:12:01 +01:00
John Moore
f4d7b64fd0 Merge branch 'master' of https://github.com/ampache-doped/ampache
Conflicts:
	lib/class/ajax.class.php
	lib/general.lib.php
	themes/fresh/templates/default.css
2013-11-19 19:27:31 -06:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
John Moore
a03b53485d fix ajax post logic to include form elements 2013-07-27 17:52:37 -05:00
John Moore
de35a43d54 replace prototype.js with jquery, i think everything is working... 2013-07-26 23:18:39 -05: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
a12679b13d Move get_user_icon from ui.lib.php to UI::get_icon 2013-01-26 02:19:06 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
b423def173 Add a convenience function to generate an AJAX url 2012-12-19 12:54:58 -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
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
momo-i
bc7344c9f5 test for phpdoc 2011-02-02 13:35:26 +09:00
Chris Slamar
4910d13fa4 Catalog Filtering Added Bug#60 2011-01-24 19:25:01 -06:00
Paul 'flowerysong' Arthur
6277492321 JavaScript cleanup. Consistently use camelCase for naming JS functions. Use
Prototype functionality where possible (particularly for Ajax).  Move our JS
into lib/javascript (I dropped kajax as an external module since the new
ajax.js is completely different apart from function headers.)  Remove unused
JS functions from base.js.
2010-06-24 02:52:01 +00:00
Paul 'flowerysong' Arthur
4b5756ba9d Miscellaneous cleanup. 2010-06-13 08:11:09 +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
Karl 'vollmerk' Vollmer
18683f22aa fix lack of ui response on deleting track right after appending to saved playlist 2009-04-30 15:36:34 +00:00
Karl 'vollmerk' Vollmer
efd932b9fd fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
Karl 'vollmerk' Vollmer
0d2c89e90d fixed the last of the missing MPD features, added new ajax config hotness (not that special) 2007-12-10 04:35:26 +00:00
Karl 'vollmerk' Vollmer
f64a2f4d00 fixed admin prefs, flushed out localplay stuff, tweaked filters on browse 2007-10-18 05:52:06 +00:00
spocky
b49eff3e13 Updated ajax loader
Updated pager html/css
Fixed some Greysme's bugs
Didn't fix ajax links w3c conformance :)
2007-10-15 21:02:50 +00:00
Karl 'vollmerk' Vollmer
ff58181d5b fixed acls, fixed transcoding issues 2007-10-10 07:30:15 +00:00
spocky
a3d16d1cd6 - modified sidebar css
- modified rightbar html/css
- added patch to enabled ie6 :hover pseudo classes
- modified boxes html/css to remove table tags and enable box floating
- added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
2007-09-23 20:06:37 +00:00