summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hooks: Add full project namespace to payloadRicardo Band2015-10-024-22/+26
| | | | | Payload of "project_member, :create" and "project_member, :destroy" now also have a field project_path_with_namespace.
* Merge remote-tracking branch 'public/hide_services_password'Dmitriy Zaporozhets2015-10-025-3/+14
|\
| * Hide password in the service settings formhide_services_passwordValery Sizov2015-10-025-3/+14
| |
* | Merge branch 'access_level_badge_bug' into 'master' Dmitriy Zaporozhets2015-10-024-3/+20
|\ \ | | | | | | | | | | | | | | | | | | Fix: Wrong access level badge on MR comments https://gitlab.com/gitlab-org/gitlab-ce/issues/2654 See merge request !1501
| * | Wrong access level badge on MR commentsaccess_level_badge_bugValery Sizov2015-10-024-3/+20
| | |
* | | Merge branch 'rs-throttle-reset' into 'master' Douwe Maan2015-10-027-101/+125
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Throttle "Forgot your password?" emails Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611 See merge request !1476
| * | Conform to spec guidelines that only exist in my headrs-throttle-resetRobert Speicher2015-10-021-1/+1
| | | | | | | | | | | | [ci skip]
| * | Fix spec broken by updated Devise translationsRobert Speicher2015-10-011-1/+1
| | |
| * | Refactor PasswordsController to use before_actionsRobert Speicher2015-10-012-22/+22
| | |
| * | Add recently_reset message to Devise translationsRobert Speicher2015-10-011-0/+1
| | |
| * | Add User#recently_sent_password_reset?Robert Speicher2015-10-012-0/+24
| | |
| * | Update config/locales/devise.en.yml with latest versionRobert Speicher2015-10-011-51/+52
| | | | | | | | | | | | | | | It looks like a lot of changes but it's not, they just sorted it alphabetically.
| * | Remove specs for "login after reset"Robert Speicher2015-09-301-40/+0
| | | | | | | | | | | | We're now using default Devise behavior, so these tests were redundant.
| * | Update feature specRobert Speicher2015-09-301-0/+1
| | |
| * | Autofocus the email field on the password reset formRobert Speicher2015-09-301-1/+1
| | |
| * | Only allow password reset emails once per minuteRobert Speicher2015-09-302-14/+51
| | | | | | | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611
* | | Merge branch 'migration-doc-fix' into 'master' Jacob Vosmaer2015-10-021-1/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back and forth permission on builds/ @jacobvosmaer I missed that :( See merge request !1500
| * | | Back and forth permission on builds/migration-doc-fixKamil Trzcinski2015-10-021-1/+8
| | |/ | |/|
* | | Merge branch 'ensure-ci-project' into 'master' Dmitriy Zaporozhets2015-10-0211-122/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure GitLab CI project exists when CI service is activated manually When I check activeated checkbox in project services for GitLab CI it cause half-working state when gitlab_ci_project is missing. This patch fixes it until we have proper behaviour implemented later This fix also bring us to the point when fork of project is a bit broken and have unnecessary code so I made cleanup. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @ayufan See merge request !1491
| * | Fix testsDmitriy Zaporozhets2015-10-022-29/+4
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Remove unnecessary fork ci logicDmitriy Zaporozhets2015-10-025-84/+8
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets2015-10-025-10/+5
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Ensure GitLab CI project exists when CI service is activated manuallyensure-ci-projectDmitriy Zaporozhets2015-10-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | When I check activeated checkbox in project services for GitLab CI it cause half-working state when gitlab_ci_project is missing. This patch fixes it until we have proper behaviour implemented later Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Added benchmark-ips to the GemfileYorick Peterse2015-10-022-0/+4
| | | | | | | | | | | | | | | This allows me to use this Gem for benchmarking without having to add/remove it every time.
* | | Merge branch 'add_last_push_widget' into 'master' Dmitriy Zaporozhets2015-10-022-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add last push widget to starred projects dashboard This adds the last push widget to the starred projects dashboard. If a user set the starred projects dashboard as their preferred dashboard they would not see last push widget. The look is seamless between starred and 'your projects' dashboards. ### Screenshot: ![Screen_Shot_2015-10-01_at_3.15.52_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2f5dcf49c3d0186bdd05bb6788b143f1/Screen_Shot_2015-10-01_at_3.15.52_PM.png) See merge request !1304
| * | | Add last push widget to starred projects dashboardDrew Blessing2015-10-012-0/+4
| | | |
* | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2015-10-013-3/+38
|\ \ \ \
| * \ \ \ Merge branch 'upgrade-version' into 'master' Patricio Cano2015-10-011-3/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to rake tasks I believe there should be a link to rake tasks from backup restore, to give the user more options. That is why I added the link in the documentation. Because of tweet https://twitter.com/gordonjb/status/641252693701476352 See merge request !1928
| | * \ \ \ solved conflictkaren Carias2015-09-30757-2068/+21025
| | |\ \ \ \
| | * | | | | made info more clearkaren Carias2015-09-091-1/+3
| | | | | | |
| | * | | | | link to rake taskskaren Carias2015-09-081-1/+6
| | | | | | |
| * | | | | | Merge branch 'create-issue' into 'master' Patricio Cano2015-10-012-0/+29
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New doc about how to create an issue in GitLab Basics See merge request !1925
| | * | | | | more info about MR and mentionskaren Carias2015-08-311-1/+1
| | | | | | |
| | * | | | | New doc about how to create an issuekaren Carias2015-08-252-0/+29
| | | | | | |
* | | | | | | Merge branch 'master' of https://github.com/gitlabhq/gitlabhqStan Hu2015-10-012-1/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #9684 from NKMR6194/masterStan Hu2015-10-012-1/+7
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Fix link with emoji
| | * | | | | | Fix link with emojiSAKATA Sinji2015-10-022-1/+7
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'rs-update-note' into 'master'Robert Speicher2015-10-014-9/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure updated notes are syntax highlighted See merge request !1444
| * | | | | | Update CHANGELOGRobert Speicher2015-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | Simplify Note#editable?rs-update-noteRobert Speicher2015-09-301-1/+1
| | | | | | |
| * | | | | | Ensure notes are highlighted properly when they're updatedRobert Speicher2015-09-301-7/+9
| | | | | | |
| * | | | | | Don't render the edit_form view for system notesRobert Speicher2015-09-301-1/+3
| | | | | | |
* | | | | | | Merge branch 'mail-footer-text' into 'master' Dmitriy Zaporozhets2015-10-012-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change email footer text Old: > You're receiving this notification because you are a member of the GitLab.org / GitLab Community Edition project team. New: > You're receiving this notification because you've contributed to the GitLab.org / GitLab Community Edition project. See merge request !1409
| * | | | | | | Remove email footer textZeger-Jan van de Weg2015-10-012-2/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'update-gitlab-git' into 'master' Robert Speicher2015-10-012-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gitlab_git to 7.2.17 Fixes #2316. See merge request !1464
| * | | | | | | Update gitlab_git to 7.2.17.Douwe Maan2015-10-012-3/+6
| | | | | | | |
* | | | | | | | Merge branch 'etc-default-gitlab' into 'master' Drew Blessing2015-10-011-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix path to /etc/default/gitlab in 8.0 update guide See merge request !1437
| * | | | | | | Fix path to /etc/default/gitlab in 8.0 update guideetc-default-gitlabJacob Vosmaer2015-09-251-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'ee_features_in_example_config' into 'master' Dmitriy Zaporozhets2015-10-011-1/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes reference to Enterprise Edition ssh key sync feature. fixes #2042 See merge request !1017
| * | | | | | | | Removes reference to Enterprise Edition ssh key sync feature.Ted Strzalkowski2015-07-211-1/+0
| | | | | | | | |