selfprivacy-rest-api/selfprivacy_api
Inex Code 470c8e9283
continuous-integration/drone/push Build is passing Details
feat: Add "OTHER" as a server provider
We should allow manual SelfPrivacy installations on unsupported server providers. The ServerProvider enum is one of the gatekeepers that prevent this and we can change it easily as not much server-side logic rely on this.

The next step would be manual DNS management, but it would be much more involved than just adding the enum value.
2024-03-28 14:28:13 +03:00
..
actions refactor(services): remove too many imports and cleanup 2024-03-06 18:40:05 +03:00
backup fix(backups): do not rely on obscure behaviour 2024-03-18 17:33:45 +00:00
graphql feat: Add "OTHER" as a server provider 2024-03-28 14:28:13 +03:00
jobs refactor(service): break out sync rebuilding 2024-03-18 11:32:02 +00:00
migrations feat: Track the status of the nixos rebuild systemd unit 2024-02-12 18:17:18 +03:00
models refactor(service): break out ServiceStatus and ServiceDNSRecord 2024-03-18 11:32:02 +00:00
repositories fix: Mark md5 as not used for security 2024-03-15 16:14:31 +04:00
services test(service): do not call bash needlessly (it screwed up with fp) 2024-03-18 11:32:02 +00:00
utils fix(huey): adapt to new VM test environment 2024-03-18 12:18:55 +00:00
__init__.py Decomposition 2021-11-11 20:31:28 +02:00
app.py feature(auth): remove rest auth code 2024-01-08 13:12:27 +00:00
dependencies.py chore: Bump version to 3.1.0 2024-03-07 23:12:45 +03:00
task_registry.py test(huey): only import test task if it is a test 2024-03-18 12:18:55 +00:00