about summary refs log tree commit diff
path: root/src/state/session
Commit message (Expand)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-093-3/+3
* E2E fixes (#8980)Samuel Newman2025-09-051-4/+4
* use an env var for configurable proxy header (#8863)hailey2025-08-261-3/+41
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+3
* [APP-1173] Clean up env (#8701)Eric Bailey2025-07-301-5/+5
* Replace `resumeSession` with `getSession` in the email check (#8670)Samuel Newman2025-07-233-3/+69
* Port post embeds to new arch (#7408)Eric Bailey2025-06-131-2/+2
* change `UK` country code to `GB` in additional-moderation-authorities.ts (#8211)surfdude292025-04-181-2/+2
* Configure moderationEric Bailey2025-04-101-12/+67
* Instrument signup (#8037)Samuel Newman2025-03-272-20/+38
* Logger improvements (#7729)Eric Bailey2025-02-281-2/+2
* Takendown state + in-app takedown appeals (#7566)Samuel Newman2025-01-232-2/+7
* Pipe statsig events to logger (#7141)dan2024-12-171-13/+0
* Remove the environment indirections (#7089)dan2024-12-131-2/+1
* Gate bitdrift integration (#7088)dan2024-12-131-0/+9
* Add `isSelfHosted` to `SessionAccount` (#7028)Eric Bailey2024-12-092-0/+33
* Disable feed debug gate due to EME (#5815)Hailey2024-10-171-1/+6
* Add DE labeler (#5675)Eric Bailey2024-10-171-1/+3
* Remove Segment (#5518)Hailey2024-09-271-4/+0
* Additional moderation (#5172)Eric Bailey2024-09-202-0/+45
* Language fixes (#5384)Eric Bailey2024-09-201-0/+4
* Move global "Sign out" out of the current account row (#4941)dan2024-08-154-17/+159
* Don't kick to login screen on network error (#4911)dan2024-08-133-12/+33
* subclass agent to add setPersistSessionHandler (#4928)Hailey2024-08-122-82/+60
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-124-49/+93
* [Persisted] Make broadcast subscriptions granular by key (#4874)dan2024-08-061-2/+2
* [Session] Include stack with the debug event (#4763)dan2024-07-101-1/+6
* Rename session event, scope to errors (#4761)dan2024-07-092-4/+6
* Log session events unconditionally (#4758)dan2024-07-092-1/+15
* Starter Packs (#4332)Hailey2024-06-211-12/+0
* [Session] Logging (#4476)dan2024-06-203-6/+178
* [Session] Convert account to session data explicitly (#4446)dan2024-06-192-17/+24
* Verify email reminders (#4510)Eric Bailey2024-06-181-0/+8
* [🙅] Integrate deactivate (#4308)Eric Bailey2024-06-052-2/+68
* [🙅] Remove fallback that's no longer valid (#4353)Eric Bailey2024-06-042-30/+30
* [🙅] Disambiguation of the deactivation (#4267)Eric Bailey2024-06-044-36/+68
* Replace getAgent() with reading agent (#4243)dan2024-05-281-9/+2
* Log error statuses from failed resume session calls (#4174)Eric Bailey2024-05-231-1/+11
* [Session] Dispose of stale agents immediatelyDan Abramov2024-05-231-0/+13
* [Session] Persist updates from inactive agentDan Abramov2024-05-232-17/+22
* More retries when resuming non-stale account (#4156)Eric Bailey2024-05-221-1/+1
* Conditionally set chat declaration (#4122)Eric Bailey2024-05-201-9/+12
* Set chat declaration upon signup (#4084)Eric Bailey2024-05-171-0/+10
* Movable following feed (#3593)Eric Bailey2024-05-111-5/+29
* [Session] Restore emailAuthFactor and emailConfirmed from last session (#3939)dan2024-05-091-4/+7
* Handle push notifications for DMs (#3895)Hailey2024-05-091-2/+2
* Replace updateCurrentAccount() with refreshSession() (#3910)dan2024-05-084-224/+1
* Add session reducer tests (#3860)dan2024-05-082-0/+1644
* [Session] Code cleanup (#3854)dan2024-05-087-486/+537
* [Session] Remove global agent (#3852)dan2024-05-083-339/+257