Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | added verify RUM settings before start app | Maksim Pechnikov | |
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-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-01-20 | Check for unapplied migrations on startup | rinpatch | |
Closes #1328 | |||
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-04-04 | Set up telemetry and prometheus | href | |
2019-03-20 | Fix migration timestamp type | rinpatch | |
2019-03-20 | Ecto 3.0.5 migration | rinpatch | |
kms | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2017-03-17 | Phoenix skeleton | Roger Braun | |