| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make it harder to delete issuables accidentally | Stan Hu | 2019-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387 | ||||
| * | Throw error for multiple RecaptchaModal instances | Winnie Hellmann | 2019-08-21 | 1 | -0/+2 |
| | | |||||
| * | Fix conflict warning being incorrectly displayed44036-someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lie | Heinrich Lee Yu | 2019-08-12 | 1 | -47/+64 |
| | | | | | Hide warning when update request is in progress | ||||
| * | Autosave description in epics | Rajat Jain | 2019-04-16 | 4 | -0/+80 |
| | | | | | | | When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync. | ||||
| * | Remove .wiki and @md-typography mixin in favor of .md and .md-file | Douwe Maan | 2019-03-26 | 2 | -4/+4 |
| | | | | | | | | | | | | Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added. | ||||
| * | Add fast tasklist support to MR tasklist | Fatih Acet | 2019-02-07 | 1 | -3/+7 |
| | | | | | Also adds specs and fixes existing specs | ||||
| * | Simplify and unify Promise mocks in app_spec file | Fatih Acet | 2019-01-30 | 1 | -61/+43 |
| | | |||||
| * | Stop closing issue edit form in error state | Fatih Acet | 2019-01-30 | 1 | -3/+3 |
| | | |||||
| * | Address review comments and fix commented spec | Fatih Acet | 2019-01-30 | 1 | -17/+22 |
| | | |||||
| * | Some cleanup and improvements on frontent logic | Fatih Acet | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Add missing specs. | Fatih Acet | 2019-01-30 | 2 | -0/+27 |
| | | |||||
| * | Add new spec for updateStoreState method | Fatih Acet | 2019-01-30 | 1 | -0/+18 |
| | | |||||
| * | Fix failing specs and lint errors. | Fatih Acet | 2019-01-30 | 1 | -0/+3 |
| | | |||||
| * | Show error message from backend | Fatih Acet | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Accept lockVersion as a prop and add to store | Fatih Acet | 2019-01-30 | 2 | -6/+22 |
| | | |||||
| * | Remove redundant specs for tooltip | George Tsiolis | 2018-11-21 | 1 | -10/+0 |
| | | |||||
| * | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 1 | -12/+6 |
| | | |||||
| * | Resolve eslint violations | Mike Greiling | 2018-10-17 | 2 | -2/+6 |
| | | |||||
| * | Prettify all spec files | Mike Greiling | 2018-10-17 | 7 | -249/+205 |
| | | |||||
| * | enable jasmine/new-line-before-expect | Johann Hubert Sonntagbauer | 2018-10-17 | 3 | -0/+8 |
| | | |||||
| * | Merge branch 'security-acet-issue-details' into 'master' | Bob Van Landuyt | 2018-10-01 | 1 | -0/+19 |
| |\ | | | | | | | | | [master] Fix XSS on Issue details page. See merge request gitlab/gitlabhq!2468 | ||||
| | * | Properly sanitize JSON data to fix XSS on Issue details page. | Fatih Acet | 2018-09-11 | 1 | -0/+19 |
| | | | |||||
| * | | Merge branch 'ce-7013-add-epics-close-support' into 'master' | Douglas Barbosa Alexandre | 2018-09-25 | 2 | -0/+2 |
| |\ \ | | | | | | | | | | | | | CE port of Adding state to epics See merge request gitlab-org/gitlab-ce!21771 | ||||
| | * | | Bacport FE changes from Closing Epicsce-7013-add-epics-close-support | Jarka Košanová | 2018-09-24 | 2 | -0/+2 |
| | |/ | | | | | | | Backport of js and vue files from closing epics | ||||
| * | | Unite green buttons under one css class | Dmitriy Zaporozhets | 2018-09-19 | 1 | -6/+6 |
| |/ | | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace author_link snake case in specs | George Tsiolis | 2018-07-24 | 2 | -5/+5 |
| | | |||||
| * | Enable no-restricted-globals in JS files | gfyoung | 2018-06-15 | 1 | -2/+2 |
| | | |||||
| * | convert remaining instances of import * to use spyOnDependency | Mike Greiling | 2018-04-23 | 2 | -25/+15 |
| | | |||||
| * | move render_gfm into behaviors directory | Mike Greiling | 2018-03-19 | 1 | -2/+1 |
| | | |||||
| * | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 1 | -0/+1 |
| | | |||||
| * | Move EE-specific JavaScript files to ee/app/assets/javascripts | Rémy Coutable | 2018-02-26 | 2 | -2/+2 |
| | | |||||
| * | Use restore() instead of reset() for removing axios MockAdapterwinh-axios-mock-restore | Winnie Hellmann | 2018-01-23 | 1 | -1/+1 |
| | | |||||
| * | Add confirm when navigating away from page with tests. | Jacob Schatz | 2018-01-18 | 1 | -0/+33 |
| | | |||||
| * | Tidy up main JS filemain-js-tidy-up | Phil Hughes | 2018-01-10 | 2 | -4/+0 |
| | | |||||
| * | Switch issue_show to Axios | Eric Eastwood | 2018-01-02 | 2 | -78/+55 |
| | | |||||
| * | Rename recaptcha-dialog to recaptcha-modal | Winnie Hellmann | 2017-12-12 | 2 | -5/+5 |
| | | |||||
| * | Merge branch 'master' into 'url-utility-es-module' | Phil Hughes | 2017-12-11 | 2 | -0/+79 |
| |\ | | | | | | | # Conflicts: # app/assets/javascripts/issue_show/components/app.vue | ||||
| | * | Resolve "No feedback when checking on checklist if potential spam was detected" | Luke Bennett | 2017-12-08 | 2 | -0/+79 |
| | | | |||||
| * | | use exported methods instead of gl.utils | Phil Hughes | 2017-12-08 | 1 | -7/+8 |
| |/ | |||||
| * | Export template selector as ES6 modules | Filipa Lacerda | 2017-12-06 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'backport-border-inline-edit' into 'master' | Fatih Acet | 2017-11-29 | 1 | -4/+4 |
| |\ | | | | | | | | | Backport - Add border for epic edit button See merge request gitlab-org/gitlab-ce!15637 | ||||
| | * | Backport border inline editbackport-border-inline-edit | Clement Ho | 2017-11-28 | 1 | -4/+4 |
| | | | |||||
| * | | Backport epic tasklist | Clement Ho | 2017-11-29 | 2 | -40/+64 |
| |/ | |||||
| * | Backport delete epic changesbackport-delete-epic | Clement Ho | 2017-11-15 | 2 | -14/+46 |
| | | |||||
| * | Add inline edit button to issue_show app | Clement Ho | 2017-10-17 | 2 | -3/+47 |
| | | |||||
| * | Remove confidential toggle checkbox and related code as no longer necessary37454-remove-confidential-cb-edit-issue | kushalpandya | 2017-09-11 | 1 | -25/+0 |
| | | |||||
| * | Move "Move to different project" to sidebar34261-move-move-to-sidebar | Eric Eastwood | 2017-09-03 | 3 | -60/+1 |
| | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261 | ||||
| * | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-08-31 | 1 | -0/+10 |
| |\ | | | | | | | | | # Conflicts: # app/models/issue.rb | ||||
| | * | Fix invalid attribute used for time-ago-tooltip component | Clement Ho | 2017-08-30 | 1 | -0/+10 |
| | | | |||||
| * | | Rename a few attribute suffixes from `_url` to `_path` | Douwe Maan | 2017-08-17 | 4 | -9/+9 |
| |/ | |||||
