summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Removed User#project_relationsprojects-finder-ee-compatibleYorick Peterse2016-03-121-6/+3
* Merge branch 'fix/token-timing-attack' into 'master' Douwe Maan2016-03-122-3/+3
|\
| * add SHA256 to secure_comparefix/token-timing-attackJames Lopez2016-03-082-3/+3
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/token-timin...James Lopez2016-03-0817-208/+250
| |\
| * | fix token issue - timing attackJames Lopez2016-03-022-3/+3
* | | Use a UNION in MergeRequest.in_projectsYorick Peterse2016-03-111-1/+18
* | | Make Namespace.search case-insensitiveYorick Peterse2016-03-111-1/+11
* | | Removed arel_table receiver from search methodsYorick Peterse2016-03-116-6/+6
* | | Clean up ProjectsFinder for getting user projectsYorick Peterse2016-03-111-3/+6
* | | Use ILIKE/LIKE for searching milestonesYorick Peterse2016-03-111-2/+11
* | | Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-111-2/+19
* | | Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-3/+17
* | | Use ILIKE/LIKE for searching groupsYorick Peterse2016-03-111-1/+11
* | | Use ILIKE/LIKE for searching usersYorick Peterse2016-03-111-1/+15
* | | Use ILIKE/LIKE for searching notesYorick Peterse2016-03-111-1/+11
* | | Use ILIKE/LIKE for searching snippetsYorick Peterse2016-03-111-2/+22
* | | Use ILIKE in Project.search_by_titleYorick Peterse2016-03-111-1/+4
* | | Use ILIKE/LIKE + UNION in Project.searchYorick Peterse2016-03-111-6/+24
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into expirin...Jacob Vosmaer2016-03-103-3/+9
|\ \ \
| * | | Optimize Project#ci_service(s)optimize-project-ci-servicesYorick Peterse2016-03-101-2/+2
| * | | Merge branch 'fix-git-push-service-specs' into 'master' Robert Speicher2016-03-091-0/+5
| |\ \ \
| | * | | Handle permissions for ExternalIssue instancesfix-git-push-service-specsYorick Peterse2016-03-091-0/+5
| * | | | Merge branch 'fix-todos' into 'master' Douglas Barbosa Alexandre2016-03-091-0/+1
| |\ \ \ \
| | * | | | Destroy all related todos when removing a projectDouglas Barbosa Alexandre2016-03-091-0/+1
| | |/ / /
| * | | | Merge branch 'commit-limits' into 'master' Jacob Vosmaer2016-03-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Show at most 100 commits in the web UIJacob Vosmaer2016-03-041-1/+1
* | | | | Move method to UserJacob Vosmaer2016-03-101-0/+7
|/ / / /
* | | | Merge branch 'rs-snippets-dont-expire' into 'master' Dmitriy Zaporozhets2016-03-093-11/+0
|\ \ \ \
| * | | | Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-053-11/+0
* | | | | Call after_create_branch in Repository#add_branchbranch-tag-count-methodsYorick Peterse2016-03-081-1/+2
* | | | | Call the right hooks in Repository#add_tagYorick Peterse2016-03-081-1/+2
* | | | | Call the right hooks when removing branchesYorick Peterse2016-03-081-2/+8
* | | | | Cache & flush tag/branch countsYorick Peterse2016-03-081-3/+30
| |_|_|/ |/| | |
* | | | Merge branch 'master' into 'master' Yorick Peterse2016-03-081-0/+6
|\ \ \ \
| * | | | moves the main_language update logic to git push servicetiagonbotelho2016-03-071-8/+0
| * | | | removes automatic setting of main_language to project for it to set a main la...tiagonbotelho2016-03-071-10/+0
| * | | | fixes typotiagonbotelho2016-03-071-1/+1
| * | | | removes redundant selftiagonbotelho2016-03-071-1/+1
| * | | | adds tests and fixes some broken code to main language mrtiagonbotelho2016-03-071-3/+3
| * | | | adds swp and swo to gitignore and improves migration for project main_languagetiagonbotelho2016-03-073-6/+18
| * | | | removes unused methods that I forgottiagonbotelho2016-03-072-16/+0
| * | | | implements project languages saving them onto the databasetiagonbotelho2016-03-072-0/+12
| * | | | moves method to repository modeltiagonbotelho2016-03-072-7/+13
| * | | | changes if ! to unless and now asks for language instead of languagestiagonbotelho2016-03-071-3/+4
| * | | | adds cache to languages listtiagonbotelho2016-03-071-4/+4
| * | | | adds language names to projects list github styletiagonbotelho2016-03-071-0/+9
* | | | | Merge branch 'cache-raw-2' into 'master' Douwe Maan2016-03-071-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactor caching codeJacob Vosmaer2016-03-071-0/+3
| * | | | Revert changes in the Project modelJacob Vosmaer2016-03-071-4/+3
| * | | | Tell clients/proxies to cache raw blob requestsJacob Vosmaer2016-03-031-3/+4