aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* Fully prevent banned users editing their photoGareth Rees2015-02-24-0/+28
* Fully prevent banned users editing their about_meGareth Rees2015-02-24-0/+29
* User profile option to filter requests by statusGareth Rees2014-10-14-1/+11
* Whitelist UserController#signup params0.19.0.3hotfix/0.19.0.3Gareth Rees2014-09-09-0/+10
* Rename XXX comments with TODO:Gareth Rees2014-06-10-4/+4
* Display batch requests for user on 'my requests' pageLouise Crow2013-12-04-2/+4
* Refactor specs to make adding batch changes easier.Louise Crow2013-12-04-30/+63
* Handle the case of a name that hits the character limits and has been suffixe...Louise Crow2013-07-29-5/+25
* Switch routing-filter (which takes locale out of the params and puts it in th...Louise Crow2013-07-18-19/+0
* Don't call out to external urls during controller testsLouise Crow2013-06-20-0/+10
* Add call to load_raw_emails_data to fix dependency on raw emails exposed in h...Louise Crow2013-05-13-0/+1
* Be a bit more exactHenare Degan2013-03-05-1/+1
* Use built in fixture_file_uploadHenare Degan2013-03-04-5/+2
* This is cast to a string in Rails 3.1Henare Degan2013-03-04-1/+1
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
* Correct syntax and reload for Ruby 1.9.3Henare Degan2013-02-21-1/+1
* This parameter is typecast in Rails 3Henare Degan2013-02-07-1/+1
* mail from_addrs now doesn't return the nameMatthew Landauer2013-01-29-1/+1
* errors returns an array nowMatthew Landauer2013-01-29-1/+1
* params_from doesn't exist anymoreMatthew Landauer2013-01-29-2/+2
* When matching mail.body with regex cast to string firstMatthew Landauer2013-01-29-3/+3
* Replace use of response.should send_email with checking ActionMailer::Base.de...Matthew Landauer2013-01-29-4/+4
* Replace use of have_tag with have_selector from webratMatthew Landauer2013-01-28-1/+1
* Disable routing filter in tests by using RoutingFilter.active rather than wri...Matthew Landauer2013-01-25-15/+10
* integrate_views is render_views RSpec 2Henare Degan2012-12-11-9/+9
* Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-35/+35
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
* Fix test breakage (really we should use a test app.po rather than the real on...Seb Bacon2012-06-14-1/+1
* Test for user turning email alerts off. Also includes a fix not to rely on H...Seb Bacon2012-05-30-0/+9
* Make it possible to view other people's activities on their own walls.Seb Bacon2012-05-30-0/+6
* Test for the user's wall.Seb Bacon2012-05-30-0/+20
* Merge jpmckinney/bundlerSeb Bacon2012-02-15-2/+0
* Let admin users use auto-login URLsRobin Houston2012-02-06-0/+37
* Eliminate trailing spaces in test namesRobin Houston2012-02-03-1/+1
* Load all fixtures for all testsRobin Houston2012-01-31-10/+0
* More test data, and fix testsRobin Houston2012-01-29-2/+6
* Load all raw emails for testingRobin Houston2012-01-29-1/+1
* Refactor test code so new test data can be addedRobin Houston2012-01-26-7/+10
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-25-4/+21
|\
| * More better test isolationRobin Houston2012-01-24-0/+1
| * Be sure to restore RoutingFiltersRobin Houston2012-01-20-4/+20
* | Return a 404 for missing user profile pictures. Fixes #363Seb Bacon2012-01-24-0/+7
|/
* Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is...Seb Bacon2012-01-13-1/+1
* Accounts using expired PostRedirects were still causing 500 errors. Fixes #33...Seb Bacon2012-01-12-2/+3
* Don't give an error to users with an invalid postredirect token. Closes #334.Seb Bacon2012-01-11-0/+13
* Make test less brittleSeb Bacon2012-01-06-2/+2
* Reintroduce a "my requests" link. Fixes #289.Seb Bacon2012-01-02-0/+10
* Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-2/+3
|\
| * call #first on from_addrs and to_addrs before calling #to_sJames McKinney2011-10-16-2/+2
| * add encoding magic comments and fix pathsJames McKinney2011-10-16-0/+1