discourse/app
David Taylor 2a7fb4bf3a
FIX: Correct error in ip-lookup component definition (#17339)
7caaee2 introduced a duplicate definition of the component JS. This likely happened because we had the template defined under `javascripts/discourse`, and the component JS defined under `javascript/admin`. This commit removes the duplicate definition, and moves the template to the admin addon
2022-07-05 15:13:50 +01:00
..
assets FIX: Correct error in ip-lookup component definition (#17339) 2022-07-05 15:13:50 +01:00
controllers FIX: Posts can belong to hard-deleted topics (#17329) 2022-07-05 10:51:21 +03:00
helpers DEV: Preload CSS in the <head> (#17322) 2022-07-05 00:23:09 +08:00
jobs FIX: Uninitialized class variable error in sidekiq (#17227) 2022-06-24 14:17:39 +10:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FEATURE: Decouple category/tag presence in sidebar from notifi level (#17273) 2022-06-30 14:54:20 +08:00
serializers FIX: Posts can belong to hard-deleted topics (#17329) 2022-07-05 10:51:21 +03:00
services FIX: Replace onebox markdown when pulling hotlinked image (#17328) 2022-07-05 10:47:10 +08:00
views DEV: Preload CSS in the <head> (#17322) 2022-07-05 00:23:09 +08:00