summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/profile
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Fix more rulesFilipa Lacerda2018-01-051-10/+21
* Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-1/+2
* Rename popup-dialog to modalWinnie Hellmann2017-12-121-4/+4
* karma spec updatesvue-updatePhil Hughes2017-11-011-1/+1
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
* Show confirmation modal before deleting accountWinnie Hellmann2017-10-062-0/+167
* Check orientation of profile imageGuilherme Vieira2017-09-271-1/+2
* Use modules in common utilsFilipa Lacerda2017-09-091-1/+2
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
* include cropper jQuery plugin as an npm moduleuse-npm-cropperMike Greiling2017-08-011-1/+1
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-2/+2
* Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-0/+1
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-1/+0
* Remove .es6 from file extensions (!9241)winniehell2017-03-052-0/+0
* merge cropper library into profile_bundlecommons-chunk-pluginMike Greiling2017-03-031-0/+2
* Fix ES6 interpolation in GitLabCrop classrs-issue-28647Robert Speicher2017-03-011-1/+1
* Merge branch 'ssh-key-paste' into 'master' Filipa Lacerda2017-02-271-3/+4
|\
| * Updates SSH key title after pasting keyPhil Hughes2017-02-271-3/+4
* | remove require.context from profile_bundleremove-require-context-profile-bundleMike Greiling2017-02-231-3/+2
|/
* Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan2017-02-131-0/+1
|\
| * Add checkbox in UI to opt into receiving notifications about your activityRichard Macklin2017-02-011-0/+1
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-272-9/+5
|\ \ | |/
| * Prevent form to be submitted twiceAlfredo Sumaran2017-01-261-0/+1
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-182-7/+2
| * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
| * resolve all no-plusplus eslint violationsMike Greiling2017-01-181-2/+2
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-7/+3
|/
* re-enable submit button after username change failureMike Greiling2016-12-271-6/+3
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-132-2/+5
* showing unconfirmed email status in profileNur Rony2016-11-211-1/+0
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* disable ESLint for all JavaScript fileswinniehell2016-10-263-0/+3
* Fix profile test failure.Bryce Johnson2016-10-051-1/+1
* Set defaults in constructor, in case opts are undefined.Bryce Johnson2016-10-051-2/+2
* Pass default opts.Bryce Johnson2016-10-051-1/+1
* Refactor GitLabCrop to ES6.Bryce Johnson2016-10-051-64/+59
* Make use of destructuring options, clean up based on feedback.Bryce Johnson2016-10-051-8/+4
* Use parentheses in IFFE's as per AirBnb styleguide.Bryce Johnson2016-10-051-1/+2
* Refactor Profile to use ES6.Bryce Johnson2016-10-051-60/+57
* Fixup debugger ref left in Dispatcher.Bryce Johnson2016-10-051-0/+0
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-083-3/+14
* ES6ify all the things!Fatih Acet2016-07-246-237/+278
* Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-151-0/+0
* Add a helper function for getting the page path from JS.Connor Shea2016-06-291-1/+1
* Split Cropper.js from the main JavaScript manifest.Connor Shea2016-06-293-0/+237