Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | | | | | | | | | | | | | Add nb locale | Gareth Rees | 2015-01-06 | -0/+4703 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied from nb_NO | ||||
| | * | | | | | | | | | | | | | | | Update nb_NO | Gareth Rees | 2015-01-06 | -746/+1498 | |
| | |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | Merge branch 'hotfix/0.20.0.2' into rails-3-develop | Louise Crow | 2015-01-07 | -6/+63 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge branch 'better-apache-locale-comment' into rails-3-develop | Louise Crow | 2015-01-06 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Add a bit more explanation of the locale-specific bit | Louise Crow | 2014-12-23 | -1/+6 | |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Fix assumption of current year as 2014 in holiday import specs | Louise Crow | 2015-01-05 | -3/+5 | |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Update table attribute metadata | Louise Crow | 2014-12-23 | -24/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some fields have moved to different models, or exist in translation tables. | ||||
| * | | | | | | | | | | | | | | | | Remove focus tag | Louise Crow | 2014-12-23 | -1/+1 | |
| |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | Revert "Use rack-utf8_sanitizer gem" | Louise Crow | 2014-12-22 | -16/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 45f25290e2e4a1f33ec5d3df6ecfb40300318ece. Use of the :ruby_20 platform requires bundler 1.3, which is not available on all our supported OSes as a package. See https://github.com/mysociety/alaveteli/issues/1276 for details. | ||||
| * | | | | | | | | | | | | | | | Fix bad merge in 92ba5052a21519af59c2aa904e1e28d9081179fb | Louise Crow | 2014-12-19 | -51/+0 | |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Escape responder name before marking notice as safe | Louise Crow | 2014-12-19 | -1/+52 | |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Use mail_to helper | Gareth Rees | 2014-12-19 | -1/+1 | |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Cleanup syntax | Gareth Rees | 2014-12-19 | -1/+8 | |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Add some release notes | Louise Crow | 2014-12-18 | -0/+26 | |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge branch 'brakeman_fixes' into rails-3-develop | Louise Crow | 2014-12-18 | -28/+89 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Add brakeman config and ignore files | Gareth Rees | 2014-12-18 | -0/+67 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Line length | Gareth Rees | 2014-12-18 | -1/+9 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Add global protect_from_forgery | Gareth Rees | 2014-12-18 | -13/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grepping the git logs didn’t bring up a good reason for this to be excluded. Seems like it came along after the app was initially created so it never got fully added for fear of regressions. The specs pass for this commit. | ||||
| | * | | | | | | | | | | | | | | | Fix Cross Site Scripting in user/_signin | Gareth Rees | 2014-12-18 | -1/+1 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Improve InfoRequestEvent#incoming_message_selective_columns SQL | Gareth Rees | 2014-12-18 | -5/+4 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Improve InfoRequest.find_in_state SQL | Gareth Rees | 2014-12-18 | -3/+3 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Improve User#get_undescribed_requests SQL | Gareth Rees | 2014-12-18 | -5/+3 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Load bootstrap dropdown for admin nav bar dropdown | Louise Crow | 2014-12-18 | -0/+4 | |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge branch 'restful-admin-routes' into rails-3-develop | Louise Crow | 2014-12-18 | -793/+1050 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Make sure raw_email is initialised with some data. | Louise Crow | 2014-12-18 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to make sure that the file that is used to store the data is created and written to before any attempt to read from it. | ||||
| | * | | | | | | | | | | | | | | | Don't raise internal error when handling non-user or request rules | Louise Crow | 2014-12-18 | -52/+116 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle attempts to edit or destroy global or public body censor rules with a notice and a redirect. Closes #2009 | ||||
| | * | | | | | | | | | | | | | | | Refactor - group common logic branches | Louise Crow | 2014-12-18 | -28/+14 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Refactor shared setup to filter | Louise Crow | 2014-12-18 | -2/+5 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | RESTful routing for admin censor rule actions | Louise Crow | 2014-12-18 | -257/+272 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | RESTful routing for admin track actions | Louise Crow | 2014-12-18 | -18/+20 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Restrict modifying comments' visibility to a POST action | Louise Crow | 2014-12-18 | -2/+2 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Make clearing a profile photo a post-restricted action | Louise Crow | 2014-12-18 | -7/+2 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Make logging in as a user a POST-constrained action. | Louise Crow | 2014-12-18 | -5/+8 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | RESTful route for destroying a track | Louise Crow | 2014-12-18 | -2/+2 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | RESTful route for clearing a bounce message | Louise Crow | 2014-12-18 | -2/+2 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | RESTful route for bounce message | Louise Crow | 2014-12-18 | -2/+2 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Use RESTful route for banned user list | Louise Crow | 2014-12-18 | -5/+6 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Use RESTful routes for CRUD admin user actions | Louise Crow | 2014-12-18 | -42/+38 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Move outgoing message admin actions to RESTful model. | Louise Crow | 2014-12-18 | -13/+14 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Move admin incoming message actions to use RESTful routes. | Louise Crow | 2014-12-18 | -21/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So data changing actions require a POST and can be protected against CSRF. | ||||
| | * | | | | | | | | | | | | | | | Move change request actions to use RESTful routes. | Louise Crow | 2014-12-18 | -13/+18 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Use RESTful routing for importing the public bodies csv file | Louise Crow | 2014-12-18 | -2/+3 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | RESTful routing for missing_scheme and mass_tag_add | Louise Crow | 2014-12-18 | -3/+3 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Move destroy action to RESTful routing | Louise Crow | 2014-12-18 | -4/+1 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Move create to RESTful routing | Louise Crow | 2014-12-18 | -3/+2 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Move edit and update to RESTful routing | Louise Crow | 2014-12-18 | -8/+6 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Move new action to use RESTful routing. | Louise Crow | 2014-12-18 | -6/+5 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Move show method to use RESTful routing | Louise Crow | 2014-12-18 | -12/+11 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Use RESTful routing for index | Louise Crow | 2014-12-18 | -71/+71 | |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Make downloading a raw email a RESTful route | Louise Crow | 2014-12-18 | -31/+48 | |
| | | | | | | | | | | | | | | | | |