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/app/roles
AgeCommit message (Expand)Author
2012-10-23Fix 500 error on admin project if emptyDmitriy Zaporozhets
2012-10-21Merge pull request #1717 from riyad/add-author-to-tree-listingDmitriy Zaporozhets
2012-10-21Security for online editor. Replace dev_access?, master_access? with can? met...randx
2012-10-18Fix wrong parameter order in Team#team_member_by_name_or_emailRiyad Preukschas
2012-10-15Merge pull request #1692 from riyad/saner-note-methodsDmitriy Zaporozhets
2012-10-15Minor improve to UI and code formatting of gitlab web editorrandx
2012-10-13Make Note methods sanerRiyad Preukschas
2012-10-11Separate observing of Note and MergeRequestsRobb Kidd
2012-10-09Context refactoring. Move Issues list, Search logic to contextrandx
2012-10-09project.issues_labels methodrandx
2012-10-09Merge pull request #1656 from zzet/refactoringValeriy Sizov
2012-10-09Group: new link on dashboard if admin. Fixed people countrandx
2012-10-09Merge pull request #1596 from riyad/fix-messages-for-deleted-thingsDmitriy Zaporozhets
2012-10-09simple refactoringAndrey Kumanyaev
2012-10-04Minore code-style fixesValeriy Sizov
2012-10-04Fixed group issues/mr. Also speedup project list of admin areaDmitriy Zaporozhets
2012-09-30Clarify deletion messagesRiyad Preukschas
2012-09-30Fix double ref_type in push event when removing branch or tagRiyad Preukschas
2012-09-27Use Rails.root.join where appropriateRobert Speicher
2012-09-27Add branches and tags Repo methodsRobert Speicher
2012-09-27Rename branches and tags Repo methods to branch_names and tag_namesRobert Speicher
2012-09-27Fix Repository role specRobert Speicher
2012-09-27Use Commit#show instead of Commits#show to view a single commitRobert Speicher
2012-09-27Add branches method to Repository roleRobert Speicher
2012-09-26set activerecord whitelist_attributes to trueNihad Abbasov
2012-09-21Improve commits compare. Added tags to autocomplete. Dont look for commits if...Dmitriy Zaporozhets
2012-09-12Merge pull request #1409 from riyad/update-votesDmitriy Zaporozhets
2012-09-11Add *votes_in_percentRiyad Preukschas
2012-09-08Add votes_countRiyad Preukschas
2012-09-08Add downvotesRiyad Preukschas
2012-09-08Rename Upvote role to VotesRiyad Preukschas
2012-09-05add validations for boolean attributesNihad Abbasov
2012-09-05Add Repository#discover_default_branch and add it to PushObserverRobert Speicher
2012-09-04Add "empty_repo?" method to Repository roleRobert Speicher
2012-09-04Update User#identifier to conform to Gitolite 2.x's user patternRobert Speicher
2012-09-02Add StaticModel role, and add it to Commit modelRobert Speicher
2012-08-29Prepared for gitolite v3randx
2012-09-08typo fixedmiks
2012-09-07bulk access roles update/deletion addedmiks
2012-08-29Use similar interface to access gitoliterandx
2012-08-27Merge pull request #993 from veprbl/fix_archiving_prefixDmitriy Zaporozhets
2012-08-21Refactoring & minor css changesrandx
2012-08-21Handle post-receive files via gitolite, not gitlabrandx
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-08-09Fix `search` class method for IssueCommonalityRobert Speicher
2012-08-09Consolidate functionality shared between Issue and MergeRequestRobert Speicher
2012-08-09Add empty IssueCommonality module; include in Issue and MergeRequestRobert Speicher
2012-07-31Backend RefactoringDmitriy Zaporozhets
2012-07-29Better name for Project push methods modulerandx
2012-07-28Fix #1009 Replace all special characters in user's identitytomykaira