You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'main' into cycomachead/141-implement-mass-assignment-idor-fixes/1
* main: (25 commits)
chore: autocorrect RSpec/MatchWithSimpleRegex offenses
chore: use Rails.env.local? for developer provider gate
refactor: simplify developer login gate and trim comments
fix: prevent account takeover by splitting user lookup paths
refactor: remove redundant TokenRefreshable from SessionController
feat: update assignments table styling and sync functionality
feat: extend user sessions via token refresh and persistent cookies
tweak postion of the page size dropdown
style(test): fix rubocop layout offenses in staging interceptor spec
feat: implement email interceptor for staging environment
Bump json from 2.19.5 to 2.20.0
Bump rubocop-rspec from 3.9.0 to 3.10.2
Bump sentry-rails from 6.5.0 to 6.6.2
Bump axe-core-rspec from 4.11.3 to 4.12.0
Bump brakeman from 8.0.4 to 8.0.5
feat: update pagination and page size options for pending requests
Use 3.3.10 locally and add safety assured to migration
refactor: trust top-level base dates, drop all_dates parsing
refactor: simplify Canvas base-date handling and document the API
fixup spec and includes call
...
Rails.logger.warn("Canvas API by #{current_user.id}: Courses with missing enrollments: #{missing_enrollments.pluck('id').join(', ')}")unlessmissing_enrollments.empty?
0 commit comments