summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5958 from brunoga/go-repository-fetchDmitriy Zaporozhets2014-01-212-0/+9
|\
| * Change web_url_without scheme to web_url_without_protocol.Bruno Albuquerque2014-01-202-2/+2
| * Move Go specific meta tag after the atom feed code.Bruno Albuquerque2014-01-201-5/+5
| * Use web_url for web_url_without_scheme.Bruno Albuquerque2013-12-301-1/+1
| * Use project methods instead of attributes.Bruno Albuquerque2013-12-302-1/+5
| * Added support for Go's repository retrieval.Bruno Albuquerque2013-12-301-0/+5
* | Merge pull request #6098 from jeromedalbert/masterDmitriy Zaporozhets2014-01-203-3/+3
|\ \
| * | Rename "Website url" labels to "Website"Jerome Dalbert2014-01-203-3/+3
* | | Merge branch 'fix/selectbox_above' into 'master'Dmitriy Zaporozhets2014-01-201-1/+1
|\ \ \
| * | | Fix select2 css for drop above styleDmitriy Zaporozhets2014-01-201-1/+1
| |/ /
* | | Merge branch 'bug/500_pagination' into 'master'Dmitriy Zaporozhets2014-01-202-4/+2
|\ \ \
| * | | Dont override project_id params when use issues/mr filteringDmitriy Zaporozhets2014-01-202-4/+2
| |/ /
* | | Fix assign-to-me link for MR formDmitriy Zaporozhets2014-01-201-1/+1
|/ /
* | Merge pull request #6072 from jvanbaarsen/fix-3516Dmitriy Zaporozhets2014-01-191-1/+1
|\ \
| * | Better check on the validity of emailsJeroen van Baarsen2014-01-161-1/+1
* | | Merge branch 'add_website_url_to_user' of https://github.com/jeromedalbert/gi...Dmitriy Zaporozhets2014-01-194-2/+23
|\ \ \
| * | | Add website url to userJerome Dalbert2014-01-184-2/+23
| |/ /
* | | Case-insensetive search autocomplete for projetsDmitriy Zaporozhets2014-01-181-1/+1
* | | Prevent duplicate method names in helpersDmitriy Zaporozhets2014-01-181-5/+5
* | | Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets2014-01-186-22/+64
* | | Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets2014-01-1722-30/+30
|\ \ \
| * | | Fix require for file servicesDmitriy Zaporozhets2014-01-163-3/+3
| * | | Move all Context classes into ServicesDmitriy Zaporozhets2014-01-1622-27/+27
| |/ /
* | | Fix encoding pass to edit file satelliteDmitriy Zaporozhets2014-01-161-1/+1
* | | Add base64 encoding selector to new file UI so you can add image to repoDmitriy Zaporozhets2014-01-162-1/+7
* | | Add files encoding support on context levelDmitriy Zaporozhets2014-01-162-4/+6
|/ /
* | Merge pull request #6062 from skv-headless/fix_n+1_user_pageDmitriy Zaporozhets2014-01-161-1/+1
|\ \
| * | fix n+1 problem for namespacesskv2014-01-151-1/+1
* | | Merge branch 'new-branch-usability' into 'master'Dmitriy Zaporozhets2014-01-161-3/+2
|\ \ \
| * | | New branch doesn't exist yet.dosire2014-01-161-2/+2
| * | | Replace hints with text that is obviously not valid.dosire2014-01-151-3/+2
* | | | Merge branch 'refactoring/issues_filter' into 'master'Dmitriy Zaporozhets2014-01-1611-164/+172
|\ \ \ \
| * | | | FilteringService works with scope :all event if current user is not definedDmitriy Zaporozhets2014-01-161-1/+5
| * | | | Remove unnecessary contextsDmitriy Zaporozhets2014-01-153-135/+0
| * | | | Use FilteringService for project issuus, mrsDmitriy Zaporozhets2014-01-153-8/+17
| * | | | Use FilteringService for Dashboard, Group pagesDmitriy Zaporozhets2014-01-154-21/+32
| * | | | Implement FilteringServiceDmitriy Zaporozhets2014-01-151-0/+119
* | | | | Merge branch 'webhook_verify_none' into 'master'Dmitriy Zaporozhets2014-01-161-1/+2
|\ \ \ \ \
| * | | | | Disable SSL peer verification for all webhooksJacob Vosmaer2014-01-151-1/+2
| |/ / / /
* | | | | Merge branch 'refactoring/services' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2014-01-157-67/+48
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix commit pageDmitriy Zaporozhets2014-01-151-1/+1
| * | | | Remove commit_load_context.rbDmitriy Zaporozhets2014-01-152-49/+20
| * | | | Convert TestHookContext into TestHookService. Added testsDmitriy Zaporozhets2014-01-153-10/+14
| * | | | Use instance methods for system_hooks_serviceDmitriy Zaporozhets2014-01-152-7/+13
| | |/ / | |/| |
* | | | Move repo rename email to notification serviceDmitriy Zaporozhets2014-01-152-3/+10
|/ / /
* | | Merge branch 'feature/merge_commit_message' of /home/git/repositories/gitlab/...Dmitriy Zaporozhets2014-01-154-4/+29
|\ \ \
| * | | Dont allow merge without commit messageDmitriy Zaporozhets2014-01-141-0/+2
| * | | Tests for accept MR with custom messageDmitriy Zaporozhets2014-01-141-1/+1
| * | | Fix mr controller specsDmitriy Zaporozhets2014-01-141-4/+5
| * | | Add UI for custom Merge request commit messageDmitriy Zaporozhets2014-01-131-1/+15