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

635 commits

Author SHA1 Message Date
Elias Probst
77311f6f0e Implement ldap_require_group
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
2010-12-07 20:22:16 -05:00
momo-i
7eb5e494df fixed typo. 2010-11-05 02:12:57 +00:00
Chris 'cslamar' Slamar
1cbc212584 Updated Doc 2010-11-02 21:17:59 +00:00
Karl 'vollmerk' Vollmer
a5775d5654 Fix potential issue with Apache+Windows causing extranous slash in path during install 2010-10-29 12:43:04 +00:00
Karl 'vollmerk' Vollmer
6e7d086969 Update Readme to correctly list supported clients 2010-10-12 11:40:19 +00:00
Paul 'flowerysong' Arthur
4f3d8851cf Break everyone's config by changing metadata gathering. 2010-10-06 16:58:31 +00:00
Paul 'flowerysong' Arthur
a66bf4c5f6 Plugin work. Plugins are now pluggable: no plugin-specific code in the main Ampache
code.  Plugins are now updatable, if configuration changes are needed for a new
version.
2010-06-22 19:00:45 +00:00
Paul 'flowerysong' Arthur
ed2cc43d15 Use scrub_out when displaying update status; scrub_out calls htmlentities with
the proper charset argument.  Fixes mangled output string w/non-ASCII filenames.
2010-06-14 20:31:45 +00:00
Paul 'flowerysong' Arthur
bd0cc0acbc Preserve keys when slicing up the tmpplaylist array. Fixes FS#112, reported by
Pietje Puk.
2010-06-10 06:10:41 +00:00
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +00:00
Paul 'flowerysong' Arthur
617a4b5dfc Always update the access level associated with a preference, even if it's a
password and not itself being updated.
2010-06-09 08:01:29 +00:00
Paul 'flowerysong' Arthur
67be60ae09 Cleanup and rationalisation of authentication related code. Among other things,
fixes FS#99.
2010-05-29 08:33:48 +00:00
Paul 'flowerysong' Arthur
e3e4c72466 Art work. Rationalise DB schema, support multiple thumbnail sizes and
caching thereof, call Catalog->gather_art instead of Catalog->gather_album_art,
unbreak (hopefully) gather_musicbrainz.
2010-05-05 01:43:51 +00:00
Paul 'flowerysong' Arthur
feae94b52b Cosmetics. %s/assoicated/associated/g 2010-04-28 22:25:23 +00:00
Paul 'flowerysong' Arthur
7bed87b064 I will eventually remember to update the changelog at the same time I make the changes. 2010-04-28 07:27:20 +00:00
Paul 'flowerysong' Arthur
4b4728f0ac Pad track number with zeros, like the doc says. Fixes FS#58, reported by Adam Grissom. 2010-04-15 21:23:41 +00:00
Paul 'flowerysong' Arthur
c2c6749475 Enhanced rating search; uses correct algorithm for calculation, allows
specification of the operator.
2010-03-23 02:21:54 +00:00
Karl 'vollmerk' Vollmer
b2dca63940 Add ability to generate thumbnails via catalog_update and also generate thumbnails during art add 2010-03-21 22:04:15 +00:00
Karl 'vollmerk' Vollmer
329aecfdb9 Switch Album so it uses new art methods 2010-03-21 21:31:29 +00:00
Karl 'vollmerk' Vollmer
3ce42f5e88 More changes to art - have not removed old functionality yet 2010-03-21 20:53:15 +00:00
Karl 'vollmerk' Vollmer
d8e8ec2b79 Update defaults for new installs (extending default timeouts) fix installation and PHP warning on no ip history 2010-03-01 12:47:15 +00:00
Karl 'vollmerk' Vollmer
689d324cd7 Add -g flag to catalog_update.inc for Art gathering 2010-02-20 03:46:40 +00:00
Karl 'vollmerk' Vollmer
5ec3c0b90e Change catalog update display to 1/second 2010-02-19 04:05:27 +00:00
Karl 'vollmerk' Vollmer
9bf60ea243 Add bmp to the list of allowed album art types Resolves #589 2010-02-04 22:16:53 +00:00
Karl 'vollmerk' Vollmer
436046e65d Resolve #573 2010-02-04 22:02:28 +00:00
Karl 'vollmerk' Vollmer
218a07718c sync of acl edit fix from r2274 2010-02-03 02:20:19 +00:00
Karl 'vollmerk' Vollmer
3820eba106 Sync of r2270 from 3.5.x 2010-02-02 21:26:22 +00:00
Karl 'vollmerk' Vollmer
146012c4ef sync from 3.5.x r2268 2010-02-02 21:13:34 +00:00
Karl 'vollmerk' Vollmer
c6566e8d1b Fix refreshing of localplay playlist when an item is removed 2010-02-02 20:51:54 +00:00
Karl 'vollmerk' Vollmer
f7dbe67dbd added ability to add ampache as a search descriptor Resolves #586 2010-02-02 13:53:17 +00:00
Karl 'vollmerk' Vollmer
b704c1380b Remove dead files and fix single song download 2010-01-11 22:15:59 +00:00
Karl 'vollmerk' Vollmer
d8ea07a04a sync from 3.5.x and fix display issue on playlist view 2009-12-20 16:52:43 +00:00
Karl 'vollmerk' Vollmer
f26a4a3f8a Update changelog 2009-12-14 12:27:58 +00:00
Karl 'vollmerk' Vollmer
e2b9786df8 Cleanup of user class, no functional change 2009-12-12 15:25:35 +00:00
Karl 'vollmerk' Vollmer
dbf125ec15 Fix Amazon album art search, requires new config options 2009-12-11 17:02:13 +00:00
Karl 'vollmerk' Vollmer
d60ba66efd sync of fix for #554 2009-11-19 00:25:50 +00:00
Karl 'vollmerk' Vollmer
777d880a0a sync from trunk 2009-11-14 07:32:51 +00:00
Karl 'vollmerk' Vollmer
890c189dc6 sync from branches fix for #548 2009-11-14 04:56:20 +00:00
Karl 'vollmerk' Vollmer
d1e6460132 Sync addition of server version to API ping response 2009-09-14 14:00:07 +00:00
Karl 'vollmerk' Vollmer
a94d513410 Sync from branch 2009-09-02 14:06:08 +00:00
Karl 'vollmerk' Vollmer
220beb584c Improve catalog_update.inc Resolves #512 Thx ascheel 2009-08-31 20:44:38 +00:00
Karl 'vollmerk' Vollmer
3306309e8d Fix #528 resolves issue with batch download and unc paths 2009-08-31 20:26:22 +00:00
Karl 'vollmerk' Vollmer
68f3b69055 sync from branch 2009-08-23 14:51:33 +00:00
Karl 'vollmerk' Vollmer
1b35ffb126 sync from 3.5.x branch 2009-08-23 14:20:02 +00:00
Karl 'vollmerk' Vollmer
698a737b12 add TDRC to id3v2 tag reading Closes #530 2009-08-19 15:03:29 +00:00
Karl 'vollmerk' Vollmer
7d63859ce3 add rating to single song view, and include caching fix 2009-07-09 11:57:48 +00:00
Karl 'vollmerk' Vollmer
80cd693722 Playlist adds now use the existing order rather then track order Fixed #484 2009-07-09 10:45:55 +00:00
Karl 'vollmerk' Vollmer
f7bd46cb53 strip excessive \n from catalog_update Thx ascheel 2009-07-09 09:09:04 +00:00
Karl 'vollmerk' Vollmer
2fa487db93 sync from branch 2009-07-08 16:12:01 +00:00
Karl 'vollmerk' Vollmer
c014a32ec3 add additional information during the install process 2009-07-08 09:09:22 +00:00