summaryrefslogtreecommitdiff
path: root/pgweb/misc/views.py
AgeCommit message (Expand)Author
2020-09-10Turn off usergenerated flags for email from our own addressesMagnus Hagander
2019-01-26Fix unicode for hashlib operationsMagnus Hagander
2019-01-26Update syntax for relative importsMagnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
2019-01-17Redirect the user upon successful bug report submissionMagnus Hagander
2019-01-17Create and track a mapping between bug ids and messageidsMagnus Hagander
2018-09-25Oops, fix generated messageid to include <>Magnus Hagander
2018-09-24Generate bug-specific messsageids when generating bug reportsMagnus Hagander
2018-04-19Change submit button on "Submit a Bug" to "Submit and Send Email"Jonathan S. Katz
2018-04-17Update Documentation and Bug Report pages to use modern design.Jonathan S. Katz
2018-04-05Change title of submitbug save buttonMagnus Hagander
2018-03-10Replace NavContext and render_to_response with render_pgwebMagnus Hagander
2017-12-18Set sender name on bug report and docs comments emailMagnus Hagander
2017-12-18Send -bugs and -docs emails from noreply addressStephen Frost
2017-07-04cc bugreports to the original submitterMagnus Hagander
2016-05-24Replace login_required decorator with a validating oneMagnus Hagander
2016-05-24Remove SSL decorators and middlewareMagnus Hagander
2016-05-17Move submitbug under /account/Magnus Hagander
2014-01-11Track which emails are "user generated" for different antispam treatmentMagnus Hagander
2014-01-01Replace wildcard imports with explicit onesMagnus Hagander
2014-01-01Clean up importsMagnus Hagander
2012-11-07Exclude CSRF token and check for the bug submission formMagnus Hagander
2011-12-22Add a simple crash testing URLMagnus Hagander
2011-11-27Only include supported versions. In particular, don't include 0.0.0Magnus Hagander
2011-11-08Set title on bug report formMagnus Hagander
2010-01-12Factor out the sending of a templated mail to a function, we're sureMagnus Hagander
2010-01-11Add bug submission formMagnus Hagander