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
Martin Brennan fc01619bcb
FEATURE: Use Tab for indenting text in composer (#15208)
This commit allows for using Tab and Shift+Tab to indent
and de-indent selected text in the composer. The selected
text is searched for the most occurrences of either tabs (\t)
or spaces at the start of each line, and that character is
used for indentation of all lines.
2021-12-13 09:31:49 +10:00
..
adapters FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
components FEATURE: Use Tab for indenting text in composer (#15208) 2021-12-13 09:31:49 +10:00
controllers DEV: minor full page search refactoring (#15242) 2021-12-09 13:48:08 +01:00
helpers DEV: Remove jQuery global usage where possible (#14905) 2021-11-12 19:23:20 +01:00
initializers FIX: PWA badges were not updating (#15191) 2021-12-05 00:15:51 +01:00
lib DEV: Add keyboard:move selection event (#15241) 2021-12-08 23:38:25 -08:00
mixins FEATURE: Use Tab for indenting text in composer (#15208) 2021-12-13 09:31:49 +10:00
models FEATURE: Experimental support for group membership via google auth (#14835) 2021-12-09 12:30:27 +00:00
pre-initializers DEV: Sniff isPwa for capabilities (#15218) 2021-12-07 15:35:06 -06:00
raw-views DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
routes DEV: migrate (almost all) routes from actions: to @action syntax (#14722) 2021-11-30 17:01:06 +04:00
services DEV: Allow PresenceChannel to specify custom activity thresholds (#15217) 2021-12-07 20:57:57 +00:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates adds missing id (#15255) 2021-12-10 14:33:55 +01:00
widgets DEV: Remove unnecessary element. (#15225) 2021-12-09 08:40:23 +08:00
app.js DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
index.html FIX: Ember CLI was always loading the admin payload in dev mode 2021-10-05 08:34:10 -04:00
mapping-router.js DEV: prevents route nodes to leak on each test run (#14457) 2021-09-28 17:08:05 +02:00