- 03 Jun, 2015 18 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/projects_spec.rb
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Job van der Voort authored
LDAP users should not control their LDAP email If they can, they can take over arbitrary GitLab accounts. See merge request !1837
-
Douwe Maan authored
Add "Resend confirmation e-mail" link in profile settings Adds a convenience link to resend the confirmation e-mail if necessary. Before, user had to logout or open an Incognito Window to do this. Screenshot: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/700e6d98e1c5b58726fbed4e52a09c06/image.png) Fixes https://github.com/gitlabhq/gitlabhq/issues/9274 See merge request !634
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Ths commit does next: * When we remove project we move repository to path+deleted.git * Then we schedule removal of path+deleted with sidekiq * If repository move failed we abort project removal This should help us with NFS issue when project get removed but repository stayed. The full explanation of problem is below: * rm -rf project.git * rm -rf removes project.git/objects/foo * NFS server renames foo to foo.nfsXXXX because some NFS client (think * Unicorn) still has the file open * rm -rf exits, but project.git/objects/foo.nfsXXX still exists * Unicorn closes the file, the NFS client closes the file (foo), and the * NFS server removes foo.nfsXXX * the directory project.git/objects/ still exists => problem So now we move repository and even if repository removal failed Repository directory is moved so no bugs with project removed but repository directory taken. User still able to create new project with same name. From administrator perspective you can easily find stalled repositories by searching `*+deleted.git` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jeroen van Baarsen authored
Remove "(unreleased)" from v 7.11.0
-
Dmitriy Zaporozhets authored
More Javascript testing Continuation of !715 See merge request !736
-
Dmitriy Zaporozhets authored
Push event: Nest link in strong tag, not vice-versa Closes #1022 See merge request !755
-
Stan Hu authored
Fixes https://github.com/gitlabhq/gitlabhq/issues/9274
-
Robert Speicher authored
Also removes redundant `unbind` call
-
Robert Speicher authored
-
Robert Speicher authored
Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions.
-
Robert Speicher authored
-
Robert Speicher authored
-
- 02 Jun, 2015 22 commits
-
-
Robert Speicher authored
Closes #1022
-
Dmitriy Zaporozhets authored
Don't notify users mentioned in code blocks or blockquotes. cc @rspeicher See merge request !753
-
Douwe Maan authored
Render Group and Project descriptions with our Markdown pipeline Continuation of !727, this ensures external links in these fields also get `rel="nofollow"` added. Bonus: Emoji now works in them!
✨ See merge request !735 -
Robert Speicher authored
-
Toni Lähdekorpi authored
-
Robert Speicher authored
And make it more generalized for all filter specs.
-
Robert Speicher authored
-
Robert Speicher authored
When this option is `:description`, we use a more restrictive whitelist. This is used for Project and Group description fields.
-
Robert Speicher authored
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
GitLab CI service sends gitlab-ci.yml file See merge request !689
-
Marin Jankovski authored
Specify shell while run me as git user
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Create and edit files in web editor via rugged - [x] create file via rugged - [x] update file via rugged - [x] remove file via rugged - [ ] fix tests - [x] remove satellites code - [x] create activity event for new/edit file via rugged - [x] base64 support Part of https://dev.gitlab.org/gitlab/gitlabhq/issues/2300 See merge request !751
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-