aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to python3HEADmasterJason A. Donenfeld2021-01-0717-128/+104
|
* Simplify deploymentJason A. Donenfeld2021-01-073-32/+16
|
* Work with recent flaskJason A. Donenfeld2019-01-022-2/+2
|
* Use ffmpeg and support m4aJason A. Donenfeld2016-03-092-2/+2
|
* Follow redirects in makefile and use TLSJason A. Donenfeld2016-03-091-1/+1
|
* transcoding: do not buffer avconv outputJason A. Donenfeld2013-07-091-1/+1
| | | | | | | | Switching to avconv from ffmpeg in 8544def introduced additional buffering to output streams, which caused uwsgi to timeout when reading from the internal socket when particularly fast clients were connected. The fix is to pass 'nobuffer' to the format flags.
* libav no longer ships ffmpeg, so use avconvJason A. Donenfeld2013-07-021-1/+1
|
* Allow folks to see their own statistics.Jason A. Donenfeld2013-06-055-12/+41
|
* Be more quiet.Jason A. Donenfeld2013-04-291-5/+5
|
* Deployment is now more streamlined.Jason A. Donenfeld2013-04-265-34/+63
|
* In fact, we do want jquery 1.9.1 for older devices.Jason A. Donenfeld2013-04-031-1086/+1993
|
* Update libraries.Jason A. Donenfeld2013-03-205-1119/+1288
|
* Keep track of resets in table view so we don't keep rendering stale rows.Jason A. Donenfeld2013-01-201-0/+4
|
* Work around safari positioning.Jason A. Donenfeld2013-01-201-2/+3
|
* Blockhead is good too.Jason A. Donenfeld2013-01-181-1/+1
|
* Use prop instead of attr, per jQuery 1.9 upgrade guide.Jason A. Donenfeld2013-01-161-2/+2
|
* Upgrade to jquery 2.0beta.Jason A. Donenfeld2013-01-161-4562/+3692
|
* Upgrade backbone to latest version.Jason A. Donenfeld2013-01-161-267/+232
|
* Everybody loves, Fugazi, right?Jason A. Donenfeld2013-01-131-1/+1
|
* Don't allow selecting progress bar text.Jason A. Donenfeld2013-01-131-0/+4
|
* Pretty hover transitions.Jason A. Donenfeld2013-01-131-0/+17
|
* Add a show all button.Jason A. Donenfeld2013-01-133-2/+28
|
* Allow slashes in queries.Jason A. Donenfeld2013-01-131-1/+1
|
* Add extremely horrible statistics page.Jason A. Donenfeld2013-01-131-0/+140
|
* Prettify login buttons.Jason A. Donenfeld2013-01-121-5/+4
|
* Clean up null titles, wav, and unicode.Jason A. Donenfeld2013-01-114-14/+12
| | | | | | Hopefully the last of the encoding issues. Reported-by: Scott Moak <scott.moak@mybrainoncode.com>
* Properly support WAV files.Luka Zakrajšek2013-01-111-1/+19
|
* Work around unicode and bad mp3s.Jason A. Donenfeld2013-01-112-15/+27
| | | | | | | | | | | Some MP3s can't be scanned, and picard throws an exception, so we check for that. We also coerse str strings into unicode strings using SQLAlchemy black magic. It isn't pretty, but it's what the SQLAlchemy documentation instructed us to do, alas. Reported-by: James Pic <jamespic@gmail.com>
* Add readme and license and robots.Jason A. Donenfeld2013-01-113-0/+604
|
* Scroll to song on autoplay.Jason A. Donenfeld2013-01-102-4/+17
|
* Use unix file permissions instead of predefined exclude list.Jason A. Donenfeld2013-01-102-13/+0
|
* Defer rendering of each table row for performance.Jason A. Donenfeld2013-01-102-27/+27
|
* Reference count Song models instead of replacing in each collection.Jason A. Donenfeld2013-01-108-89/+81
|
* Initial commit.Jason A. Donenfeld2013-01-1058-0/+19102