Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-11 | Migrations: Fix typo. | lain | |
2019-10-11 | Migrations: Add clippy warning before long migration. | lain | |
2019-10-09 | Migrations: Create index after filling up the db. | lain | |
2019-10-08 | Object: Automatically set ap_id from the data. | lain | |
2019-10-07 | Object: Add the ap_id column. | lain | |
2019-10-06 | Fix muted notification migration only working with a schema | rinpatch | |
Should also improve performance. I tested it on my local DB, but if anyone has a backup of <=1.0 db they can test this on, please do | |||
2019-10-06 | Fix the use of queries with a schema in a migration | rinpatch | |
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-05 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-01 | Update AdminFE bundle | Mark Felder | |
2019-09-30 | update admin fe | Ariadne Conill | |
2019-09-30 | Merge branch 'features/apc2s-media-upload' into 'develop' | kaniini | |
AP C2S mediaUpload Closes #1171 See merge request pleroma/pleroma!1706 | |||
2019-09-30 | Merge branch 'develop' into cleanup/drop-subscription-table-if-exists | rinpatch | |
2019-09-29 | Remove subscription_notifications table if it existed | rinpatch | |
Followup to !1741 | |||
2019-09-29 | Revert subscription refactoring. | rinpatch | |
As discussed in pleroma-meta#2 This reverts commit eb9aa7aa1095de150d036839c78c402019efb4b1, reversing changes made to c4fbb56984d8f86df948cfd9b0f7c081d688c365. | |||
2019-09-26 | Merge develop | Roman Chvanikov | |
2019-09-26 | Revert "add _discoverable_ keyword into ActivityPub @context" | Hakaba Hitoyo | |
This reverts commit 3aef4bdf8f37efd1055a84c5fca12ec4559a17f5. | |||
2019-09-24 | litepub-0.1.jsonld: Add uploadMedia | Haelwenn (lanodan) Monnier | |
2019-09-23 | Update AdminFE bundle | Haelwenn (lanodan) Monnier | |
2019-09-17 | Update oban to 0.8.1 | rinpatch | |
This version uses a different locking mechanism, which gets rid of `WARNING: you don't own a lock of type ShareLock` log spam | |||
2019-09-16 | Merge develop | Roman Chvanikov | |
2019-09-16 | Merge branch 'feature/delivery-tracking' into 'develop' | kaniini | |
Track signed fetches of objects and use them for delete federation See merge request pleroma/pleroma!1661 | |||
2019-09-13 | Disallow NULLs in deliveries | rinpatch | |
2019-09-13 | Separate Subscription Notifications from regular Notifications | Roman Chvanikov | |
2019-09-12 | Track object/create activity fetches | rinpatch | |
2019-09-06 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # test/web/twitter_api/twitter_api_controller_test.exs | |||
2019-09-06 | Update frontend bundle to e75ac9dd | rinpatch | |
2019-08-31 | [#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵ | Ivan Tashkinov | |
branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs | |||
2019-08-25 | Log admin/moderator actions | Maxim Filippov | |
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-24 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-23 | Add an index on object likes | rinpatch | |
In !1538 favorites timeline was switched to use the joined object, but no idex on likes in the joined object was added. | |||
2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
2019-08-14 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-14 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-12 | Update AdminFE | Mark Felder | |
Now permits server configuration. Consider this ALPHA. | |||
2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
2019-08-08 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-04 | Remove longfox emoji set | Hakaba Hitoyo | |
2019-08-02 | Conversations: Add recipient list to conversation participation. | lain | |
This enables to address the same group of people every time. | |||
2019-08-01 | [#1149] Replaced RetryQueue with oban-based retries. | Ivan Tashkinov | |
2019-07-24 | Add activity expirations table | Mike Verdone | |
Add a table to store activity expirations. An activity can have zero or one expirations. The expiration has a scheduled_at field which stores the time at which the activity should expire and be deleted. | |||
2019-07-16 | Merge develop | Roman Chvanikov | |
2019-07-15 | Add `listMessage` to to the JSON-LD context | Egor Kislitsyn | |
2019-07-15 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-11 | Merge branch 'develop' into feature/addressable-lists | Egor Kislitsyn | |