chapeau/kepi/trilby_api
Marnanel Thurman 17519f62cb split public and home timeline tests to separate classes 2021-02-09 17:42:10 +00:00
..
fixtures removed trailing whitespace throughout (pylint C0303) 2020-09-19 15:58:35 +01:00
migrations added Mention class 2020-10-29 04:17:22 +00:00
models Status contents and user bios are returned as HTML. 2020-11-25 20:23:11 +00:00
templates move login.html from trilby to tophat, and add our template includes 2020-11-12 17:46:51 +00:00
tests split public and home timeline tests to separate classes 2021-02-09 17:42:10 +00:00
views trilby_api/views.py split out into several modules in trilby_api/views/. 2021-02-02 20:08:32 +00: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 Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00: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 trilby doesn't need to return mentions, at least not for now 2020-10-29 17:58:50 +00:00
signals.py rm "deleted" signal 2020-10-29 01:52:28 +00:00
urls.py trilby_api/views.py split out into several modules in trilby_api/views/. 2021-02-02 20:08:32 +00:00
utils.py trilby's find_local_view() can see through view_for_mimetype views. 2020-11-25 20:22:20 +00:00