summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Log Sidekiq argumentsJacob Vosmaer2014-07-281-0/+10
| | |
* | | Merge pull request #7141 from PuzzleFlow/uid_should_always_be_stringDmitriy Zaporozhets2014-07-231-1/+3
|\ \ \ | | | | | | | | Ensure that uid in OAuth is a string
| * | | ensure that uid is a stringPaweł Świątkowski2014-06-211-1/+3
| | |/ | |/|
* | | Merge pull request #7318 from jvanbaarsen/constant-warning-fixDmitriy Zaporozhets2014-07-232-9/+9
|\ \ \ | | | | | | | | Removed some constant allready defined warnings
| * | | Removed some constant allready defined warningsJeroen van Baarsen2014-07-162-9/+9
| | |/ | |/| | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | | Add support to set satellites timeoutAyrton Araújo2014-07-211-1/+1
|/ /
* | Merge branch 'branches_with_no_parent' into 'master'Dmitriy Zaporozhets2014-07-141-1/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Branches with no parent cannot be merged Solves `undefined method 'reduce' for false:FalseClass` Fixes #1415 See merge request !967
| * | Branches without parent commit cannot be merged.Marin Jankovski2014-07-141-1/+3
| | |
* | | Remove thread-unsafe Dir.chdir from Satellite#lockJacob Vosmaer2014-07-141-1/+1
|/ / | | | | | | This is made possible by changes in gitlab-grit 2.6.10.
* | Dont allow ? in project pathDmitriy Zaporozhets2014-07-081-1/+1
| | | | | | | | | | | | | | Because it causes 500 error on every page where link to such project exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #7152 from bhuisgen/masterDmitriy Zaporozhets2014-07-081-1/+9
|\ \ | | | | | | Fix LDAP TLS authentication
| * | Fix LDAP TLS authenticationBoris HUISGEN2014-06-191-1/+9
| |/
* | Dont show 'Remove source brnach' checkbox for forkDmitriy Zaporozhets2014-07-041-1/+2
| | | | | | | | | | | | | | | | | | Remove source button checkbox always try to remove branch in target project. For fork source & target projects are differents - so we hide checkbox from UI. After MR accepted you can easily remove branch with 'Remove branch' button that do remove branch call to valid project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'contributors-api' into 'master'Dmitriy Zaporozhets2014-07-031-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | Contributors api Fixes #1266 See merge request !934
| * | Use Contributor class instead of hashDmitriy Zaporozhets2014-07-021-1/+1
| | |
| * | Move API contributors logic to repository modelDmitriy Zaporozhets2014-07-021-0/+9
| | |
* | | Merge pull request #7204 from cirosantilli/user-validation-msgDmitriy Zaporozhets2014-07-021-0/+23
|\ \ \ | |/ / |/| | Fix username validation message to match regexp.
| * | Fix username validation message to match regexp.Ciro Santilli2014-06-261-0/+23
| | | | | | | | | | | | Also used for project, group and web ui new file names.
* | | Make app works with strong paramsDmitriy Zaporozhets2014-06-262-1/+10
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Return better error when account exists when attempting oauth account create.Marin Jankovski2014-06-241-1/+7
| |
* | Merge pull request #7013 from jvanbaarsen/better-webhook-informationDmitriy Zaporozhets2014-06-241-0/+25
|\ \ | | | | | | Return a little more information in Issue webhook
| * | Added an UrlBuilder for building rails named routesJeroen van Baarsen2014-06-131-0/+25
| | | | | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | | Move checking of recepients to a service.Marin Jankovski2014-06-231-5/+3
| | |
* | | Show @all in autocomplete list.Marin Jankovski2014-06-231-1/+6
| |/ |/|
* | Fix mistake in reference_jira_issue methodAndrew Kumanyaev2014-06-181-1/+1
| | | | | | Use local variable instead global
* | Detect closing issues in Merge Request descriptionJacob Vosmaer2014-06-131-0/+16
|/
* Merge branch 'huge-repo-improve' into 'master'Dmitriy Zaporozhets2014-06-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Better support for huge repositories This MR contains next improvements to GitLab: * You can see repo commits count even if it is > 100k commits * Prevent 500 for commit page for large repos * Add notice about huge push over http to unicorn config * File action in satellites uses default 30 seconds timeout instead of old 10 seconds one * Show spinner when loading data for network graph
| * Use same 30 seconds satellite timeout for all actionsDmitriy Zaporozhets2014-06-111-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Strip apostrophe from email generated usernames.Marin Jankovski2014-06-112-2/+6
|/
* Merge pull request #7024 from skv-headless/linkto_issues_on_main_dashboardDmitriy Zaporozhets2014-06-112-36/+63
|\ | | | | links to issues on main dashboard
| * links to issues on main dashboardskv2014-05-262-36/+63
| |
* | Remove set of thread variablesDmitriy Zaporozhets2014-06-101-6/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Dont allow git tag rewrite/removal unless you are masterDmitriy Zaporozhets2014-05-301-0/+3
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont allow remove of protected branchDmitriy Zaporozhets2014-05-221-8/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move user access check to Gitlab::UserAccessJacob Vosmaer2014-05-152-12/+19
|
* Improve ad_disabled method nameJacob Vosmaer2014-05-142-2/+2
|
* Document the Active Directory magic numbersJacob Vosmaer2014-05-141-0/+3
|
* Use LDAP::Access.open to reuse the LDAP connectionJacob Vosmaer2014-05-141-2/+2
|
* Fix syntax error in AD disabled user filterJacob Vosmaer2014-05-141-1/+1
|
* Check for the AD disabled flag in Access#allowed?Jacob Vosmaer2014-05-141-1/+5
|
* Add LDAP::Person#ad_disabled?Jacob Vosmaer2014-05-141-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 EEJacob Vosmaer2014-05-141-0/+4
|
* Backport Adapter#ldap_search from EEJacob Vosmaer2014-05-141-1/+17
|
* Add support for Jira ticket mentions in format JIRA-123.Marin Jankovski2014-05-131-4/+16
| | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG-EE
* Use uid as username when creating user with LDAPJulien Pivotto2014-05-121-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.
* Clean up conditional statement in `name` method.C. Morgan Hamill2014-05-081-3/+3
| | | Reverse the conditional order to avoid awkward `if !` construction.
* Clean up of `name` fallback code.C. Morgan Hamill2014-05-071-3/+3
| | | | Don't use `unless` for the conditional. Avoid double-quotes where possible.
* Provide fallback for missing `name` value.C. Morgan Hamill2014-05-071-1/+5
| | | | If `auth.info.name` is `nil`, then use `auth.info.first_name + auth.info.last_name` as the value of `name`.
* Add CompareAction class for collecting commits and diffs using satellitesDmitriy Zaporozhets2014-05-071-0/+53
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Clean working directory in satelliteDmitriy Zaporozhets2014-05-051-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>