-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Document existing events #2842
Document existing events #2842
Conversation
MorrisJobke
commented
Aug 10, 2020
- LoadAdditionalScripts (@rullzer) - Files additionalscripts to real event server#16641
- LoadViewerEvent (@skjnldsv) - Make the viewer standalone viewer#271
- RegisterDirectEditorEvent (@juliushaertl) - Direct editing API to allow file editing using a one-time token server#17625
- typed events for files scanner (@ChristophWurst) - Add typed events for the filesystem/scanner server#18351
- typed events for group mangement (@ChristophWurst) - Add typed events for all group hooks and legacy events server#18350
- AddContentSecurityPolicyEvent (@rullzer) - Add an event to edit the CSP server#15730
- UserLiveStatusEvent (@georgehrke) - Status Feature server#21186
- password_policy events (@ChristophWurst) - Add typed events for password_policy server#18019
- AddFeaturePolicyEvent (@rullzer) - Add Feature-Policy header server#16613
- ShareCreatedEvent (@rullzer) - config.php setting to always accept internal shares server#18384
- LoadSettingsScriptsEvent (@blizzz) - flow to not use deprecated event dispatcher methods server#21475
- flow events (@rullzer) - Use the new Events in Flow server#18535
* LoadAdditionalScripts (@rullzer) - nextcloud/server#16641 * LoadViewerEvent (@skjnldsv) - nextcloud/viewer#271 * RegisterDirectEditorEvent (@juliushaertl) - nextcloud/server#17625 * typed events for files scanner (@ChristophWurst) - nextcloud/server#18351 * typed events for group mangement (@ChristophWurst) - nextcloud/server#18350 * AddContentSecurityPolicyEvent (@rullzer) - nextcloud/server#15730 * UserLiveStatusEvent (@georgehrke) - nextcloud/server#21186 * password_policy events (@ChristophWurst) - nextcloud/server#18019 * AddFeaturePolicyEvent (@rullzer) - nextcloud/server#16613 * ShareCreatedEvent (@rullzer) - nextcloud/server#18384 * LoadSettingsScriptsEvent (@blizzz) - nextcloud/server#21475 * flow events (@rullzer) - nextcloud/server#18535 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
/backport to stable19 |
/backport to stable18 |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 on the change for master/20
Not sure about the backports, though. Do we really want the newer stuff there already for stable17 and similar?
I would then remove the stuff that's newer than the branch, but let the bot create the PRs. So on 18 only the stuff with "18 or later" should be present. |
The backport to stable18 failed. Please do this backport manually. |