Commit Graph

478 Commits

Author SHA1 Message Date
0xflotus
b7fd2d16a1
fix: small typo (#250)
* fix: small typo

* Update GUIDE.md
2023-01-30 09:37:39 -08:00
Sérgio
7c5888179c
Add fallback to PORT in healthcheck (#249) 2023-01-20 07:01:18 -08:00
dependabot[bot]
2d7bbcaa8b
Bump certifi from 2022.6.15.1 to 2022.12.7 (#244)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15.1 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15.1...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 23:32:11 -05:00
havk
b397d1fd6a
Add api token field to UserAdmin (#241) 2022-11-07 08:52:13 -08:00
havk
2de0b9b9e1
Update poetry version in Dockerfile (#240) 2022-11-07 08:50:12 -08:00
Tristan Pinaudeau
aeeff26e88
fix registeradmin's get_random_string missing argument (#236) 2022-10-20 11:11:38 -07:00
havk
ba2f47edb7
Add Black config and pre-commit hook (#231)
* Add black config to pyproject.toml

* Add flake8 config

* Add pre-commit black hook
2022-09-28 16:16:40 -07:00
Sumit Singh
e507dd5814
test(core): fix factories (#229) 2022-09-25 13:48:03 -07:00
R. Miles McCain
c34388e6c9 Fix migrations 2022-09-15 22:24:29 -07:00
R. Miles McCain
767fd49969 Update migrations 2022-09-15 22:08:28 -07:00
R. Miles McCain
f746bce100 Update TEMPLATE.env 2022-09-14 11:12:04 -07:00
R. Miles McCain
2715826611 Add proper CSRF origin parsing 2022-09-14 11:09:17 -07:00
R. Miles McCain
e7fef3b2f8 Add option to set CSRF_TRUSTED_ORIGINS (Django 4.0) 2022-09-14 11:04:47 -07:00
Christian Wiegand
e08c6e790b
Add missing "i18n" to some templates (#226) 2022-09-14 10:32:14 -07:00
R. Miles McCain
78135583ee Fix migration order 2022-09-13 14:23:00 -07:00
R. Miles McCain
487815a984 Bump version to 0.13.0 2022-09-13 13:14:53 -07:00
R. Miles McCain
6f715b5b77 Update ipware (fix CF IPs) 2022-09-13 12:19:43 -07:00
R. Miles McCain
1280433a49 Add an API! 2022-09-13 12:14:39 -07:00
R. Miles McCain
6febe7db19 Upgrade Django to 4 2022-09-13 12:09:36 -07:00
Paweł Jastrzębski
5e48e2dcf5 Use POST to api token refresh 2022-08-29 08:44:17 +02:00
Christian Wiegand
d134c0049d
Localization (#214)
* General localization:
  - Add gettext to literals
  - Add trans template tag to templates
  - Set localized date and time
  - Add locale option to TEMPLATE.env
  - Add migrations that result from model field changes

* Add german locale

* Add german locale
2022-08-28 15:22:50 -07:00
R. Miles McCain
b286c80754 Remove unneeded views 2022-08-28 15:07:05 -07:00
R. Miles McCain
c23f44d7b7 Merge commit '77cb1fb37c0da5bad39b3905f7a48cd3f176bac7' into api 2022-08-28 15:01:04 -07:00
Paweł Jastrzębski
b7f2e9cfe6 Remove basic option from api view 2022-08-28 13:35:22 +02:00
Matt Ronchetto
4d7c036acc
Add support for GPC header (#219)
* chore: reflect both headers in debugging

* chore: add Sec-GPC handling with DNT handling

The `if` statement is there purely so that nothing more has to change handling wise. If either value is true, DNT policy should kick in and no data should be stored/tracked. *Should* just work™.

* fix: meet Black style guide

* fix: comply with other header formatting

* fix: header typo
2022-08-27 18:35:56 -07:00
R. Miles McCain
77cb1fb37c Improve language 2022-08-27 14:52:02 -07:00
Jason A. Ribeiro
d75008a34f
Provide full path for example sqlite path (#217)
The Dockerfile currently creates a directory at /var/local/shynet/db/.
The `DB_NAME` in the example file caused migrations to fail as a result.
2022-08-27 14:28:37 -07:00
dependabot[bot]
204be741e1
Bump django from 3.2.14 to 3.2.15 (#222)
Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.14...3.2.15)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 18:59:55 -07:00
dependabot[bot]
dd1f113e05
Bump pyjwt from 2.3.0 to 2.4.0 (#211)
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.3.0...2.4.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-06 13:04:25 -07:00
dependabot[bot]
34d6c920bf
Bump django from 3.2.12 to 3.2.14 (#216)
Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.14.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.12...3.2.14)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 20:55:11 -07:00
Fidel Ramos
96c9c0feec
Fix SQLite support (#210)
SQLite DB was not writable because it was always located in
/usr/src/shynet/, which is owned by root and not writable by
appuser. SQLite needs the parent directory containing the DB file to be
writable by the running user.

The applied fix is to place the DB file in /var/local/shynet/db and to
create that directory in the Docker image with the right permissions.

SQLite setup is now documented in README as an alternative to Postgres.
2022-05-24 12:38:27 -07:00
Paweł Jastrzębski
d9bbeea892 Remove basic option from API
For simplicity
2022-05-12 12:10:44 +02:00
Paweł Jastrzębski
ca97453c3e Return 400 if date format is invalid 2022-04-26 10:13:52 +02:00
Paweł Jastrzębski
b87b158aab Fix typo 2022-04-22 08:28:09 +02:00
Paweł Jastrzębski
4a6af18765 Add django-cors-headers 2022-04-14 19:41:14 +02:00
dependabot[bot]
231421ebae
Bump minimist from 1.2.5 to 1.2.6 (#204)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 11:19:45 -04:00
dependabot[bot]
d17aa9ba38
Bump django from 3.2.10 to 3.2.12 (#202)
Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.12.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.10...3.2.12)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-10 10:19:04 -08:00
havk
f6188a8bd1
Add default 0 hits to chart_data (#195) 2022-01-11 14:16:49 -08:00
dependabot[bot]
6032b9f4ee
Bump celery from 5.2.1 to 5.2.2 (#192)
Bumps [celery](https://github.com/celery/celery) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](https://github.com/celery/celery/compare/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-06 22:16:10 -08:00
Paweł Jastrzębski
6d84f63130 Add API documentation to GUIDE.md 2022-01-05 10:27:14 +01:00
Paweł Jastrzębski
ba91ed561d Add uuid validation 2022-01-05 09:47:14 +01:00
Paweł Jastrzębski
2aaadfe81c Display api urls on service management page 2022-01-05 09:47:05 +01:00
Paweł Jastrzębski
7f60b3abff Rename minimal parameter to basic 2022-01-05 08:53:46 +01:00
Paweł Jastrzębski
069b218828 Move api token info to security tab 2022-01-04 08:53:00 +01:00
havk
a460d1f045
Remove empty js script from template (#189)
* Remove empty js script from template
Serving empty file raise ValueError in gunicorn

* Remove empty js file
2022-01-02 14:15:07 -08:00
havk
8b0205a2f7
Fix last month date range (#187) 2022-01-02 09:37:19 -05:00
Paweł Jastrzębski
80647d960a Merge branch 'master' into api 2022-01-01 19:56:55 +01:00
Paweł Jastrzębski
364ef115c9 Merge branch 'api' of https://github.com/haaavk/shynet into api 2022-01-01 19:50:10 +01:00
R. Miles McCain
71ec196ec4 Use :edge in default kubernetes deployment 2022-01-01 00:11:43 -05:00
R. Miles McCain
4834c5722f Bump version to v0.12.0 2021-12-31 23:47:05 -05:00