This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
David Taylor cc56f226b8 FIX: Correct mention autocomplete in new topics in unsecured categories
When autocompleting mentions in secure categories, we immediately populate the list with users which have permission to view the category. This logic is applied to unsecured categories as well, but the server returns an empty list of users. This commit teaches the autocomplete to understand empty lists of users without terminating the autocomplete dropdown.
2019-10-21 14:52:54 +01:00
..
adapters FEATURE: Adds a pop up that shows a more detailed score for reviewables (#8035) 2019-09-04 09:56:25 -06:00
components FIX: d-button should default type to button (#8217) 2019-10-21 09:42:19 +02:00
controllers FIX: various fixes to draft system 2019-10-21 17:24:06 +11:00
helpers FIX: Correctly escape category description text (#8107) 2019-10-01 12:04:39 -04:00
initializers FEATURE: Use full page redirection for all external auth methods (#8092) 2019-10-08 12:10:43 +01:00
lib FIX: Correct mention autocomplete in new topics in unsecured categories 2019-10-21 14:52:54 +01:00
mixins FIX: various fixes to draft system 2019-10-21 17:24:06 +11:00
models FIX: various fixes to draft system 2019-10-21 17:24:06 +11:00
pre-initializers REFACTOR: Move app-events:main to service:app-events (#8152) 2019-10-04 10:06:08 -04:00
raw-views DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
routes FIX: various fixes to draft system 2019-10-21 17:24:06 +11:00
services REFACTOR: Move app-events:main to service:app-events (#8152) 2019-10-04 10:06:08 -04:00
templates FEATURE: Remember scroll position in private message lists (#8212) 2019-10-18 13:16:52 -05:00
widgets FEATURE: Use the 'ugc' rel attribute alongside 'nofollow' 2019-10-14 15:21:48 -03:00
mapping-router.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00