discourse/spec
cfitz 19d7545318 FEATURE: Make auth_redirect param options on user_api_keys
This is a possible solution for https://meta.discourse.org/t/user-api-keys-specification/48536/19
This allows for user-api-key requests to not require a redirect url.
Instead, the encypted payload will just be displayed after creation  ( which can be copied
pasted into an env for a CLI, for example  )

Also: Show instructions when creating user-api-key w/out redirect

This adds a view to show instructions when requesting a user-api-key
without a redirect. It adds a erb template and json format.
Also adds a i18n user_api_key.instructions for server.en.yml
2019-01-04 14:46:18 +11:00
..
components Fix the build. 2019-01-03 15:34:39 +08:00
fabricators FIX: URLs containing two # would fail to work 2018-12-11 18:03:13 +11:00
fixtures FEATURE: introduce lossy color optimization on resized pngs 2019-01-02 17:20:02 +11:00
helpers FIX: Incorrect CDN URL for site setting uploads when s3 is enabled. 2019-01-04 07:52:13 +08:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration FEATURE: Automatically expire keys if not used for a configurable amount of time. (#6264) 2018-08-20 17:36:14 +02:00
integrity FIX: Relative links in translations should work with subfolder 2018-11-08 23:31:05 +00:00
jobs FIX: Suspicious login detection (#6772) 2018-12-14 16:30:34 +00:00
lib FEATURE: introduce lossy color optimization on resized pngs 2019-01-02 17:20:02 +11:00
mailers FIX: Notifications shouldn't use user locale unless allow_user_locale is enabled 2018-09-05 11:44:28 +02:00
models FEATURE: tighter limits on per cluster post rebakes 2019-01-04 09:24:46 +11:00
multisite FIX: Ensure that multisite s3 uploads are tombstoned correctly (#6769) 2018-12-19 13:32:32 +08:00
requests FEATURE: Make auth_redirect param options on user_api_keys 2019-01-04 14:46:18 +11:00
serializers FIX: hide emails on admin user list for moderators (#6781) 2018-12-19 10:24:57 +01:00
services DEV: anonymizing should not delete uploads 2018-12-13 16:43:48 +11:00
support FEATURE: [Experimental] Content Security Policy (#6514) 2018-10-22 13:22:23 -04:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks FEATURE: Use translated name for 'your email has been authenticated by' (#6649) 2018-11-22 19:12:04 +00:00
rails_helper.rb DEV: Run tests with default value for max_consecutive_replies (#6723) 2018-12-04 12:07:27 +00:00