discourse/app
Blake Erickson 2123561125
FIX: Mobile app notification urls w/ subfolder (#12282)
The urls that we generate for mobile post notifications don't take into
account the subfolder url if a site happens to have one configured. When
this happens when you tap on a new mobile notification it takes you to
a url that doesn't work because it is missing the subfolder portion.

I honestly think this should be handled in the Post model like we do
with the Topic model. `Post.url` should know how to handle subfolder
installs, but that seemed like a very risky change because there are
lots of other places in the codebase where we tack on the base_path and
I didn't want to risk duplicating it.

I also found a small typo in the topics controller spec.
2021-03-04 07:07:37 -07:00
..
assets DEV: DRY up wavingHandUrl code. 2021-03-04 15:18:54 +08:00
controllers FIX: Make email a required param when accepting invite links. 2021-03-04 09:27:04 +08:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: Mobile app notification urls w/ subfolder (#12282) 2021-03-04 07:07:37 -07:00
mailers FIX: Skip sending PM email for user silence (#12240) 2021-03-02 09:18:09 +10:00
models FIX: message bus when group private message (#12269) 2021-03-04 08:33:58 +11:00
serializers FEATURE: Various improvements to invite system (#12023) 2021-03-03 11:45:29 +02:00
services FEATURE: Autotag watched words (#12244) 2021-03-03 10:53:38 +02:00
views FIX: Remove unused JS from "finish installation" page (#12263) 2021-03-02 19:19:19 +01:00