34 Commits

Author SHA1 Message Date
Pēteris Caune
fdf9c607e5 Team Access, test cleanup 2016-05-09 15:35:13 +03:00
Mounir
3c0eeddbb7 Using backend name django.db.backends.postgresql
Using new backend name which come with Django 1.9 django.db.backends.postgresql instead of django.db.backends.postgresql_psycopg2
2016-02-18 15:21:55 +01:00
Pēteris Caune
1dacc8b797 Users can add passwords to their accounts. Fixes #6 2016-01-05 00:25:08 +02:00
Pēteris Caune
dd188064fa Store the one time login token in profile so user.password can be used for regular passwords. 2016-01-04 22:39:49 +02:00
Pēteris Caune
4e12193d8c Custom test runner for quicker tests. 2016-01-02 23:04:03 +02:00
Pēteris Caune
0eab82c9a3 Add hc.payments to INSTALLED_APPS and braintree to requirements.txt so hc.payments tests can be run too. 2016-01-02 18:02:47 +02:00
Thomas Jost
6c9e3bb24d Merge branch 'master' into pushover 2015-11-25 17:00:55 +01:00
Thomas Jost
280bd6a2a2 Handle Pushover emergency notifications 2015-11-25 16:58:52 +01:00
Thomas Jost
85c1f65887 Add Pushover integration 2015-11-25 16:06:24 +01:00
Pēteris Caune
81116431dd braintree requirement is optional 2015-11-23 09:06:43 +02:00
Pēteris Caune
7039188482 Payments with Braintree, WIP 2015-11-16 21:29:33 +02:00
Guillaume Moigneu
d475f6f45e Django 3.4 local_settings
Set a relative path for the local_settings.py to work in Python 3.4
2015-10-27 10:17:48 +01:00
Pēteris Caune
f0089e2cd2 Send emails using djmail, can verify email addresses in /channels/ 2015-08-14 10:56:07 +03:00
Pēteris Caune
d2e483a8a0 Default database engine is now SQLite. So when setting up dev environment, one does not initially need to worry about databases. For production though please use postgres. 2015-08-13 22:25:44 +03:00
Pēteris Caune
0b35cb7201 Let's try Travis with MySQL and SQLite too 2015-08-13 22:06:54 +03:00
Pēteris Caune
3bafac24ba Split style.css in smaller files. Email instructions in welcome page. 2015-08-01 21:56:05 +03:00
Pēteris Caune
2750729bc9 combine css and js 2015-07-21 13:45:25 +03:00
Pēteris Caune
c54cb6469d Send emails using djrill (Mandrill) 2015-07-11 11:45:38 +03:00
Pēteris Caune
8628be8584 email_from setting, don't send alerts about checks without associated user 2015-07-08 09:40:58 +03:00
Pēteris Caune
47a42ea2de description, keywords 2015-07-08 01:22:09 +03:00
Pēteris Caune
3c2c71e907 PING_ENDPOINT in settings, fix terminology 2015-07-01 20:09:59 +03:00
Pēteris Caune
7b2e9ead5f take site-specific settings from local_settings.py 2015-06-29 23:49:42 +03:00
Pēteris Caune
6f873ae6b7 fix import 2015-06-29 22:16:09 +03:00
Pēteris Caune
75b0e36b12 Take configuration from environment variables. 2015-06-29 22:12:20 +03:00
Pēteris Caune
c2238dec43 take postgres user from env 2015-06-29 20:54:46 +03:00
Pēteris Caune
ca352cfccb check for existence instead of catching error 2015-06-29 20:33:15 +03:00
Pēteris Caune
837349882f Read more bits from configuration 2015-06-29 20:28:13 +03:00
Pēteris Caune
4057759df6 Setting up tests 2015-06-25 22:29:19 +03:00
Pēteris Caune
609d803e63 Editable name field. 2015-06-16 16:21:48 +03:00
Pēteris Caune
aad4bd2ffb Background worker to send notifications 2015-06-16 11:33:12 +03:00
Pēteris Caune
c8b24495b9 Renames 2015-06-12 19:33:15 +03:00
Pēteris Caune
a965f4c605 Login works, stubbed out canary index page 2015-06-11 23:44:49 +03:00
Pēteris Caune
08a3717ad7 Nicer login form 2015-06-11 22:26:33 +03:00
Pēteris Caune
00cdc313ec Initial commit 2015-06-11 22:12:09 +03:00