summaryrefslogtreecommitdiff
path: root/spec/controllers/users_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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