Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix serving of system actor | Andrew Godwin | 2022-12-17 | 1 | -0/+33 |
| | | | | Fixes #183 | ||||
* | User admin and LD schema fixes | Andrew Godwin | 2022-12-16 | 1 | -1/+1 |
| | |||||
* | Implement post rate limits, move to signed cookies | Andrew Godwin | 2022-12-15 | 6 | -56/+83 |
| | | | | | Also improve the test harness a little Fixes #112 | ||||
* | Fix stator test fixture | Andrew Godwin | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Fix tests with no static collection | Andrew Godwin | 2022-12-15 | 1 | -0/+5 |
| | |||||
* | Basic Emoji suppport (#157) | Michael Manfre | 2022-12-15 | 2 | -1/+14 |
| | |||||
* | Show follows and following counts on profile page | Gabriel RodrÃguez Alberich | 2022-12-14 | 1 | -0/+26 |
| | | | And let their visibility be configured | ||||
* | A few more fixes and a bad test | Andrew Godwin | 2022-12-12 | 2 | -4/+21 |
| | |||||
* | Timelines working | Andrew Godwin | 2022-12-12 | 3 | -0/+44 |
| | |||||
* | Add system actor and shared inbox | Andrew Godwin | 2022-12-10 | 1 | -0/+2 |
| | |||||
* | Support deeper subdomains in domain validation (#110) | Tom Usher | 2022-12-07 | 1 | -0/+40 |
| | | | Use a new validator class with regex based on the URLValidator from Django | ||||
* | Ignore actor delete messages for unknown actors (#124) | Michael Manfre | 2022-12-05 | 2 | -0/+25 |
| | |||||
* | Collapse linkify mentions (#123) | Michael Manfre | 2022-12-05 | 2 | -6/+69 |
| | |||||
* | Shorten mention names when linkified | Andrew Godwin | 2022-12-05 | 1 | -6/+3 |
| | | | | Fixes #121 | ||||
* | Policy pages and signup tests. | Andrew Godwin | 2022-12-05 | 3 | -54/+100 |
| | | | | Fixes #113 | ||||
* | Add pyupgrade with --py310-plus in pre-commit (#103) | Paolo Melchiorre | 2022-12-05 | 3 | -3/+5 |
| | |||||
* | Fix post tests, don't reply to self | Andrew Godwin | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | Fix mentions in replies/capitalisation | Andrew Godwin | 2022-12-04 | 1 | -0/+11 |
| | |||||
* | Explicitly ignore add and remove messages for now | Andrew Godwin | 2022-12-04 | 1 | -0/+28 |
| | |||||
* | Fix broken tests | Andrew Godwin | 2022-12-02 | 2 | -42/+47 |
| | |||||
* | Fix hashtag extraction | Andrew Godwin | 2022-11-29 | 1 | -1/+3 |
| | |||||
* | Fix hashtagging of HTML entities | Andrew Godwin | 2022-11-28 | 1 | -1/+7 |
| | |||||
* | Hashtags | Michael Manfre | 2022-11-28 | 2 | -1/+52 |
| | |||||
* | Some cleanup around editing | Andrew Godwin | 2022-11-27 | 1 | -0/+15 |
| | |||||
* | Post editing | Michael Manfre | 2022-11-27 | 3 | -2/+115 |
| | |||||
* | Local-only posting | Michael Manfre | 2022-11-26 | 2 | -3/+131 |
| | |||||
* | Code dedupe Webfinger and fix SystemActor inbox URL | Michael Manfre | 2022-11-22 | 2 | -17/+19 |
| | |||||
* | Content warning name customisation | Michael Manfre | 2022-11-22 | 3 | -2/+49 |
| | | | | | Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28. | ||||
* | Fix mentions at the start of posts | Andrew Godwin | 2022-11-21 | 1 | -0/+11 |
| | |||||
* | Outgoing mentions mostly work (exc. cc followers) | Andrew Godwin | 2022-11-21 | 2 | -11/+53 |
| | |||||
* | Mentionify tests and some fixtures | Andrew Godwin | 2022-11-21 | 2 | -0/+67 |
| | |||||
* | Refactor almost all tests into /tests/ | Andrew Godwin | 2022-11-21 | 7 | -0/+493 |