aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MediaManager: Use .foo instead of ['foo'].Elrond2013-04-173-6/+7
* First step towards a MediaManager class: Compat one.Elrond2013-04-173-4/+32
* update documentation for s/nose/py.test/Alon Levy2013-04-171-1/+1
* PIL: Support systems with Pillow and withoutAlon Levy2013-04-178-11/+34
* pdf/processing.py: don't use check_output, only in python>=2.7Alon Levy2013-04-171-9/+14
* Refactor test resources into new resources.pyElrond2013-04-175-55/+47
* PDF: Use pytest.mark.skipif for skipping testsElrond2013-04-162-5/+4
* Switch to an apparently newer version of pdf.js per irc.mozilla.org #pdfjs re...Christopher Allan Webber2013-04-161-0/+0
* test_timesince() doesn't need a complete test_app.Elrond2013-04-161-1/+1
* Removing unused importsChristopher Allan Webber2013-04-151-5/+0
* Removing unused imports and an unused media_files dict referenceChristopher Allan Webber2013-04-151-4/+0
* pdf: use pdf.js in an iframeAlon Levy2013-04-151-203/+3
* add pdf media typeAlon Levy2013-04-1517-1/+5837
* document submodule usageAlon Levy2013-04-141-0/+13
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2013-04-137-101/+297
|\
| * Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'Nathan Yergler2013-04-137-101/+297
| |\
| | * OAuth: Support refresh tokens, etcJoar Wandborg2013-04-067-102/+297
* | | Merge remote-tracking branch 'refs/remotes/tsyesika/599-allow-email-login'Christopher Allan Webber2013-04-132-4/+12
|\ \ \ | |/ / |/| |
| * | Allows you to use your username or email to loginJessica T2013-04-122-4/+12
* | | Text-align the headers on the media panel to the left to avoid confusionChristopher Allan Webber2013-04-131-0/+1
* | | Adding Jessica Tallon to AUTHORS!Christopher Allan Webber2013-04-131-0/+1
* | | Comment when/author link styling changesChristopher Allan Webber2013-04-132-2/+23
* | | Why not also display the times on when these media were createdChristopher Allan Webber2013-04-131-1/+1
* | | Changing translations to say "amount of time ago", basicallyChristopher Allan Webber2013-04-131-8/+10
* | | Merge remote-tracking branch 'refs/remotes/tsyesika/394-fuzzy-timestamp'Christopher Allan Webber2013-04-137-4/+184
|\ \ \ | |/ / |/| |
| * | Adds the fuzzy timestamp to the admin panel tooJessica T2013-04-121-1/+1
| * | Adds the unit tests and removes useless function we don't useJessica T2013-04-122-7/+57
| * | Adds the timesince ability which fixes #394Jessica T2013-04-115-3/+133
* | | adding callable_runone and callable_runall to the docsChristopher Allan Webber2013-04-111-1/+2
* | | Merge branch '637_friendlier_hooks'Christopher Allan Webber2013-04-109-10/+315
|\ \ \
| * | | Switch several functions over to using the new callable_run* tools!Christopher Allan Webber2013-04-103-10/+5
| * | | Remove unhandled_okay from kwargs if it's there before passing to functions.Christopher Allan Webber2013-04-101-1/+3
| * | | callable hook convenience functions.. now work, and with tests!Christopher Allan Webber2013-04-106-5/+137
| * | | tests for new pluginapi methods that can't possibly pass yet :)Christopher Allan Webber2013-04-091-0/+111
| * | | Convenience functions for callable hooksChristopher Allan Webber2013-04-071-0/+65
* | | | Open Source -> Free Software from the borrowed extlib repositoriesChristopher Allan Webber2013-04-101-1/+1
| |/ / |/| |
* | | Adding some help about what to do if flup flakes out on youChristopher Allan Webber2013-04-101-0/+5
* | | Fix sessions so they work across the site.Christopher Allan Webber2013-04-101-3/+1
* | | Make session cookies more secure.Elrond2013-04-092-5/+12
* | | Remove the last traces of beaker.Elrond2013-04-095-29/+2
* | | Fix left over from variable renaming.Elrond2013-04-091-1/+4
* | | Merge remote-tracking branch 'brett/itsdangerous'Elrond2013-04-0912-80/+223
|\ \ \
| * | | Call is_updated instead of testing it boolean.Brett Smith2013-03-251-1/+1
| * | | Harden It's Dangerous key management.Brett Smith2013-03-241-20/+45
| * | | First tests for the Session class.Brett Smith2013-03-241-0/+30
| * | | Set a starting value for session.send_new_cookie.Brett Smith2013-03-241-1/+5
| * | | Remove beaker stuff from the code.Brett Smith2013-03-247-79/+3
| * | | Delete the session cookie on an empty session.Brett Smith2013-03-241-1/+4
| * | | Back sessions with It's Dangerous.Brett Smith2013-03-244-3/+67
| * | | Improve fs security for itsdangerous secret.Elrond2013-03-221-2/+6