Commit graph

294 commits

Author SHA1 Message Date
renovate[bot]
70aa31153f
Update module github.com/aws/aws-sdk-go to v1.44.76 (#2030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-14 10:46:02 -07:00
renovate[bot]
19cb230978
Update golang.org/x/net digest to 3211cb9 2022-08-13 23:20:58 +00:00
renovate[bot]
83bec0922d
Update module github.com/prometheus/client_golang to v1.13.0 2022-08-10 06:08:33 +00:00
renovate[bot]
ea04f6cada
Update module github.com/oschwald/geoip2-golang to v1.8.0 2022-08-10 03:38:34 +00:00
renovate[bot]
4be00046d8
Update module github.com/aws/aws-sdk-go to v1.44.72 2022-08-10 00:29:05 +00:00
renovate[bot]
d56c439684
Update golang.org/x/net digest to 07c6da5 2022-08-09 21:09:38 +00:00
renovate[bot]
c08c86bfd9
Update module github.com/shirou/gopsutil/v3 to v3.22.7 2022-08-04 11:26:14 +00:00
renovate[bot]
824c823684
Update golang.org/x/net digest to 0bcc04d 2022-08-04 05:25:33 +00:00
renovate[bot]
38e833233a
Update module github.com/aws/aws-sdk-go to v1.44.69 (#2027)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-03 22:24:26 -07:00
renovate[bot]
fef0cd722e Update module github.com/yuin/goldmark to v1.4.13 2022-07-23 13:13:42 +00:00
renovate[bot]
7dfb0c7025 Update module github.com/sirupsen/logrus to v1.9.0 2022-07-23 11:05:33 +00:00
renovate[bot]
bd03e668cd Update module github.com/mattn/go-sqlite3 to v1.14.14 2022-07-23 05:56:54 +00:00
renovate[bot]
8ac594f7ad
Update module github.com/microcosm-cc/bluemonday to v1.0.19 2022-07-23 01:31:05 +00:00
renovate[bot]
bb1e273d11
Update module github.com/aws/aws-sdk-go to v1.44.61 2022-07-22 23:56:12 +00:00
renovate[bot]
3b9d5908e4
Update golang.org/x/time digest to e5dcc9c 2022-07-22 21:38:59 +00:00
renovate[bot]
2300c2fae7
Update golang.org/x/net digest to a158d28 2022-07-22 21:17:08 +00:00
renovate[bot]
fb2cad86f8
Update module github.com/shirou/gopsutil/v3 to v3.22.6 2022-07-19 02:06:37 +00:00
renovate[bot]
8866fe46f4
Update golang.org/x/time digest to 579cf78 2022-07-18 23:56:53 +00:00
renovate[bot]
e2e4707c82
Update github.com/teris-io/shortid digest to 71ec9f2 2022-07-18 22:00:15 +00:00
renovate[bot]
b4da968499
Update golang.org/x/net digest to 1185a90 2022-07-18 19:41:26 +00:00
Renovate Bot
5c795afe27
Update golang.org/x/net digest to c690dde 2022-06-07 05:51:52 +00:00
Renovate Bot
ceb2d50403
Update module github.com/aws/aws-sdk-go to v1.44.28 2022-06-06 22:24:54 +00:00
Renovate Bot
251c773661
Update module github.com/yuin/goldmark to v1.4.12 2022-06-06 14:38:23 +00:00
Renovate Bot
0c1e00a643
Update golang.org/x/net digest to c960675 2022-06-06 05:52:16 +00:00
Renovate Bot
2a01b20914
Update module github.com/prometheus/client_golang to v1.12.2 2022-06-04 11:34:03 +00:00
Renovate Bot
824e0c1599
Update module github.com/mattn/go-sqlite3 to v1.14.13 2022-06-04 05:21:55 +00:00
Renovate Bot
a8fff63500
Update module github.com/aws/aws-sdk-go to v1.43.44 2022-04-22 09:57:24 +00:00
Renovate Bot
d351dc3be1
Update golang.org/x/net digest to 1d1ef93 2022-04-22 04:44:19 +00:00
Gabe Kangas
b835de2dc4
IndieAuth support (#1811)
* Able to authenticate user against IndieAuth. For #1273

* WIP server indieauth endpoint. For https://github.com/owncast/owncast/issues/1272

* Add migration to remove access tokens from user

* Add authenticated bool to user for display purposes

* Add indieauth modal and auth flair to display names. For #1273

* Validate URLs and display errors

* Renames, cleanups

* Handle relative auth endpoint paths. Add error handling for missing redirects.

* Disallow using display names in use by registered users. Closes #1810

* Verify code verifier via code challenge on callback

* Use relative path to authorization_endpoint

* Post-rebase fixes

* Use a timestamp instead of a bool for authenticated

* Propertly handle and display error in modal

* Use auth'ed timestamp to derive authenticated flag to display in chat

* don't redirect unless a URL is present

avoids redirecting to `undefined` if there was an error

* improve error message if owncast server URL isn't set

* fix IndieAuth PKCE implementation

use SHA256 instead of SHA1, generates a longer code verifier (must be 43-128 chars long), fixes URL-safe SHA256 encoding

* return real profile data for IndieAuth response

* check the code verifier in the IndieAuth server

* Linting

* Add new chat settings modal anad split up indieauth ui

* Remove logging error

* Update the IndieAuth modal UI. For #1273

* Add IndieAuth repsonse error checking

* Disable IndieAuth client if server URL is not set.

* Add explicit error messages for specific error types

* Fix bad logic

* Return OAuth-keyed error responses for indieauth server

* Display IndieAuth error in plain text with link to return to main page

* Remove redundant check

* Add additional detail to error

* Hide IndieAuth details behind disclosure details

* Break out migration into two steps because some people have been runing dev in production

* Add auth option to user dropdown

Co-authored-by: Aaron Parecki <aaron@parecki.com>
2022-04-21 14:55:26 -07:00
Renovate Bot
12c0882248
Update module github.com/aws/aws-sdk-go to v1.43.43 2022-04-21 13:20:58 +00:00
Renovate Bot
3484d6d8be
Update golang.org/x/net digest to 1850ba1 2022-04-21 06:47:39 +00:00
Renovate Bot
abcfdfa8a0
Update golang.org/x/net digest to a630d4f 2022-04-20 05:48:47 +00:00
Renovate Bot
a825a831fe
Update module github.com/aws/aws-sdk-go to v1.43.41 2022-04-15 23:14:44 +00:00
Renovate Bot
03fc602935
Update module github.com/aws/aws-sdk-go to v1.43.39 2022-04-13 22:58:31 +00:00
Renovate Bot
5c8d591f0a
Update module github.com/aws/aws-sdk-go to v1.43.38 2022-04-12 22:04:14 +00:00
Renovate Bot
ae25019033
Update golang.org/x/time digest to 583f2d6 2022-04-12 06:48:54 +00:00
Renovate Bot
b44c2bdf81
Update golang.org/x/net digest to 290c469 2022-04-12 06:17:31 +00:00
Renovate Bot
2a4e7fbbaf
Update module github.com/aws/aws-sdk-go to v1.43.37 2022-04-12 04:23:51 +00:00
renovate[bot]
cf5f9271df
Update module github.com/aws/aws-sdk-go to v1.43.36 (#1820)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-10 00:56:03 -07:00
Renovate Bot
db278308dc
Update module github.com/shirou/gopsutil/v3 to v3.22.3 2022-04-10 07:23:29 +00:00
Renovate Bot
4fea5954d1
Update golang.org/x/net digest to aac1ed4 2022-04-08 03:03:58 +00:00
Gabe Kangas
e4589a4462
Experiment with supporting h2c 2022-04-07 11:43:26 -07:00
renovate[bot]
af64e88678
Update module github.com/aws/aws-sdk-go to v1.43.31 (#1813)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 11:43:37 -07:00
Renovate Bot
91974a8f88
Update module github.com/oschwald/geoip2-golang to v1.7.0 2022-04-02 02:55:32 +00:00
Renovate Bot
7cb6efe457
Update module github.com/amalfra/etag to v1 2022-04-02 01:48:02 +00:00
Renovate Bot
98463fdb34
Update module github.com/mattn/go-sqlite3 to v1.14.12 2022-03-30 03:57:22 +00:00
Renovate Bot
d972a9ee8a
Update module github.com/SherClockHolmes/webpush-go to v1.2.0 2022-03-28 20:22:03 +00:00
Renovate Bot
042431d9a3 Update module github.com/aws/aws-sdk-go to v1.43.26 2022-03-28 16:41:33 +00:00
Renovate Bot
fd6daff1c9
Update module github.com/yuin/goldmark to v1.4.11 2022-03-26 08:33:10 +00:00
Gabe Kangas
7b4110467b
mod tidy 2022-03-25 19:08:38 -07:00