Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-23 | Upgrade Ecto to v3.6.2, remove deprecated ecto_explain | Alex Gleason | |
2021-03-03 | [#3213] ActivityPub hashtags filtering refactoring. Test fix. | Ivan Tashkinov | |
2021-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
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-12-31 | [#3213] Added query options support for Repo.chunk_stream/4. | Ivan Tashkinov | |
Used infinite timeout in transfer_hashtags select query. | |||
2020-09-16 | RepoStreamer.chunk_stream -> Repo.chunk_stream | Maksim Pechnikov | |
2020-09-14 | added notification constraints | Maksim Pechnikov | |
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 | |