summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix serving of system actorAndrew Godwin2022-12-171-0/+33
| | | | Fixes #183
* User admin and LD schema fixesAndrew Godwin2022-12-161-1/+1
|
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-156-56/+83
| | | | | Also improve the test harness a little Fixes #112
* Fix stator test fixtureAndrew Godwin2022-12-151-1/+1
|
* Fix tests with no static collectionAndrew Godwin2022-12-151-0/+5
|
* Basic Emoji suppport (#157)Michael Manfre2022-12-152-1/+14
|
* Show follows and following counts on profile pageGabriel Rodríguez Alberich2022-12-141-0/+26
| | | And let their visibility be configured
* A few more fixes and a bad testAndrew Godwin2022-12-122-4/+21
|
* Timelines workingAndrew Godwin2022-12-123-0/+44
|
* Add system actor and shared inboxAndrew Godwin2022-12-101-0/+2
|
* Support deeper subdomains in domain validation (#110)Tom Usher2022-12-071-0/+40
| | | Use a new validator class with regex based on the URLValidator from Django
* Ignore actor delete messages for unknown actors (#124)Michael Manfre2022-12-052-0/+25
|
* Collapse linkify mentions (#123)Michael Manfre2022-12-052-6/+69
|
* Shorten mention names when linkifiedAndrew Godwin2022-12-051-6/+3
| | | | Fixes #121
* Policy pages and signup tests.Andrew Godwin2022-12-053-54/+100
| | | | Fixes #113
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-053-3/+5
|
* Fix post tests, don't reply to selfAndrew Godwin2022-12-041-1/+1
|
* Fix mentions in replies/capitalisationAndrew Godwin2022-12-041-0/+11
|
* Explicitly ignore add and remove messages for nowAndrew Godwin2022-12-041-0/+28
|
* Fix broken testsAndrew Godwin2022-12-022-42/+47
|
* Fix hashtag extractionAndrew Godwin2022-11-291-1/+3
|
* Fix hashtagging of HTML entitiesAndrew Godwin2022-11-281-1/+7
|
* HashtagsMichael Manfre2022-11-282-1/+52
|
* Some cleanup around editingAndrew Godwin2022-11-271-0/+15
|
* Post editingMichael Manfre2022-11-273-2/+115
|
* Local-only postingMichael Manfre2022-11-262-3/+131
|
* Code dedupe Webfinger and fix SystemActor inbox URLMichael Manfre2022-11-222-17/+19
|
* Content warning name customisationMichael Manfre2022-11-223-2/+49
| | | | | Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28.
* Fix mentions at the start of postsAndrew Godwin2022-11-211-0/+11
|
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-212-11/+53
|
* Mentionify tests and some fixturesAndrew Godwin2022-11-212-0/+67
|
* Refactor almost all tests into /tests/Andrew Godwin2022-11-217-0/+493