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
AgeCommit message (Collapse)Author
2018-01-05Add id to modal.vue to support data-toggle="modal"Winnie Hellmann
2018-01-04Added multi editor setting on the profile preferences pageJose Ivan Vargas
2017-12-12Rename popup-dialog to modalWinnie Hellmann
2017-11-01karma spec updatesPhil Hughes
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-10-06Show confirmation modal before deleting accountWinnie Hellmann
2017-09-27Check orientation of profile imageGuilherme Vieira
2017-09-09Use modules in common utilsFilipa Lacerda
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-08-01include cropper jQuery plugin as an npm moduleMike Greiling
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-03-17Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu
This reverts commit 68e40bd49fde7b790bb31b9ac85a249bedd817d2, reversing changes made to 2d1f823b4c8b60cee525384cb52e547d2be8925a.
2017-03-15Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu
This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-03-04merge cropper library into profile_bundleMike Greiling
2017-03-01Fix ES6 interpolation in GitLabCrop classRobert Speicher
2017-02-27Merge branch 'ssh-key-paste' into 'master' Filipa Lacerda
Updates SSH key title after pasting key Closes #28436 See merge request !9481
2017-02-27Updates SSH key title after pasting keyPhil Hughes
Previously it was listening for focusout, it now listens for blur & paste events Closes #28436
2017-02-24remove require.context from profile_bundleMike Greiling
2017-02-13Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan
Add option to receive email notifications about your own activity See merge request !8836
2017-02-01Add checkbox in UI to opt into receiving notifications about your activityRichard Macklin
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
2017-01-26Prevent form to be submitted twiceAlfredo Sumaran
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-28re-enable submit button after username change failureMike Greiling
2016-12-14expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling
when no-undef encountered
2016-11-21showing unconfirmed email status in profileNur Rony
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-05Fix profile test failure.Bryce Johnson
2016-10-05Set defaults in constructor, in case opts are undefined.Bryce Johnson
2016-10-05Pass default opts.Bryce Johnson
2016-10-05Refactor GitLabCrop to ES6.Bryce Johnson
2016-10-05Make use of destructuring options, clean up based on feedback.Bryce Johnson
2016-10-05Use parentheses in IFFE's as per AirBnb styleguide.Bryce Johnson
2016-10-05Refactor Profile to use ES6.Bryce Johnson
2016-10-05Fixup debugger ref left in Dispatcher.Bryce Johnson
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet
2016-07-15Replace namespace-specific application.js files with namespace-bundle.js files.Connor Shea
2016-06-30Add a helper function for getting the page path from JS.Connor Shea
2016-06-30Split Cropper.js from the main JavaScript manifest.Connor Shea