Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2016-11-15Adds es6-promise polyfillFilipa Lacerda
Adds changelog
2016-11-10Bump up vue version.Fatih Acet
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-11-04Move jquery.timeago to vendor directoryAlfredo Sumaran
2016-11-03Add and update .gitignore & .gitlab-ci.yml templates for 8.14Alejandro Rodríguez
2016-11-01Updated Sortable JS pluginPhil Hughes
Fixes an issue in Safari that stops issues from being draggable Closes #23048
2016-10-25replace jquery.cookie vendor script with js.cookieMike Greiling
2016-09-30Update templates for 8.13Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-12Merge branch 'update-templates' into 'master' Robert Speicher
Update templates. See merge request !6163
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-09-02Update templates.Ruben Davila
2016-08-19drop execute bitElan Ruusamäe
originally added by mistakes
2016-08-17Removed vue assetsPhil Hughes
2016-08-17Fixed removing items from listPhil Hughes
2016-08-17Created default sortable options to be shared between the lists & the cardsPhil Hughes
Added full vue.js source
2016-08-17Removes boards correctlyPhil Hughes
2016-08-17Added vue-resource to get & save dataPhil Hughes
2016-08-17Hooked up JS to allow issues to be moved between columnsPhil Hughes
2016-08-17Added VueJS pluginPhil Hughes
2016-08-08Update templatesZ.J. van de Weg
2016-08-02Add and update templates for 8.11Ruben Davila
2016-07-27Fix typo in Elixir CI templateRobert Speicher
[ci skip]
2016-07-24ES6ify all the things!Fatih Acet
2016-07-06Remove duplicate templates that are lowercaseRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-06Add and update .gitignore & .gitlab-ci.yml templates for 8.10Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-20Run rake gitlab:update_templatesZ.J. van de Weg
2016-06-20Add first templates for gitlab-ci dropdownZ.J. van de Weg
2016-06-10Replace raphael-rails with raphael.js so it can be split from the rest of ↵Connor Shea
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.
2016-06-06Merge branch 'jquery2' into 'master' Jacob Schatz
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
2016-06-06Implement U2F registration.Timothy Andrew
- 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
2016-06-05Upgraded jQuery to version 2Phil Hughes
Closes #12440
2016-05-21Add README for updating .gitignore templatesStan Hu
2016-05-20First import of gitignoresZeger-Jan van de Weg
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
2016-05-14Replace animate.css with a smaller subset of animations.Connor Shea
As discussed in #15667.
2016-05-11Removes jquery-scrollto-rails.Connor Shea
Instead the script is now included directly from the vendor directory. Resolves #17166.
2016-04-21Revert "Merge branch 'sentry-js' into 'master' "Jacob Schatz
This reverts commit 0f309794e78243b1ee16ba6f1451dbb0752956c5, reversing changes made to 1e596fef1c42a1dd925636c48fea01be444dc3ab.
2016-04-18Make unminified Raven available.Jacob Schatz
Use the correct sentry dsn.
2016-04-18Add sentry logger to GitLabJacob Schatz
2016-04-07Add date.format.jsAlfredo Sumaran
2016-03-25Fix broken functionality in sidebar after merge.Jacob Schatz
Added nice animations too.
2016-03-23Move cropper.css to vendor folderAlfredo Sumaran
2016-03-23Move cropper.js to vendor folderAlfredo Sumaran
2016-03-15Revert "Merge branch 'avatar-cropping' into 'master' "Rémy Coutable
This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
2016-02-10Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud
2016-02-02Allow manual resize of js-autosize textareasRobert Speicher
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
2016-01-20Don't vendor minified fuzzaldrin-plusDouglas Barbosa Alexandre
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
2016-01-20Don't vendor minified jQuery.nicescrollDouglas Barbosa Alexandre
2016-01-20Don't vendor minified g.bar.jsDouglas Barbosa Alexandre
2016-01-20Don't vendor minified g.raphael.jsDouglas Barbosa Alexandre
2016-01-20Don't vendor minified Chart.jsRobert Speicher
The filename is titlecased because that's how it came from the vendor, and we're not touching it.