aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/app.py
Commit message (Expand)AuthorAgeFilesLines
* Avoiding the celery warnings that we seem to be confusing people lately.Christopher Allan Webber2013-08-141-3/+0
* Merge branch 'rodney757-media_plugins'Christopher Allan Webber2013-07-121-0/+3
|\
| * added a warning for old media typesRodney Ewing2013-07-021-0/+3
* | Merge remote-tracking branch 'remotes/lotusecho/trac_711_test_speed'Christopher Allan Webber2013-07-031-1/+1
|\ \ | |/ |/|
| * Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...Emily O'Leary2013-06-251-1/+1
* | Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-0/+3
|\|
| * New notificationsJoar Wandborg2013-06-091-0/+3
* | changed no_auth to authentication_disabled in configRodney Ewing2013-06-111-1/+1
* | fixed a bug that was deleting the messagesRodney Ewing2013-06-041-2/+2
* | minor changes from aaronw's reviewRodney Ewing2013-06-041-0/+2
* | log a previously logged in user when switched to no_auth modeRodney Ewing2013-05-241-1/+4
* | add a check for authentication plugin on startup and respond according to no_...Rodney Ewing2013-05-241-0/+4
|/
* Fully working context hooks, both template/view and global level, with testsChristopher Allan Webber2013-05-141-0/+1
* Use the controller's symbolic/lookup name as part of the key for context hooksChristopher Allan Webber2013-05-101-2/+2
* The beginning of context hooks.Christopher Allan Webber2013-05-081-0/+3
* removing old callable utilities and porting stuff over.Christopher Allan Webber2013-04-191-4/+2
* Fixing typo in calling render_http_exceptionChristopher Allan Webber2013-04-171-1/+1
* Make session cookies more secure.Elrond2013-04-091-2/+6
* Remove beaker stuff from the code.Brett Smith2013-03-241-4/+1
* Back sessions with It's Dangerous.Brett Smith2013-03-241-2/+5
* Basic itsdangerous infrastructure.Elrond2013-03-221-0/+3
* Updated raven pluginJoar Wandborg2013-03-031-0/+3
* removed unused import NotFoundAndrás Veres-Szentkirályi2013-02-221-1/+1
* Unbreak 301 responsesSebastian Spaeth2013-01-151-0/+4
* RIP out mongoSebastian Spaeth2012-12-251-1/+1
* Rewrite routing using new MGRoute classElrond2012-12-231-2/+2
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+2
* Refactor routing in app.py.Elrond2012-12-231-17/+3
* Provide tools.response.render_http_exception and use thatSebastian Spaeth2012-12-231-15/+27
* Don't dbug log every added plugin routeSebastian Spaeth2012-12-211-1/+0
* Remove webob compatabilitySebastian Spaeth2012-12-211-2/+1
* Remove webob from render_to_responseSebastian Spaeth2012-12-211-1/+2
* Honor user's browser language (#558)Sebastian Spaeth2012-12-021-1/+4
* Fix i18n in our browserSebastian Spaeth2012-12-011-1/+0
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-0/+1
* Fixed 404 page under werkzeug.routingJoar Wandborg2012-10-141-17/+18
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-32/+41
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-1/+0
* Switch from webob.Request to werkzeug.wrappers.RequestJoar Wandborg2012-09-291-3/+10
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-3/+3
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-161-1/+1
* Flatpages first passWill Kahn-Greene2012-07-161-1/+4
* Making the register_themes() tool also return the current themeChristopher Allan Webber2012-07-141-7/+1
* Themes are now registered and can have their templates loaded properlyChristopher Allan Webber2012-07-141-1/+8
* Early version of theme registry codeChristopher Allan Webber2012-07-141-0/+4
* 401. Plugin infrastructureWill Kahn-Greene2012-05-131-0/+6
* log.debug the used config file.Elrond2012-04-091-0/+1
* CELERY_ALWAYS_EAGER environment variable only recognized if 'true' nowChristopher Allan Webber2012-04-081-1/+1
* Allow users to pass callables in as controllers, not just import pathsChristopher Allan Webber2012-04-081-1/+7
* Cleanup sql session after request. ALWAYS!Elrond2012-04-071-8/+11