summaryrefslogtreecommitdiff
path: root/priv
AgeCommit message (Collapse)Author
2020-11-11pleroma-fe bundle: update to 8e87e3d88bef3691b625c0a25407aa08bdf983adrinpatch
2020-10-13Merge branch 'develop' into refactor/locked_user_fieldMark Felder
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-10-13migration and warning for RemoteIp plug renameAlexander Strizhakov
2020-10-13Update AdminFE build to latest developMark Felder
2020-10-12Support enabling upload filters during instance genMark Felder
2020-09-30Migrations: Nullify old unique index on users.urilain
2020-09-30User search: Once again, change uri handling.lain
They can indeed be non-unique.
2020-09-28Revert citext user URI migrationrinpatch
URI paths are not actually case-insesitive, which caused migration issues on a number of databases. Closes #2188
2020-09-25User search: Make uri matches case insensitive.lain
2020-09-20Translated 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-20Added translation using Weblate (Chinese (Simplified))Kana
2020-09-17Merge branch 'stable' into stable-sync/2.1.2rinpatch
2020-09-17pleroma-fe bundle: bump to b225c3578f3c89af5ed3a0be3f8f3a6bbcedcc7drinpatch
2020-09-16Merge branch 'issue/2089' into 'develop'lain
[#2089] fix notifications See merge request pleroma/pleroma!3000
2020-09-16Apply 1 suggestion(s) to 1 file(s)Maksim
2020-09-14Remove `: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-14added notification constraintsMaksim Pechnikov
2020-09-13remove old workers in oban migrationsAlexander Strizhakov
2020-09-11Translated 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-11migration to remove old cron jobsAlexander Strizhakov
2020-09-10remove validate_expires_at from enqueue methodAlexander Strizhakov
2020-09-10migration fixAlexander Strizhakov
2020-09-10use another stream function in migrationAlexander Strizhakov
2020-09-10drop activity_expirations tableAlexander Strizhakov
2020-09-10move old expirations into ObanAlexander Strizhakov
2020-09-10deprecation warningAlexander Strizhakov
changed namespace for activity expiration configuration
2020-09-10formattingAlexander Strizhakov
2020-09-10migration to move tokens expiration into ObanAlexander Strizhakov
2020-09-10migration and changelogAlexander Strizhakov
2020-09-09Translated using Weblate (Spanish)tarteka
Currently translated at 9.4% (10 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/es/
2020-09-09Added translation using Weblate (Spanish)tarteka
2020-09-08Merge branch 'stable' into stable-sync/2.1.1rinpatch
2020-09-08pleroma-fe bundle: update to 938887ef91a12dcaaaaa0884af4e76abd1c6c679rinpatch
2020-09-07migrations for renaming gun timeout optionsAlexander Strizhakov
2020-09-07removing Stats worker from Oban cron jobsAlexander Strizhakov
2020-09-01User table: ensure bio is always a stringrinpatch
Gets rid of '|| ""' in multiple places and fixes #2067
2020-08-31Chats: Add cascading delete on both referenced users.lain
Also remove the now-superfluous join in the chat controller, which was only used to filter out these cases.
2020-08-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-2.1-rc0
2020-08-26Update AdminFE build in preparation for 2.1.0 releaseMark Felder
2020-08-25Merge branch 'stable' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0lain
2020-08-17Merge branch 'invisible-index' into 'develop'rinpatch
Migrations: Add an index on the `invisible` field on users. See merge request pleroma/pleroma!2895
2020-08-17Migrations: Add an index on the `invisible` field on users.lain
2020-08-14Update AdminFE bundle for 2.1.0 releaseMark Felder
2020-08-13Merge branch 'fix/activity-expirations-again' into 'develop'feld
Fix activity expirations again See merge request pleroma/pleroma!2866
2020-08-13Update frontendlain
2020-08-13Migrations: Fix Logger requirements.lain
2020-08-12Add warning to the migrationMark Felder
2020-08-12leave expirations with Create and Note typesAlexander Strizhakov
2020-08-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
fix/activity-expirations-again