Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-22Required shell version is now 1.9.4.Marin Jankovski
2014-05-15Check user access status in API for current_userJacob Vosmaer
2014-05-15Move user access check to Gitlab::UserAccessJacob Vosmaer
2014-05-14Improve ad_disabled method nameJacob Vosmaer
2014-05-14Document the Active Directory magic numbersJacob Vosmaer
2014-05-14Use LDAP::Access.open to reuse the LDAP connectionJacob Vosmaer
2014-05-14Fix syntax error in AD disabled user filterJacob Vosmaer
2014-05-14Check for the AD disabled flag in Access#allowed?Jacob Vosmaer
2014-05-14Add LDAP::Person#ad_disabled?Jacob Vosmaer
2014-05-14Backport Adapter#dn_matches_filter? from EEJacob Vosmaer
2014-05-14Backport Adapter#ldap_search from EEJacob Vosmaer
2014-05-13Update warnings about relative url support.Marin Jankovski
2014-05-13Add support for Jira ticket mentions in format JIRA-123.Marin Jankovski
2014-05-13Merge pull request #6778 from dblessing/feature/mr_labelsDmitriy Zaporozhets
2014-05-13Implement Merge Request LabelsDrew Blessing
2014-05-13Merge branch 'api-mr-merge' into 'master'Dmitriy Zaporozhets
2014-05-13Merge pull request #6823 from milgner/api_expose_project_archived_statusDmitriy Zaporozhets
2014-05-13Add some tests for merge APIDmitriy Zaporozhets
2014-05-12Docs for merge apiDmitriy Zaporozhets
2014-05-12Specify error codes for merge apiDmitriy Zaporozhets
2014-05-12Draft API method for merge MRDmitriy Zaporozhets
2014-05-12Use uid as username when creating user with LDAPJulien Pivotto
2014-05-09Backup wiki repo even if the main repo is emptyJacob Vosmaer
2014-05-08Merge pull request #6937 from chamill/masterDmitriy Zaporozhets
2014-05-08Merge pull request #6929 from asedge/fix_api_branches_with_periodsDmitriy Zaporozhets
2014-05-08Apply the locale encoding to `tar --version`Jacob Vosmaer
2014-05-08Clean up conditional statement in `name` method.C. Morgan Hamill
2014-05-08Add fix for API when branch names have periods in them. Relates to issue #61...Sean Edge
2014-05-08Clean up of `name` fallback code.C. Morgan Hamill
2014-05-08Provide fallback for missing `name` value.C. Morgan Hamill
2014-05-07Add CompareAction class for collecting commits and diffs using satellitesDmitriy Zaporozhets
2014-05-06Change gitlab:test taskDmitriy Zaporozhets
2014-05-05Clean working directory in satelliteDmitriy Zaporozhets
2014-05-02More fixes to gitlab:shell:installDmitriy Zaporozhets
2014-05-02Fix gitlab-shell setup rake taskDmitriy Zaporozhets
2014-05-02Merge branch 'improve-gitlab-shell-installation' of https://github.com/pkgr/g...Dmitriy Zaporozhets
2014-04-29Merge pull request #5962 from skv-headless/editing-previewDmitriy Zaporozhets
2014-04-25Merge pull request #6857 from bytheway/masterJacob Vosmaer
2014-04-24Add rake setup alias for gitlab:setupDmitriy Zaporozhets
2014-04-24Merge branch 'mysql_field_limits' into 'master'Dmitriy Zaporozhets
2014-04-24Add scoping to ldap lookup when only dn givenBen Bytheway
2014-04-23Merge branch 'bump_gitlab_shell' into 'master'Jacob Vosmaer
2014-04-23Bump the required gitlab-shell version to 1.9.3Jacob Vosmaer
2014-04-23Move the adapter check to the migrationJacob Vosmaer
2014-04-23Adjust MySQL limits for existing installationsJacob Vosmaer
2014-04-18Expose archive status of projects in APIMarcus Ilgner
2014-04-18Implement GET /users/:uid/keys for admin usersTimm Friebe
2014-04-15Editing previewskv-headless
2014-04-14Merge branch 'satellite_exists_in_automerge_check' into 'master'Dmitriy Zaporozhets
2014-04-13Merge pull request #6699 from criteo/api_get_open_merge_requestsDmitriy Zaporozhets