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/app/lib
Joffrey JAFFEUX 8825395bdc
DEV: allows to decorate username selector (#9869)
Usage:

```
api.addUsernameSelectorDecorator(username => {
  return iconHTML("calendar-alt");
});
```
2020-05-25 19:09:55 +02:00
..
after-transition.js
ajax-error.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
ajax.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
autocomplete.js REFACTOR: value assigned to cp here is unused. (#9672) 2020-05-07 16:30:51 +02:00
autosize.js
bookmark.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
cached-topic-list.js
category-hashtags.js
category-tag-search.js DEV: 25ms was too short and causing test failures (#9712) 2020-05-08 21:10:52 +02:00
clean-dom.js
click-track.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
computed.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
constants.js DEV: User UPPER_CASE for constants 2020-05-08 15:50:55 -04:00
copy-text.js
d-popover.js
debounce.js
decimal-adjust.js
desktop-notifications.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
dirty-keys.js
discourse-location.js
export-csv.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
export-result.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
eyeline.js
formatter.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
hash.js
highlight-html.js
highlight-search.js DEV: User UPPER_CASE for constants 2020-05-08 15:50:55 -04:00
highlight-syntax.js
intercept-click.js FIX: an <a> with a target of _blank wants a new window (#9607) 2020-05-01 11:05:36 -04:00
is-element-in-viewport.js
key-value-store.js
keyboard-shortcuts.js DEV: removes a setTimeout and ensure shorcut is not propagated (#9702) 2020-05-08 16:46:13 +02:00
lazy-load-images.js DEV: Add jquery-free decorateCookedElement function to plugin api (#9534) 2020-04-24 09:47:33 +01:00
lightbox.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
link-category-hashtags.js
link-lookup.js REFACTOR: removes useless conditional (#9674) 2020-05-07 16:34:25 +02:00
link-mentions.js
link-tag-hashtag.js
load-script.js PERF: avoid traversing DOM in loadScript 2020-05-25 18:19:59 +10:00
lock-on.js
logout.js
mobile.js DEV: Remove Discourse.Mobile 2020-05-11 16:13:29 -04:00
notification-levels.js
offset-calculator.js
optional-service.js
page-tracker.js
page-visible.js
plugin-api.js DEV: allows to decorate username selector (#9869) 2020-05-25 19:09:55 +02:00
plugin-connectors.js DEV: Remove Discourse.RAW_TEMPLATES (#9630) 2020-05-05 12:15:03 -04:00
posts-with-placeholders.js
preload-store.js DEV: Move preload-store to discourse/lib/preload-store 2020-05-06 15:28:06 -04:00
push-notifications.js
put-cursor-at-end.js
pwa-utils.js
quote-state.js
quote.js
register-topic-footer-button.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
render-tag.js DEV: Remove Handlebars.Utils.escapeExpression usage 2020-04-30 11:36:55 -04:00
render-tags.js
render-topic-featured-link.js
reports-loader.js
round.js
safari-hacks.js DEV: Replace setTimeout with Ember.run.later 2020-04-28 14:28:16 -04:00
screen-track.js
search.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
settings.js
sharing.js
show-modal.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
static-route-builder.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
svg-sprite-loader.js
tag-hashtags.js
text-direction.js
text.js REFACTOR: function was incorrectly called as a constructor (#9679) 2020-05-07 16:36:29 +02:00
theme-selector.js Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
to-markdown.js
tooltip.js REFACTOR: removes superfluous argument (#9684) 2020-05-07 16:38:23 +02:00
transform-post.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
uploads.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
url.js FIX: published pages couldn't be routed from inside discourse (#9569) 2020-04-28 16:37:56 +02:00
user-activation.js
user-presence.js
user-search.js DEV: 25ms was too short and causing test failures (#9712) 2020-05-08 21:10:52 +02:00
utilities.js FIX: Apply code quoting with no syntax highlighting (#9784) 2020-05-14 13:03:42 -07:00
webauthn.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00