Vincent Bernat
|
62521e629d
|
common/http: rename to common/httpserver
This is a preparation to introduce an httpclient common package. And it
makes it easier to use http from the standard library.
|
2023-05-28 09:08:29 +02:00 |
|
Vincent Bernat
|
3e3bcbdada
|
http: use a method to get local address
And limit its export to testing.
|
2022-08-21 08:20:14 +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
|
f37d98000b
|
console: use __default as the default user to avoid clash with real ones
|
2022-06-01 14:55:40 +02:00 |
|
Vincent Bernat
|
78f628b6db
|
console: use an ETag for avatars
The Remote-User header is unlikely to be visible from the browser.
|
2022-06-01 11:58:00 +02:00 |
|
Vincent Bernat
|
f5252ce077
|
console: rework a bit user management
Notably, HTTP headers are configurable and a provider is used for the
frontend side.
|
2022-05-31 17:03:00 +02:00 |
|