aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/track_controller.rb
Commit message (Expand)AuthorAgeLines
* Merge branch 'hotfix/0.20.0.2' into rails-3-developLouise Crow2015-01-07-1/+1
|\
| * Fix unvalidated redirectsGareth Rees2014-12-22-1/+1
* | Add global protect_from_forgeryGareth Rees2014-12-18-3/+0
|/
* Handle unhelpful stemmingGareth Rees2014-06-25-1/+9
* Use regex based highlightingGareth Rees2014-06-25-1/+1
* Rename XXX comments with TODO:Gareth Rees2014-06-10-1/+1
* Add notices for unsubscribing from things.Louise Crow2014-03-24-1/+1
* Add notices for subscribing to something.Louise Crow2014-03-24-5/+1
* Add notices for subscribing something you're subscribed to.Louise Crow2014-03-24-1/+1
* Remove obsolete line.Louise Crow2014-03-24-1/+0
* Remove old unused code.Louise Crow2014-03-24-8/+0
* Make method names for finding existing objects clearerLouise Crow2013-12-04-1/+1
* Merge branch 'feature/rails-3-2-upgrade-spike' into feature/switch-to-asset-p...Mark Longair2013-11-29-1/+4
|\
| * Don't specify format in template name.Louise Crow2013-11-12-1/+4
| * We're assuming feed urls without format suffixes should serve up atom/xml, so...Louise Crow2013-06-05-0/+3
* | Don't allow redirects to another host.Louise Crow2013-10-02-1/+2
* | We're assuming feed urls without format suffixes should serve up atom/xml, so...0.11.0.4hotfix/0.11.0.4Louise Crow2013-06-05-0/+3
|/
* Make sure Atom feeds are served with content type application/atom+xmlMark Longair2013-05-29-1/+1
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
* Fix track searches by changing the way the routing worksHenare Degan2013-03-05-4/+1
* Access view helper from controller using view_contextMatthew Landauer2013-01-31-1/+1
* Fix rendering of atom feed and set correct content typeMatthew Landauer2013-01-31-1/+1
* Add a full stop to the end of this sentenceHenare Degan2012-10-18-1/+1
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-1/+1
* Fix typo that broke one of the "follow" informational messagesSeb Bacon2012-05-30-1/+1
* Support "following" functionality:Seb Bacon2012-05-30-4/+7
* Redirect people to more user-friendly search results page (where possible) af...Seb Bacon2012-05-11-1/+17
* Filter public body tracks by event typeRobin Houston2012-05-03-2/+6
* Return 404 for /feed/user/no_such_userRobin Houston2012-02-03-0/+1
* Old feed URLs should continue to workRobin Houston2012-01-09-1/+8
* Add cache headers to various pages (in three categories: short, medium, and l...Seb Bacon2011-07-26-0/+2
* I18n string for controllersFaton Selishta2011-06-30-10/+10
* Add CSRF protection on state changing actions. Use default handler handle_unv...Louise Crow2011-02-28-3/+5
* Show more appropriate info about users/bodies everywhere in JSON.Francis Irving2010-10-20-27/+4
* Return more info in request JSON response.Francis Irving2010-10-20-1/+3
* Include snippet in results from search query JSON.Francis Irving2010-10-20-0/+2
* Remove superfluous routes, make search query feeds work.Francis Irving2010-10-09-0/+7
* .json form for RSS feedsFrancis Irving2010-10-09-2/+24
* Revert "Don't set cookies in feed filters"Francis Irving2010-09-03-3/+0
* Don't set cookies in feed filtersFrancis Irving2010-09-03-0/+3
* Minor spacing change.francis2009-09-02-2/+2
* Issue permanent redirects for old-style atom feed requeststony2009-03-12-3/+8
* Don't fill flash up with potentially hundreds of lines.francis2009-03-05-3/+2
* Button to delete all tracks of a particular type.francis2009-03-05-1/+27
* Remove debugging.francis2008-09-11-2/+1
* Display RSS link on same line as form for unsubscribe.francis2008-08-09-13/+19
* Simplify code a bit. Improve wording of now/already being emailed flash.francis2008-08-08-41/+9
* Email alert subscriptions are now private. Remove RSS subscriptions completely,francis2008-08-08-75/+43
* RSS feeds without tracking (just underlying code, not linked from anywhere yet)francis2008-07-18-3/+21