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
..
routers Remove port from host_from_request check 3 years ago
sendfile Reformat files using black. 4 years ago
__init__.py first commit 4 years ago
db_hack.py Cleanup django db connections before every request and every dependency. 4 years ago
dependencies.py Django db cleanup: explicitly add it to dependencies. 4 years ago
exceptions.py Subscriptions: implement live subscriptions for collection items 4 years ago
main.py Subscriptions: implement live subscriptions for collection items 4 years ago
msgpack.py Django db cleanup: explicitly add it to dependencies. 4 years ago
redis.py Subscriptions: implement live subscriptions for collection items 4 years ago
stoken_handler.py Handle stoken being the empty string. 4 years ago
utils.py Support login and invitations using email rather than just username. 4 years ago