about summary refs log tree commit diff
path: root/src/state/session/index.tsx
Commit message (Expand)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+3
* Replace `resumeSession` with `getSession` in the email check (#8670)Samuel Newman2025-07-231-1/+21
* Instrument signup (#8037)Samuel Newman2025-03-271-10/+25
* Takendown state + in-app takedown appeals (#7566)Samuel Newman2025-01-231-1/+1
* Remove the environment indirections (#7089)dan2024-12-131-2/+1
* Remove Segment (#5518)Hailey2024-09-271-4/+0
* Move global "Sign out" out of the current account row (#4941)dan2024-08-151-6/+32
* subclass agent to add setPersistSessionHandler (#4928)Hailey2024-08-121-20/+4
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-121-4/+20
* [Persisted] Make broadcast subscriptions granular by key (#4874)dan2024-08-061-2/+2
* [Session] Logging (#4476)dan2024-06-201-5/+37
* [Session] Convert account to session data explicitly (#4446)dan2024-06-191-2/+3
* [🙅] Disambiguation of the deactivation (#4267)Eric Bailey2024-06-041-1/+1
* Replace getAgent() with reading agent (#4243)dan2024-05-281-9/+2
* [Session] Dispose of stale agents immediatelyDan Abramov2024-05-231-0/+13
* Replace updateCurrentAccount() with refreshSession() (#3910)dan2024-05-081-19/+1
* [Session] Code cleanup (#3854)dan2024-05-081-296/+70
* [Session] Remove global agent (#3852)dan2024-05-081-330/+246
* [Session] Align state and global agent switchpoints (#3845)dan2024-05-031-36/+22
* [Session] Reset global agent on expire (#3838)dan2024-05-031-6/+11
* [Session] Rely on agent session change event for persisting resumed session (...dan2024-05-031-32/+12
* [Session] Fix stale emailAuthFactor and emailConfirmed on the client (#3835)dan2024-05-031-15/+11
* [Session] Track agent in state (#3833)dan2024-05-031-47/+139
* [Session] Call persist handler directly (#3828)dan2024-05-021-96/+63
* [Session] Extract selectAccount out (#3812)dan2024-05-021-24/+1
* [Session] Extract resumeSession out (#3811)dan2024-05-021-22/+1
* [Session] Derive currentAccount from accounts + currentAccountDid (#3795)dan2024-05-011-22/+28
* [Session] Use flag on state for persistence (#3793)dan2024-05-011-43/+42
* [Session] Refactor to prepare for V2 (#3781)dan2024-05-011-317/+156
* [Session] Move deactivated field off the session object (#3780)dan2024-05-011-3/+4
* [Session] Consistently copy SessionAgent fields (#3779)dan2024-05-011-5/+7
* Session fixes, pt. 1 (#3762)dan2024-04-301-8/+12
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-7/+5
* Persist PDS URL for session resumption (#3620)Mary2024-04-241-4/+20
* Email auth factor (#3602)Paul Frazee2024-04-221-3/+13
* [Statsig] Slightly block the UI on gates (#3608)dan2024-04-181-1/+14
* PWI improvements (#3489)Paul Frazee2024-04-121-4/+4
* Scope query client per DID (#3333)dan2024-04-041-11/+4
* [Statsig] Onboarding and routing events (#3302)dan2024-03-211-8/+10
* [Statsig] Track login/logout (#3286)dan2024-03-191-23/+38
* 3p moderation services [WIP] (#2550)Paul Frazee2024-03-181-1/+40
* Scale back sentry logs for trivial events (#2997)Hailey2024-02-261-9/+9
* remove sandbox labels (#2883)Hailey2024-02-161-6/+0
* Hackfix to avoid creating identical profile objects during account creationPaul Frazee2024-02-071-0/+6
* set default display name to be blank (#2717)Hailey2024-01-311-1/+1
* Clean up some sentry logs (#2630)Eric Bailey2024-01-251-46/+9
* Add account-activation queueing to signup (#2613)Paul Frazee2024-01-251-5/+33
* Phone number verification in account creation (#2564)Paul Frazee2024-01-181-1/+13
* Create a profile record on new user (#2520)Paul Frazee2024-01-121-0/+6
* Ensure sessions and tokens are synced between tabs (#2498)Eric Bailey2024-01-121-23/+37