1
0
mirror of https://github.com/etesync/server synced 2024-11-22 16:58:08 +00:00
etesync-server/etebase_fastapi/routers
James 453869d71d Remove port from host_from_request check
This strips the port from the client requests, comparing only the hostnames or IP addresses, and should alleviate nonstandard port and initial testing issues.  Tested on Linux, Mac, and Android clients.  Closes #105.

Code is from this comment:

https://github.com/etesync/server/issues/66#issuecomment-731215345
2021-09-20 15:13:25 +03:00
..
__init__.py Move all the routers under their own dir. 2020-12-29 15:42:41 +02:00
authentication.py Remove port from host_from_request check 2021-09-20 15:13:25 +03:00
collection.py Handle stoken being the empty string. 2021-02-01 18:40:14 +02:00
invitation.py Support login and invitations using email rather than just username. 2021-01-27 09:35:36 +02:00
member.py Django db cleanup: explicitly add it to dependencies. 2020-12-31 10:03:16 +02:00
test_reset_view.py Move all the routers under their own dir. 2020-12-29 15:42:41 +02:00
websocket.py Subscriptions: allow subscribing without setting an stoken. 2021-01-28 18:10:12 +02:00