Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Stan Hu f6c7e38040 Make it harder to delete issuables accidentally
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
2019-08-29 12:54:19 -07:00
Eric Eastwood d2e5313ad8 Switch issue_show to Axios 2018-01-02 17:59:04 -06:00
Phil Hughes 907dd68e0a Added move to project in issue inline edit form
[ci skip]
2017-05-17 13:01:24 +01:00
Phil Hughes 5f2b142b66 Merge branch 'master' into issue-edit-inline 2017-05-16 10:26:56 +01:00
Phil Hughes 478812543c Moved json parsing out of service
[ci skip]
2017-05-15 11:33:31 +01:00
Phil Hughes 86700b97d3 Added inline issue edit form actions
[ci skip]
2017-05-15 11:33:31 +01:00
Phil Hughes 5a95d6f8da Refactored issue tealtime elements
This is to match our docs better and will also help a future issue.

Also made it possible for the description & title to be readable when JS is disabled
2017-05-10 17:20:40 +01:00
Regis Boudinot 1c783007e6 Issue title realtime 2017-04-06 01:13:06 +00:00