aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/app.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-1/+0
* Set static path relative to codebase.Ben Sturmfels2021-09-171-0/+3
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
* Handle moved SharedDataMiddleware in werkzeug >= 0.15.0.Ben Sturmfels2020-04-011-2/+5
* Switch from Paste for serving to WaitressChristopher Allan Webber2016-02-191-31/+0
* Attach the MediaGoblinApp to the engine, and provide a way for models to accessChristopher Allan Webber2014-12-031-2/+2
* Reforming get_jinja_env to make better use of the MediaGoblinAppChristopher Allan Webber2014-12-031-1/+1
* Starting to deprecate the app_config, global_config by attaching stuff to appChristopher Allan Webber2014-12-031-14/+14
* Context objects now use a contextmanager (and update gmg shell to use it)Christopher Allan Webber2014-12-031-8/+14
* Set up request.db / app.db(_manager) depending on DISABLE_GLOBALSChristopher Allan Webber2014-12-031-6/+16
* An environment variable to transition towards removing global variablesChristopher Allan Webber2014-12-031-7/+14
* Add context generator: first step towards removing globals from the applicationChristopher Allan Webber2014-12-031-34/+86
* Add and use paste server selector. Yeah! Smart solutions!Christopher Allan Webber2014-10-101-0/+31
* Merge branch 'merge-python3-port'Christopher Allan Webber2014-09-221-0/+4
|\
| * Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-0/+2
| |\
| * | Remove Paste#http, Paste#urlmap and Paste#static dependencies.Berker Peksag2014-06-291-0/+4
* | | Comment out the "check if the database is up to date" stuffChristopher Allan Webber2014-09-171-1/+3
| |/ |/|
* | Add a modify_request hookChristopher Allan Webber2014-06-221-0/+2
|/
* check if db is up to dateRodney Ewing2013-09-021-0/+4
* 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