Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-09-14 | added notification constraints | Maksim Pechnikov | |
2020-07-03 | Notification Backfill: Explicitly select the needed fields. | lain | |
Prevents a crashing migration when we change user fields. | |||
2020-06-16 | Chunk the notification type backfill migration | rinpatch | |
Long-term we want that migration to be done entirely in SQL, but for now this is a hotfix to not cause OOMs on large databases. This is using a homegrown version of `Repo.stream`, it's worse in terms of performance than the upstream since it doesn't use the same prepared query for chunk queries, but unlike the upstream it supports preloads. | |||
2020-06-09 | MigrationHelper: Move notification backfilling to own module. | lain | |