Age | Commit message (Collapse) | Author |
|
inactive actors instead of subselect of _all_ inactive AP ids from `users`.
|
|
Currently only works if the reporting actor is an admin, but if we include
moderators with those who receive notification reports it will work for them.
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
Now it defaults to not fetching, and the option is named.
|
|
* These are the first small steps for issue 2034 "Reports should send a notification to admins".
* I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later)
* I added the new type to the notification_controller
* I made the view return the notification. It doesn't include the report itself (yet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requested amount of records unless it's the last page
|
|
|
|
|
|
|
|
|
|
This is to run things like streaming notifications out, which will
sometimes need data that is created by the transaction, but is
streamed out asynchronously.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remake-remodel-dms
|
|
|
|
Fix ObjectView calling into strange functions
Closes #1807
See merge request pleroma/pleroma!2580
|
|
|
|
|
|
remake-remodel-dms
|
|
Notifications: Simplify recipient calculation for some Activities.
See merge request pleroma/pleroma!2486
|
|
remake-remodel-dms
|
|
|
|
Fixes the 'getting notfications for other people's posts' bug.
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
|
|
Both objects and create activities will now go through the common
pipeline and will be validated. Objects are now created as a side
effect of the Create activity, rolling back a transaction if it's
not possible to insert the object.
|
|
|
|
1364-no-pushes-from-blocked-domains-users
# Conflicts:
# CHANGELOG.md
|