Vincent Bernat
2897e6a35c
console/database: add support for MySQL as well
2024-04-14 09:40:33 +02:00
netixx
d998388d06
console/database: add support for postgresql for filter save
2024-04-14 09:34:18 +02:00
Vincent Bernat
1ec89aac1f
build: fix various lint issues
...
revive default configuration has changed in 1.3.0. Some stuff is a bit
silly (like empty blocks), but I find it easier to follow that than to
try to tweak the configuration.
2023-03-21 00:01:13 +01:00
Vincent Bernat
2d0ab556ad
console: ability to populate filters from the configuration file
2022-10-15 14:31:42 +02:00
Vincent Bernat
38fa03f27b
console: switch to pure Go implementation of SQLite driver
...
cgo can be disabled and we don't need to embed a libc in the Docker
image
2022-09-25 23:21:51 +02:00
Vincent Bernat
61c8143fe8
build: fix linting issues introduced by latest revive release
2022-08-07 23:54:24 +02:00
Vincent Bernat
8be1bca4fd
license: AGPL-3.0-only
...
```
git ls-files \*.js \*.go \
| xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
| xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
2022-06-29 11:42:28 +02:00
Vincent Bernat
bf0c474726
console: implement "filter/saved" endpoints
2022-06-13 09:50:43 +02:00