Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-06 | allow external emoji | Roger Braun | |
2021-01-05 | Add test to validate URLs to custom emojis are properly encoded | Mark Felder | |
2021-01-05 | Merge branch 'fix/pagination-regression' into 'develop' | lain | |
Do not try to guess which pagination we need by the existence of an :offset param. Closes #2399 See merge request pleroma/pleroma!3230 | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
alexgleason/pleroma-confirm-users | |||
2021-01-05 | User: Use ObjectID type to validate also-known-as field | lain | |
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1526-account-aliases | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
pleroma-moderation-log-stuff | |||
2021-01-05 | AccountControllerTest: Fix test logic | lain | |
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
object-normalize-refactor | |||
2021-01-04 | SideEffects.DeleteTest: asyncify. | lain | |
Replace Mock with Mox, mock out Logger. | |||
2021-01-04 | Add test to validate profile pagination works with keyset | Mark Felder | |
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2021-01-01 | AdminAPI: return id for moderation log entries | Alex Gleason | |
2020-12-31 | Migration to confirm previously-logged-in users | Alex Gleason | |
2020-12-31 | Merge branch 'fix/reports-ordering' into 'develop' | feld | |
Do not reverse order of reports. We want newest ones sorted to the top. Closes #2364 See merge request pleroma/pleroma!3225 | |||
2020-12-31 | Ensure newest report is returned first in the list | Mark Felder | |
2020-12-31 | Automatically confirm logged-in users | Alex Gleason | |
2020-12-30 | Render AKAs in Actor endpoints | Alex Gleason | |
2020-12-30 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-12-30 | Support pagination in AdminAPI for user statuses | Mark Felder | |
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-28 | Merge branch 'features/hashtag-column' into 'develop' | Haelwenn | |
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824 | |||
2020-12-28 | [#3213] Made Object.hashtags/1 work with :hashtags assoc. Adjusted tests. | Ivan Tashkinov | |
2020-12-27 | insreasing test coverage for StealEmojiPolicy | Alexander Strizhakov | |
2020-12-26 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2020-12-26 | [#3213] Hashtag-filtering functions in ActivityPub. Mix task for migrating ↵ | Ivan Tashkinov | |
hashtags to `hashtags` table. | |||
2020-12-26 | Merge branch 'cachex-test' into 'develop' | lain | |
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209 | |||
2020-12-22 | Added Hashtag entity and objects-hashtags association with auto-sync with ↵ | Ivan Tashkinov | |
`data.tag` on Object update. | |||
2020-12-22 | possibility to run rollback in test env | Alexander Strizhakov | |
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-12-21 | Encapsulation of tags / hashtags fetching from objects. | Ivan Tashkinov | |
2020-12-21 | Linting | lain | |
2020-12-21 | Tests: Stub the pipeline in all tests. | lain | |
Restores the old un-moxed behavior. | |||
2020-12-21 | Pipeline test: Switch from Mock to Mox. | lain | |
Speeds up the test and makes it possible to run async. | |||
2020-12-21 | Tests: Add a helper method to reduce sleeping times in test. | lain | |
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences. | |||
2020-12-21 | Linting | lain | |
2020-12-21 | Test: More async/sync tweaks. | lain | |
2020-12-21 | Tests: More test fixes. | lain | |
2020-12-21 | XMLBuidlder test: Make async. | lain | |
2020-12-21 | Tests: Make as many tests as possible async. | lain | |
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer. | |||
2020-12-21 | Caching: Add caching behavior, add null implementation. | lain | |
2020-12-19 | Add test for subscribe_address in JSON WebFinger response | Kaizhe Huang | |
2020-12-18 | Tests: Use NullCache for async tests. | lain | |
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test. | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-12-18 | Tests: Remove unneeded explicit cachex use. | lain | |
Only use cachex when we're actually testing it. | |||
2020-12-18 | Tests: Reset all cachex caches between synchronous tests | lain | |
Don't bother in the async case, it doesn't make sense there. | |||
2020-12-17 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-12-16 | Merge branch 'fix/2336-mastoapi-ws-posts-dropping' into 'develop' | lain | |
Fix mastoapi ws posts dropping Closes #2336 See merge request pleroma/pleroma!3198 | |||
2020-12-15 | Merge branch 'support/2255_posix_errors' into 'develop' | lain | |
[#2255] added error messages for posix error code See merge request pleroma/pleroma!3138 | |||
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander Strizhakov | |
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app) |