Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-25 | scrubbers/default: Add ruby element and it's childs | Haelwenn (lanodan) Monnier | |
This allows to format Japanese furigana (aka ruby) notation. Present in XHTML 1.1, HTML 5 and later. Absent in XHTML 1.0, HTML 4 and earlier. See https://www.w3.org/TR/ruby/ | |||
2020-11-21 | Translated using Weblate (Hebrew) | Guy Sheffer | |
Currently translated at 100.0% (106 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/he/ | |||
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-17 | Update AdminFE build to ↵ | Mark Felder | |
pleroma/admin-fe@5b38aea2790686647a39f505864331bb9838e20d | |||
2020-11-17 | Merge branch 'sync-stable/2.2.0' into 'develop' | rinpatch | |
Import stable commits into develop after releasing 2.2.0 Closes #2275, #1516, #2257, #2242, #1668, and #2236 See merge request pleroma/pleroma!3151 | |||
2020-11-17 | Import stable commits into develop after releasing 2.2.0 | rinpatch | |
Updates the frontend bundle and syncs the changelog. | |||
2020-11-17 | Added translation using Weblate (Hebrew) | Guy Sheffer | |
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 | remove PurgeExpiredActivity from Oban db config | Alexander Strizhakov | |
2020-11-11 | pleroma-fe bundle: update to 8e87e3d88bef3691b625c0a25407aa08bdf983ad | rinpatch | |
2020-11-11 | Bundled FE: Remove title tag | lain | |
2020-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
2020-11-03 | Merge branch 'chores/pleroma-favicon-logo' into 'develop' | lain | |
favicon: Use images/pleroma_logo_vector_bg_32.png from pleroma.social Closes #2270 See merge request pleroma/pleroma!3115 | |||
2020-11-03 | favicon: Update to pleroma logo, provided by @shpuld | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2270 | |||
2020-10-30 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-29 | Merge branch 'issue/2069' into 'develop' | Haelwenn | |
[#2069] unread_conversation_count See merge request pleroma/pleroma!2939 | |||
2020-10-27 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-22 | Translated using Weblate (Chinese (Simplified)) | shironeko | |
Currently translated at 45.2% (48 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/zh_Hans/ | |||
2020-10-20 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-15 | Merge branch 'develop' into refactor/discoverable_user_field | Mark Felder | |
2020-10-14 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-13 | Merge branch 'develop' into refactor/locked_user_field | Mark Felder | |
2020-10-13 | Merge branch 'develop' into refactor/discoverable_user_field | Mark Felder | |
2020-10-13 | Change user.discoverable field to user.is_discoverable | Mark Felder | |
2020-10-13 | Change user.locked field to user.is_locked | Mark Felder | |
2020-10-13 | migration and warning for RemoteIp plug rename | Alexander Strizhakov | |
2020-10-13 | Update AdminFE build to latest develop | Mark Felder | |
2020-10-12 | Support enabling upload filters during instance gen | Mark Felder | |
2020-10-07 | Add `backups` table | Egor Kislitsyn | |
2020-09-30 | Migrations: Nullify old unique index on users.uri | lain | |
2020-09-30 | User search: Once again, change uri handling. | lain | |
They can indeed be non-unique. | |||
2020-09-28 | Revert citext user URI migration | rinpatch | |
URI paths are not actually case-insesitive, which caused migration issues on a number of databases. Closes #2188 | |||
2020-09-25 | User search: Make uri matches case insensitive. | lain | |
2020-09-20 | Translated using Weblate (Chinese (Simplified)) | Kana | |
Currently translated at 24.5% (26 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/zh_Hans/ | |||
2020-09-20 | Added translation using Weblate (Chinese (Simplified)) | Kana | |
2020-09-17 | Merge branch 'stable' into stable-sync/2.1.2 | rinpatch | |
2020-09-17 | pleroma-fe bundle: bump to b225c3578f3c89af5ed3a0be3f8f3a6bbcedcc7d | rinpatch | |
2020-09-16 | Merge branch 'issue/2089' into 'develop' | lain | |
[#2089] fix notifications See merge request pleroma/pleroma!3000 | |||
2020-09-16 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-09-14 | Remove `:managed_config` option. | rinpatch | |
In practice, it was already removed half a year ago, but the description and cheatsheet entries were still there. The migration intentionally does not use ConfigDB.get_by_params, since this will break migration code as soon as we add a new field is added to ConfigDB. Closes #2086 | |||
2020-09-14 | added notification constraints | Maksim Pechnikov | |
2020-09-13 | remove old workers in oban migrations | Alexander Strizhakov | |
2020-09-11 | Translated using Weblate (Spanish) | tarteka | |
Currently translated at 20.7% (22 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/es/ | |||
2020-09-11 | migration to remove old cron jobs | Alexander Strizhakov | |
2020-09-10 | remove validate_expires_at from enqueue method | Alexander Strizhakov | |
2020-09-10 | migration fix | Alexander Strizhakov | |
2020-09-10 | use another stream function in migration | Alexander Strizhakov | |
2020-09-10 | drop activity_expirations table | Alexander Strizhakov | |
2020-09-10 | move old expirations into Oban | Alexander Strizhakov | |