Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-08-07 | OStatus tests: stop relying on embedded objects | rinpatch | |
2019-07-31 | Disallow following locked accounts over OStatus | rinpatch | |
2019-07-31 | ostatus: explicitly disallow protocol downgrade from activitypub | Ariadne Conill | |
This closes embargoed bug #1135. | |||
2019-07-29 | added tests for OstatusController | Maksim | |
2019-07-20 | [tests] Mock :crypt.crypt/2 function in AuthenticationPlugTest | Sergey Suprunenko | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-07-09 | [#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs | |||
2019-07-09 | Merge branch 'test-speedup' into 'develop' | Haelwenn | |
Testing: Don't federate in testing. See merge request pleroma/pleroma!1391 | |||
2019-07-09 | Testing: Don't federate in testing. | lain | |
2019-07-08 | [#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵ | Ivan Tashkinov | |
note factory to not embed object into activity. | |||
2019-06-30 | [#161] Refactoring, documentation. | Ivan Tashkinov | |
2019-06-29 | [#161] Limited replies depth on incoming federation in order to prevent ↵ | Ivan Tashkinov | |
memory leaks on recursive replies fetching. | |||
2019-05-17 | Fix specs. | lain | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-09 | Fix get_in_reply_to in OStatus' activity representer depending on embedded ↵ | rinpatch | |
objects | |||
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-02 | change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests | Egor Kislitsyn | |
2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-03 | Unbreak all the tests. | lain | |
2019-01-29 | [#534] Made federation push sender be determined basing on content instead ↵ | Ivan Tashkinov | |
of `referer` header. Updated tests. | |||
2019-01-28 | [#534] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |
2019-01-25 | [#534] Federation reachability filtering tests. | Ivan Tashkinov | |
2019-01-18 | Fix ostatus test | rinpatch | |
2019-01-16 | Remove OpenGraph test from Ostatus tests | rinpatch | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2018-12-27 | Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop' | kaniini | |
Create tombstone instead of object deletion See merge request pleroma/pleroma!593 | |||
2018-12-25 | Add test to check /object/:id does not leak the tombstone itself | Maxim Filippov | |
2018-12-25 | Revert Activity tombstones, add ObjectTombstone struct | Maxim Filippov | |
2018-12-25 | Fix failing tests | Maxim Filippov | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-14 | Fix tests | raeno | |
Notice test has been failing due to missing placeholder in index.html I've tried to use fixtures to substitute that file in test environment but it became too much hassle. Fixtures are not copied to _build directory so I'd need to change file fetching logic. IMO it doesn't worth it since pleroma-fe already has this placeholder merged and all future updated of index.html will include it. | |||
2018-12-14 | Fix tests. Remove oembed template | raeno | |
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-12-04 | update test | Maksim Pechnikov | |
2018-12-04 | update test | Maksim Pechnikov | |
2018-12-04 | update test | Maksim Pechnikov | |
2018-12-04 | tests: fix a lot of the remaining test failures | William Pitcock | |
2018-12-04 | tests: fix most remaining failures | William Pitcock | |
2018-12-02 | Fix background updating / handling. | lain | |
2018-12-01 | More fixes for Info schema. | lain | |
2018-11-30 | Assorted fixes. | lain | |
2018-11-29 | More fixes | lain | |
2018-11-27 | Fix ostatus test. | lain | |
2018-11-27 | More and more fixes. | lain | |
2018-11-17 | ostatus controller: respond with AS2 objects instead of activities to notice ↵ | William Pitcock | |
URIs |