chapeau/kepi/trilby_api
Marnanel Thurman c8a5b5308b TrilbyTestCase descends from KepiTestCase 2023-09-23 14:32:59 +01:00
..
fixtures removed trailing whitespace throughout (pylint C0303) 2020-09-19 15:58:35 +01:00
migrations Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source. 2021-02-16 22:58:42 +00:00
models Better logging for inbox calculation 2021-02-18 18:36:37 +00:00
templates move login.html from trilby to tophat, and add our template includes 2020-11-12 17:46:51 +00:00
tests TrilbyTestCase descends from KepiTestCase 2023-09-23 14:32:59 +01:00
views Follow -> FollowUser; Unfollow -> UnfollowUser 2023-09-22 16:36:51 +01:00
__init__.py Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00
admin.py trilby_api's Person model split into LocalPerson and RemotePerson, 2020-05-13 01:38:06 +01:00
apps.py AppConfigs set default_auto_field 2023-09-22 16:36:47 +01:00
crypto.py removed trailing whitespace throughout (pylint C0303) 2020-09-19 15:58:35 +01:00
dump.sh Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00
forms.py rm trailing newlines (pylint C0304) 2020-09-19 15:16:47 +01:00
receivers.py Only local accounts can receive Notifications. Closes issue #43. 2020-10-11 15:46:06 +01:00
serializers.py Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source. 2021-02-16 22:58:42 +00:00
signals.py Remove "providing_args" from signals 2023-09-22 16:36:22 +01:00
urls.py Follow -> FollowUser; Unfollow -> UnfollowUser 2023-09-22 16:36:51 +01:00
utils.py trilby's find_local_view() can see through view_for_mimetype views. 2020-11-25 20:22:20 +00:00