Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-16 | Hide reactions from muted and blocked users | Egor Kislitsyn | |
2020-11-14 | added test | Maksim Pechnikov | |
2020-11-13 | Merge branch 'fixes_2034_reports_should_send_a_notification_to_admins' into ↵ | lain | |
'develop' fixes 2034 Make notifs view work for reports Closes #2034 See merge request pleroma/pleroma!2912 | |||
2020-11-13 | Make notifs view work for reports | Ilja | |
* 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) | |||
2020-11-13 | added error messages for posix error code | Maksim Pechnikov | |
2020-11-12 | Merge branch 'title-injection-change' into 'develop' | Haelwenn | |
Title injection change See merge request pleroma/pleroma!3132 | |||
2020-11-11 | Ingest blurhash field during transmogrification | Mark Felder | |
2020-11-11 | Render blurhashes in Mastodon API | Mark Felder | |
2020-11-11 | Ingest blurhash for attachments if they were federated | Mark Felder | |
2020-11-11 | Change endpoint path | Egor Kislitsyn | |
2020-11-11 | Remove FrontendInstallerWorker | Egor Kislitsyn | |
2020-11-11 | RedirectController: Don't replace title, but inject into the meta | lain | |
2020-11-11 | Merge branch 'develop' into frontend-admin-api | Egor Kislitsyn | |
2020-11-11 | little changes for MRF config descriptions | Alexander Strizhakov | |
- log level reduction, if policy doesn't implement config_description method - docs in dev.md | |||
2020-11-11 | Fix formatting | Egor Kislitsyn | |
2020-11-11 | Add `local` visibility | Egor Kislitsyn | |
2020-11-11 | Merge branch 'feature/2222-config-descriptions-for-custom-modules' into ↵ | feld | |
'develop' Config descriptions for custom MRF policies Closes #2222 See merge request pleroma/pleroma!3128 | |||
2020-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
2020-11-11 | making credo happy and test fix | Alexander Strizhakov | |
2020-11-11 | fix for adminFE | Alexander Strizhakov | |
- revert UserAllowPolicy description - MRF descriptions order | |||
2020-11-10 | config descriptions for custom MRF policies | Alexander Strizhakov | |
2020-11-10 | Merge branch 'fix/html-title-load' into 'develop' | lain | |
Fix title on load of Pleroma HTML, fixes #2281 Closes #2281 See merge request pleroma/pleroma!3125 | |||
2020-11-10 | escaping summary and other fields in xml templates | Alexander Strizhakov | |
2020-11-08 | Fix title on load of Pleroma HTML | Sean King | |
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/expire-mutes | |||
2020-11-04 | Merge branch 'features/federation-status' into 'develop' | lain | |
Add a federation_status endpoint showing unreachable instances See merge request pleroma/pleroma!3086 | |||
2020-11-04 | Merge branch 'restrict-domain' into 'develop' | lain | |
View a remote server's timeline See merge request pleroma/pleroma!2713 | |||
2020-11-04 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-11-04 | Merge branch '2284-voters-count' into 'develop' | Haelwenn | |
Always return voters_count in polls See merge request pleroma/pleroma!3120 | |||
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/federation-status | |||
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
alexgleason/pleroma-restrict-domain | |||
2020-11-04 | Merge branch 'hide-muted-chats' into 'develop' | lain | |
Hide chats from muted users Closes #2230 See merge request pleroma/pleroma!3116 | |||
2020-11-04 | Add `with_muted` param to ChatController.index/2 | Egor Kislitsyn | |
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-admin-api | |||
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/local-only-scope | |||
2020-11-04 | Poll Schema: Update and fix. | lain | |
2020-11-04 | Poll View: Always return `voters_count`. | lain | |
2020-11-03 | Conversations: A few refactors | lain | |
2020-11-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
a1batross/pleroma-patch-4 | |||
2020-11-02 | Permit fetching individual reports with notes preloaded | Mark Felder | |
2020-11-02 | Hide chats from muted users | Egor Kislitsyn | |
2020-11-02 | Merge branch 'bugfix/poll_replies_count' into 'develop' | lain | |
side_effects: Don’t increase_replies_count when it’s an Answer Closes #2274 See merge request pleroma/pleroma!3114 | |||
2020-11-02 | Merge branch 'develop' into 'frontend-admin-api' | minibikini | |
# Conflicts: # lib/pleroma/web/router.ex | |||
2020-11-02 | side_effects: Don’t increase_replies_count when it’s an Answer | Haelwenn (lanodan) Monnier | |
2020-10-31 | Merge branch 'feature/account-export' into 'develop' | feld | |
Add account export Closes #847 See merge request pleroma/pleroma!2918 | |||
2020-10-31 | Auth subsystem refactoring and tweaks. | Ivan Tashkinov | |
Added proper OAuth skipping for SessionAuthenticationPlug. Integrated LegacyAuthenticationPlug into AuthenticationPlug. Adjusted tests & docs. | |||
2020-10-31 | Add idempotency_key to the chat_message entity. | eugenijm | |
2020-10-31 | Fix credo warning | Egor Kislitsyn | |
2020-10-30 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-30 | ConversationView: fix formatting | Alibek Omarov | |