Chris Slamar
441532ef24
fixed typo. One of many I imagine
2010-12-14 21:55:35 -06:00
Chris Slamar
67b5cbee4a
Clean up and added Debug messages
2010-12-14 21:01:02 -06:00
Chris Slamar
e8638a686c
More Clean Up
2010-12-13 20:06:37 -06:00
Chris Slamar
4ab05da955
Clean up begins
2010-12-13 18:27:40 -06:00
User
ba11594bbe
add to db test until i change it to use the ampache db
2010-12-13 16:42:24 -06:00
Charlie
40b9d2ec6e
Initial Twitter
2010-12-13 16:34:44 -06:00
Paul Arthur
e41b367ab1
Delete erroneously added config file, add it to .gitignore
2010-12-12 01:14:25 -05:00
Karl Vollmer
16d1cdec5d
Removed contrib directory from mainline repo, has been added to it's own repo
2010-12-10 11:27:41 -04:00
Karl Vollmer
404e5c5403
Fix #140 - Remove xml_rpc config option as it is no longer needed as of 3.6, all API related functions are controlled by the ACL.
2010-12-10 09:00:13 -04:00
Karl Vollmer
636ac7b33b
Fix #67 - Don't transcode video files using audio rules even if transcoding is set to always
2010-12-09 22:37:41 -04:00
Karl Vollmer
5cd7146c4d
Resolve #90 and #89 , remove democratic playlist entries if there is a fatal error when trying to play them
2010-12-09 22:08:59 -04:00
Elias Probst
36294e3529
Merge following commit.
...
commit 8022d791a41729492a55c98b48c43b293d3ad6dd
Author: Elias Probst <mail@eliasprobst.eu>
Date: Wed Dec 8 03:38:30 2010 +0100
Provide the capability to show an general error in some more templates.
2010-12-08 08:48:49 -04:00
Elias Probst
e0f8bbc638
Squashed commit of the following:
...
commit 8a5127572c89f28f060d3ad0819136f79b65faef
Author: Elias Probst <mail@eliasprobst.eu>
Date: Wed Dec 8 03:51:20 2010 +0100
Rewrote the error message for duplicate ACLs. Expose the error message to the UI.
2010-12-08 08:39:38 -04:00
Paul Arthur
2682a69a36
Check the correct variable for LDAP.
2010-12-08 03:06:33 -05:00
Paul Arthur
e10cd41cf9
Clean up LDAP auth and associated config
...
Log a more useful error if a config entry is missing but LDAP auth is
enabled. Mark required ldap config values clearly and clean up
descriptions.
2010-12-08 00:43:43 -05:00
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
Paul Arthur
070dcfa6fd
Merge commit 'refs/merge-requests/2' of git://gitorious.org/ampache/ampache into integration
2010-12-07 19:34:02 -05:00
Paul Arthur
e6baf5da9d
Don't give out extra information when authentication fails, only if it
...
succeeds and Ampache chokes.
2010-12-07 19:22:36 -05:00
Elias Probst
52a7f9c0d8
Killed some leftover whitespaces.
2010-12-07 23:25:37 +01:00
momo-i
7eb5e494df
fixed typo.
2010-11-05 02:12:57 +00:00
Chris 'cslamar' Slamar
c8208ff347
Debian Policy Alert
2010-11-02 21:40:59 +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
Paul 'flowerysong' Arthur
ee8c7df1e4
Fix authenticated SMTP and add secure (TLS/SSL) SMTP.
2010-10-26 23:06:55 +00:00
Paul 'flowerysong' Arthur
a81deff1dd
The AmpacheMail constructor does nothing and we never call it with parameters,
...
so why did it claim it needed a parameter?
2010-10-24 21:55:51 +00:00
Paul 'flowerysong' Arthur
63031fb6c1
Use a function to format bytes -> human-readable sizes. Also bump catalog build
...
memory profiling logging to level 5; fixes FS#141.
2010-10-15 19:16:42 +00:00
Paul 'flowerysong' Arthur
680e9f6206
Add fallback to the old method of downloading the config file if the config
...
file cannot be written to.
2010-10-12 20:40:25 +00:00
Karl 'vollmerk' Vollmer
6e7d086969
Update Readme to correctly list supported clients
2010-10-12 11:40:19 +00:00
Paul 'flowerysong' Arthur
fe5f566954
Remove duplicated config entries.
2010-10-09 08:12:53 +00:00
Paul 'flowerysong' Arthur
f82f5454f9
Refactor mail handling a bit and make registration use the same method as the
...
other places that send mail.
2010-10-09 08:06:12 +00:00
Paul 'flowerysong' Arthur
b18ff60138
Need to change the config version in *two* places, not just one.
2010-10-08 15:56:06 +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
2066c7908b
Remove misleading comment about debugging from the config file.
2010-10-04 22:31:29 +00:00
Paul 'flowerysong' Arthur
32fbc5c239
Link the logo on the login screen to root rather than back to the login screen.
...
Same behaviour with auth enabled, but is slightly nicer with auth optional.
2010-09-25 04:55:26 +00:00
Paul 'flowerysong' Arthur
6e386b835d
Some cleanup and optimisation of list headers. Fixes FS#137.
2010-09-21 16:59:49 +00:00
Paul 'flowerysong' Arthur
613ac78782
Some grammar fixes and a code dedupe for installation. Identical code in 5
...
files makes the baby Jesus cry and eventually results in the code not being
identical.
2010-09-18 14:58:23 +00:00
Paul 'flowerysong' Arthur
df80bd7243
Refactored Last.FM recommendations; drop new dependency on curl since
...
Snoopy works just as well for this application.
2010-08-17 20:59:16 +00:00
Paul 'flowerysong' Arthur
34d1449660
MPD class rewrite.
2010-08-05 17:39:09 +00:00
momo-i
bb8900e6c4
Check cURL before install.
...
if cURL have not installed, get_like() should be return false.
2010-07-30 00:11:07 +00:00
Chris 'cslamar' Slamar
720dd019a0
Search for similar artists
2010-07-29 13:58:43 +00:00
Paul 'flowerysong' Arthur
06e9339109
Use the correct variable. Reported by LostInMotion.
2010-07-20 19:21:24 +00:00
momo-i
fede8cc8bd
Fixed: didn't show lang and Charset, if Write Config.
2010-07-06 22:06:52 +00:00
Paul 'flowerysong' Arthur
3dc05fa67f
Make documentation match reality.
2010-07-06 19:20:40 +00:00
Paul 'flowerysong' Arthur
57b778a269
Don't escape album names twice.
2010-07-02 22:35:13 +00:00
Paul 'flowerysong' Arthur
057351b1f3
Some art gathering cleanup.
2010-07-02 04:43:44 +00:00
Paul 'flowerysong' Arthur
10b5b251f8
Process config arrays in a loop, instead of by hand.
2010-07-02 04:43:23 +00:00
momo-i
6bf913f3d0
update japanese
2010-07-02 04:36:57 +00:00
Paul 'flowerysong' Arthur
673684b88a
Minor php_musicbrainz updates.
2010-07-02 04:26:45 +00: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
7b804afb55
Fix installation (base.js requires prototype). Also squelch a warning in update.
2010-06-29 04:18:47 +00:00