Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement ldap_require_group | Elias Probst | 2010-12-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Squashed commit of the following: commit 4cba31ed7a607cf955b39131ca598d4f8b7553b6 Author: Elias Probst <mail@eliasprobst.eu> Date: Tue Dec 7 23:08:47 2010 +0100 Improved LDAP group matching regex to make sure, the whole string is matched. commit 1a056e6fdac3c3c3f141283dad25a407a4c897a1 Author: Elias Probst <mail@eliasprobst.eu> Date: Tue Dec 7 23:08:02 2010 +0100 Implementation for the still missing 'ldap_require_group' feature. Including changes suggested in http://ampache.org/bugs/task/150#comment103 | ||||
* | fixed typo. | momo-i | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | Updated Doc | Chris 'cslamar' Slamar | 2010-11-02 | 1 | -1/+7 |
| | |||||
* | Fix potential issue with Apache+Windows causing extranous slash in path ↵ | Karl 'vollmerk' Vollmer | 2010-10-29 | 1 | -0/+1 |
| | | | | during install | ||||
* | Update Readme to correctly list supported clients | Karl 'vollmerk' Vollmer | 2010-10-12 | 1 | -2/+2 |
| | |||||
* | Break everyone's config by changing metadata gathering. | Paul 'flowerysong' Arthur | 2010-10-06 | 2 | -0/+4 |
| | |||||
* | Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵ | Paul 'flowerysong' Arthur | 2010-06-22 | 2 | -0/+26 |
| | | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version. | ||||
* | Use scrub_out when displaying update status; scrub_out calls htmlentities with | Paul 'flowerysong' Arthur | 2010-06-14 | 1 | -0/+1 |
| | | | | the proper charset argument. Fixes mangled output string w/non-ASCII filenames. | ||||
* | Preserve keys when slicing up the tmpplaylist array. Fixes FS#112, reported by | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -0/+1 |
| | | | | Pietje Puk. | ||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -0/+1 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Always update the access level associated with a preference, even if it's a | Paul 'flowerysong' Arthur | 2010-06-09 | 1 | -0/+1 |
| | | | | password and not itself being updated. | ||||
* | Cleanup and rationalisation of authentication related code. Among other things, | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -0/+1 |
| | | | | fixes FS#99. | ||||
* | Art work. Rationalise DB schema, support multiple thumbnail sizes and | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -0/+1 |
| | | | | | caching thereof, call Catalog->gather_art instead of Catalog->gather_album_art, unbreak (hopefully) gather_musicbrainz. | ||||
* | Cosmetics. %s/assoicated/associated/g | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | I will eventually remember to update the changelog at the same time I make ↵ | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -0/+2 |
| | | | | the changes. | ||||
* | Pad track number with zeros, like the doc says. Fixes FS#58, reported by ↵ | Paul 'flowerysong' Arthur | 2010-04-15 | 1 | -0/+1 |
| | | | | Adam Grissom. | ||||
* | Enhanced rating search; uses correct algorithm for calculation, allows | Paul 'flowerysong' Arthur | 2010-03-23 | 1 | -0/+2 |
| | | | | specification of the operator. | ||||
* | Add ability to generate thumbnails via catalog_update and also generate ↵ | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -0/+2 |
| | | | | thumbnails during art add | ||||
* | Switch Album so it uses new art methods | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -0/+2 |
| | |||||
* | More changes to art - have not removed old functionality yet | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -0/+2 |
| | |||||
* | Update defaults for new installs (extending default timeouts) fix ↵ | Karl 'vollmerk' Vollmer | 2010-03-01 | 1 | -0/+1 |
| | | | | installation and PHP warning on no ip history | ||||
* | Add -g flag to catalog_update.inc for Art gathering | Karl 'vollmerk' Vollmer | 2010-02-20 | 1 | -0/+1 |
| | |||||
* | Change catalog update display to 1/second | Karl 'vollmerk' Vollmer | 2010-02-19 | 1 | -0/+2 |
| | |||||
* | Add bmp to the list of allowed album art types Resolves #589 | Karl 'vollmerk' Vollmer | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | Resolve #573 | Karl 'vollmerk' Vollmer | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | sync of acl edit fix from r2274 | Karl 'vollmerk' Vollmer | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Sync of r2270 from 3.5.x | Karl 'vollmerk' Vollmer | 2010-02-02 | 1 | -0/+1 |
| | |||||
* | sync from 3.5.x r2268 | Karl 'vollmerk' Vollmer | 2010-02-02 | 1 | -0/+3 |
| | |||||
* | Fix refreshing of localplay playlist when an item is removed | Karl 'vollmerk' Vollmer | 2010-02-02 | 1 | -0/+1 |
| | |||||
* | added ability to add ampache as a search descriptor Resolves #586 | Karl 'vollmerk' Vollmer | 2010-02-02 | 1 | -0/+1 |
| | |||||
* | Remove dead files and fix single song download | Karl 'vollmerk' Vollmer | 2010-01-11 | 1 | -0/+2 |
| | |||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -0/+4 |
| | |||||
* | Update changelog | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -0/+2 |
| | |||||
* | Cleanup of user class, no functional change | Karl 'vollmerk' Vollmer | 2009-12-12 | 1 | -0/+1 |
| | |||||
* | Fix Amazon album art search, requires new config options | Karl 'vollmerk' Vollmer | 2009-12-11 | 1 | -0/+2 |
| | |||||
* | sync of fix for #554 | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -1/+6 |
| | |||||
* | sync from trunk | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -0/+2 |
| | |||||
* | sync from branches fix for #548 | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -0/+1 |
| | |||||
* | Sync addition of server version to API ping response | Karl 'vollmerk' Vollmer | 2009-09-14 | 1 | -0/+1 |
| | |||||
* | Sync from branch | Karl 'vollmerk' Vollmer | 2009-09-02 | 1 | -0/+1 |
| | |||||
* | Improve catalog_update.inc Resolves #512 Thx ascheel | Karl 'vollmerk' Vollmer | 2009-08-31 | 1 | -0/+2 |
| | |||||
* | Fix #528 resolves issue with batch download and unc paths | Karl 'vollmerk' Vollmer | 2009-08-31 | 1 | -0/+1 |
| | |||||
* | sync from branch | Karl 'vollmerk' Vollmer | 2009-08-23 | 1 | -0/+1 |
| | |||||
* | sync from 3.5.x branch | Karl 'vollmerk' Vollmer | 2009-08-23 | 1 | -0/+2 |
| | |||||
* | add TDRC to id3v2 tag reading Closes #530 | Karl 'vollmerk' Vollmer | 2009-08-19 | 1 | -0/+1 |
| | |||||
* | add rating to single song view, and include caching fix | Karl 'vollmerk' Vollmer | 2009-07-09 | 1 | -0/+3 |
| | |||||
* | Playlist adds now use the existing order rather then track order Fixed #484 | Karl 'vollmerk' Vollmer | 2009-07-09 | 1 | -0/+2 |
| | |||||
* | strip excessive \n from catalog_update Thx ascheel | Karl 'vollmerk' Vollmer | 2009-07-09 | 1 | -0/+2 |
| | |||||
* | sync from branch | Karl 'vollmerk' Vollmer | 2009-07-08 | 1 | -0/+3 |
| | |||||
* | add additional information during the install process | Karl 'vollmerk' Vollmer | 2009-07-08 | 1 | -0/+2 |
| |