summaryrefslogtreecommitdiff
path: root/lib/api/api_guard.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert AccessTokenValidationService into a class.Timothy Andrew2016-12-161-2/+2
* Implement minor changes from @dbalexandre's review.Timothy Andrew2016-12-161-11/+15
* Calls to the API are checked for scope.Timothy Andrew2016-12-161-17/+45
* Remove some dead code from the Grape APINick Thomas2016-09-191-43/+13
* Fix a few places where autoloading would failRémy Coutable2016-05-101-133/+137
* Rubocop: Style/CaseIndentation enabledDmitriy Zaporozhets2015-02-021-5/+2
* Avoid using {...} for multi-line blocksDmitriy Zaporozhets2015-02-021-2/+2
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-1/+1
* Convert hashes to ruby 1.9 styleDmitriy Zaporozhets2015-02-021-2/+2
* Doorkeeper integrationValery Sizov2014-12-241-0/+175