discourse/app
David Taylor 2a1abe9ff0
DEV: Expire cn cookie at end of session (#13659)
This cookie is used to transmit notification read state to the server. It is always cleared by the server on the next page load, so there is no need for the expiry to be so long. This commit updates it to expire at the end of the session (the default), and replaces raw `document.cookie` usage with our `cookie` library.
2021-07-07 11:44:26 +01:00
..
assets DEV: Expire cn cookie at end of session (#13659) 2021-07-07 11:44:26 +01:00
controllers FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30
helpers FEATURE: Render emojis on GitHub labels when oneboxing an issue. (#13531) 2021-06-25 14:48:36 -03:00
jobs FIX: Handle SMTPServerBusy for group smtp email (#13632) 2021-07-06 13:37:52 +10:00
mailers FIX: Do not show In Reply To for group SMTP emails (#13541) 2021-06-28 13:19:17 +10:00
models FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30
serializers FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30
services FEATURE: Add last visit indication to topic view page. (#13471) 2021-07-05 14:17:31 +08:00
views FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30