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

74 commits

Author SHA1 Message Date
Afterster
94eba90f46 Fix tmp playlist delete, ajax artist edit refresh and similar artists loading 2014-08-12 07:57:13 +02:00
Afterster
e3d046974f Ajax load php pages only 2014-08-08 16:05:00 +02:00
Afterster
8e141ecb46 Fix Albums and Similars Artists ajax load (fix #375) 2014-08-08 16:01:34 +02:00
Afterster
49cd42562b Replace iframe with Ajax page loading :) :) 2014-08-08 01:36:07 +02:00
Afterster
daa8b3133b Add video subtitle support
Add local_web_path setting (fix #324)
2014-07-16 22:41:19 +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
Kaivo Anastetiks
388fbbab30 Partially added the collapsing feature of the left bar
Added a toggle switch on the left bar sub menus. Added a small icon
alongside the submenu name. It currently toggles the submenus correctly
and changes the icon orientation. However, the state of the menu isn't
kept in memory, therefore changing to another sidebar (from home to
admin for instance) doesn't keep the current display settings.

By default, all menus are expanded.
2014-05-31 14:05:54 -04:00
Afterster
f63768348f Add merge on tags (fix #120)
Set classic theme box size to 95% (fix #221)
2014-05-29 23:03:15 +02:00
Afterster
899a46e79a Improve french translation 2014-05-25 15:15:20 +02:00
Afterster
2498576df4 Fix columns filter default check value and add filter reset link 2014-05-20 06:28:26 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
SUTJael
2ca1ae9f01 Text field to query a specific page. Fix #157. 2014-05-06 18:50:33 +02:00
Afterster
8ff0728a3d Allow several time the same songs in Recently Played (fix #186) 2014-04-12 09:35:24 +02:00
Afterster
8f24e505f9 Load tag map only when required using Ajax 2014-04-05 10:59:30 +02:00
SUTJael
1ef3cdf388 #136 done. External links improved. Ability to edit artist/album directly from their page. 2014-03-24 20:58:38 +01:00
SUTJael
01691feded #136 UI started, still in development.
favicon updated to ampache-doped icon.
2014-03-23 20:57:57 +01:00
SUTJael
7d22e8d466 Implementation for #136 started. Album is now ready to be grouped by disks.
Need to create the new view in the album details. Group only works for album with musicbrainz identifiers.
2014-03-20 21:23:34 +01:00
SUTJael
5f5460708a Tags requests improved. Ability to edit/delete tags depending on user rights. (Fix #135) (Fix #127) 2014-02-18 19:32:16 +01:00
Afterster
916057fda7 Add broadcast templates 2014-02-09 02:06:27 +01:00
SUTJael
017c164f62 Syntax update
Table filters are displayed on link click
2014-02-02 17:11:45 +01:00
SUTJael
783f8beefb Fix add to playlist 2014-01-30 11:21:47 +01:00
Afterster
24895f24f7 Add artist information tabs (fix #126) 2014-01-29 22:23:56 +01:00
SUTJael
7a337edcad Fix #115, Fix #111, Fix #125 2014-01-29 18:40:20 +01:00
Afterster
bde6890f9f Disable php included files direct access 2014-01-18 11:00:43 +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
01399bbea9 Add fixed header/sidebars options (fix #89) 2014-01-03 14:56:22 +01:00
SUTJael
a53d308b6c Can now re-order playlist and album songs #53 (new grab icon displayed on sortable list)
Updating only the modified item (not refreshing page anymore) #43
Removed last 'Flag' items found #54
Reborn theme set as default #22
Fix: filters are now working
Fix: Artist edition
2013-12-03 15:50:00 +01:00
SUTJael
0d7cdd9b34 Merge pull request #48 from jcwmoore/master
smooth scrolling for right sidebar
2013-11-28 15:30:53 -08:00
SUTJael
2e1ae29f17 Playlist reordering with drag'n drop working. 2013-11-28 23:14:28 +01:00
SUTJael
0599214703 Starting sortable playlist implmentation to re-order songs. 2013-11-25 14:36:12 +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
John Moore
df3bb247b9 smooth scrolling for right sidebar 2013-11-23 16:05:19 +00:00
Afterster
e7847aa440 Merge branch 'master' of github.com:ampache-doped/ampache 2013-11-22 21:14:14 +01:00
Afterster
24f8cf36c6 Fix advanced search with jQuery and fix #34 2013-11-22 21:13:51 +01:00
SUTJael
3134e3ca8e Artist/Album/Song edition working.
Tag are now editable through the same dialog.
2013-11-22 18:58:06 +01:00
SUTJael
727e8ea9b6 Starting review of editing object through dialog box. 2013-11-21 22:35:10 +01:00
SUTJael
73d9b3c523 Fix the table overflow on small screens.
Docking playlist to top when scrolling in reborn theme.
2013-11-21 14:42:27 +01:00
Afterster
ac323ef250 Disable javascript eval after ajax queries (double call) 2013-11-21 07:57:48 +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
72a149ab4a replaced dialog with slide out 2013-11-19 20:23:35 -06:00
John Moore
4f6efeb157 changing the now playing tagger to a slide out 2013-11-19 20:13:15 -06: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
82f818ae07 merged all changes from doped 2013-11-14 21:39:16 -06:00
John Moore
83abf55eeb pull from doped 2013-11-14 20:11:25 -06:00
Afterster
99ad5f7f82 HTML5 player replaced by JPlayer and add an iframed version of the player 2013-11-09 13:32:47 +01:00
Afterster
564a40dd0f Get rid of popup on cover arts 2013-11-05 20:40:13 -05:00
Stephen Shkardoon
6f05b3d436 Enable a size for HTML5 Player sized albumart 2013-09-20 11:53:27 -04:00
John Moore
3274f70dad i've got a working html 5 player in jquery 2013-07-31 23:12:35 -05:00