You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
__init__.py Move all the routers under their own dir. 4 years ago
authentication.py Remove port from host_from_request check 3 years ago
collection.py Handle stoken being the empty string. 4 years ago
invitation.py Support login and invitations using email rather than just username. 4 years ago
member.py Django db cleanup: explicitly add it to dependencies. 4 years ago
test_reset_view.py Move all the routers under their own dir. 4 years ago
websocket.py Subscriptions: allow subscribing without setting an stoken. 4 years ago