Pēteris Caune
|
601fcb7cf7
|
Update package versions in requirements.txt
|
6 years ago |
Pēteris Caune
|
8ad3b0d537
|
Simplify inline scripts for easier CSP
|
6 years ago |
Pēteris Caune
|
472c6424e9
|
Self-host slack button graphics
|
6 years ago |
Pēteris Caune
|
66bc5cd7c2
|
Validate channel identifiers as UUIDs
|
6 years ago |
Pēteris Caune
|
d064112c16
|
Template for the unsubscribe confirmation form.
|
6 years ago |
Pēteris Caune
|
b3c22dcfd2
|
A workaround for some email agents automatically opening "Unsubscribe" links
|
6 years ago |
Pēteris Caune
|
5f59d97d21
|
Fix tests.
|
6 years ago |
Pēteris Caune
|
491999db00
|
Update docs.
|
6 years ago |
Pēteris Caune
|
8889cfe993
|
Add "channels" attribute to the Check API resource
|
6 years ago |
Pēteris Caune
|
16d78db72e
|
Refactoring and a testcase for channels=None
|
6 years ago |
Pēteris Caune
|
e866d63ca4
|
Split into smaller separate testcases.
|
6 years ago |
Pēteris Caune
|
def1a12a4a
|
Merge pull request #199 from muff1nman/add-specific-channel
Allow specific channel uuid to be specified in create/update check api
|
6 years ago |
Andrew DeMaria
|
824729707e
|
Allow specific channel uuid to be specified in create/update check api
|
6 years ago |
Pēteris Caune
|
0ece2664ac
|
Show a warning when running with DEBUG=True. Fixes #189
|
6 years ago |
Pēteris Caune
|
5ef67e8bbf
|
Remove Profile.bill_to field.
|
6 years ago |
Pēteris Caune
|
63c70d67c6
|
requests 2.20.0
|
6 years ago |
Pēteris Caune
|
432e592e44
|
Add read-only API key support
|
6 years ago |
Pēteris Caune
|
182f9e1109
|
Refactor API key checking code
|
6 years ago |
Pēteris Caune
|
887c4d534a
|
add "minLength" support to the jsonschema validator
|
6 years ago |
Pēteris Caune
|
0c6dcfa766
|
Responsive tweaks.
|
6 years ago |
Pēteris Caune
|
40c83e3cba
|
Add a search box in the "My Checks" page.
|
6 years ago |
Pēteris Caune
|
c57a9dcbc4
|
Omit "Details..." link (testing if it's triggering Gmail warnings)
|
6 years ago |
Pēteris Caune
|
58cfaaa527
|
Don't send monthly reports to inactive accounts (no pings in 6 months)
|
6 years ago |
Pēteris Caune
|
9f02371d6a
|
Report unsubscribe link works with POST. Include "X-Bounce-Url" header in report emails.
|
6 years ago |
Pēteris Caune
|
df86fd29b3
|
During DST transition, handle ambiguous dates as pre-transition. Fixes #196
|
6 years ago |
Pēteris Caune
|
b4e53431cd
|
Obsolete – we don't create anonymous checks any more.
|
6 years ago |
Pēteris Caune
|
b9a81ad382
|
Add "List-Unsubscribe" header to alert and report emails
|
6 years ago |
Pēteris Caune
|
c4543bce58
|
Load settings from environment variables. Fixes #187
|
6 years ago |
Pēteris Caune
|
cbb5e8cae5
|
Shorter, simpler telegram message.
|
6 years ago |
Pēteris Caune
|
fb1fb4992e
|
v1.2.0
|
6 years ago |
Pēteris Caune
|
dd342f3d30
|
"Log In" -> "Sign In"
|
6 years ago |
Pēteris Caune
|
288a57a4b1
|
Better name & description for Trello cards.
|
6 years ago |
Pēteris Caune
|
362a43dae7
|
Merge pull request #193 from erickeller/master
update Readme with pip install dependencies
|
6 years ago |
erickeller
|
1dc9bcf798
|
update Readme with pip install dependencies
pip install will fail when you cannot compile some of the dependencies.
one is gcc the other is the Python.h
```
Building wheels for collected packages: rcssmin, rjsmin
Running setup.py bdist_wheel for rcssmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rcssmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-u0q6mggl --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rcssmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rcssmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rcssmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rcssmin.c -o build/temp.linux-x86_64-3.6/rcssmin.o
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Failed building wheel for rcssmin
Running setup.py clean for rcssmin
Running setup.py bdist_wheel for rjsmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-axnaq3w9 --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rjsmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rjsmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
```
```
Running setup.py bdist_wheel for rjsmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-cfntw7bo/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ytqxu9_b --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rjsmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rjsmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o
In file included from rjsmin.c:18:0:
_setup/include/cext.h:34:10: fatal error: Python.h: No such file or directory
#include "Python.h"
^~~~~~~~~~
compilation terminated.
```
|
6 years ago |
Pēteris Caune
|
1ea7902c86
|
Fix URL and icon
|
6 years ago |
Pēteris Caune
|
e4d0103544
|
Trello integration WIP
|
6 years ago |
Pēteris Caune
|
2078b45ad6
|
When filtering by tags, put the selected tags in the query string. Fixes #191
|
6 years ago |
Pēteris Caune
|
ba1357bcdc
|
It is now OK to autocomplete email fields.
|
6 years ago |
Pēteris Caune
|
9214265136
|
Separate sign up and login forms.
|
6 years ago |
Pēteris Caune
|
371eebe1f2
|
Disable autocomplete for email fields.
|
6 years ago |
Pēteris Caune
|
4acd6a16e8
|
Login form: rename the email box to "identity" to avoid some auto-signup bots
|
6 years ago |
Pēteris Caune
|
a58ce791c0
|
Improved layout & style, fixed hamburger menu in login page.
|
6 years ago |
Pēteris Caune
|
160aa191c8
|
"Docs > Third-Party Resources" page. Fixes #174, #68
|
6 years ago |
Pēteris Caune
|
59857a69c0
|
"Docs > Third-Party Resources" page. Fixes #174, #68
|
6 years ago |
Pēteris Caune
|
e5285b0816
|
Django 2.1.2
|
6 years ago |
Pēteris Caune
|
621e04e845
|
Change "[email protected] is not available" message to "[email protected] is already registed".
|
6 years ago |
Pēteris Caune
|
75fa27436e
|
Document "manage.py smtpd" in README, fixes #188
|
6 years ago |
Pēteris Caune
|
cf37439877
|
Timezones were missing in Details page, "Change Schedule" dialog. Fixed.
|
6 years ago |
Pēteris Caune
|
9e9c504e2d
|
Update plan names, nicer "Change Plan" form.
|
6 years ago |
Pēteris Caune
|
7cac2d91bc
|
Add "What Can I Monitor" section in the Welcome page.
|
6 years ago |