Commit graph

177 commits

Author SHA1 Message Date
24c02
cbc246bedc actually fix passkey destroy 2026-01-13 16:15:19 -05:00
24c02
c3123509ec lil' bit of copy 2026-01-13 16:10:48 -05:00
24c02
62330ede44 require 2fa on CURRENT session 2026-01-13 16:08:18 -05:00
24c02
6c1b4c787c blegh 2026-01-13 16:08:07 -05:00
Balázs Marcell
0a5f5934a6
Update OIDC guide with Slack's profile picture info (#158) 2026-01-13 15:53:46 -05:00
24c02
38995c3572 fix addresses.add_new i18n 2026-01-13 15:52:16 -05:00
Mahad Kalam
5562fe2c06
WebAuthn/passkeys support (#53)
god i hope any of this works
2026-01-13 15:48:21 -05:00
dependabot[bot]
820983b4fc
Bump ruby-vips from 2.2.4 to 2.2.5 (#2)
Bumps [ruby-vips](https://github.com/libvips/ruby-vips) from 2.2.4 to 2.2.5.
- [Changelog](https://github.com/libvips/ruby-vips/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libvips/ruby-vips/compare/v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: ruby-vips
  dependency-version: 2.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 13:39:53 -05:00
dependabot[bot]
b8b7ba88bd
Bump puma from 6.6.0 to 7.1.0 (#36)
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.1.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](https://github.com/puma/puma/compare/v6.6.0...v7.1.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 13:38:40 -05:00
24c02
2322d9941d fix user assignment? MAYBE? 2026-01-13 13:10:48 -05:00
24c02
5553544862 more context? 2026-01-13 12:43:54 -05:00
nora
3c90b9321d
analytics (#156) 2026-01-13 12:06:36 -05:00
24c02
415daef255 fix async flash? 2026-01-12 10:31:15 -05:00
24c02
421c6f2bf4 only the real bad ones? 2026-01-07 18:29:58 -05:00
24c02
ec35dfc938 rejections by country? 2026-01-07 18:22:24 -05:00
24c02
9e7c3b7ec6 more threads? 2026-01-07 13:47:01 -05:00
24c02
5c1efac9f0 we dunno 2026-01-07 13:33:35 -05:00
24c02
6d5d54e153 check spam 2026-01-07 12:43:01 -05:00
24c02
f158fff633 no unlink on delete 2026-01-07 12:08:22 -05:00
24c02
9857f041ec fix kosovo 2026-01-06 13:23:53 -05:00
Parth
3f7d748522
onboarding scenario for pyramid scheme (#153) 2026-01-06 13:10:24 -05:00
24c02
7781a197df brother... 2026-01-06 13:06:47 -05:00
24c02
5bf891040a fix background on signup? 2026-01-06 12:55:56 -05:00
24c02
3e87d7ec6d lint...... 2026-01-03 21:15:56 -05:00
24c02
feb1d54495 kosovo 2026-01-03 21:14:51 -05:00
24c02
1d05664d2a thanks rubocop 2026-01-02 00:55:10 -05:00
24c02
0e21d31dbf fix up flavortown spec 2026-01-01 17:51:53 -05:00
24c02
c96534d000 bump brakeman 2026-01-01 17:51:41 -05:00
24c02
35a0768008 lint 🥀 2026-01-01 17:51:35 -05:00
nora
94858d563b
New email new me! (#151) 2026-01-01 17:47:36 -05:00
24c02
34b447d4d0 fix deac? 2026-01-01 13:03:34 -05:00
24c02
abb3d8c14b classnames are hard let's go shopping 2025-12-30 20:28:25 -05:00
24c02
c645d9538f waow 2025-12-30 20:28:04 -05:00
24c02
928e20e847 visual pass on resemblances 2025-12-30 17:57:09 -05:00
24c02
e0dc5dd8b1 fixes for resemblance checking 2025-12-30 17:44:02 -05:00
24c02
8412124bb8 correct IDs 2025-12-29 16:32:54 -05:00
nora
3c70ca8c28
switch error handling to sentry 2025-12-29 16:19:10 -05:00
24c02
69c2507793 rails_pulse delenda est 2025-12-29 10:26:02 -05:00
Copilot
f5e98c1b69
Fix NoMethodError when rendering activity for deleted OAuth applications (#145)
* Initial plan

* Fix NoMethodError for deleted OAuth applications in activity partials

Add nil checks for activity.trackable.application before calling backend_program_path and display "(deleted app)" as fallback when application is deleted.

Co-authored-by: 24c02 <163450896+24c02@users.noreply.github.com>

* give us a clue, at least

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: 24c02 <163450896+24c02@users.noreply.github.com>
2025-12-28 19:24:18 -05:00
24c02
51ca041681 noooo!!! 2025-12-26 17:50:55 -05:00
24c02
10b287ecb2 AHAHAHAHAHAHAHA 2025-12-26 17:47:41 -05:00
24c02
10b6ba0bc4 hoo brother... 2025-12-23 14:44:11 -05:00
24c02
506bd073da add rails_pulse crons 2025-12-23 14:10:26 -05:00
24c02
14ee4700f2 fix middleware order? 2025-12-23 14:02:34 -05:00
nora
f43e8a0ec6
fix phone number country code on address form (#130) 2025-12-23 13:42:09 -05:00
24c02
3aec5f6692 try fix thing? 2025-12-22 22:38:00 -05:00
24c02
7bfec1f399 fix staging? 2025-12-22 22:24:25 -05:00
nora
5c9f1d9665
add rails pulse? (#124)
* rails pulse?

* route filter

* disable auth

* no schema yet!
2025-12-22 14:29:29 -05:00
24c02
2d8389f9a6 fix dupe buttons on flavortown ralsei? 2025-12-22 13:06:30 -05:00
24c02
75c5b24ca6 fix signup portal view 2025-12-22 13:04:57 -05:00