Andy Allan
|
b184b39f34
|
Use CanCanCan for oauth clients controller
|
2019-01-09 15:34:54 +01:00 |
|
Tom Hughes
|
1f2ac59d1d
|
Fix new rubocop warnings
|
2018-03-26 19:00:03 +01:00 |
|
Andy Allan
|
6f89da05d1
|
Use current_user to represent the currently logged in user.
This is already used by the oauth plugin, and is a general rails convention.
|
2017-07-12 16:10:50 +01:00 |
|
Tom Hughes
|
dbe165bbb3
|
Fix some rubocop rails style issues
|
2015-02-26 00:12:54 +00:00 |
|
Tom Hughes
|
dc2a2c8ebd
|
Standardise on double quoted strings
|
2015-02-20 19:47:26 +00:00 |
|
Tom Hughes
|
ef7f3d800c
|
Fix most auto-correctable rubocop issues
|
2015-02-20 08:56:16 +00:00 |
|
Tom Hughes
|
b93f79f5a0
|
Add functions tests for the oauth_clients controller
|
2013-12-08 21:54:21 +00:00 |
|
Tom Hughes
|
f0feca800d
|
Replace attr_accessible with strong parameters
|
2013-09-21 11:35:46 +01:00 |
|
Tom Hughes
|
8ae5d94b2f
|
Update some more queries to use AREL in place of deprecated methods
|
2011-11-14 09:42:51 +00:00 |
|
Tom Hughes
|
173e92edb8
|
Cleanup some of the oauth stuff:
- Detabify views.
- Move translations to correct names.
- Make flash messages translatable.
|
2009-08-19 07:59:15 +00:00 |
|
Tom Hughes
|
9fec2fd137
|
Call the set_locale filter for oauth methods which display web
pages to the user. Closes #2203.
|
2009-08-19 07:45:24 +00:00 |
|
Matt Amos
|
b8f6dbd403
|
Adding initial version of the OAuth token authentication method. This adds basic OAuth support for registering apps, getting and revoking keys, etc... The tokens come with 6 separate permissions bits; read/write user preferences, write diaries, write API and read/write GPS traces. Needs more tests.
|
2009-06-22 16:54:37 +00:00 |
|