Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move timeago.js to vendor directory | Mike Greiling | 2016-11-22 | 1 | -0/+237 |
| | |||||
* | Adds es6-promise polyfill24492-promise-polyfill | Filipa Lacerda | 2016-11-15 | 1 | -0/+1159 |
| | | | | Adds changelog | ||||
* | Bump up vue version. | Fatih Acet | 2016-11-10 | 2 | -9232/+6672 |
| | |||||
* | Replace jQuery.timeago with timeago.js | Clement Ho | 2016-11-07 | 1 | -182/+0 |
| | |||||
* | Move jquery.timeago to vendor directory | Alfredo Sumaran | 2016-11-03 | 1 | -0/+182 |
| | |||||
* | Add and update .gitignore & .gitlab-ci.yml templates for 8.14 | Alejandro Rodríguez | 2016-11-03 | 16 | -140/+247 |
| | |||||
* | Updated Sortable JS pluginsortable-version-update | Phil Hughes | 2016-11-01 | 1 | -55/+144 |
| | | | | | | Fixes an issue in Safari that stops issues from being draggable Closes #23048 | ||||
* | replace jquery.cookie vendor script with js.cookie | Mike Greiling | 2016-10-24 | 2 | -41/+156 |
| | |||||
* | Update templates for 8.13 | Rémy Coutable | 2016-09-30 | 10 | -1/+114 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'update-templates' into 'master' | Robert Speicher | 2016-09-12 | 13 | -5/+82 |
|\ | | | | | | | | | Update templates. See merge request !6163 | ||||
| * | Update templates.update-templates | Ruben Davila | 2016-09-01 | 13 | -5/+82 |
| | | |||||
* | | Restore comments lost when converting CoffeeScript to JavaScript | Jared Deckard | 2016-09-08 | 1 | -11/+150 |
|/ | |||||
* | drop execute bit | Elan Ruusamäe | 2016-08-19 | 3 | -0/+0 |
| | | | | originally added by mistakes | ||||
* | Removed vue assets | Phil Hughes | 2016-08-17 | 2 | -10080/+0 |
| | |||||
* | Fixed removing items from list | Phil Hughes | 2016-08-17 | 1 | -2/+1285 |
| | |||||
* | Created default sortable options to be shared between the lists & the cards | Phil Hughes | 2016-08-17 | 1 | -3/+10068 |
| | | | | Added full vue.js source | ||||
* | Removes boards correctly | Phil Hughes | 2016-08-17 | 1 | -10/+10 |
| | |||||
* | Added vue-resource to get & save data | Phil Hughes | 2016-08-17 | 1 | -0/+7 |
| | |||||
* | Hooked up JS to allow issues to be moved between columns | Phil Hughes | 2016-08-17 | 2 | -0/+10 |
| | |||||
* | Added VueJS plugin | Phil Hughes | 2016-08-17 | 6 | -0/+11411 |
| | |||||
* | Update templates | Z.J. van de Weg | 2016-08-08 | 3 | -19/+19 |
| | |||||
* | Add and update templates for 8.11 | Ruben Davila | 2016-08-02 | 14 | -4/+140 |
| | |||||
* | Fix typo in Elixir CI templaters-elixir-ci-typo | Robert Speicher | 2016-07-26 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 2 | -258/+119 |
| | |||||
* | Remove duplicate templates that are lowercase | Rémy Coutable | 2016-07-06 | 14 | -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-10 | Rémy Coutable | 2016-07-06 | 25 | -24/+526 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Run rake gitlab:update_templates | Z.J. van de Weg | 2016-06-20 | 23 | -18/+159 |
| | |||||
* | Add first templates for gitlab-ci dropdown | Z.J. van de Weg | 2016-06-20 | 15 | -0/+256 |
| | |||||
* | Replace raphael-rails with raphael.js so it can be split from the rest of ↵ | Connor Shea | 2016-06-10 | 1 | -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 Schatz | 2016-06-06 | 1 | -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 2 | Phil Hughes | 2016-06-05 | 1 | -0/+258 |
| | | | | | | | | Closes #12440 | ||||
* | | Implement U2F registration. | Timothy Andrew | 2016-06-06 | 1 | -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 | ||||
* | Add README for updating .gitignore templatesgitignore-readme | Stan Hu | 2016-05-20 | 1 | -0/+14 |
| | |||||
* | First import of gitignores | Zeger-Jan van de Weg | 2016-05-20 | 176 | -0/+3688 |
| | | | | | | Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com> | ||||
* | Replace animate.css with a smaller subset of animations. | Connor Shea | 2016-05-13 | 1 | -11/+0 |
| | | | | As discussed in #15667. | ||||
* | Removes jquery-scrollto-rails. | Connor Shea | 2016-05-10 | 1 | -0/+210 |
| | | | | | | Instead the script is now included directly from the vendor directory. Resolves #17166. | ||||
* | Revert "Merge branch 'sentry-js' into 'master' " | Jacob Schatz | 2016-04-21 | 1 | -2435/+0 |
| | | | | | This reverts commit 0f309794e78243b1ee16ba6f1451dbb0752956c5, reversing changes made to 1e596fef1c42a1dd925636c48fea01be444dc3ab. | ||||
* | Make unminified Raven available. | Jacob Schatz | 2016-04-18 | 2 | -3/+2435 |
| | | | | Use the correct sentry dsn. | ||||
* | Add sentry logger to GitLab | Jacob Schatz | 2016-04-18 | 1 | -0/+3 |
| | |||||
* | Add date.format.js | Alfredo Sumaran | 2016-04-07 | 1 | -0/+125 |
| | |||||
* | Fix broken functionality in sidebar after merge. | Jacob Schatz | 2016-03-25 | 1 | -0/+11 |
| | | | | Added nice animations too. | ||||
* | Move cropper.css to vendor folderissue_7959 | Alfredo Sumaran | 2016-03-23 | 1 | -0/+379 |
| | |||||
* | Move cropper.js to vendor folder | Alfredo Sumaran | 2016-03-23 | 1 | -0/+2993 |
| | |||||
* | Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-cropping | Rémy Coutable | 2016-03-15 | 2 | -3351/+0 |
| | | | | | This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282. | ||||
* | Fix #7959: Fix avatar stretching by providing a cropping feature | Johann Pardanaud | 2016-02-09 | 2 | -0/+3351 |
| | |||||
* | Allow manual resize of js-autosize textareasrs-relax-autosize | Robert Speicher | 2016-02-01 | 1 | -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-plus | Douglas Barbosa Alexandre | 2016-01-20 | 2 | -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.nicescroll | Douglas Barbosa Alexandre | 2016-01-20 | 2 | -118/+3634 |
| | |||||
* | Don't vendor minified g.bar.js | Douglas Barbosa Alexandre | 2016-01-20 | 2 | -8/+674 |
| | |||||
* | Don't vendor minified g.raphael.js | Douglas Barbosa Alexandre | 2016-01-20 | 2 | -7/+861 |
| |