1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00
Commit graph

260 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
SUTJael
8f758955d2 Add debug actions to clear cache for artists, albums and songs. 2014-12-10 18:43:29 +01:00
Afterster
1c1212625f Add SubSonic API create/delete user, jukebox control and search auto suggestion support 2014-11-25 08:24:13 +01:00
Afterster
dad45b5ca3 Fixed #556: Created Users Aren't Saved if no email 2014-11-07 07:25:13 +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
711907b04c Fixed #485: Send email notification to user after admin approval
Disable Geolocation by default
2014-10-22 22:18:07 +02:00
SUTJael
3972c20d9e Add ability to write directly the new configuration file additionally to the generate action. 2014-10-20 18:47:03 +02:00
Afterster
160c59dea2 Fix Scrutinizer issues 2014-09-30 07:47:21 +02:00
Afterster
5617871b5f Fix #423 #427 #430 and partially #414 2014-09-05 23:46:59 +02:00
Afterster
f1206dc17e Fix #322 2014-07-14 19:19:18 +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
3fc08b17d4 Improve video browsing and metadata parsing
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +02:00
Afterster
40e9396f3e First upload and license implementation
Fix #252
2014-06-13 03:36:19 +02:00
Afterster
bd1fdcf0e2 Merge branch 'develop' of https://github.com/Psy-Virus/ampache into develop
Conflicts:
	lib/class/catalog.class.php
2014-05-25 23:35:33 +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
Psy-Virus
03d175e4c1 Translation DE_de updated + gettext functions
Gettext plural functions T_ngettext and ngettext corrected.
Gettext now also detects that plural strings as plural strings.
Updated gather-messages.sh keywords.
mo's and po's updated
2014-05-07 20:45:56 +02:00
Afterster
0152ab610f Move ampache-doped to ampache 2014-04-15 20:20:02 +02:00
Afterster
2a7583acda Add missing item fields, stats function, playlist edition functions and API Key authentication type to Ampache XML API 2014-03-15 21:04:11 +01:00
Afterster
7b64802f62 Rename Ampache to Ampache-doped 2014-02-01 10:30:13 +01:00
Afterster
1d3b8bbaba Add user avatar upload (fix #119) 2014-01-30 22:05:16 +01:00
Afterster
b4b8f33b85 Add OpenID authentication (fix #113) 2014-01-18 17:49:41 +01:00
Afterster
8d7ce473d0 Add share feature 2014-01-15 23:55:19 +01:00
Afterster
d138f7e304 Add AutoUpdate feature 2014-01-04 03:19:13 +01:00
Afterster
e0ebbfdbb5 Fix catalog export when 'All' selected 2014-01-03 13:10: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
4eaf4f7e8a "flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure.
Fix jPlayer theme
2013-11-29 00:23:17 +01:00
SUTJael
aca49c658d Completely replaced the inline edition by dialog edition.
Add autocomplete for tags.
Directplay added on Radio and Smart Playlists.
Many code style fixed.
Removed all defined size (need to do that into CSS if needed).
Fixed other bugs found around..
2013-11-24 22:01:21 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
0461f2218f Add Dropbox catalog
Fix Google Music streaming
2013-11-17 16:08:32 +01:00
Afterster
5ea522bd8f List only installed catalog types 2013-11-16 17:07:23 +01:00
Afterster
846d4dc37f Catalog type are now plugins!
Fix support HTTPS and musicbrainz ids sur AmpacheAPI
2013-11-16 16:48:28 +01:00
Paul Arthur
3ade42684d Fix 'foo all catalogs' via the web interface
Evidently Catalog::get_catalog_ids() wasn't quite as unused as I thought
it was.

Fixes GH #18
2013-05-13 19:43:11 -04:00
Paul Arthur
744e6bb994 Make remote catalogs actually work 2013-03-28 16:56:21 -04:00
Paul Arthur
06c67fe14f duplicates.php: drop unnecessary Dba::escape()
This value is never passed to the database or output in any way.
2013-02-04 17:46:13 -05:00
Paul Arthur
dbe7d5695d Rename Ampache_Mail to Mailer 2013-01-29 14:10:26 -05:00
Paul Arthur
101f4a047a Cosmetics: s/Itterate/Iterate/ 2013-01-28 21:46:00 -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
d572c2776f Move show_box_{top,bottom}() from ui.lib.php to UI 2013-01-26 01:28:34 -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
42133f38d2 Move access_denied() from lib/ui.lib.php to UI 2013-01-26 00:57:40 -05:00
Paul Arthur
31920c88a7 Move Catalog::get_disabled() to Song 2013-01-26 00:40:03 -05:00
Paul Arthur
fd5b7e1b10 Move Catalog::optimize_tables() to Dba 2013-01-26 00:23:12 -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
cad1380737 Move duplicate searching from Catalog to Song
Catalog::get_duplicate_songs() -> Song::find_duplicates()
Catalog::get_duplicate_info() -> Song::get_duplicate_info()
2013-01-25 20:49:16 -05:00
Paul Arthur
80f4859712 Move Catalog::clear_stats() to Stats::clear() 2013-01-25 20:35:45 -05:00
Paul Arthur
9c28ed5ad1 Consistently use _ in two-word class names 2013-01-25 19:54:11 -05:00
Paul Arthur
0c66442b55 require and require_once aren't functions
Since the parentheses are optional, we leave them off to remind ourselve
that PHP be crazy, yo.
2013-01-25 19:20:47 -05:00