Tom Hacohen
8323f23561
Add a nop for api/logout/
...
It's there for etesync.com and is used to invalidate the token.
Unfortunately we can't fully implement it here because the token
implementation is lacking. This will be fixed soon once we update the
token library with the next version of the protocol.
2020-05-25 17:44:46 +03:00
Tom Hacohen
73a55b9817
Add reset url so it can be used with client test suites.
2020-03-26 18:32:34 +02:00
Tom Hacohen
8fdaccdc4e
Provide more explicit copyright and licensing information.
...
Fixes #37
2020-02-14 16:21:18 +02:00
Pierre-Alain TORET
22198d387d
Make settings in .ini optional and add new ones
...
Fixes #24
New settings available :
STATIC_ROOT
STATIC_URL
LANGUAGE_CODE
TIME_ZONE
2020-01-29 11:03:26 +02:00
Tom Hacohen
b026643cce
Update code according to drf changes.
2020-01-21 09:20:44 +02:00
Tom Hacohen
3ccb40055e
Add an index page to make it more obvious it works.
...
People were getting confused by the index page returning a 404, so this
commit adds an index page so it returns a 200 and looks like it works.
2019-06-07 08:53:50 +01:00
Pierre-Alain TORET
3d4321e50c
Support loading configuration from an external file
2019-05-20 11:03:04 +01:00
Tom Hacohen
8f50a69b39
Add missing STATIC_ROOT.
...
Thanks @jrvarma.
2018-11-01 11:51:26 +00:00
Ben Boeckel
e02fa53c34
settings: defer SECRET_KEY until after site settings
...
This allows overriding just `SECRET_FILE` for a custom secret path.
2018-10-30 10:13:53 -04:00
Ben Boeckel
872af56e2c
settings: support an external settings file
...
Fixes #8
2018-10-30 10:13:53 -04:00
Ben Boeckel
f1bfaf0242
settings: split SECRET_FILE from SECRET_KEY
2018-10-29 18:23:43 -04:00
Tom Hacohen
de4f49973f
Disable CORS altogether.
...
This solves #4 better than dfc7c8b163
2018-06-28 16:39:41 +01:00
Victor Rezende dos Santos
27d56ee87b
Update Dependencies
...
* Updated etesync/journal-manager to v0.5.2
* Updated Django to 2.0.5
- Updated documentation links
- Changed syntax and imports of `urls.py`
* Updated Django REST Framework to 3.8.2
* Updated DFR Nested Routers to 0.90.2
2018-05-03 00:39:05 +01:00
x11x
69655008e0
Refactor out the secret.txt file handling to a utils module
2018-02-18 14:19:29 +10:00
x11x
276a926fcb
Use secret.txt file auto-generated in project root as default SECRET_KEY
...
Also add it to .gitignore
2018-02-18 13:43:29 +10:00
Tom Hacohen
932d3803ed
Initial commit of the actual server code.
2017-11-19 21:36:48 +00:00