discourse/spec
Joffrey JAFFEUX 8a0478b97d
DEV: adds plugin api to add custom recipients of a post revision (#10367)
* DEV: adds plugin api to add custom recipients of a post revision

Usage:

```
add_post_revision_notifier_recipients do |post_revision|
  [78]
end
```
2020-08-04 11:57:33 +02:00
..
components FIX: IMAP archive fix and group list mailbox code unification (#10355) 2020-08-04 14:19:57 +10:00
fabricators FEATURE: Allow List for PMs (#10270) 2020-07-20 15:23:49 -06:00
fixtures PERF: Preload S3 inventory data for multisite clusters 2020-07-29 10:31:55 +01:00
helpers FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
import_export FEATURE: Rake task to export groups (#9450) 2020-04-17 14:59:54 -07:00
initializers FIX: We need to skip users with associated reviewables when auto-approving (#9080) 2020-03-02 14:33:52 -05:00
integration DEV: Enable preserve_email_structure_when_styling by default 2020-07-20 10:21:32 +01:00
integrity DEV: Check English locale for errors in CI 2020-06-03 21:54:58 +02:00
jobs DEV: Remove stray code that has been commented out. 2020-07-29 09:58:29 +08:00
lib FIX: IMAP archive fix and group list mailbox code unification (#10355) 2020-08-04 14:19:57 +10:00
mailers FIX: Set the lang/xml:lang html attrs in emails (#10218) 2020-07-13 16:39:40 +02:00
models DEV: Remove flaky secure optimized image spec 2020-08-04 16:29:41 +10:00
multisite FIX: invalid urls should not break store.has_been_uploaded? 2020-06-25 15:00:15 +10:00
requests FIX: Get correct selectable avatar from URL (#10339) 2020-08-03 17:15:41 +03:00
script/import_scripts FIX: Change base importer to create new Bookmark records (#9603) 2020-05-01 11:34:55 +10:00
serializers TopicView/PostSerializer should be able to handle topics without categories 2020-07-28 19:06:55 -04:00
services DEV: adds plugin api to add custom recipients of a post revision (#10367) 2020-08-04 11:57:33 +02:00
support DEV: Improve docs for Sidekiq job assertion helpers. 2020-07-24 17:37:22 +08:00
tasks FEATURE: Add uploads:batch_migrate_from_s3 task to limit total posts migrated at once (#9933) 2020-06-04 09:48:11 +10:00
views/omniauth_callbacks FEATURE: Use full page redirection for all external auth methods (#8092) 2019-10-08 12:10:43 +01:00
rails_helper.rb Update rubocop to 2.3.1. 2020-07-24 17:19:21 +08:00
swagger_helper.rb DEV: Add rswag to aid in api documention (#9546) 2020-04-27 16:40:07 -06:00