Commit Graph

9 Commits

Author SHA1 Message Date
JB Vasseur 1ae9aefe55 Use application finder for Doorkeeper Applications 2018-10-15 23:03:08 +09:00
JB Vasseur abf7c10b67 Do not return secret from GET /applications !22296 2018-10-12 18:33:58 +09:00
JB Vasseur 1dbbd0b9b0 disable CodeReuse/ActiveRecord 2018-10-12 09:41:36 +09:00
JB Vasseur 23d70f6281 Improve call for retrieving all applications !22296 2018-10-12 09:40:11 +09:00
JB Vasseur 6dd4ae0d87 Support GET /applications and DELETE /applications/:id endpoints #52559 2018-10-11 19:54:15 +09:00
gfyoung 3836d69119 Enable frozen string in lib/api and lib/backup
Partially addresses #47424.

Had to make changes to spec files because
stubbing methods on frozen objects is a mess
in RSpec and leads to failures:

https://github.com/rspec/rspec-mocks/issues/1190
2018-09-29 21:04:50 -07:00
Toon Claes 45b62dfd32 Make the exposing of the Application secret more explicit
To make it more clear to developers that the entity exposes the
application secret, define a separate entity that only should be used
when the secret is needed (probably only on creation).
2018-01-24 09:44:07 +01:00
Toon Claes d38faa30ed Add documentation about when the application API was added 2018-01-24 09:42:04 +01:00
Nicolas MERELLI 81bbcfacb0 Add application create API 2018-01-24 09:42:04 +01:00