summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Protect users projects_limit from mass assignment.Marin Jankovski2012-09-261-2/+3
* Colored labels for eventsDmitriy Zaporozhets2012-09-241-0/+1
* Improve commits compare. Added tags to autocomplete. Dont look for commits if...Dmitriy Zaporozhets2012-09-211-4/+8
* Fix MR diff comments. Fix wiki comments loading errorrandx2012-09-152-1/+4
* Merge branch 'change-notes-order' of https://github.com/riyad/gitlabhq into r...randx2012-09-151-1/+1
|\
| * Update Notes JS for reversed notesRiyad Preukschas2012-09-141-1/+1
| * Update Note to load notes in the right orderRiyad Preukschas2012-09-141-1/+1
* | fix event issue when event for left project + project removedrandx2012-09-141-14/+22
|/
* Refactorn oauth & ldapDmitriy Zaporozhets2012-09-121-50/+7
* Merge branch 'master' of https://github.com/funglaub/gitlabhq into funglaub-m...Dmitriy Zaporozhets2012-09-121-13/+42
|\
| * DRY'ed up the user modelFlorian Unglaub2012-08-311-37/+32
| * save newly created users directly in the modelFlorian Unglaub2012-08-311-0/+2
| * Allow single-sign-on with OmniauthFlorian Unglaub2012-08-311-1/+33
* | Merge pull request #1409 from riyad/update-votesDmitriy Zaporozhets2012-09-113-2/+8
|\ \
| * | Rename Upvote role to VotesRiyad Preukschas2012-09-082-2/+2
| * | Make notes recognize downvotesRiyad Preukschas2012-09-081-0/+6
* | | tree view need use ascii-8bit, file name need be utf8.Saito2012-09-111-1/+1
* | | User left project event addedAlex Denisov2012-09-102-3/+14
* | | User joined project event addedAlex Denisov2012-09-091-1/+8
* | | Prepared for gitolite v3randx2012-08-291-1/+1
* | | Merge branch 'master' into project_users_apimiks2012-09-082-5/+5
|\ \ \ | |/ /
| * | Merge pull request #1384 from tsigo/emojiDmitriy Zaporozhets2012-09-061-1/+1
| |\ \
| | * | Update Note#upvote? to support emoji votingRobert Speicher2012-09-061-1/+1
| * | | Update failure message for UsersProject uniqueness validationRobert Speicher2012-09-061-4/+4
| |/ /
* | | bulk access roles update/deletion addedmiks2012-09-061-0/+17
|/ /
* | add validations for boolean attributesNihad Abbasov2012-09-051-0/+2
* | 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
|\ \ | |/ |/|