Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-28 | Migrate old notification settings to new variants | Mark Felder | |
2020-05-27 | Update AdminFE build, re-enables emoji packs | Mark Felder | |
2020-05-27 | Merge branch 'notification-fixes' into 'develop' | rinpatch | |
Notification performance fixes See merge request pleroma/pleroma!2595 | |||
2020-05-27 | Migrations: Make user_id index on notifications better for query. | lain | |
2020-05-26 | Migrations: Add index on client_id and client_secret for apps. | lain | |
Greatly speeds up app lookup. | |||
2020-05-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-22 | priv/static: Add a warning discouraging admins from modifying the static ↵ | rinpatch | |
files directly | |||
2020-05-21 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-20 | MastoFE: update to bundle-2020-05-20 | Haelwenn (lanodan) Monnier | |
2020-05-18 | Use indexed split_part/3 to get a hostname rather than ts_ functions | Roman Chvanikov | |
2020-05-18 | Merge branch 'develop' into feature/admin-api-status-count-per-instance | Roman Chvanikov | |
2020-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-17 | Translated using Weblate (Polish) | Jędrzej Tomaszewski | |
Currently translated at 65.0% (69 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/pl/ | |||
2020-05-17 | Added translation using Weblate (Dutch) | Fristi | |
2020-05-17 | Merge branch 'pleroma-fe-2020-05-13-with-relationships-support' into 'develop' | lain | |
PleromaFE bundle supporting `with_relationships` param See merge request pleroma/pleroma!2530 | |||
2020-05-15 | Merge branch 'chore/update-fe-settings-and-docs' into 'develop' | lain | |
Synchronize PleromaFE settings See merge request pleroma/pleroma!2532 | |||
2020-05-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-14 | Translated using Weblate (Polish) | Michał Sidor | |
Currently translated at 61.3% (65 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/pl/ | |||
2020-05-14 | Translated using Weblate (Polish) | Michał Sidor | |
Currently translated at 55.6% (59 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/pl/ | |||
2020-05-14 | Added translation using Weblate (Polish) | Michał Sidor | |
2020-05-13 | Sync FE static/config.json | Mark Felder | |
2020-05-13 | Merge develop | Roman Chvanikov | |
2020-05-13 | PleromaFE bundle supporting `with_relationships` param. | Ivan Tashkinov | |
https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1107/diffs?commit_id=9c7cb3a95431bbea44391f79da465f77565a4b49 | |||
2020-05-13 | Translated using Weblate (French) | Haelwenn (lanodan) Monnier | |
Currently translated at 100.0% (90 of 90 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/fr/ | |||
2020-05-13 | pleroma-fe bundle: update to 5d49edc823ba2ea3e34d4fd6c5efcc84ef9712f7 | rinpatch | |
2020-05-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-11 | Merge branch 'migration-fix-markers' into 'develop' | rinpatch | |
Markers migration: Fix migration for very large list of markers See merge request pleroma/pleroma!2511 | |||
2020-05-12 | Gettext: remove english messages and update the pot file | rinpatch | |
Having an English file doesn't make any sense, since English is the source language for error messages. Also Weblate complains about it | |||
2020-05-11 | Migration: Fix typo | lain | |
2020-05-11 | Migration: Enum.chunk is deprecated. | lain | |
2020-05-11 | Markers migration: Fix migration for very large list of markers | lain | |
2020-05-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-10 | insert skeletons migration: fix for non-local locals | rinpatch | |
Apparently some instances have local users with local ap_ids that are marked as local: false. Needs more investigation into how that happened. In the meantime, the skeleton migration was patched to just ignore all known ap ids, not just locals. Doesn't seem to slow down the migration too much on patch.cx Closes #1746 | |||
2020-05-09 | insert skeletons migration: fix for non-local locals | rinpatch | |
Apparently some instances have local users with local ap_ids that are marked as local: false. Needs more investigation into how that happened. In the meantime, the skeleton migration was patched to just ignore all known ap ids, not just locals. Doesn't seem to slow down the migration too much on patch.cx Closes #1746 | |||
2020-05-09 | Merge branch 'pleroma-fe-2020-05-08-7a0e554d' into 'develop' | rinpatch | |
PleromaFE bundle dropping requirement for embedded account relationships See merge request pleroma/pleroma!2494 | |||
2020-05-09 | Merge branch 'develop' into feature/admin-api-status-count-per-instance | Roman Chvanikov | |
2020-05-09 | Update stats admin endpoint | Roman Chvanikov | |
2020-05-08 | Restore deleted icons. No idea how this happened. | Mark Felder | |
2020-05-08 | Add migration for counter_cache table update | Roman Chvanikov | |
2020-05-08 | PleromaFE bundle dropping requirement for embedded account relationships in ↵ | Ivan Tashkinov | |
statuses / notifications. https://git.pleroma.social/pleroma/pleroma-fe/-/commit/7a0e554daf843fe9e98053e79ec0114c380ededb | |||
2020-05-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-08 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-05-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-06 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-05 | User, Webfinger: Remove OStatus vestiges | lain | |
Mainly the `magic_key` field | |||
2020-05-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-04 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |