forked from flarum/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
refactor(core): improve improve extensibility of PostStreamScrubber
#5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
DavideIadeluca
wants to merge
45
commits into
di/extensibility-improvements
from
di/poststreamscrubber-extensibility
Closed
refactor(core): improve improve extensibility of PostStreamScrubber
#5
DavideIadeluca
wants to merge
45
commits into
di/extensibility-improvements
from
di/poststreamscrubber-extensibility
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PostStreamScrubber
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
* chore(emoji): export missing modules in compat API * chore(flags): export missing modules in compat API * chore(likes): export missing modules in compat API * chore(lock): export missing modules in compat API * chore(markdown): export missing modules in compat API * chore(mentions): export missing modules in compat API * chore(nicknames): export missing modules in compat API * chore(extension-manager): export missing modules in compat API * chore(statistics): export missing modules in compat API * chore(sticky): export missing modules in compat API * chore(subscriptions): export missing modules in compat API * chore(suspend): export missing modules in compat API * chore(tags): export missing modules in compat API * chore(core): export missing modules in compat API
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
) This reverts commit e0adf90.
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…3998) * fix: suspended users can remove avatar * Apply fixes from StyleCI --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
* chore: make PostMeta extensible * add prio for ip item
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…to be placed on a specified queue (flarum#4026) * feat: allow classes that extends AbstractJob to be placed on a specific queue * Apply fixes from StyleCI * php 7.3 compat * Apply fixes from StyleCI * change to to avoid conflicts with extensions that already do this * chore: add docblock explaining that this solution only works for Redis queues * Apply fixes from StyleCI * chore: update docblock * Apply fixes from StyleCI --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…Page` (flarum#4045) * refactor(core): improve extensibility of `IndexPage` * refactor(core): refactor the extensibility refactor
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…ssionPage` (flarum#4046) * refactor(core): improve extensibility of `DiscussionPage` * chore(core): improve type safety
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…larum#4051) This fixes a breaking change with third-party extensions calling `replyCountItem()` and not expecting it to be an array.
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…ity of `CommentPost` & `Post` (flarum#4047) * refactor(core): improve extensibility of `CommentPost` * refactor(core): rename method to more appropriate name * refactor(core): further improve extensibility of `CommentPost` * refactor(core): improve extensibility of `Post` * refactor(flags): use new extensibility for flagged posts
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
* chore(emoji): export missing modules in compat API * chore(flags): export missing modules in compat API * chore(likes): export missing modules in compat API * chore(lock): export missing modules in compat API * chore(markdown): export missing modules in compat API * chore(mentions): export missing modules in compat API * chore(nicknames): export missing modules in compat API * chore(extension-manager): export missing modules in compat API * chore(statistics): export missing modules in compat API * chore(sticky): export missing modules in compat API * chore(subscriptions): export missing modules in compat API * chore(suspend): export missing modules in compat API * chore(tags): export missing modules in compat API * chore(core): export missing modules in compat API * chore: fix tsconfig
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
8131b47
to
ee68b36
Compare
ee68b36
to
4707e4e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.