0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-patreon/lib
Kris 995b20ff95
FIX: clear patreon warning on successful response (#42332)
Reported here:
https://meta.discourse.org/t/dashboard-advice-regarding-patreon-persists-after-issue-is-fixed/389807/

A 401 response from the Patreon plugin permanently sets a dashboard
warning that can not be cleared. This removes the message the next time
the API has a successful response. The spec for this also couldn't fail,
so that has been corrected.
2026-08-05 09:02:10 -04:00
..
api_version
discourse_patreon
validators
api.rb FIX: clear patreon warning on successful response (#42332) 2026-08-05 09:02:10 -04:00
campaign.rb FIX: Restore "All Patrons" pseudo-tier in admin UI (#39349) 2026-04-17 14:15:37 -03:00
patron.rb FIX: Deleted patrons can retain access to groups mapped to the "0" / "All Patrons" reward until the next full sync (#39934) 2026-05-12 14:32:37 -05:00
patron.rb.lock FIX: Deleted patrons can retain access to groups mapped to the "0" / "All Patrons" reward until the next full sync (#39934) 2026-05-12 14:32:37 -05:00
pledge.rb FIX: Deleted patrons can retain access to groups mapped to the "0" / "All Patrons" reward until the next full sync (#39934) 2026-05-12 14:32:37 -05:00
pledge.rb.lock FIX: Deleted patrons can retain access to groups mapped to the "0" / "All Patrons" reward until the next full sync (#39934) 2026-05-12 14:32:37 -05:00
seed.rb DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
tokens.rb