Commit Graph

54 Commits

Author SHA1 Message Date
Tom Hacohen
eac8fae376 README: update contribution information. 2020-09-11 16:01:44 +03:00
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
2ac7ec250f Requirements: update django version. 2020-02-14 16:22:28 +02:00
Tom Hacohen
8fdaccdc4e Provide more explicit copyright and licensing information.
Fixes #37
2020-02-14 16:21:18 +02:00
Simon Vandevelde
1a04d8ec6a
README: Added links pointing to specific wikipages
* Added links pointing to the wiki.

I added a link for the deployment setup and one for the TLS setup.

Fixes #35
2020-02-03 21:11:16 +02:00
Pierre-Alain TORET
8c71bcddca Update etesync journal requirement 2020-01-30 11:56:56 +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
c1f790cad1 Update dependencies. 2020-01-21 09:20:44 +02:00
kumy
de71aaa476 Fix typo in README 2019-10-23 08:47:06 +03:00
edleeman
94ae4eaa02 Update README
Updated README to provide the correct example template name.
2019-10-08 08:20:33 +03:00
StefanAbl
61ae366a7b added missing closing bracket 2019-10-03 00:03:31 +03:00
Tom Hacohen
cf0dc8e6a8
README: make it clearer that it's not only for Arch/Fedora 2019-09-17 10:14:00 +01:00
Tom Hacohen
c3b50d3f72 Fix issue with etesync-server.ini always being loaded.
Fixes #20.
2019-08-04 16:11:47 +01:00
Tom Hacohen
48390b0b01
README: add a note about the example configs
As suggested in #5
2019-08-02 19:39:59 +01: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
Tom Hacohen
a87a4deec1 Deps: update drf. 2019-06-06 13:11:03 +01:00
Pierre-Alain TORET
654b3fe860 README.md : add instructions for installing from packages 2019-05-21 13:12:14 +01:00
Pierre-Alain TORET
3d4321e50c Support loading configuration from an external file 2019-05-20 11:03:04 +01:00
Tom Hacohen
ac474d669a Bump etesync journal requirement to 1.0.2 2019-05-01 10:55:25 +01:00
Pierre-Alain TORET
c1eec9e796 README.md : add production deployment section 2019-04-29 15:48:51 +01:00
Tom Hacohen
ac2428af88 Bump etesync journal requirement. 2019-04-25 17:14:24 +01:00
Tom Hacohen
e8022a0986
README: Improve installation instructions for Ubuntu
As discussed in #12
2019-03-15 08:39:14 +00:00
Tom Hacohen
b9de109998 README: improve the update instructions
Add the missing call to migrate the db.
Reorganise them to make them clearer.
2019-03-08 16:41:37 +00:00
Tom Hacohen
e531bf2bb9 Fix django dep yet again. 2019-02-23 19:14:45 +00:00
Tom Hacohen
60f3515b75 Fix django dep. 2019-02-23 18:54:22 +00:00
Tom Hacohen
d30708f292 Update requirements. 2019-02-23 16:31:16 +00:00
Tom Hacohen
aae09ecd65 README: Add etesync logo. 2019-02-04 14:21:41 +00:00
Tom Hacohen
9536bed501 Update journal manager to the latest version. 2019-01-12 00:20:53 +00:00
Prof. Jayanth R Varma
3f6dd74e33 Add example config for using using nginx with uwsgi 2018-11-06 20:48:46 +00:00
Tom Hacohen
8f50a69b39 Add missing STATIC_ROOT.
Thanks @jrvarma.
2018-11-01 11:51:26 +00:00
Tom Hacohen
de70c40a18
Merge: improve support for having local setting overrides
This is a merge of PR #9
2018-10-30 15:25:47 +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
0738d02466
README: make the usage of virtualenv3 more explicit 2018-09-16 20:15:49 +01:00
Tom Hacohen
19c49975d7
README: remove the now defunct librepay 2018-08-29 19:18:38 +01:00
Tom Hacohen
2756f30eb4 Revert "Mention setting up CORS in Readme"
This is better solved by de4f49973f

This reverts commit dfc7c8b163.
2018-06-28 16:39:48 +01:00
Tom Hacohen
de4f49973f Disable CORS altogether.
This solves #4 better than dfc7c8b163
2018-06-28 16:39:41 +01:00
Nuntius
dfc7c8b163 Mention setting up CORS in Readme 2018-06-28 16:27:51 +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
Tom Hacohen
3e3d4c0454
README: Add info about librepay. 2018-03-20 17:45:33 +00:00
Tom Hacohen
f694f46fb4
Merge: A few commits to simplify the configuration
A few commits to make it easier to run your own instance.
2018-02-20 11:54:06 +00:00
x11x
c93fde3ddc README: update Django docs link version to 1.11 2018-02-18 14:30:50 +10:00
x11x
3ee704bfb1 README: elaborate on settings, provide docs links, explain 'secret.txt'
Also describe how to update to latest patch-level versions.
2018-02-18 14:20:29 +10: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
x11x
edbd28b67a Change requirements.txt to allow updating to latest patch version
Also, allow any version of pytz
2018-02-18 13:35:23 +10:00
Tom Hacohen
cea4f318ca
README: Add a note about supporting etesync. 2017-11-29 17:59:59 +00:00