Commit Graph

2872 Commits

Author SHA1 Message Date
Eric Bailey 9ef52d8292 Return verification views with empty display name values (#3772)
* Remove displayName requirement

* Be a little more correct

* Ok lets remove that check
2025-04-22 16:47:04 -05:00
devin ivy 9a585b6a2c Ozone: fix correctness and perf issues with reporter stats (#3791)
ozone: fix correctness and perf issues with reporter stats
2025-04-22 10:13:45 -04:00
rafael a1b2370dbc Mark generated files in gitattributes (#3788) 2025-04-21 12:25:33 -03:00
rafael d65ceaeeef lex codegen for #3769 (#3787) 2025-04-21 11:38:14 -03:00
github-actions[bot] 2b0c0159a9 Version packages (#3784)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-18 17:31:23 -04:00
devin ivy d794b06763 Revert hcaptcha COEP requirements (#3783)
* Revert "Use more secure COEP header when hCaptcha is enabled (#3755)"

This reverts commit 96de2acb30.

* changeset
2025-04-18 17:12:54 -04:00
github-actions[bot] f1a2b44550 Version packages (#3782)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-18 14:59:07 -05:00
rafael 0087dc1c0b Verification notifications (#3773)
Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-18 16:46:42 -03:00
github-actions[bot] 8e696dbcbf Version packages (#3779)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-18 15:37:26 -04:00
Eric Bailey a70dad5aea Skip lazy load of hcaptcha for now (#3781)
* Skip lazy load of hcaptcha for now

* Changeset

* I18n
2025-04-18 15:20:36 -04:00
Matthieu Sieben 81524fcb00 Minor UI fixes to OAuth flow (#3778) 2025-04-18 19:12:12 +02:00
github-actions[bot] 90e9a20d31 Version packages (#3777)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-18 11:11:53 +02:00
Matthieu Sieben 30f9b6690e OAuth Provider account page fixes (#3764)
* Allow `:` chars in url path parts

* Allow customizing contrast and hue colors

* Allow customizing contrast and hue colors

* Use white as primary contrast color

* Fix buttons alignment and labels in "My Devices" section

* Add a `<title>` tag to all pages

* Properly display the "lastSeenAt" date

* Improve display of clients & devices

* tidy

* code split

* Add definition for `ConventionalOAuthClientId`

* Remove hard coded `client_name` from loopback client metadata

* Code factorization

* Fix `<title>` of branding page
2025-04-18 11:04:34 +02:00
Matthieu Sieben 0d77d1b550 Add context getter option to CachedGetter class (#3776)
* Add `context` getter option to `CachedGetter` class

* Remove `bind` method from `CachedGetter`
2025-04-18 11:04:24 +02:00
Matthieu Sieben 6db9faa4a1 Remove unused image-url.ts file (#3775) 2025-04-18 11:00:43 +02:00
surfdude29 d23f311684 Fix typo in lexicon (#3769)
fix typo in defs.json
2025-04-17 22:51:20 -07:00
github-actions[bot] a70e7dabd0 Version packages (#3771)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-17 17:25:40 -05:00
Eric Bailey 553c988f1d Add prefs (#3770)
* Add verification prefs

* Update other unrelated tests
2025-04-17 17:11:03 -05:00
github-actions[bot] 3bdddeb439 Version packages (#3760)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-17 14:04:07 -05:00
rafael 8d99915ce0 Update chat verification lexicon (#3766)
* Update chat verification lexicon

* changeset
2025-04-17 13:19:09 -05:00
Matthieu Sieben 96de2acb30 Use more secure COEP header when hCaptcha is enabled (#3755)
Refs: https://github.com/hCaptcha/react-hcaptcha/issues/259
2025-04-17 11:02:32 +02:00
lamp f7c3f9afd9 filter youtube tracking parameter 2025-04-17 03:44:37 -04:00
rafael 688268b6a5 Delegated verification (#3761)
Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-16 19:38:16 -03:00
Matthieu Sieben cf7227f8a1 Update messages.po files (#3759)
messages
2025-04-16 16:41:18 +02:00
Matthieu Sieben 0f3899dd52 Minor UI/UX tweaks (#3758)
* Minor UI/UX tweaks

* Update packages/oauth/oauth-provider-frontend/src/components/Avatar.tsx

Co-authored-by: futur <me@futuristick.ca>

---------

Co-authored-by: futur <me@futuristick.ca>
2025-04-16 16:39:50 +02:00
github-actions[bot] b53e2c5d77 Version packages (#3756)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-16 14:37:20 +02:00
Roscoe Rubin-Rottenberg 23462184dc fix lex-cli record name conflicts (#3715)
* fix lex-cli record name conflicts

* bumps
2025-04-16 12:45:22 +02:00
github-actions[bot] 231eb48265 Version packages (#3753)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-16 10:45:52 +02:00
Matthieu Sieben 1e461eab03 Fix missing dist files from @atproto/oauth-provider-ui (#3754)
* Remove reference to missing "bin" executable

* Remove "dependency" on `rollup-plugin-bundle-manifest`

* Fix dependencies

* Explicit exported package `files`

* Update pnpm lock
2025-04-16 10:25:29 +02:00
devin ivy 0759f0feed Ozone: add metadata endpoint (#3735)
* ozone: add well-known metadata endpoint

* ozone changeset
2025-04-15 21:17:33 -04:00
rafael 3fcd221111 Fix dependency (#3752) 2025-04-15 16:30:52 -03:00
github-actions[bot] bf0faed1f8 Version packages (#3748)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-15 17:35:49 +02:00
Matthieu Sieben 5720b644af Fix build of PDS docker image (#3749) 2025-04-15 17:27:23 +02:00
Matthieu Sieben 371e04aad2 Account management page (#3659)
---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-15 17:15:27 +02:00
Matthieu Sieben 8b98fec885 Hide client id pathname if it is exaclty /oauth-client-metadata.json (#3667) 2025-04-15 16:00:50 +02:00
devin ivy 26a0777167 Oauth: fix typo in jwk error (#3747)
* oauth: fix typo in jwk error

* changeset

---------

Co-authored-by: Matthieu Sieben <matthieu.sieben@gmail.com>
2025-04-15 15:59:09 +02:00
github-actions[bot] 3496935e72 Version packages (#3734)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-11 16:55:58 -03:00
rafael ca07871c48 Update DM reaction length on chat lexicon (#3741) 2025-04-11 16:48:18 -03:00
Ryan Barrett a4af3494bd fix a couple typos in the PLC code email template (#3730)
recieved => received
2025-04-10 23:27:30 -04:00
devin ivy 388e5d3d2b Appview: skip actor cache for viewer (#3733)
* appview: skip actor cache for viewer

* appview: rename getActors cache control arg, convenience on hydration ctx
2025-04-10 21:30:02 -04:00
bnewbold fc61662d7b new host status com.atproto.sync lexicons (#3714)
* new host status com.atproto.sync lexicons

* add description

* add specific error response from request crawl if host is banned

* lint

* break out hostStatus to com.atproto.sync.defs

* add a changeset

* codegen
2025-04-09 14:40:49 -07:00
github-actions[bot] f329c56454 Version packages (#3725)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-08 10:19:52 -07:00
Hailey 8b7bf7e8f0 use full profile in suggested users response (#3724)
* use full profile in suggested users response

* Codegen

* Changeset

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-07 18:30:10 -07:00
Daniel Holmgren 01f2bd13eb Ozone: add sort idx to moderation_subject_status (#3191)
* add sort idx

* awaits

* fix syntax err
2025-04-04 16:51:39 -05:00
github-actions[bot] e1eeef7025 Version packages (#3717)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-04 09:31:40 -07:00
Hailey 0e681d3036 add getSuggestedUsers (#3713)
* add lex

* Fix syntax errors

* Fix typo

* Make category optional

* Codegen

* setup endpoint

* nits

* changeset

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-04 09:22:59 -07:00
github-actions[bot] 6bc8355c40 Version packages (#3710)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-02 18:38:47 -05:00
Hailey efb302db1a unspecced getSuggestedFeeds (#3680)
* Reapply "add codegen"

This reverts commit 620b10954a.

* add pipethrough

* pipethrough header

* fix descriptions

* rm

* codgen/build

* suggested starterpacks pipethrough

* Reapply "add codegen"

This reverts commit 620b10954a.

* add pipethrough

* pipethrough header

* fix descriptions

* rm

* codgen/build

* add hot

* Codegen

* Hotter

* Category as optional open string

* Format

* Run codegen for reaction lexicon changes (#3674)

* codegen main

* changeset

* Version packages (#3675)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* add hot

* Codegen

* Hotter

* Category as optional open string

* Format

* codegen

* tidy

* required array

* getSuggestedFeeds codegen

* add pipethrough

* add route

* update comment

* use right viewer

* update comment

* Feedback

* Changset

* Format

---------

Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-02 17:36:30 -05:00
Daniel Holmgren 4db923ca1c Rewrite CAR implementation (#3672)
* use hand-written car writer

* tidy

* initial impl

* fix bug & compiler errors

* remove dependency

* refactor & tidy

* del old util test

* simple test fixtures

* changesets

* propagate termination

* pr feedback

* support async & sync iterables

* add dump methohd to iterator

* build branch

* fix import

* dont build branch
2025-04-02 16:57:32 -05:00
github-actions[bot] 02bc8e60c5 Version packages (#3707)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-01 16:13:43 -05:00