Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | Merge branch 'issue/2256' into 'develop' | feld | |
[#2256] added subject actor to moderation log See merge request pleroma/pleroma!3164 | |||
2020-11-27 | digest algorithm is taken from header | Alexander Strizhakov | |
2020-11-20 | Merge branch 'fix/2302-report-duplicates' into 'develop' | feld | |
Fix for forwarded reports Closes #2303 and #2302 See merge request pleroma/pleroma!3146 | |||
2020-11-19 | Merge branch '2301-users-search-discoverability-fix' into 'develop' | feld | |
[#2301] Proper handling of User.is_discoverable Closes #2301 See merge request pleroma/pleroma!3162 | |||
2020-11-19 | Merge branch 'oban-jobs-to-simple-tasks' into 'develop' | feld | |
Moving some background jobs into simple tasks Closes #1790 See merge request pleroma/pleroma!3129 | |||
2020-11-19 | added subject actor to moderation log | Maksim Pechnikov | |
2020-11-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2301-users-search-discoverability-fix # Conflicts: # CHANGELOG.md | |||
2020-11-19 | [#2301] Proper handling of `User.is_discoverable`: users appear in ↵ | Ivan Tashkinov | |
in-service search but are hidden from external services like search bots. | |||
2020-11-19 | Merge branch '2317-old-reset-tokens' into 'develop' | Haelwenn | |
Resolve "Don't allow old password reset tokens" Closes #2317 See merge request pleroma/pleroma!3160 | |||
2020-11-19 | Password Resets: Don't accept tokens above a certain age. | lain | |
By default, one day | |||
2020-11-19 | test fixes | Alexander Strizhakov | |
2020-11-19 | fix for mastodon forwarded reports | Alexander Strizhakov | |
2020-11-19 | fix for forwarded reports | Alexander Strizhakov | |
2020-11-18 | Merge branch 'develop' into 'hide-muted-reactions' | minibikini | |
# Conflicts: # CHANGELOG.md | |||
2020-11-18 | Merge branch 'fix/webpush-and-emojireact' into 'develop' | lain | |
Push notifications: add pleroma:emoji_reaction, improve tests Closes #2185 See merge request pleroma/pleroma!3141 | |||
2020-11-18 | Merge branch 'frontend-admin-api' into 'develop' | lain | |
Add an API to manage frontends Closes #2238 See merge request pleroma/pleroma!3108 | |||
2020-11-17 | Credo | Mark Felder | |
2020-11-17 | Synchronize reaction notification text with PleromaFE's style | Mark Felder | |
2020-11-17 | Support both pleroma:chat_mention and pleroma:emoji_reaction for ↵ | Mark Felder | |
/api/v1/push/subscription | |||
2020-11-17 | Update OpenAPI spec/schema and test to verify support for ↵ | Mark Felder | |
pleroma:emoji_reaction subscriptions | |||
2020-11-17 | Allow subscribing for pleroma:emoji_reaction push notifications | Mark Felder | |
2020-11-17 | Add capability for emoji reaction push notifications | Mark Felder | |
2020-11-17 | FrontendController: Return error on installation error. | lain | |
2020-11-17 | Merge branch 'remove/fedsockets' into 'develop' | feld | |
Remove FedSockets See merge request pleroma/pleroma!3155 | |||
2020-11-17 | Merge branch 'develop' into frontend-admin-api | Egor Kislitsyn | |
2020-11-17 | Merge branch 'develop' into hide-muted-reactions | Egor Kislitsyn | |
2020-11-17 | Remove FedSockets | rinpatch | |
Current FedSocket implementation has a bunch of problems. It doesn't have proper error handling (in case of an error the server just doesn't respond until the connection is closed, while the client doesn't match any error messages and just assumes there has been an error after 15s) and the code is full of bad descisions (see: fetch registry which uses uuids for no reason and waits for a response by recursively querying a ets table until the value changes, or double JSON encoding). Sometime ago I almost completed rewriting fedsockets from scrach to adress these issues. However, while doing so, I realized that fedsockets are just too overkill for what they were trying to accomplish, which is reduce the overhead of federation by not signing every message. This could be done without reimplementing failure states and endpoint logic we already have with HTTP by, for example, using TLS cert auth, or switching to a more performant signature algorithm. I opened https://git.pleroma.social/pleroma/pleroma/-/issues/2262 for further discussion on alternatives to fedsockets. From discussions I had with other Pleroma developers it seems like they would approve the descision to remove them as well, therefore I am submitting this patch. | |||
2020-11-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/local-only-scope | |||
2020-11-17 | ActivityPubController: Don't return local only objects | lain | |
2020-11-16 | Use absolute URLs to thumbnail and background in /api/v1/instance | Mark Felder | |
2020-11-16 | Hide reactions from muted and blocked users | Egor Kislitsyn | |
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-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 |