discourse/app
Krzysztof Kotlarek 1859025228
FIX: my links in sidebar section (#20754)
Links like `/my/preferences` were invalid in custom section. The reason is that `/my` links are just redirects from backend, and they are not recognized as valid Ember paths.

https://github.com/discourse/discourse/blob/main/config/routes.rb#L433

Therefore, regex match allowlist was added - similar to backend check:

https://github.com/discourse/discourse/blob/main/app/controllers/users_controller.rb#L471

/safe-mode is same case
2023-03-21 15:58:42 +11:00
..
assets FIX: my links in sidebar section (#20754) 2023-03-21 15:58:42 +11:00
controllers FEATURE: ability to reorder links in custom sidebar sections (#20626) 2023-03-21 12:23:28 +11:00
helpers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
jobs DEV: Refactor `Jobs::UserEmail` a little 2023-03-14 09:23:06 +01:00
mailers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
models FIX: my links in sidebar section (#20754) 2023-03-21 15:58:42 +11:00
serializers FIX: my links in sidebar section (#20754) 2023-03-21 15:58:42 +11:00
services FIX: search index failing on certain posts (#20736) 2023-03-20 15:43:08 +11:00
views SECURITY: Show only visible tags in metadata 2023-02-23 17:22:20 +01:00