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

77 commits

Author SHA1 Message Date
Phyks (Lucas Verney)
e86ea9a099 Fix copyright date 2016-08-01 22:02:00 +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
Niols
a1f6a073cb Use UI::find_template everytime there's a '/templates/…'
Note: This concerns everything but the install files
2015-06-06 18:54:05 +02:00
Afterster
b2ee395f8b Remove print_r test... 2015-01-06 23:10:01 +01:00
Afterster
9e03f6242d Add additional genre delimiters
Update config version to 22
2015-01-06 23:02:32 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
cd9e8937e9 Fixed #506: Deactivating now-playing on home screen... 2014-10-14 08:22:41 +02:00
Afterster
49cd42562b Replace iframe with Ajax page loading :) :) 2014-08-08 01:36:07 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
SUTJael
43e9a2b91c Fix session_status with lower PHP version than 5.4.0 (Fix #143) 2014-04-22 22:37:37 +02:00
SUTJael
7e4e12f53b Fix #173. Fix rating. Fix plenty of Warnings. 2014-03-27 15:28:58 +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
Afterster
99ad5f7f82 HTML5 player replaced by JPlayer and add an iframed version of the player 2013-11-09 13:32:47 +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
04aa79b53c Move show_{footer,header}() from ui.lib.php to UI 2013-01-26 01:22:50 -05:00
Paul Arthur
b7d00ceeb4 Cosmetics: clean up heads in / 2013-01-25 15:40:47 -05:00
Paul Arthur
30ff5b0048 Use Ajax::action to generate the refresh URL
Handcrafting it is unnecessary.
2012-12-19 12:41:49 -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
aee809f1dc header comment replace for phpdoc 2011-02-03 10:07:39 +09:00
Chris Slamar
4910d13fa4 Catalog Filtering Added Bug#60 2011-01-24 19:25:01 -06: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
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
392354df0a switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
Karl 'vollmerk' Vollmer
ac832cdab9 add url_to_song function to api for amarok2 2008-04-15 06:20:47 +00:00
Karl 'vollmerk' Vollmer
0f9c1f245c fixed nowplaying refresh 2007-07-24 02:09:07 +00:00
Karl 'vollmerk' Vollmer
4720720285 corrected ajax but introduced with prototype, tweaked how ajax stuff is done, now uses ajax:: class also replaced player with a logout icon 2007-07-22 16:47:22 +00:00
Karl 'vollmerk' Vollmer
689517e332 fixed preferences mostly, also fixed some genre issues and other stuff I am forgetting now 2007-06-11 05:16:20 +00:00
Karl 'vollmerk' Vollmer
641e7de637 catalog build technically works now, still working out some issues with the dynamic updating of the current state 2007-05-14 07:12:15 +00:00
Karl 'vollmerk' Vollmer
a31560aec4 it technically logs in and streams.. but thats it, complete rewrite almost everything broken 2007-04-23 07:31:05 +00:00
Karl 'vollmerk' Vollmer
bbf79a5970 * Initial Database Changes for 3.4, many things are now broken 2007-02-08 21:19:24 +00:00
Karl 'vollmerk' Vollmer
b6cfe134ba * Re-worked Main page of Ampache, adding Album of the moment.
* Moved stats to /stats.php page
* Fixed logic error in resize that could cause nothign to display
  if resize was on, but it still failed
* Fixed Upload Album art from Find Album Art
* Added Menu to the TV page
* Fixed logic error that showed localplay if user had access
  regardless of global config
* Changed default action of browse.php to song browse
2007-01-07 20:35:49 +00:00
Karl 'vollmerk' Vollmer
2823f5a052 fixed minor ajax issue 2007-01-05 16:35:00 +00:00
Karl 'vollmerk' Vollmer
a41697ea25 tweaked icons to use built in functions and removed them from where there were not icons for every optin, added recently played 2006-11-26 04:04:24 +00:00
Karl 'vollmerk' Vollmer
229ae80fc9 fixed the javascript refresh, broken when I moved to the conf ajax links 2006-11-12 07:57:11 +00:00
Karl 'vollmerk' Vollmer
70853913cf updates to french translation and some other minor tweaks 2006-11-08 19:55:59 +00:00
Karl 'vollmerk' Vollmer
78167c0251 removed extra lines from ajax, down to 86, updated ajax calls, added ldap auth 2006-10-14 17:29:07 +00:00
Karl 'vollmerk' Vollmer
b1db92ee8c fixed now playing, needed to be updated to take account for new hotness 2006-10-12 07:21:19 +00:00
Karl 'vollmerk' Vollmer
2a8cbedade new rating hotness, has some bugs will continue to hash them out 2006-10-12 01:34:18 +00:00
Karl 'vollmerk' Vollmer
f79a2489c1 updates, ajax kind of broken right now its late 2006-10-09 09:00:47 +00:00
Karl 'vollmerk' Vollmer
ae70bce26c more updates to the theme stuff 2006-09-24 03:15:05 +00:00
Karl 'vollmerk' Vollmer
35a129dbb7 few more stylesheet tweaks and added ability to have print_tags mail tags@ampache.org 2006-06-24 16:22:23 +00:00
Karl 'vollmerk' Vollmer
0f5c3ddf3a one last little fix to the now playing ajax to prevent duplicated divs on refresh 2006-06-21 19:35:22 +00:00
Karl 'vollmerk' Vollmer
fbab0ebea5 fixed nowplaying refresh issues and switched it to div layout 2006-06-21 16:38:27 +00:00
Karl 'vollmerk' Vollmer
e3734f063e moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
sigger
1e7684528e mpd mini-control for all pages! final ajax tweak? etc 2006-02-02 04:34:15 +00:00
Karl 'vollmerk' Vollmer
8fa9207544 search fixes from rubin 2006-01-22 23:38:36 +00:00
sigger
84c27d57a7 fix minor mpd_control and formatting stuff 2006-01-22 21:43:28 +00:00