discourse/app/views/users
Martin Brennan 22208836c5
DEV: Ignore bookmarks.topic_id column and remove references to it in code (#14289)
We don't need no stinkin' denormalization! This commit ignores
the topic_id column on bookmarks, to be deleted at a later date.
We don't really need this column and it's better to rely on the
post.topic_id as the canonical topic_id for bookmarks, then we
don't need to remember to update both columns if the bookmarked
post moves to another topic.
2021-09-15 10:16:54 +10:00
..
omniauth_callbacks FIX: Allow omniauth confirmation page to pass through GET parameters 2020-01-08 15:31:51 +00:00
activate_account.html.erb DEV: Remove `ember_jquery` in most situations (#13237) 2021-06-01 15:32:51 -04:00
admin_login.html.erb FIX: Make form use /u/admin-login instead of /users/admin-login (#10663) 2020-09-14 12:27:06 +10:00
bookmarks.ics.erb DEV: Ignore bookmarks.topic_id column and remove references to it in code (#14289) 2021-09-15 10:16:54 +10:00
confirm_admin.html.erb UX: show user email address on "grant admin access" email and UI 2019-11-04 14:47:00 +05:30
password_reset.html.erb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
perform_account_activation.html.erb CSP - extract all other inline JavaScripts (#6528) 2018-10-25 09:52:01 -04:00
send_activation_email.html.erb Add a link that allows you to send activation email again 2013-02-22 11:49:58 -05:00
show.html.erb DEV: Upgrade Discourse to Rails 6 (#8083) 2019-09-12 10:41:50 +10:00