summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Add SetDefaultBranchDefaultToNil migrationRobert Speicher2012-09-051-1/+1
* Add StaticModel role, and add it to Commit modelRobert Speicher2012-09-021-8/+4
* fix project.last_activity specrandx2012-08-301-1/+1
* Fixed project last_activity. Links color changed a bitDmitriy Zaporozhets2012-08-301-4/+4
* Fix test i broke with ssk key validation. Added Key.user_id as attr_protectedDmitriy Zaporozhets2012-08-291-1/+3
* Add ssh key validationDmitriy Zaporozhets2012-08-291-0/+1
* Use similar interface to access gitoliterandx2012-08-293-5/+10
* Minor cleanup to Milestone model and specRobert Speicher2012-08-251-11/+3
* Merge pull request #1263 from dosire/merge_base_for_merge_requestDmitriy Zaporozhets2012-08-231-2/+5
|\
| * Show only the commits that are newer in the merge request.Sytse Sijbrandij2012-08-211-2/+5
* | Refactoring & minor css changesrandx2012-08-211-1/+1
|/
* Merge branch 'better_ldap' of https://github.com/jirutka/gitlabhq into jirutk...randx2012-08-211-11/+23
|\
| * fix condition in find_for_ldap_authJakub Jirutka2012-08-201-1/+1
| * Adding workaround for backward compatibility with legacy LDAP usersJakub Jirutka2012-08-051-1/+6
| * Change identification of users with extern auth provider (LDAP)Jakub Jirutka2012-07-291-6/+13
* | Application cleanupDmitriy Zaporozhets2012-08-171-2/+0
* | "Cant" -> "Can't"Robert Speicher2012-08-131-2/+2
* | Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-1013-140/+140
* | Consolidate functionality shared between Issue and MergeRequestRobert Speicher2012-08-082-86/+5
* | Add empty IssueCommonality module; include in Issue and MergeRequestRobert Speicher2012-08-082-0/+2
* | make hooks respect http basic authenticationgitlab system2012-08-021-1/+10
* | Better name for Project push methods modulerandx2012-07-291-1/+1
* | commit.short_id as model method. Styled inline comment formrandx2012-07-271-0/+8
* | Merge branch 'add_wiki_comments' of git://github.com/seeingidog/gitlabhq into...randx2012-07-251-0/+1
|\ \ | |/ |/|
| * Add comments to Wiki pagesIan Morgan2012-07-191-0/+1
* | BaseContextDmitriy Zaporozhets2012-07-202-0/+27
* | Merge branch 'sys_hooks' of dev.gitlabhq.com:gitlabhqDmitriy Zaporozhets2012-07-206-7/+21
|\ \
| * | System Hooks: move callback to observerValeriy Sizov2012-07-203-73/+1
| * | System Hook: implementedValeriy Sizov2012-07-195-2/+86
| * | System Hooks: CRUD has doneValeriy Sizov2012-07-191-2/+0
| * | Refactoring of hook functionality & bootsrap system hooksValeriy Sizov2012-07-194-3/+7
* | | Fix comments in MR. Fixed event destroy with userDmitriy Zaporozhets2012-07-191-0/+5
|/ /
* | Merge pull request #1100 from patthoyts/pt/ldap-no-emailValeriy Sizov2012-07-181-1/+2
|\ \
| * | Improve handling of misconfigured LDAP accounts.Pat Thoyts2012-07-161-1/+2
| |/
* | CHANGELOG updated. Fixed MR bug. Logger improvedDmitriy Zaporozhets2012-07-171-1/+1
* | Feature: Unassigned Merge RequestsDmitriy Zaporozhets2012-07-171-1/+1
|/
* Merge pull request #1012 from NARKOZ/deviseDmitriy Zaporozhets2012-07-061-2/+2
|\
| * enable lockable strategy for usersNihad Abbasov2012-07-061-2/+2
* | MR: Handle broken diff ex. in case its too hugeDmitriy Zaporozhets2012-07-051-3/+16
* | Admin gitolite logs. Refactored project creation. Few style fixes.Dmitriy Zaporozhets2012-07-051-1/+18
* | Remove GITLAB_OPTS, fixed ldap user creationrandx2012-07-051-1/+1
|/
* Tabs styled. MR Get Patchrandx2012-07-051-0/+12
* Disable issues sort. Recent issues on top. Fixed testsDmitriy Zaporozhets2012-07-021-1/+1
* Epic: Gitlab configuration with default valuesDmitriy Zaporozhets2012-07-021-1/+1
* Add configurable default for projects_limitPierre GUINOISEAU2012-06-291-1/+2
* New Feature: Diff patch file export for commitrandx2012-06-281-0/+1
* Strict first project symdol to letterrandx2012-06-281-5/+5
* Remove critical status from Issue. Move sort insteadDmitriy Zaporozhets2012-06-272-4/+1
* Issue Labels: Edit, show, index + filterDmitriy Zaporozhets2012-06-271-0/+2
* Merge pull request #971 from gingko/masterDmitriy Zaporozhets2012-06-261-1/+12
|\