summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* updated german tanslation and tweaked update, will do a re-verify on the ↵Karl 'vollmerk' Vollmer2007-02-201-1/+1
| | | | next update to ensure the change has been made, last commit before XML-RPC rewrite
* Some minor flag mods; show username instead of id,show comment on last then ↵pb1dft2007-02-191-4/+20
| | | | flagged, made album in flagged clickable
* Showing of playlists was brokenpb1dft2007-02-171-2/+2
|
* javascript modification/rss no_session fix/On useradd display right ↵pb1dft2007-02-161-48/+21
| | | | accesslevel(bounty1370)
* fixed previously broken artist link for browsingKarl 'vollmerk' Vollmer2007-02-151-3/+2
|
* removed dead file, updated bin files, removed debug and added a new config ↵Karl 'vollmerk' Vollmer2007-02-133-5/+4
| | | | option
* flip democratic play sorting to FIFOKarl 'vollmerk' Vollmer2007-02-121-2/+2
|
* fix for the tv play democratic play to stream having some extra junk at the ↵Karl 'vollmerk' Vollmer2007-02-111-0/+13
| | | | end of the m3u
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-117-61/+108
| | | | | | * Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes
* fixed old reference to libglueconfKarl 'vollmerk' Vollmer2007-02-101-1/+1
|
* debug code, fun for the whole family...Karl 'vollmerk' Vollmer2007-02-101-1/+0
|
* fixed democratic play vote order and user preferences updateKarl 'vollmerk' Vollmer2007-02-104-38/+14
|
* fixed is_logged_in function for the moment. Maybe to change laterpb1dft2007-02-101-1/+1
|
* fixed the displaying of the right ip_history with the right user at the ↵pb1dft2007-02-091-1/+1
| | | | right time
* * Initial Database Changes for 3.4, many things are now brokenKarl 'vollmerk' Vollmer2007-02-086-145/+419
|
* updated sql, and a db album art method fixKarl 'vollmerk' Vollmer2007-01-272-2/+4
|
* hopefully the final commit before the 3.3.3 stable releaseKarl 'vollmerk' Vollmer2007-01-273-19/+15
|
* stll some faulty french translations but its a little betterKarl 'vollmerk' Vollmer2007-01-241-2/+2
|
* slight improvement, I hope to french translation, still a few missing ↵Karl 'vollmerk' Vollmer2007-01-241-3/+2
| | | | translations and translations that need improvement plus populaire --> les plus populaire
* added config version check, fixed play selected bug reported by chenb and ↵Karl 'vollmerk' Vollmer2007-01-223-9/+11
| | | | fixed wmp11 now playing issue
* updated german translations removed some old scripts that are no longer ↵Karl 'vollmerk' Vollmer2007-01-211-2/+10
| | | | needed and potentially fixed another bug relating to windows and catalog building
* few more tweaks for windows dirs and fixed comment searchingKarl 'vollmerk' Vollmer2007-01-212-5/+8
|
* fixed a problem with catalog builds in windows and fixed a bug I created ↵Karl 'vollmerk' Vollmer2007-01-212-11/+45
| | | | when I was playing with the album art
* fixed force http playKarl 'vollmerk' Vollmer2007-01-171-2/+8
|
* fixed a clean issue with rated itemsKarl 'vollmerk' Vollmer2007-01-171-20/+18
|
* few more slight tweaks to the catalog to prevent incorrect entry by the userKarl 'vollmerk' Vollmer2007-01-171-0/+4
|
* Fixed windows mapped drive sub dir issue and catalog album art addKarl 'vollmerk' Vollmer2007-01-163-43/+51
|
* speed up amazon gather and fixed some logic issues, and switched to disks ↵Karl 'vollmerk' Vollmer2007-01-153-6/+40
| | | | for the download icons
* added some missing copyright and license infoxgizzmo2007-01-141-0/+20
|
* fix an issue with all numeric usernames... by preventing them for now this ↵Karl 'vollmerk' Vollmer2007-01-142-2/+7
| | | | will be really fixed in the next version
* * Added new functions to HttpQ controllerKarl 'vollmerk' Vollmer2007-01-141-4/+12
| | | | | | * Fixed Catalog cleaning issues and album art issues * Fixed a minor javascript error with the localplay stuff * Started work on write_playlists.php.inc (https://ampache.bountysource.com/task/show/542)
* fixed tracking of user of flagged objects and allowed mass reject, approveKarl 'vollmerk' Vollmer2007-01-121-2/+3
|
* few minor fixes including a XML-RPC fixKarl 'vollmerk' Vollmer2007-01-123-6/+4
|
* - Added artist name on "Albums of the Moment" tooltipspocky2007-01-111-1/+1
| | | | | - Don't display "Album of the Moment" without art - Minor html/text adjustments
* fix for the httpq player so that it works with songs that have spaces in the ↵Karl 'vollmerk' Vollmer2007-01-111-1/+1
| | | | name
* minor change in user registration agreementpb1dft2007-01-081-1/+1
|
* fixed unescaped username in urlsKarl 'vollmerk' Vollmer2007-01-081-1/+1
|
* * New Play/Random icons (last ones I swear)Karl 'vollmerk' Vollmer2007-01-081-3/+4
| | | | | | | | * Fixed up missing actions/icons on genre browse * Fixed batch logic to show access denied, rather then redirecting * Fixed a minor css issue on classic that caused the album art to float around
* tweaked album of the moment mojo and theoritical fix for flash playerKarl 'vollmerk' Vollmer2007-01-084-17/+26
|
* * Re-worked Main page of Ampache, adding Album of the moment. Karl 'vollmerk' Vollmer2007-01-074-168/+67
| | | | | | | | | | | * Moved stats to /stats.php page * Fixed logic error in resize that could cause nothign to display if resize was on, but it still failed * Fixed Upload Album art from Find Album Art * Added Menu to the TV page * Fixed logic error that showed localplay if user had access regardless of global config * Changed default action of browse.php to song browse
* * Fixed display issues on TV page relating to Karl 'vollmerk' Vollmer2007-01-062-1/+3
| | | | | | | now playing Post AJAX and floating issues * Fixed display of Last IP if tracking disabled * Fixed play issue with invalid songs when using Democratic Play
* fixed a minor issue with truncated genres in sidebarspocky2007-01-061-2/+2
| | | | cleaned up *cough* a little bit *cough* base css file (remind me not to clean anything like this one).
* testing new mime types for OGG and FLAC makes them both work with MPD but ↵Karl 'vollmerk' Vollmer2007-01-051-2/+2
| | | | might break other clients... testing required
* fixed minor ajax issueKarl 'vollmerk' Vollmer2007-01-051-3/+3
|
* * Added echo of pattern on print tagsKarl 'vollmerk' Vollmer2007-01-053-4/+15
| | | | | | | * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay
* last db update of 3.3.3 branch adds german prefixes to the album/artist ↵Karl 'vollmerk' Vollmer2007-01-041-0/+36
| | | | tables and removes time zone preference
* * Fixed Single Artist view if you have 50+ albumsKarl 'vollmerk' Vollmer2007-01-041-1/+4
| | | | | | * Tweaked Recently Played text to make translations a little easier * Removed unused Config options * Added array definition if only one users exists
* fixed some old get_info() referencesKarl 'vollmerk' Vollmer2007-01-031-2/+2
|
* * Updated the PO files for the translations, this should be the final for ↵Karl 'vollmerk' Vollmer2007-01-021-2/+2
| | | | | | | the next stable * Added German prefixes for artists * Added RIFF tag support
* I am pretty sure the find art should work correctly now, it doesnt do ↵Karl 'vollmerk' Vollmer2007-01-011-8/+21
| | | | id3tags yet due to some... complications.. it does however now read the folder images which is a new feature.