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

197 commits

Author SHA1 Message Date
Paul Arthur
1ad8c46833 Flush in update_text to improve interface responsiveness 2011-06-24 11:54:18 -04:00
Paul Arthur
f7c1e57cf0 Transcoding/streaming cleanup.
Derive our new filesize from the length, not the previous bitrate and
size.  Allow higher bitrates than the source when they're different
formats.  Return HTTP error codes when an error occurs.  Minor cleanup.
2011-04-08 23:26:21 -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
momo-i
b3289a24f4 Add function that check ampache and php version from each website. 2011-02-04 14:34:11 +09:00
momo-i
5da3caed31 Modified header comment for phpdoc 2011-02-03 10:25:54 +09:00
Paul 'flowerysong' Arthur
1f156573a6 Try not to include invalid characters in our AJAX XML output. 2010-06-30 04:19:48 +00:00
Paul 'flowerysong' Arthur
6277492321 JavaScript cleanup. Consistently use camelCase for naming JS functions. Use
Prototype functionality where possible (particularly for Ajax).  Move our JS
into lib/javascript (I dropped kajax as an external module since the new
ajax.js is completely different apart from function headers.)  Remove unused
JS functions from base.js.
2010-06-24 02:52:01 +00:00
Paul 'flowerysong' Arthur
dc495ea8ea Clean up general.lib.php and ui.lib.php: remove unused functions, group related
functions, simplify implementation of some functions.
2010-06-13 07:58:43 +00:00
Paul 'flowerysong' Arthur
c1ed41a16d Remove some unused genre stuff. 2010-06-10 01:19:14 +00:00
Paul 'flowerysong' Arthur
4c22b56f89 Remove unused img_resize function, cosmetic changes around the altered version
of it in art.class.php.
2010-05-03 17:26:21 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
dipsol
a7838e2a13 Replaced almost every dba::query to dba::read or dba::write. 2009-12-14 08:06:20 +00:00
Karl 'vollmerk' Vollmer
a03cb50a0c Fix get_location() resolves #533 2009-08-26 16:10:23 +00:00
momo-i
6136bb1081 fixed for PHP 5.3.0 deprecate warnings 2009-07-02 22:42:40 +00:00
Karl 'vollmerk' Vollmer
594a84df04 alexey #426 translation patch 2009-05-06 11:13:40 +00:00
Karl 'vollmerk' Vollmer
39108c662b slightly reduce quality on resized jpgs to save a little space 2009-04-21 10:44:23 +00:00
Karl 'vollmerk' Vollmer
fdb7c58cb1 fix typo causing height to not display on art retrival, update to db allowing gc of tmp_browse, add extension to api album art image urls 2009-03-15 16:16:04 +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
e474991d13 Resolve #401 new database update, reset album thumbs and use resized art... 2009-03-01 02:35:42 +00:00
Karl 'vollmerk' Vollmer
6777ec1e2e first work on next db update, correct play_url() removing redundent path, fix democratic play clear 2009-03-01 00:10:49 +00:00
Karl 'vollmerk' Vollmer
dbdd96ed1b unify how the stream is constructed and played, this is a major change might be some regressions 2009-02-28 18:13:48 +00:00
Karl 'vollmerk' Vollmer
cef43c3602 reorganize the menu a whole bunch and add a confirmation page to the catalog deletion 2008-06-19 06:32:23 +00:00
Karl 'vollmerk' Vollmer
693e26e2ad commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope 2008-05-12 02:52:50 +00:00
Karl 'vollmerk' Vollmer
1c85db030e added in the ajax-loading div display on catalog processes, also relaxed the restrictions on filenames of non-site_charset, warning rather then fatal error 2008-05-06 05:17:55 +00:00
spocky
179b7dab43 Changed "starts with" browsing execution from OnChange to OnKeyUp (sounds more logical this way). Maybe we dont need "alphabet filter" above anymore. Or maybe we do (?).
Fixed songs starting with "All" never searched
2008-03-17 22:00:00 +00:00
Karl 'vollmerk' Vollmer
e99f7c6112 fixed the issue with a lack of gettext (define ngettext if it does not exist) 2008-03-14 05:44:59 +00:00
Karl 'vollmerk' Vollmer
21871e8d17 added in the rating images from greengeek, removed some useless functions, tweaked working on update to correctly reflect limitations 2008-01-27 19:16:01 +00:00
Karl 'vollmerk' Vollmer
ec4a5b888a fixed updating access level for prefs, headers for po files, httpq player skip command and image resize for gif and png 2008-01-05 21:58:30 +00:00
Karl 'vollmerk' Vollmer
748e50ade1 added ability to do add new on other elements of song edit (Thx picasso) added export catalog to csv 2007-12-31 03:20:29 +00:00
flashk
cbda7ff555 Added ability to export catalog to iTunes database
Fixed sql error when creating catalog
2007-12-29 20:54:20 +00:00
Karl 'vollmerk' Vollmer
5886337a7e added metadata hotness to the album art dump 2007-12-25 08:08:11 +00:00
Karl 'vollmerk' Vollmer
d6003655a9 added new album option on song edit (Thx Picasso) 2007-12-25 07:47:52 +00:00
Karl 'vollmerk' Vollmer
3d8ff28ac5 fixed filters being applied incorrectly, and removed un-needed query on show album 2007-12-24 00:57:36 +00:00
Karl 'vollmerk' Vollmer
698f05d14f fixed XML-RPC mostly, uses insecure/old authentication method, needs more work 2007-12-18 05:31:54 +00:00
Karl 'vollmerk' Vollmer
552c3cedd7 fixed registration page, and simplifed its logic 2007-12-02 16:40:03 +00:00
Karl 'vollmerk' Vollmer
0f4a9e4823 corrected some display problems with the capatcha and agreements enabled on user registration 2007-12-02 00:34:09 +00:00
Karl 'vollmerk' Vollmer
6a335845cc fixed democratic play ordering along with some misc play isues with it, limited object on rightbar to 100 also started fixing the user registration, which I had forgotten about 2007-12-02 00:25:07 +00:00
Karl 'vollmerk' Vollmer
362610c132 fixed access denied display, fixed typo in error log and fixed missing artist_songs 2007-12-01 21:36:24 +00:00
Karl 'vollmerk' Vollmer
d14a08c618 tweaked the denied page, made it a little prettier and added conditional note for demos 2007-11-30 06:57:34 +00:00
Karl 'vollmerk' Vollmer
f435ca753c more democratic play work, still not working going to need db change to make it work how I want, will do later 2007-11-12 07:36:52 +00:00
Karl 'vollmerk' Vollmer
f64a2f4d00 fixed admin prefs, flushed out localplay stuff, tweaked filters on browse 2007-10-18 05:52:06 +00:00
Karl 'vollmerk' Vollmer
ff58181d5b fixed acls, fixed transcoding issues 2007-10-10 07:30:15 +00:00
Karl 'vollmerk' Vollmer
f4ab9bad1a fixed rss feeds (Thx Purdyk) and tweaked the truncate_with_ellipse 2007-09-28 20:40:07 +00:00
Karl 'vollmerk' Vollmer
79ca59df62 fixed some localplay issues, now correctly shows the active instance at least for the MPD module 2007-09-28 04:34:02 +00:00
spocky
cb3ecc7353 - Corrected one more sidebar missing tag
- Cleaned up some more css
- Corrected a bug preventing us from using themers defined icons (also changed searched path to theme_path/images/icons)
- Added ability to further customize album info box
- Updated themes
2007-09-27 20:59:27 +00:00
spocky
0dce31de40 - Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes)
- Changed quick search size and added ability to customize it
- Removed width=100% in preferences tables
- Corrected missing closing tag in sidebar
- Minor corrections
2007-09-24 19:49:38 +00:00
spocky
a3d16d1cd6 - modified sidebar css
- modified rightbar html/css
- added patch to enabled ie6 :hover pseudo classes
- modified boxes html/css to remove table tags and enable box floating
- added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
2007-09-23 20:06:37 +00:00
Karl 'vollmerk' Vollmer
649c44446a more sorting fixes, and move catalog stats to statistics 2007-09-20 01:56:42 +00:00
Karl 'vollmerk' Vollmer
185630d92c bedtime, added random box back in does not do anything thou... well besides taunt you with its not doing anythingness 2007-08-22 05:45:15 +00:00
Karl 'vollmerk' Vollmer
3e46a9775c licence updates, Thx porthose 2007-08-19 22:02:23 +00:00