- 03 Jun, 2015 31 commits
-
-
Robert Speicher authored
-
Job van der Voort authored
Add 2FA docs See merge request !757
-
Dmitriy Zaporozhets authored
Group improvements * remove projects before removing group * execute all hooks/events from project destroy when group removed * log group create/remove * delay remove of namespace directory (to prevent NFS issues) Inspired by !759 See merge request !761
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Remove gitlab:env:check task. Rake task that checks for git user git settings is a leftover from early days. It is not being used by the web editor(and web editor is also being redone atm) so this rake task just causes confusion. Adresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2362 See merge request !758
-
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>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marin Jankovski authored
-
Job van der Voort authored
-
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>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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
-
Marin Jankovski authored
-
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 9 commits
-
-
Robert Speicher authored
[ci skip]
-
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.
-