summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'update-auto-deploy-templates' into 'master' Kamil Trzciński2017-01-221-0/+76
| | | | | Update autodeploy templates [ci skip] See merge request !8695
* Merge branch 'update-templates-8-16' into 'master' Rémy Coutable2017-01-1133-53/+294
|\ | | | | | | | | Update templates - 8.16 RC1 See merge request !8505
| * add missing openshift templateupdate-templates-8-16James Lopez2017-01-101-0/+76
| |
| * update templatesJames Lopez2017-01-0933-127/+292
| |
* | Merge branch 'patch-turbolinks' into 'security'Robert Speicher2017-01-101-0/+49
|/ | | | | | Updated Turbolinks to patched version of turbolinks-classic See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2048
* Terminal: Add TextEncoder and TextDecoder in terminal bundle.Fatih Acet2017-01-042-0/+3348
|
* Link to k8s contributing doc.Sytse Sijbrandij2016-12-271-1/+13
|
* Merge branch '25896-fix-404-katax-fonts' into 'master' Alfredo Sumaran2016-12-222-36/+40
|\ | | | | | | | | | | | | Resolve "KaTeX fonts 404 on gitlab.com" Closes #25896 See merge request !8228
| * 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
| |
* | Added Autodeploy script for OpenShiftKamil Trzcinski2016-12-211-0/+74
|/
* Add xterm.js 2.1.0 and a wrapper class to the asset pipelineNick Thomas2016-12-193-0/+4527
|
* Merge remote-tracking branch 'origin/master' into dockerfile-templatesdockerfile-templatesKamil Trzcinski2016-12-1887-9414/+17726
|\
| * 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
| |
* | Allow to use Dockerfile templatesKamil Trzcinski2016-11-081-0/+3
|/
* Move jquery.timeago to vendor directoryAlfredo Sumaran2016-11-031-0/+182
|
* Add and update .gitignore & .gitlab-ci.yml templates for 8.14Alejandro Rodríguez2016-11-0316-140/+247
|
* 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
|
* Update templates for 8.13Rémy Coutable2016-09-3010-1/+114
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'update-templates' into 'master' Robert Speicher2016-09-1213-5/+82
|\ | | | | | | | | Update templates. See merge request !6163
| * Update templates.update-templatesRuben Davila2016-09-0113-5/+82
| |
* | 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
|
* Update templatesZ.J. van de Weg2016-08-083-19/+19
|
* Add and update templates for 8.11Ruben Davila2016-08-0214-4/+140
|
* Fix typo in Elixir CI templaters-elixir-ci-typoRobert Speicher2016-07-261-1/+1
| | | | [ci skip]
* ES6ify all the things!Fatih Acet2016-07-242-258/+119
|
* Remove duplicate templates that are lowercaseRémy Coutable2016-07-0614-235/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add and update .gitignore & .gitlab-ci.yml templates for 8.10update-templates-for-8-10Rémy Coutable2016-07-0625-24/+526
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Run rake gitlab:update_templatesZ.J. van de Weg2016-06-2023-18/+159
|
* Add first templates for gitlab-ci dropdownZ.J. van de Weg2016-06-2015-0/+256
|
* 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