summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors
Commit message (Expand)AuthorAgeFilesLines
* Expand/collapse button -> Change to make it look like a toggleJacopo2017-04-161-0/+1
* consolidate all behavior imports into an index.js filerefactor-behaviorsMike Greiling2017-04-041-0/+9
* refactor and fix eslint violations in behaviors directoryMike Greiling2017-04-045-197/+175
* Merge branch '29414-fix-toggle-discussion-link-jump' into 'master' Jacob Schatz2017-03-281-1/+1
|\
| * Fix link togglers jumping to topEric Eastwood2017-03-281-1/+1
* | Remove spreadString in favor of polyfilled Array.from10120-remove-spread-string-for-array-fromEric Eastwood2017-03-242-55/+3
|/
* Fix "N changed files" link toggler jumping to topEric Eastwood2017-03-211-1/+1
* Protect against unknown emojis in frequently used listfix-unknown-emojis-in-frequently-used-awardsEric Eastwood2017-03-162-4/+26
* Fix link togglers jumping to top29414-fix-toggle-disccusion-link-jump-pick-into-9-0Eric Eastwood2017-03-141-1/+6
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-132-2/+2
* Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-084-173/+189
* Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-073-0/+421
|\
| * Fix wrong image src with cached gl-emoji and relative rootEric Eastwood2017-03-061-3/+14
| * Fix up off index when reading canvas and something failedEric Eastwood2017-03-061-3/+6
| * Fix up `watch` alias lookup in FirefoxEric Eastwood2017-03-061-1/+2
| * Use native unicode emojisEric Eastwood2017-03-063-0/+406
* | Fix JS linting errorzj-create-mattermost-teamZ.J. van de Weg2017-03-061-1/+1
* | Fix no out element caseZ.J. van de Weg2017-03-061-0/+3
* | Fix eslintZ.J. van de Weg2017-03-061-0/+0
* | Corrected JS for new master js build updates [ci skip]Luke "Jared" Bennett2017-03-021-5/+1
* | Fix testsZ.J. van de Weg2017-02-241-1/+1
* | Finished up mattermost team creationzj-create-mattermost-team-lbLuke "Jared" Bennett2017-02-222-1/+48
|/
* replace implicit this == window with explicit bindingMike Greiling2017-02-174-4/+4
* Merge branch 'master' into webpackMike Greiling2017-02-021-10/+16
|\
| * Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' into...Filipa Lacerda2017-02-011-10/+16
| |\
| | * Fix permalink discussion note being collapsed27089-26860-27151-fix-discussion-note-permalink-collapsedEric Eastwood2017-01-261-10/+16
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-1/+0
|\ \ \ | |/ /
| * | remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-201-1/+0
| |/
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-274-8/+4
|\ \ | |/
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-184-8/+4
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-103-4/+4
|/
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-142-2/+4
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-155-5/+5
* Finish styling commits viewAnnabel Dunstone Gray2016-10-281-0/+5
* disable ESLint for all JavaScript fileswinniehell2016-10-265-0/+5
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-085-4/+50
* Update toggler_behavior.js to toggle ajax loaded contents like `diffs` page.zzjin2016-08-311-1/+1
* Automatically expand hidden discussions when accessed via a permalink hash (c...Mike Greiling2016-08-241-7/+23
* ES6ify all the things!Fatih Acet2016-07-2410-159/+158
* Merge branch 'fix-bug-causing-comment-to-submit-twice' into 'master' Jacob Schatz2016-04-131-1/+5
|\
| * fix bug causing comment form in issue to submit twice when CTRL+Enter is pres...fix-bug-causing-comment-to-submit-twiceArinde Eniola2016-04-111-1/+5
* | hide help block when user is creating a new project inside a groupArinde Eniola2016-04-121-1/+15
|/
* ctrl+enter on mac correctly submits formsctr-enter-textarea-macPhil Hughes2016-03-041-4/+1
* Contextually teach the user about the quick submit hotkeyRobert Speicher2016-03-021-0/+19
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-9/+16
* Allow manual resize of js-autosize textareasrs-relax-autosizeRobert Speicher2016-02-011-1/+19
* Autosize textareasRobert Speicher2016-01-131-0/+4
* Check originalEvent.repeat *and* event.repeatrs-quick-submitRobert Speicher2015-10-071-1/+1
* Check originalEvent.repeatRobert Speicher2015-10-071-1/+1
* Add "Quick Submit" JS behaviorRobert Speicher2015-10-071-0/+29