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
2020-08-13 14:56:13 +10:00
..
after-transition.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
ajax-error.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
ajax.js FIX: Only raise proper "error" messages 2020-08-05 16:27:06 -04:00
autocomplete.js DEV: allows autocomplete to be debounced (#10166) 2020-07-06 09:28:57 +02:00
autosize.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
bookmark.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
cached-topic-list.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
category-hashtags.js FIX: Fix race condition when resolving tag and category hashtags (#10153) 2020-07-07 10:20:51 +10:00
category-tag-search.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
clean-dom.js REFACTOR: Remove Discourse constants from cleanDOM 2020-08-06 15:34:20 -04:00
click-track.js FIX: Make sure user preference to open external links in new tab works for bookmark list excerpts (#10409) 2020-08-13 14:56:13 +10:00
computed.js REFACTOR: Remove Discourse.SiteSettimgs from @setting decorator 2020-07-22 13:27:57 -04:00
constants.js DEV: User UPPER_CASE for constants 2020-05-08 15:50:55 -04:00
copy-text.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
d-popover.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
debounce.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
decimal-adjust.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
desktop-notifications.js REFACTOR: Remove Discourse.SiteSettings from desktop notifications 2020-07-22 13:27:57 -04:00
dirty-keys.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
discourse-location.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
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 Remove discourse constants (#9958) 2020-06-01 16:33:43 -04:00
formatter.js REFACTOR: Remove Discourse.SiteSettings from more lib-like helpers 2020-07-24 09:45:55 -04:00
hash.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
highlight-html.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
highlight-search.js DEV: User UPPER_CASE for constants 2020-05-08 15:50:55 -04:00
highlight-syntax.js REFACTOR: Remove Discourse.SiteSettings from highlightSyntax 2020-07-24 09:45:55 -04:00
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 DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
key-value-store.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
keyboard-shortcuts.js FEATURE: g,j and g,k to navigate to next and prev topic 2020-07-30 17:54:47 +10: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 REFACTOR: Remove Discourse.SiteSettings from lightbox.js 2020-07-22 13:27:57 -04:00
link-hashtags.js DEV: Merge category and tag hashtags code paths (#10216) 2020-07-13 19:13:17 +03:00
link-lookup.js REFACTOR: removes useless conditional (#9674) 2020-05-07 16:34:25 +02:00
link-mentions.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
load-script.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
lock-on.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
logout.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
mobile.js Remove discourse constants (#9958) 2020-06-01 16:33:43 -04:00
notification-levels.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
offset-calculator.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
optional-service.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
page-tracker.js REFACTOR: Move Page title / focus / counts logic to service 2020-08-04 12:02:25 -04:00
page-visible.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
plugin-api.js added 'addFeaturedLinkMetaDecorator' method to the plugin api (#10232) 2020-07-14 10:40:40 -04:00
plugin-connectors.js DEV: Remove Discourse.RAW_TEMPLATES (#9630) 2020-05-05 12:15:03 -04:00
posts-with-placeholders.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
preload-store.js DEV: Move preload-store to discourse/lib/preload-store 2020-05-06 15:28:06 -04:00
push-notifications.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
put-cursor-at-end.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
pwa-utils.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
quote-state.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
quote.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
register-topic-footer-button.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
render-tag.js REFACTOR: Remove Discourse.SiteSettings from more lib-like helpers 2020-07-24 09:45:55 -04:00
render-tags.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
render-topic-featured-link.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
reports-loader.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
round.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
safari-hacks.js FIX: Remove iOS trick to prevent scrolling when focusing on input 2020-07-22 11:18:01 -04:00
screen-track.js FIX: Heisentest with topic timings 2020-08-12 12:27:17 -04:00
search.js REFACTOR: Remove Discourse.SiteSettings from lib:search 2020-07-22 13:27:57 -04:00
settings.js Add deprecation for Discourse.SiteSettings in a helper 2020-07-24 09:45:55 -04:00
sharing.js FEATURE: optional quote sharing buttons (#10254) 2020-07-17 14:44:31 -04:00
show-modal.js FEATURE: Poll breakdown 2.0 (#10345) 2020-08-06 17:57:06 +02:00
static-route-builder.js REFACTOR: Remove Discourse.SiteSettings from static route builder 2020-07-22 13:27:57 -04:00
svg-sprite-loader.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
tag-hashtags.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
text-direction.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
text.js REFACTOR: Remove Discourse.SiteSettings from text helpers 2020-07-24 09:45:55 -04: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 FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
topic-fancy-title.js DEV: Fix lint take 2. 2020-08-07 13:17:51 +08:00
topic-list-tracker.js FEATURE: g,j and g,k to navigate to next and prev topic 2020-07-30 17:54:47 +10:00
transform-post.js FEATURE - allow category group moderators to split/merge topics (#10351) 2020-08-05 10:33:25 -04:00
uploads.js REFACTOR: Remove Discourse.SiteSettings from upload.js 2020-07-24 13:39:16 -04:00
url.js REFACTOR: Use the session to track assetVersion/requiresRefresh 2020-08-06 15:09:13 -04:00
user-activation.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
user-presence.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
user-search.js DEV: skips/tweaks brittle tests (#9952) 2020-06-01 11:09:34 +02:00
utilities.js REFACTOR: Remove Discourse.SiteSettings from utilities 2020-07-24 09:45:55 -04:00
webauthn.js DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00