Commit graph

546 commits

Author SHA1 Message Date
Matt Jankowski
f1d4be1e75
Use preferred allowed origin configuration style for webauthn config () 2025-02-18 15:03:43 +00:00
Renaud Chaput
4af91e564d
Fix a missing require when enabling the local prometheus exporter with Sidekiq () 2025-02-05 13:49:47 +00:00
Renaud Chaput
59384282ed
Add an optional metric exporter () 2025-01-27 12:52:30 +00:00
Matt Jankowski
c0264c8013
Extend custom CSS cache time with digest paths () 2025-01-08 08:48:45 +00:00
Matt Jankowski
9b82bedc6f
Only register stats dirs when command available () 2025-01-04 17:44:49 +00:00
Matt Jankowski
af7d6e59af
Replace deprecated STATS_DIRECTORIES with Rails::CodeStatistics.register_directory approach () 2025-01-03 21:52:16 +00:00
Matt Jankowski
535866218e
Update rails to version 8.0.1 () 2025-01-03 16:08:21 +00:00
Renaud Chaput
22813dbc6e
Fix /health endpoint when OTEL is configured () 2024-12-19 10:44:44 +00:00
Renaud Chaput
3febe7d020
Add OTEL trace & span IDs to logs () 2024-12-18 07:34:20 +00:00
Robb Kidd
d580607510
don't start OTel traces with Redis spans () 2024-12-13 08:21:38 +00:00
Matt Jankowski
be2d4615ab
Rely on Rails to enable YJIT when available () 2024-11-22 08:31:23 +00:00
Emelia Smith
4517e18b79
Update dependency doorkeeper to v5.8.0 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-21 13:48:30 +00:00
Renaud Chaput
bcf5d30e01
Add OpenTelemetry VCS attributes () 2024-11-18 08:41:09 +00:00
Claire
f5f6273d2b
Move ALLOWED_PRIVATE_ADDRESSES parsing to an initializer () 2024-11-12 13:00:52 +00:00
David Roetzel
d60ef3f17e
Disable httplog gem in production () 2024-11-05 08:55:34 +00:00
Matt Jankowski
a139dac18e
Remove cookie rotator () 2024-11-04 09:11:00 +00:00
Emelia Smith
e1b7382ea6
Add userinfo oauth endpoint () 2024-10-30 14:38:10 +00:00
Claire
6ff1954bdb
Change Active Record Encryption variable check to check for emptiness () 2024-10-16 08:43:45 +00:00
Claire
ffa1032381
Add further warnings about encryption secrets () 2024-10-14 13:00:20 +00:00
Emelia Smith
454d21ab5a
Remove OAuth Password Grant Type support () 2024-10-01 09:56:58 +00:00
Claire
e22eff8900
Remove regexp timeout feature () 2024-09-30 09:41:06 +00:00
David Roetzel
cfb8fc6222
Increase regexp timeout and allow override () 2024-09-24 13:16:58 +00:00
Tim Campbell
11eae691ba
Feature more otel customization () 2024-09-23 08:55:35 +00:00
Matt Jankowski
5405bdd344
Remove unused E2EE messaging code () 2024-09-18 09:27:43 +00:00
Claire
d5cf27e667
Add global Regexp timeout () 2024-09-16 09:40:18 +00:00
Claire
a496aeabcb
Change form-action Content-Security-Policy directive to be more restrictive () 2024-09-12 13:24:19 +00:00
Eugen Rochko
24ef8255b3
Change design of embed modal in web UI () 2024-09-12 12:54:16 +00:00
Matt Jankowski
b530fc5267
Update rails to version 7.1.4 () 2024-09-06 15:22:35 +00:00
Claire
ee55d20fd5
Allow POST /oauth/revoke through CORS () 2024-09-04 10:46:28 +00:00
David Roetzel
388d5473e1
Refactor (ruby) redis configuration () 2024-09-02 14:19:55 +00:00
Matt Jankowski
85e8d1f285
Use rails configuration storage for paperclip path () 2024-08-30 09:46:09 +00:00
Matt Jankowski
6ec768668e
Remove nsa statsd integration (replaced by OpenTelemetry) () 2024-08-22 20:28:54 +00:00
Matt Jankowski
02df1b4e4a
Finish email allow/deny list naming migration () 2024-08-13 07:37:32 +00:00
Emelia Smith
a1f723a6a4
Add support for PKCE Extension in OmniAuth OIDC () 2024-08-12 14:32:52 +00:00
Claire
eaedd52def
Fix incorrect rate limit on PUT requests () 2024-08-09 14:48:05 +00:00
Adam Niedzielski
887e64efd4
Allow @ at the end of an URL () 2024-07-25 15:02:58 +00:00
Renaud Chaput
36592d10aa
Change Sidekiq readiness file to use an environment variable () 2024-07-10 12:57:25 +00:00
Renaud Chaput
7542a134d5
Add a file for Sidekiq to signal it is ready to process jobs () 2024-07-09 10:47:08 +00:00
Claire
8de5df225e
Change instructions to use bundle exec rails instead of rake () 2024-07-05 08:54:45 +00:00
Matt Jankowski
bc3737f0c3
Add detail about running version on vips error failure () 2024-06-27 16:27:42 +00:00
Claire
b15a3614dc
Stub Vips::Error when not using libvips () 2024-06-27 15:25:27 +00:00
Renaud Chaput
845fe1c693
Add the Interlingua locale () 2024-06-25 14:05:24 +00:00
Tim Rogers
f6e466058a
Added check for STATSD_ADDR setting to emit a warning and proceed rather than crashing if the address is unreachable () 2024-06-24 14:41:04 +00:00
Matt Jankowski
980034e2e1
Fix Style/NilLambda cop in paperclip initializer () 2024-06-14 09:50:50 +00:00
Matt Jankowski
0e1110c947
Use SECRET_KEY_BASE_DUMMY feature as placeholder during asset compilation () 2024-06-10 20:08:04 +00:00
Matt Jankowski
0cf91213c9
Opt in to remaining Rails 7.1 defaults ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-06-10 06:32:20 +00:00
Claire
80cd001e0a
Fix linting issue () 2024-06-07 14:32:29 +00:00
Isa S
773283ffb9
Make S3's retry limit a ENV variable () 2024-06-07 13:54:55 +00:00
Victor Dyotte
299ae9bf92
Add S3_KEY_PREFIX environment variable () 2024-06-07 12:29:30 +00:00
Emelia Smith
e02d23b549
Change read:me scope to profile scope ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-06-06 07:30:10 +00:00