Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Required shell version is now 1.9.4. | Marin Jankovski | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Check user access status in API for current_user | Jacob Vosmaer | 2014-05-15 | 1 | -0/+5 |
| | |||||
* | Move user access check to Gitlab::UserAccess | Jacob Vosmaer | 2014-05-15 | 2 | -12/+19 |
| | |||||
* | Improve ad_disabled method name | Jacob Vosmaer | 2014-05-14 | 2 | -2/+2 |
| | |||||
* | Document the Active Directory magic numbers | Jacob Vosmaer | 2014-05-14 | 1 | -0/+3 |
| | |||||
* | Use LDAP::Access.open to reuse the LDAP connection | Jacob Vosmaer | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | Fix syntax error in AD disabled user filter | Jacob Vosmaer | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Check for the AD disabled flag in Access#allowed? | Jacob Vosmaer | 2014-05-14 | 1 | -1/+5 |
| | |||||
* | Add LDAP::Person#ad_disabled? | Jacob Vosmaer | 2014-05-14 | 1 | -0/+7 |
| | | | | | Check the bit for disabled Active Directory users. The filter is based on http://ctogonewild.com/2009/09/03/bitmask-searches-in-ldap/ . | ||||
* | Backport Adapter#dn_matches_filter? from EE | Jacob Vosmaer | 2014-05-14 | 1 | -0/+4 |
| | |||||
* | Backport Adapter#ldap_search from EE | Jacob Vosmaer | 2014-05-14 | 1 | -1/+17 |
| | |||||
* | Update warnings about relative url support. | Marin Jankovski | 2014-05-13 | 1 | -1/+4 |
| | |||||
* | Add support for Jira ticket mentions in format JIRA-123. | Marin Jankovski | 2014-05-13 | 1 | -4/+16 |
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG-EE | ||||
* | Merge pull request #6778 from dblessing/feature/mr_labels | Dmitriy Zaporozhets | 2014-05-13 | 2 | -0/+5 |
|\ | | | | | Merge Request Labels | ||||
| * | Implement Merge Request Labels | Drew Blessing | 2014-05-13 | 2 | -0/+5 |
| | | |||||
* | | Merge branch 'api-mr-merge' into 'master' | Dmitriy Zaporozhets | 2014-05-13 | 1 | -1/+44 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Accept merge request API This MR adds new endpoint `PUT /projects/:id/merge_request/:merge_request_id/merge`. After this change you can merge branches using API. Fixes internal issue #1166 | ||||
| * | | Add some tests for merge API | Dmitriy Zaporozhets | 2014-05-13 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Docs for merge api | Dmitriy Zaporozhets | 2014-05-12 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Specify error codes for merge api | Dmitriy Zaporozhets | 2014-05-12 | 1 | -9/+12 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Draft API method for merge MR | Dmitriy Zaporozhets | 2014-05-12 | 1 | -0/+39 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge pull request #6823 from milgner/api_expose_project_archived_status | Dmitriy Zaporozhets | 2014-05-13 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Expose archive status of projects in API | ||||
| * | | | Expose archive status of projects in API | Marcus Ilgner | 2014-04-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | That way clients like Gitlab CI can decide to show or hide projects based on that information | ||||
* | | | | Use uid as username when creating user with LDAP | Julien Pivotto | 2014-05-12 | 1 | -1/+3 |
| |/ / |/| | | | | | | | | | | | | | | | | | Without that commit, each user created by a LDAP login would have the first part of their email address as nickname. This is not useful for LDAP, where a uid attribute is already set. | ||||
* | | | Backup wiki repo even if the main repo is empty | Jacob Vosmaer | 2014-05-08 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | This fixes a bug where wiki repositories for projects with an empty main repository would not get backed up. | ||||
* | | | Merge pull request #6937 from chamill/master | Dmitriy Zaporozhets | 2014-05-08 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Provide fallback for missing `name` value. | ||||
| * | | | Clean up conditional statement in `name` method. | C. Morgan Hamill | 2014-05-08 | 1 | -3/+3 |
| | | | | | | | | | | | | Reverse the conditional order to avoid awkward `if !` construction. | ||||
| * | | | Clean up of `name` fallback code. | C. Morgan Hamill | 2014-05-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Don't use `unless` for the conditional. Avoid double-quotes where possible. | ||||
| * | | | Provide fallback for missing `name` value. | C. Morgan Hamill | 2014-05-07 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | If `auth.info.name` is `nil`, then use `auth.info.first_name + auth.info.last_name` as the value of `name`. | ||||
* | | | | Merge pull request #6929 from asedge/fix_api_branches_with_periods | Dmitriy Zaporozhets | 2014-05-08 | 1 | -3/+7 |
|\ \ \ \ | | | | | | | | | | | Add fix for API when branch names have periods in them. Relates to issu... | ||||
| * | | | | Add fix for API when branch names have periods in them. Relates to issue ↵ | Sean Edge | 2014-05-08 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | #6128 (https://github.com/gitlabhq/gitlabhq/issues/6128). | ||||
* | | | | | Apply the locale encoding to `tar --version` | Jacob Vosmaer | 2014-05-08 | 1 | -1/+1 |
| |/ / / |/| | | | | | | | | | | | | | | | Fixes a bug with non-UTF8 locales introduced by 2b816075dc71dfe8f6f9e5349fdff7f03ad9dad0. | ||||
* | | | | Add CompareAction class for collecting commits and diffs using satellites | Dmitriy Zaporozhets | 2014-05-07 | 1 | -0/+53 |
|/ / / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Change gitlab:test task | Dmitriy Zaporozhets | 2014-05-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Clean working directory in satellite | Dmitriy Zaporozhets | 2014-05-05 | 1 | -0/+1 |
| |/ |/| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | More fixes to gitlab:shell:install | Dmitriy Zaporozhets | 2014-05-02 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Fix gitlab-shell setup rake task | Dmitriy Zaporozhets | 2014-05-02 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'improve-gitlab-shell-installation' of ↵ | Dmitriy Zaporozhets | 2014-05-02 | 1 | -0/+58 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/pkgr/gitlabhq into pkgr-improve-gitlab-shell-installation Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/install/installation.md | ||||
| * | | Add rake task to install or upgrade gitlab-shell installation. | Cyril Rohr | 2014-04-08 | 1 | -0/+58 |
| | | | |||||
* | | | Merge pull request #5962 from skv-headless/editing-preview | Dmitriy Zaporozhets | 2014-04-29 | 1 | -7/+13 |
|\ \ \ | | | | | | | | | editing preview | ||||
| * | | | Editing preview | skv-headless | 2014-04-15 | 1 | -7/+13 |
| | |/ | |/| | |||||
* | | | Merge pull request #6857 from bytheway/master | Jacob Vosmaer | 2014-04-25 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Add scoping to ldap lookup when only dn given | ||||
| * | | | Add scoping to ldap lookup when only dn given | Ben Bytheway | 2014-04-23 | 1 | -1/+2 |
| | | | | |||||
* | | | | Add rake setup alias for gitlab:setup | Dmitriy Zaporozhets | 2014-04-24 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge branch 'mysql_field_limits' into 'master' | Dmitriy Zaporozhets | 2014-04-24 | 2 | -17/+3 |
|\ \ \ \ | |/ / / |/| | | | | | | | Adjust MySQL limits for existing installations | ||||
| * | | | Move the adapter check to the migration | Jacob Vosmaer | 2014-04-23 | 1 | -8/+1 |
| | | | | |||||
| * | | | Adjust MySQL limits for existing installations | Jacob Vosmaer | 2014-04-23 | 1 | -9/+2 |
| |/ / | |||||
* | | | Merge branch 'bump_gitlab_shell' into 'master' | Jacob Vosmaer | 2014-04-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Bump gitlab shell | ||||
| * | | | Bump the required gitlab-shell version to 1.9.3 | Jacob Vosmaer | 2014-04-23 | 1 | -1/+1 |
| |/ / | |||||
* | | | Implement GET /users/:uid/keys for admin users | Timm Friebe | 2014-04-18 | 1 | -0/+39 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complements POST operation added in gitlabhq/gitlabhq#3146 Implement DELETE /users/:uid/keys/:id for admin users Fix "Line is too long. [83/80]" Use single quotes as advised Use single quotes as advised Use single quotes as advised Fix missing space around { and } Fix typo in documentation Only catch ActiveRecord::RecordNotFound, let other exceptions propagate Raise a "404 Not found" if key to be deleted cannot be found As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114 Remove tab Unconfigured vim on this box, grrrr./ | ||||
* | | Merge branch 'satellite_exists_in_automerge_check' into 'master' | Dmitriy Zaporozhets | 2014-04-14 | 1 | -6/+0 |
|\ \ | | | | | | | | | | Satellite exists in automerge check |