summaryrefslogtreecommitdiff
path: root/spec/controllers/users_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Migrate events into a new formatYorick Peterse2017-08-101-2/+8
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* fix broken testsMike Greiling2017-07-191-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Fix ensure_canonical_path for top level routesMichael Kozono2017-05-181-132/+121
* Fix redirect message for groups and usersMichael Kozono2017-05-111-4/+8
* Resolve discussionsMichael Kozono2017-05-051-0/+4
* Dry up routable lookups. Fixes #30317Michael Kozono2017-05-051-4/+4
* Add “project moved” flash message on redirectMichael Kozono2017-05-051-0/+4
* Resolve discussionsMichael Kozono2017-05-051-0/+18
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-10/+171
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-2/+2
* Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-271-2/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-5/+5
* Add specs for user routing and update spec for user controllerLong Nguyen2016-05-081-0/+22
* Insert users check into apiFelipe Artur2016-04-181-2/+0
* Code fixesFelipe Artur2016-04-181-1/+1
* Fix specsFelipe Artur2016-04-181-1/+3
* Fix codeFelipe Artur2016-04-181-1/+2
* Add specs and fix codeFelipe Artur2016-04-181-0/+22
* include contributions from forked projects on profile calendarJames Lopez2016-02-221-0/+18
* Refactor UsersController to not kill the databaseYorick Peterse2015-11-181-5/+18
* Make username parameter for Users#show case-insensitiveRobert Speicher2015-07-181-10/+25
* Fix user controller specsDmitriy Zaporozhets2015-03-221-17/+4
* Extend the commit calendar to show the actual commits for a dateHannes Rosenögger2015-03-181-8/+40
* Improve user calendar authentification and testsDmitriy Zaporozhets2015-01-291-5/+5
* Cleanup and make contribution calendar fasterDmitriy Zaporozhets2015-01-291-2/+2
* Add a commit calendar to the user profileHannes Rosenögger2015-01-291-0/+27