discourse/app
Gerhard Schlager 2ecc613c5d FIX: URL encode usernames in user profile links in RSS feeds
user_url() failed for usernames containing Unicode characters because it expects URL encoded usernames. RSS feeds do not support IRIs, so lets convert them to URIs by encoding the usernames.
2019-07-18 23:18:23 +02:00
..
assets fix tests (#7912) 2019-07-18 23:15:36 +02:00
controllers FEATURE: Gz to zip for exports (#7889) 2019-07-18 09:34:48 -03:00
helpers FIX: Fallback to gzip compression if brotli isn't supported (#7895) 2019-07-16 11:05:37 -03:00
jobs FEATURE: Gz to zip for exports (#7889) 2019-07-18 09:34:48 -03:00
mailers SECURITY: Strip HTML from invite emails 2019-07-05 14:57:11 -04:00
models FIX: remove post upload record creation inside 'find_missing_uploads' method. 2019-07-19 01:44:08 +05:30
serializers FEATURE: opt-in guidance on topics for users without access (#7852) 2019-07-04 10:12:39 +02:00
services FEATURE: Create a rake task for destroying categories 2019-07-17 12:44:14 -06:00
views FIX: URL encode usernames in user profile links in RSS feeds 2019-07-18 23:18:23 +02:00