aboutsummaryrefslogtreecommitdiff
path: root/priv
AgeCommit message (Collapse)Author
2020-07-06ActivityPub: Add new 'capabilities' to user.lain
2020-07-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
chat-federation-information
2020-07-06migration to delete migrated tesla settingAlexander Strizhakov
2020-07-03Litepub: Add acceptsChatMessages to schema.lain
2020-07-03User, Migration: Change `accepts_chat_messages` to be nullablelain
This is to model the ambiguous state of most users.
2020-07-03Migrations: Add `accepts_chat_messages` to users.lain
2020-07-02Update AdminFE build to utilize new MRF metadataMark Felder
2020-06-30Rename user.settings columnMark Felder
This is used exclusively by MastoFE/GlitchFE now
2020-06-26Rename notification "privacy_option" settingMark Felder
2020-06-26Simplify notification filtering settings furtherMark Felder
2020-06-26Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-06-25Update AdminFE buildMark Felder
2020-06-25Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-06-24Merge branch 'feature/admin-api-status-count-per-instance' into 'develop'lain
admin api status count per instance See merge request pleroma/pleroma!2500
2020-06-23Merge developRoman Chvanikov
2020-06-23moving to mrf namespace migration fixAlexander Strizhakov
2020-06-23Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop'Haelwenn
Moving mrf settings from instance to separate mrf group Closes #1631 See merge request pleroma/pleroma!2320
2020-06-23Merge branch 'issue/1798' into 'develop'lain
[#1798] fixed migration the settings to DB See merge request pleroma/pleroma!2655
2020-06-22added verify RUM settings before start appMaksim Pechnikov
2020-06-22Translated using Weblate (Italian)Ben Is
Currently translated at 0.9% (1 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/it/
2020-06-22Added translation using Weblate (Italian)Ben Is
2020-06-17Merge branch 'features/users-raw_bio' into 'develop'rinpatch
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326
2020-06-17fixed migration the settings to DBMaksim Pechnikov
2020-06-16moving mrf settings from instance to separate groupAlexander Strizhakov
2020-06-14Mastodon API: ensure the notification endpoint doesn't return less than the ↵eugenijm
requested amount of records unless it's the last page
2020-06-12static-fe.css: Restore and move to /priv/static/static-feHaelwenn (lanodan) Monnier
2020-06-09MigrationHelper: Move notification backfilling to own module.lain
2020-06-08merge developRoman Chvanikov
2020-06-08Migrations: Add index on client_id and client_secret for apps.lain
Greatly speeds up app lookup.
2020-06-08Merge branch 'notification-fixes' into 'develop'rinpatch
Notification performance fixes See merge request pleroma/pleroma!2595
2020-06-07Chats: Change id to flake id.lain
2020-06-06User: Add raw_bio, storing unformatted bioHaelwenn (lanodan) Monnier
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643
2020-06-06Migrations: Move Notification migration code to helperlain
2020-06-06Notification: Change type of `type` to an enum.lain
2020-06-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-06-04ChatMessageReferences: Change seen -> unreadlain
2020-06-03Migrations: Add chat_id, seen index to ChatMessageReferenceslain
This ensures fast count of unseen messages
2020-06-03Migrations: Fix migration module namelain
2020-06-03Chats: Remove `unread` from the db, calculate from unseen messages.lain
2020-06-03Migration: Remove superfluous importslain
2020-06-03Migrations: Add unique index to ChatMessageReferences.lain
2020-06-03ChatMessageReference: Introduce and switch in chat controller.lain
2020-06-02Merge branch 'replies-domain-block' into 'develop'lain
Replies domain block Closes #1650 See merge request pleroma/pleroma!2622
2020-06-02Merge branch 'feature/embeddable-posts' into 'develop'lain
Add embeddable posts Closes #1288 See merge request pleroma/pleroma!2319
2020-06-02Migrations: Add a migration to backfill notification types.lain
2020-06-02Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-06-02Notifications: Make notifications save their type.lain
2020-06-02Translated using Weblate (Dutch)Fristi
Currently translated at 29.2% (31 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/nl/
2020-06-01exclude replies on blocked domainsAlexander Strizhakov
2020-06-01Merge remote-tracking branch 'origin/develop' into feature/embeddable-postsEgor Kislitsyn