Commit Graph

8 Commits

Author SHA1 Message Date
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
Vincent Bernat
9cd90e6a14 console/filter: enable use of SrcNetName and DstNetName 2022-06-03 16:39:46 +02:00
Vincent Bernat
77e1847de2 console: complete Src/Dst AS depending on the requested direction
Also, optimize a bit by just counting matched flows to avoid walking
the Bytes column as well.
2022-06-01 15:39:39 +02:00
Vincent Bernat
95ab124ddc console/frontend: add linting and autocomplete for filters 2022-05-29 16:29:35 +02:00
Vincent Bernat
14e4f02e61 console/filter: also use live data to query AS numbers 2022-05-28 00:39:36 +02:00
Vincent Bernat
4114568600 console/filter: add completion endpoint 2022-05-26 15:58:52 +02:00
Vincent Bernat
dc39c2dc14 console/filter: add filter validation endpoint 2022-05-26 10:41:20 +02:00