Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 'origin/develop' into pleroma-conversations | lain | |
2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
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 | 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 | |
2019-07-10 | saving following_address for existing users | Alex S | |
2019-07-10 | adding following_address field to user | Alex S | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-03 | Split alters rather than work with indexes | Roman Chvanikov | |
2019-07-03 | Fix migration | Roman Chvanikov | |
2019-07-01 | [#1033] Fix database migrations | Maksim | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-23 | support for config groups | Alex S | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-10 | Remove unused imports and aliases from migration | Sergey Suprunenko | |
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-05 | Create index on `activities.local` | Egor Kislitsyn | |
2019-06-05 | Fix conflict | Roman Chvanikov | |
2019-06-04 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-06-04 | Merge branch 'hotfix/add-in_reply_to_index' into 'develop' | kaniini | |
Add index on inReplyTo for objects See merge request pleroma/pleroma!1240 | |||
2019-06-03 | Merge branch 'develop' into feature/digest-email | Mark Felder | |
2019-06-03 | Add missing tag index on objects | rinpatch | |
The previous activity index is useless because objects are not embedded anymore and instead a joined object is queried. | |||
2019-06-03 | Add index on inReplyTo for objects | rinpatch | |
Fixes the performance of `get_existing_votes` | |||
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-25 | add migration to add notification settings to user accounts | William Pitcock | |
2019-05-24 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-05-17 | RUM: Remove vacuum analyze from migration | lain | |
Can't be run in a trnasaction. | |||
2019-05-17 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-05-17 | Add `ap_id` to List | Egor Kislitsyn | |
2019-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-index | lain | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-15 | thread visibility function: fix use of no longer used author variable | William Pitcock | |
2019-05-15 | thread visibility function: significantly improve efficiency | William Pitcock | |
2019-05-15 | update migration | William Pitcock | |
2019-05-15 | migration: only care about Create activities | William Pitcock | |
2019-05-15 | migrations: add function to see if a thread can be satisfied | William Pitcock | |
2019-05-15 | Search: Add optional rum indexing / searching. | lain | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |