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

330 commits

Author SHA1 Message Date
Brandon Moller
8ea190bf45 I suck at PHP
Removed check on $size and $offset to see if they're integers
Let PHP do its automagic thing for the comparison checks
2014-03-19 11:25:26 -06:00
Brandon Moller
f14d15c227 Add the offset and size implementation for the alphabetical album
by artist type
2014-03-19 11:08:33 -06:00
Brandon Moller
efc9a21168 Finish alphabetical albumlist by implementing offset and size 2014-03-19 11:06:23 -06:00
Afterster
552859a47a Fix build and add alphabeticalByArtist view 2014-03-19 07:57:59 +01:00
Brandon Moller
a94ffbcfa3 Moved DB logic to catalog class 2014-03-18 20:58:37 -06:00
Afterster
ea815a1ff1 Add responsive elements for tables and fix code style 2014-03-15 10:19:59 +01:00
Afterster
b023466475 Fix file:// sheme on Windows playlist files 2014-02-22 12:06:30 +01:00
Afterster
5ae92b93c5 Fix #146 and https://github.com/ampache/ampache/issues/46
Add pls, asx and xspf playlist import support
2014-02-22 11:35:48 +01:00
Afterster
6e5122302c Add myPlex support 2014-02-17 07:49:22 +01:00
SUTJael
7c2f8b0f26 Actions on rows are now displayed on mouse-hover. Removed all unused parameters. Song/artists/albums title are displayed correctly (truncate has been removed). Add to an existing playlist implementation started. 2014-01-15 20:47:49 +01:00
Afterster
4153040efe Add global search auto-completion (fix #88) 2014-01-03 19:59:33 +01:00
Afterster
e0ebbfdbb5 Fix catalog export when 'All' selected 2014-01-03 13:10:06 +01:00
Afterster
275eaacf15 Fix code style 2013-12-14 11:26:11 +01:00
Afterster
b6a7ba792f Catalog disable filter on stats and search too (fix #33) 2013-12-14 11:24:19 +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
1745e204cd Fix code style 2013-11-23 01:11:19 +01:00
Afterster
dac2c79fcf Start adding catalog disable/enable (#33). Currently not working for stats and search 2013-11-22 18:46:52 +01:00
Afterster
bae8479032 Fix local catalog cache for file exist check 2013-11-18 23:48:01 +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
305b9294ce Add Google Music remote catalog 2013-11-17 01:21:00 +01:00
Afterster
ee93570646 Add Subsonic catalog type 2013-11-16 20:17:38 +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
Afterster
5c618a9696 Add user flags on songs, albums, artists
Bug fix rating on stats page (object id conflict)

Bug fix cell alignment when rating disabled
2013-11-10 12:07:30 +01:00
Afterster
2982365262 Add Catalog::get_artists 2013-11-05 20:40:12 -05:00
Paul Arthur
69dcc79e94 Add and use Core::is_readable()
bea34c42 fixed one use of is_readable, but Windows users encountering
this issue would still be affected in other cases. This commit fixes
all of the important is_readable calls within Ampache; I'm not going
to hack this into external modules, so if they're broken people will
have to live with it.
2013-05-30 14:42:33 -04:00
Paul Arthur
53aff101bf Work on remote clean 2013-05-30 14:34:08 -04:00
Paul Arthur
f56dd055b2 Unify debugging output to a single file
Splitting some things off to ampache-catalog doesn't really make sense
to me and makes it harder to see the entire process during catalog
operations.
2013-05-27 19:18:48 -04:00
Paul Arthur
9a62b49341 Make Catalog::count_songs use the correct variable
Fixes GH#23
2013-05-13 21:36:12 -04:00
Paul Arthur
58ba28b0d3 Don't store plaintext passwords
http://dbareactions.tumblr.com/post/41455377237/when-i-see-app-passwords-stored-in-clear-text-in
2013-03-28 16:56:22 -04:00
Paul Arthur
4b4e7decf6 Try to fix remote streaming 2013-03-28 16:56:21 -04:00
Paul Arthur
744e6bb994 Make remote catalogs actually work 2013-03-28 16:56:21 -04:00
Paul Arthur
b3e78cc4b7 Remove sole use of Dba::seek
Can't be cleanly supported by PDO, so it was removed from Dba's
interface. This change was supposed to be done then, but was missed.
2013-02-11 17:33:24 -05:00
Paul Arthur
239ea81fdf Some cleanup of play URL handling
Move parsing from Song into Stream_URL and make it parse more things.
Add the type parameter to all generated URLs instead of adding video to
Video URLs.
2013-02-07 14:24:40 -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
8a750c3e87 Move [un]format_bytes() from general.lib.php to UI 2013-01-26 02:36:58 -05:00
Paul Arthur
80b618ba40 Move update_text from ui.lib.php to UI 2013-01-26 01:42:52 -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
eaa44dcd09 Continue moving things into UI
check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv()
truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate()
2013-01-26 01:15:59 -05:00
Paul Arthur
31920c88a7 Move Catalog::get_disabled() to Song 2013-01-26 00:40:03 -05:00
Paul Arthur
d86e605fed Drop unused Catalog::get_catalog_ids() 2013-01-26 00:31:36 -05:00
Paul Arthur
e2d3c94800 Catalog::_check_ticker() -> UI::check_ticker() 2013-01-26 00:30:26 -05:00
Paul Arthur
fd5b7e1b10 Move Catalog::optimize_tables() to Dba 2013-01-26 00:23:12 -05:00
Paul Arthur
303ff7d645 Catalog::clean() -> Catalog::gc() 2013-01-26 00:18:36 -05:00
Paul Arthur
dff1d2cf46 Rename shoutBox to Shoutbox 2013-01-25 21:49:47 -05:00
Paul Arthur
57483216e4 Rename tmpPlaylist to Tmp_Playlist 2013-01-25 21:48:51 -05:00