1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
Commit graph

84 commits

Author SHA1 Message Date
Phyks (Lucas Verney)
e86ea9a099 Fix copyright date 2016-08-01 22:02:00 +02:00
Afterster
92fcb84670 Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +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
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
3879db6fa5 Improve user upload permissions check 2015-04-12 09:48:10 +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
b7a76aa133 Fix latest Scrutinizer issues
Fixed #372: add ellipsis to played song title
2014-10-01 00:03:19 +02:00
Afterster
160c59dea2 Fix Scrutinizer issues 2014-09-30 07:47:21 +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
041dfda1fc Remove remaining unused code 2014-05-25 23:23:52 +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
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
f29e416e04 Fix setting ACLs
_verify_range should be static.
2013-02-11 17:23:35 -05:00
Paul Arthur
963efd7afc Clean up Access; use parameterised queries 2013-01-29 12:30:31 -05:00
Paul Arthur
ad4ba9ff9a Drop stale references to 'xml-rpc' 2013-01-28 21:23:15 -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
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
Paul Arthur
bddc208c19 Clean up Access::check_network
Remove unused cases and duplicate SQL queries.  Return false if the ACL
type isn't in the list of approved types.
2011-05-26 18:27:34 -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
Paul Arthur
997c05143c Fixed issue with updating ACLs under Windows (reported by Citlali) 2011-02-21 14:00:44 -05: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
momo-i
75d3532b15 little testing for phpdoc 2011-02-02 07:20:27 +09:00
Elias Probst
e0f8bbc638 Squashed commit of the following:
commit 8a5127572c89f28f060d3ad0819136f79b65faef
Author: Elias Probst <mail@eliasprobst.eu>
Date:   Wed Dec 8 03:51:20 2010 +0100

    Rewrote the error message for duplicate ACLs. Expose the error message to the UI.
2010-12-08 08:39:38 -04: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
5ec3c0b90e Change catalog update display to 1/second 2010-02-19 04:05:27 +00:00
Karl 'vollmerk' Vollmer
8102f14111 quick fix for acls 2010-02-19 03:53:25 +00:00
Karl 'vollmerk' Vollmer
9b3232ba29 whole bunch more Dba::query replacements 2009-12-14 05:21:36 +00:00
Karl 'vollmerk' Vollmer
0b63ba290a sync from branch 2009-05-06 00:24:34 +00:00
Karl 'vollmerk' Vollmer
ed15ee4a9c Add ability to have anonymouse access of a defined level with manual login of users 2009-03-08 12:29:38 +00:00
Karl 'vollmerk' Vollmer
b9a2603025 Finish IPv6 support 2009-02-01 01:06:46 +00:00
Karl 'vollmerk' Vollmer
1891fd835c ACL with IPv6 should be working / testing now 2009-01-31 23:48:46 +00:00
Karl 'vollmerk' Vollmer
c0916ab7e9 Add in IPv6 support to the ACLs and start work on the wizards for adding ACL entries. Access Control broken in this revision due to missing DB update 2009-01-31 22:06:31 +00:00
Karl 'vollmerk' Vollmer
0d0f8c23f4 more cleanup, added numeric values of ratings to the song xml return 2008-11-15 20:49:08 +00:00
Karl 'vollmerk' Vollmer
e25d057b5c simplify the logic, and improve it all in one commit.. lies 2008-11-15 20:26:40 +00:00
Karl 'vollmerk' Vollmer
2562b5a00b add in require_localnet_session configuration 2008-11-15 06:41:41 +00:00
Karl 'vollmerk' Vollmer
97bcd21404 added direct links back in, added batch download to single artist view, removed useless cruft 2008-05-26 08:28:09 +00:00