summaryrefslogtreecommitdiff
path: root/vendor/assets
Commit message (Collapse)AuthorAgeFilesLines
* Update build step for KaTeX.Hiroyuki Sato2016-12-222-4/+8
|
* Replace url('...') to url(font-path('...'))Hiroyuki Sato2016-12-221-32/+32
|
* Rname katex.css to katex.scssHiroyuki Sato2016-12-221-0/+0
|
* Add xterm.js 2.1.0 and a wrapper class to the asset pipelineNick Thomas2016-12-193-0/+4527
|
* Clearer comment as to why the procedure is neededMunken2016-12-162-2/+2
|
* Added KaTeX license and procedure to build it for GitlabMunken2016-12-162-0/+82
|
* Math works for inline syntaxMunken2016-12-0882-0/+9576
|
* move timeago.js to vendor directoryMike Greiling2016-11-221-0/+237
|
* Adds es6-promise polyfill24492-promise-polyfillFilipa Lacerda2016-11-151-0/+1159
| | | | Adds changelog
* Bump up vue version.Fatih Acet2016-11-102-9232/+6672
|
* Replace jQuery.timeago with timeago.jsClement Ho2016-11-071-182/+0
|
* Move jquery.timeago to vendor directoryAlfredo Sumaran2016-11-031-0/+182
|
* Updated Sortable JS pluginsortable-version-updatePhil Hughes2016-11-011-55/+144
| | | | | | Fixes an issue in Safari that stops issues from being draggable Closes #23048
* replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-242-41/+156
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-11/+150
|
* drop execute bitElan Ruusamäe2016-08-193-0/+0
| | | | originally added by mistakes
* Removed vue assetsPhil Hughes2016-08-172-10080/+0
|
* Fixed removing items from listPhil Hughes2016-08-171-2/+1285
|
* Created default sortable options to be shared between the lists & the cardsPhil Hughes2016-08-171-3/+10068
| | | | Added full vue.js source
* Removes boards correctlyPhil Hughes2016-08-171-10/+10
|
* Added vue-resource to get & save dataPhil Hughes2016-08-171-0/+7
|
* Hooked up JS to allow issues to be moved between columnsPhil Hughes2016-08-172-0/+10
|
* Added VueJS pluginPhil Hughes2016-08-176-0/+11411
|
* ES6ify all the things!Fatih Acet2016-07-242-258/+119
|
* Replace raphael-rails with raphael.js so it can be split from the rest of ↵Connor Shea2016-06-101-0/+8239
| | | | the JavaScript. The gem isn't maintained anymore anyway. Added a network folder with an application.js including raphael components, since that's the only page using it currently.
* Merge branch 'jquery2' into 'master' Jacob Schatz2016-06-061-0/+258
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgraded jQuery to version 2 ## What does this MR do? Upgrades jQuery to 2.2.1. Had to include the task_list JS file directly as it includes jQuery 1 directly https://github.com/github-archive/task_list/blob/master/app/assets/javascripts/task_list.coffee#L8 so when we change jQuery to `jquery2` it was including both jQuery 1 & 2. ## Are there points in the code the reviewer needs to double check? For any JS errors ## What are the relevant issue numbers? Closes #12440 See merge request !4384
| * Upgraded jQuery to version 2Phil Hughes2016-06-051-0/+258
| | | | | | | | Closes #12440
* | Implement U2F registration.Timothy Andrew2016-06-061-0/+748
|/ | | | | | | | | | | - Move the `TwoFactorAuthsController`'s `new` action to `show`, since the page is not used to create a single "two factor auth" anymore. We can have a single 2FA authenticator app, along with any number of U2F devices, in any combination, so the page will be accessed after the first "two factor auth" is created. - Add the `u2f` javascript library, which provides an API to the browser's U2F implementation. - Add tests for the JS components
* Replace animate.css with a smaller subset of animations.Connor Shea2016-05-131-11/+0
| | | | As discussed in #15667.
* Removes jquery-scrollto-rails.Connor Shea2016-05-101-0/+210
| | | | | | Instead the script is now included directly from the vendor directory. Resolves #17166.
* Revert "Merge branch 'sentry-js' into 'master' "Jacob Schatz2016-04-211-2435/+0
| | | | | This reverts commit 0f309794e78243b1ee16ba6f1451dbb0752956c5, reversing changes made to 1e596fef1c42a1dd925636c48fea01be444dc3ab.
* Make unminified Raven available.Jacob Schatz2016-04-182-3/+2435
| | | | Use the correct sentry dsn.
* Add sentry logger to GitLabJacob Schatz2016-04-181-0/+3
|
* Add date.format.jsAlfredo Sumaran2016-04-071-0/+125
|
* Fix broken functionality in sidebar after merge.Jacob Schatz2016-03-251-0/+11
| | | | Added nice animations too.
* Move cropper.css to vendor folderissue_7959Alfredo Sumaran2016-03-231-0/+379
|
* Move cropper.js to vendor folderAlfredo Sumaran2016-03-231-0/+2993
|
* Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-croppingRémy Coutable2016-03-152-3351/+0
| | | | | This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
* Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud2016-02-092-0/+3351
|
* Allow manual resize of js-autosize textareasrs-relax-autosizeRobert Speicher2016-02-011-0/+246
| | | | | | | | | | | | | | First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
* Don't vendor minified fuzzaldrin-plusDouglas Barbosa Alexandre2016-01-202-1/+1161
| | | | | | This version was compiled to use in the browser through Browserify. More info or how to compile a new version: https://gitlab.com/dbalexandre/fuzzaldrin-plus-browserify
* Don't vendor minified jQuery.nicescrollDouglas Barbosa Alexandre2016-01-202-118/+3634
|
* Don't vendor minified g.bar.jsDouglas Barbosa Alexandre2016-01-202-8/+674
|
* Don't vendor minified g.raphael.jsDouglas Barbosa Alexandre2016-01-202-7/+861
|
* Don't vendor minified Chart.jsRobert Speicher2016-01-202-11/+3477
| | | | | The filename is titlecased because that's how it came from the vendor, and we're not touching it.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-01-141-0/+11
|\
| * Move js function to removing accents to vendor/assets/javascriptsDouglas Barbosa Alexandre2016-01-141-0/+11
| |
* | Autosize textareasRobert Speicher2016-01-131-0/+243
|/
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+1
|
* Remove jquery.blockUI.js pluginrs-remove-jquery-blockuiRobert Speicher2016-01-041-590/+0
| | | | | It was only used to block the issue (but not merge request) list when the sort was changed.