index
:
ampache.git
api
caching
ffmpeg
master
plugins
remote_catalog
teskew
testing
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
header comment for phpdoc
momo-i
2011-02-03
42
-43
/
+55
*
test header for phpdoc. now using only classes and libraries.
momo-i
2011-02-02
54
-739
/
+1328
*
test for phpdoc
momo-i
2011-02-02
16
-294
/
+683
*
little testing for phpdoc
momo-i
2011-02-02
1
-19
/
+65
*
add force_ssl (for ssl reverse proxy)
momo-i
2011-02-01
1
-1
/
+1
*
Untested change of now playing image size - Blame Uncon
Karl Vollmer
2011-01-26
1
-0
/
+0
*
Fix Democratic play - properly remove songs after playback
Karl Vollmer
2011-01-25
3
-3
/
+7
*
Catalog Filtering Added Bug#60
Chris Slamar
2011-01-24
6
-55
/
+134
*
Fix art gathering.
Paul Arthur
2011-01-07
1
-4
/
+0
*
Implement db art method. Fixes FS#121.
Paul Arthur
2011-01-04
2
-39
/
+28
*
Merge commit 'refs/merge-requests/4' of git://gitorious.org/ampache/ampache i...
Chris Slamar
2010-12-30
1
-0
/
+4
|
\
|
*
Fixed db in art_order doing nothing.
Chris Slamar
2010-12-26
2
-5
/
+41
|
*
Put twitter info in ampache.cfg.php.dist
Chris Slamar
2010-12-15
1
-0
/
+0
|
*
Switched mysql functions to Dba
Chris Slamar
2010-12-15
1
-0
/
+0
*
|
Missed debuging line. Removed it.
Chris Slamar
2010-12-26
1
-4
/
+0
*
|
Fix #121 - db position in art_order is now checked to make sure that previous...
Chris Slamar
2010-12-26
2
-5
/
+41
*
|
Resolve #90 and #89, remove democratic playlist entries if there is a fatal e...
Karl Vollmer
2010-12-09
1
-0
/
+14
*
|
Squashed commit of the following:
Elias Probst
2010-12-08
2
-5
/
+3
*
|
Check the correct variable for LDAP.
Paul Arthur
2010-12-08
1
-1
/
+1
*
|
Clean up LDAP auth and associated config
Paul Arthur
2010-12-08
1
-21
/
+18
|
/
*
Implement ldap_require_group
Elias Probst
2010-12-07
1
-0
/
+37
*
Fix authenticated SMTP and add secure (TLS/SSL) SMTP.
Paul 'flowerysong' Arthur
2010-10-26
1
-1
/
+4
*
The AmpacheMail constructor does nothing and we never call it with parameters,
Paul 'flowerysong' Arthur
2010-10-24
1
-1
/
+1
*
Use a function to format bytes -> human-readable sizes. Also bump catalog build
Paul 'flowerysong' Arthur
2010-10-15
4
-37
/
+29
*
Add fallback to the old method of downloading the config file if the config
Paul 'flowerysong' Arthur
2010-10-12
1
-14
/
+16
*
Refactor mail handling a bit and make registration use the same method as the
Paul 'flowerysong' Arthur
2010-10-09
2
-83
/
+107
*
Break everyone's config by changing metadata gathering.
Paul 'flowerysong' Arthur
2010-10-06
3
-136
/
+179
*
Refactored Last.FM recommendations; drop new dependency on curl since
Paul 'flowerysong' Arthur
2010-08-17
3
-53
/
+201
*
Check cURL before install.
momo-i
2010-07-30
2
-0
/
+21
*
Search for similar artists
Chris 'cslamar' Slamar
2010-07-29
1
-0
/
+32
*
Use the correct variable. Reported by LostInMotion.
Paul 'flowerysong' Arthur
2010-07-20
1
-1
/
+1
*
Don't escape album names twice.
Paul 'flowerysong' Arthur
2010-07-02
1
-2
/
+2
*
Some art gathering cleanup.
Paul 'flowerysong' Arthur
2010-07-02
1
-143
/
+176
*
Process config arrays in a loop, instead of by hand.
Paul 'flowerysong' Arthur
2010-07-02
1
-8
/
+7
*
Try not to include invalid characters in our AJAX XML output.
Paul 'flowerysong' Arthur
2010-06-30
1
-6
/
+22
*
Fix installation (base.js requires prototype). Also squelch a warning in update.
Paul 'flowerysong' Arthur
2010-06-29
1
-1
/
+1
*
Missing `
Paul 'flowerysong' Arthur
2010-06-24
1
-1
/
+1
*
Fix JavaScript.
Paul 'flowerysong' Arthur
2010-06-24
1
-1
/
+1
*
Whitespace/indentation cleanup.
Paul 'flowerysong' Arthur
2010-06-24
2
-85
/
+85
*
JavaScript cleanup. Consistently use camelCase for naming JS functions. Use
Paul 'flowerysong' Arthur
2010-06-24
8
-170
/
+232
*
Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard ...
Paul 'flowerysong' Arthur
2010-06-22
1
-234
/
+103
*
Plugin work. Plugins are now pluggable: no plugin-specific code in the main ...
Paul 'flowerysong' Arthur
2010-06-22
5
-57
/
+105
*
Always check for validity before inserting images. Also, whitespace cleanup.
Paul 'flowerysong' Arthur
2010-06-17
1
-40
/
+56
*
Add missing scrub_out; fixes some display issues.
Paul 'flowerysong' Arthur
2010-06-17
1
-1
/
+1
*
Browsing by tag is broken. This doesn't fix it.
Paul 'flowerysong' Arthur
2010-06-15
3
-125
/
+216
*
Be less forgiving when checking whether an album currently exists. Fixes
Paul 'flowerysong' Arthur
2010-06-15
1
-33
/
+38
*
Use scrub_out when displaying update status; scrub_out calls htmlentities with
Paul 'flowerysong' Arthur
2010-06-14
1
-3
/
+3
*
Miscellaneous cleanup.
Paul 'flowerysong' Arthur
2010-06-13
21
-141
/
+184
*
Logging. Use constants instead of numeric values in the switch, bump
Paul 'flowerysong' Arthur
2010-06-13
1
-63
/
+68
*
Clean up general.lib.php and ui.lib.php: remove unused functions, group related
Paul 'flowerysong' Arthur
2010-06-13
2
-409
/
+227
[next]