- 30 Oct, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Add a password strength indicator to SIGN UP and PROFILE pages Fixes #1647 Added a password strength indicator to the sign up page. You can see how it looks in the following screenshot. In the sign up page, it checks if the password contains the username and alerts the user about it. If the user still wants to proceed with creating his account, nothing will stop him. This is merely a message. The indicator changes the input background color based on the strength like this: ![new_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/0e6da27cfe/new_full.png) The password strength indicator can also be found in the profile edit page. It functions in almost the exact same way, with the exception that it doesn't check if the password contains the username. ![edit_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/f73001539e/edit_full.png) There are tests included. /cc @job See merge request !1227
-
Valery Sizov authored
Patch release tweet This tweet is not very informative: https://twitter.com/gitlabhq/status/525728773812289536 @valery Can you please ensure the tweet includes the most important feature that the release is addressing? I also updated the manual to link to the blog post. See merge request !1231
-
Dmitriy Zaporozhets authored
Bump net-ldap lib Fixes #1700 See merge request !1230
-
Dmitriy Zaporozhets authored
Project name and path rename in the same section Fixes #1577 See merge request !1223
-
- 29 Oct, 2014 10 commits
-
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
Fix buildbox integration Fixes gitlab/gitlabhq#1725 See merge request !1229
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
Improve group members api Related #1720 See merge request !1225
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add Atlassian Bamboo service
-
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
Close #717 This closes #717: Add documentation changes to: * Set the permissions of the unix socket properly * Create the directory for the socket * Make sure tmpfiles.d persists said directory The first change makes sure gitlabl can connect to the socket. The latter two avoid redis from failing to start on systemd-based systems, including recent versions of Debian. You may probably want to cherry-pick this into the documentation for the latest stable release. See merge request !224
-
- 28 Oct, 2014 21 commits
-
-
Robert Schilling authored
minor requirements.md cleanup
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Patricio Cano authored
-
Ben Bodenmiller authored
* "Non Unix"->"Non-Unix" * Fix poor wording
-
Patricio Cano authored
-
Patricio Cano authored
-
Dmitriy Zaporozhets authored
Transfer service spec cleanups Simplify the current tests for Projects::TransferService See merge request !208
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
https://gitlab.com/mr-vinn/gitlab-ceDmitriy Zaporozhets authored
Merge branch 'api-project-delete' of https://gitlab.com/mr-vinn/gitlab-ce into mr-vinn/gitlab-ce-api-project-delete 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
Dashboard issues and merge request filters Fixes #1597 See merge request !1219
-
Dmitriy Zaporozhets authored
Disable email option Fixes #1569 See merge request !1222
-
Dmitriy Zaporozhets authored
Handle undefined text area values
-
Dmitriy Zaporozhets authored
support latest firefox esr release
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
Use button type=submit instead of input.
-
Dmitriy Zaporozhets authored
Factor abilities methods
-
Dmitriy Zaporozhets authored
Run user select Js only where needed
-
Marin Jankovski authored
-
- 27 Oct, 2014 5 commits
-
-
Sytse Sijbrandij authored
Change update recommendation
-
Dmitriy Zaporozhets authored
Only run profile js on pages that need it
-
Ciro Santilli authored
Transform current implementation into regular Coffescript classes so that the same call method can be reused on the dispatcher as for other classes.
-
Dmitriy Zaporozhets authored
Show nothing instead of unassigned on issues
-
Dmitriy Zaporozhets authored
Only run namespace select js when needed
-