summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* The new fingerprint format wis incompatible with the previous regex.Sašo Stanovnik2015-03-241-4/+11
* Use 2 spaces for indentation, not 4.Sašo Stanovnik2015-03-241-1/+1
* Fixed generating SSH key fingerprints in OpenSSH 6.8.Sašo Stanovnik2015-03-241-1/+18
* Change comment in blue ui to match other scsshebbet2015-03-231-1/+1
* Merge branch 'emailsonpush-create-delete' into 'master'Dmitriy Zaporozhets2015-03-235-132/+184
|\
| * Clean up code by using keyword arguments.Douwe Maan2015-03-233-10/+22
| * Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan2015-03-185-125/+165
* | Merge branch 'no-comment-bubble' into 'master'Dmitriy Zaporozhets2015-03-231-1/+1
|\ \
| * | Don't show commit comment button when user is not signed in.Douwe Maan2015-03-231-1/+1
* | | Merge branch 'userpage-activity-scroll'Dmitriy Zaporozhets2015-03-233-7/+22
|\ \ \
| * | | Fix atom feed for user pageuserpage-activity-scrollDmitriy Zaporozhets2015-03-221-1/+6
| * | | Add inifinite scroll to user activity on user pageDmitriy Zaporozhets2015-03-223-6/+16
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-2312-150/+69
|\ \ \ \
| * \ \ \ Merge branch 'improve-contributions-calendar' into 'master'Dmitriy Zaporozhets2015-03-2310-149/+53
| |\ \ \ \
| | * | | | Improve contribution calendar per day infoDmitriy Zaporozhets2015-03-223-28/+3
| | * | | | Contribution calendar will use events instead of commits to count contributionsDmitriy Zaporozhets2015-03-221-1/+4
| | * | | | Refactor contributions events and write tests for calendarDmitriy Zaporozhets2015-03-224-12/+13
| | * | | | Replace commits calendar with contributions calendarDmitriy Zaporozhets2015-03-216-114/+39
| | |/ / /
| * | | | Merge branch 'fix-admin-service-template-config' into 'master'Douwe Maan2015-03-232-1/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Include missing events and fix save functionality in admin service template s...Stan Hu2015-03-232-1/+16
* | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-232-10/+16
|\ \ \ \ \
| * | | | | Fix #8966 Remove Milestones/Labels from project navbar when Isses disabledvichak2015-03-232-2/+6
| * | | | | Fix #8966 Remove Milestones ans Labels from project navbar when Issues disabledvichak2015-03-231-10/+12
| |/ / / /
* | | | | Merge branch 'your' into 'master'Dmitriy Zaporozhets2015-03-2314-19/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update views to single form of address. Change "my" to "your"Dmitriy Zaporozhets2015-03-2214-19/+17
| |/ / /
* | | | Make panel heading font boldDmitriy Zaporozhets2015-03-221-0/+2
|/ / /
* | | Merge branch 'fix-dots-in-wiki-title' into 'master'Dmitriy Zaporozhets2015-03-222-2/+3
|\ \ \
| * | | Fix dots in Wiki slug causing errorsStan Hu2015-03-212-2/+3
* | | | Merge branch 'fix-import-from-modal' into 'master'Dmitriy Zaporozhets2015-03-221-3/+3
|\ \ \ \
| * | | | Fix "Import projects from" button to show the correct instructionsStan Hu2015-03-221-3/+3
| | |/ / | |/| |
* | | | Remove old GitLab auth imageRobert Schilling2015-03-221-0/+0
|/ / /
* | | Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-219-53/+52
* | | Remove 32px oauth imagesDmitriy Zaporozhets2015-03-217-0/+0
|/ /
* | Merge branch 'topic/push_tag_events_for_ci' of https://github.com/ayufan/gitl...Dmitriy Zaporozhets2015-03-213-34/+47
|\ \
| * | Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-213-34/+47
* | | Merge branch 'performance-tune' into 'master'Dmitriy Zaporozhets2015-03-211-3/+36
|\ \ \
| * | | Cache head commit and head treeDmitriy Zaporozhets2015-03-211-2/+10
| * | | Cache lookup results into hash to prevent repeating same requests to git repoDmitriy Zaporozhets2015-03-211-1/+10
| * | | Cache project branches and tags into variablesDmitriy Zaporozhets2015-03-211-0/+16
| |/ /
* | | Hide UI elements when print md files or wiki pagesfix-print-cssDmitriy Zaporozhets2015-03-211-0/+4
|/ /
* | Merge branch 'improve-avatar-header' into 'master'Dmitriy Zaporozhets2015-03-215-30/+45
|\ \
| * | Improve header with avatar for group and user pagesDmitriy Zaporozhets2015-03-205-30/+45
* | | Prevent diff header overflowDmitriy Zaporozhets2015-03-201-1/+3
|/ /
* | Merge branch 'user-location' into 'master'Dmitriy Zaporozhets2015-03-213-1/+8
|\ \
| * | Add location to user pageDmitriy Zaporozhets2015-03-201-0/+4
| * | Add location to user profileDmitriy Zaporozhets2015-03-202-1/+4
* | | Merge branch 'link_to_ci_with_ref' into 'master'Dmitriy Zaporozhets2015-03-207-21/+21
|\ \ \
| * | | Link to CI with refValery Sizov2015-03-207-21/+21
* | | | Fix votes inline renderingDmitriy Zaporozhets2015-03-201-2/+2
* | | | Improve issue sidebar positionDmitriy Zaporozhets2015-03-202-2/+2