summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Defer tooltip update on Resolve Comment button after DOM cycle25957-marking-a-diff-discussion-as-resolved-doesn-t-update-tooltipsSam Rose2016-12-271-2/+4
* Merge branch '1659-long-tag-title' into 'master' Annabel Dunstone Gray2016-12-277-42/+91
|\
| * Truncate tag description and fix mobile for inidividual tag1659-long-tag-titleSam Rose2016-12-277-42/+91
* | Update CHANGELOG.md for 8.15.2Robert Speicher2016-12-2713-48/+15
* | Merge branch 'dz-rename-reserved-project-names' into 'master' Dmitriy Zaporozhets2016-12-275-3/+189
|\ \
| * \ Merge branch 'master' into 'dz-rename-reserved-project-names'Dmitriy Zaporozhets2016-12-27130-424/+1476
| |\ \
| * | | Fix rename projects spec so it doesn't hangdz-rename-reserved-project-namesYorick Peterse2016-12-271-3/+5
| * | | Removed return from reserved project migrationYorick Peterse2016-12-241-2/+0
| * | | Fix parallel renaming of reserved projectsYorick Peterse2016-12-241-26/+87
| * | | Rename projects with reserved path namesDmitriy Zaporozhets2016-12-245-3/+128
* | | | Merge branch 'master' into 'master' Annabel Dunstone Gray2016-12-272-1/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix Changelog entry for !7898Pier Paolo Ramon2016-12-031-1/+1
| * | | Add Changelog entry for !7898Pier Paolo Ramon2016-12-021-0/+4
| * | | Extend the list header top border to the edge of the box Pier Paolo Ramon2016-12-021-0/+6
| * | | Minor white-space source formattingPier Paolo Ramon2016-12-021-1/+1
* | | | Merge branch 'resolve-note-svg-color' into 'master' Annabel Dunstone Gray2016-12-272-6/+6
|\ \ \ \
| * | | | Fixed discussion note resolve button SVG colorresolve-note-svg-colorPhil Hughes2016-12-222-6/+6
* | | | | Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan2016-12-2728-137/+384
|\ \ \ \ \
| * | | | | Rubocop prefers to indent this wayfeature/1376-allow-write-access-deploy-keysLin Jen-Shin2016-12-201-2/+2
| * | | | | Use consistent names and move checks to the method,Lin Jen-Shin2016-12-203-43/+47
| * | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-201040-5142/+29726
| |\ \ \ \ \
| * \ \ \ \ \ Merge CSSFilipa Lacerda2016-12-12381-1849/+5732
| |\ \ \ \ \ \
| * | | | | | | Adds CSS to match the mockups and makes table responsiveFilipa Lacerda2016-12-122-31/+46
| * | | | | | | Use btn-inverted for New Deploy KeyLin Jen-Shin2016-12-121-1/+1
| * | | | | | | Fix tests and also add tests for non-existing repoLin Jen-Shin2016-12-101-1/+15
| * | | | | | | Use consistent words, feedback:Lin Jen-Shin2016-12-104-5/+5
| * | | | | | | Check project existence for push too, andLin Jen-Shin2016-12-101-16/+6
| * | | | | | | Don't pass the actor for deploy key, feedback:Lin Jen-Shin2016-12-101-0/+2
| * | | | | | | Now we need to include EmailHelpers for each testLin Jen-Shin2016-12-062-0/+4
| * | | | | | | Prefer guest_can_download_code? and fix typoLin Jen-Shin2016-12-062-3/+3
| * | | | | | | Prefer guest_can_downlod_code?Lin Jen-Shin2016-12-061-1/+1
| * | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-061491-9599/+15710
| |\ \ \ \ \ \ \
| * | | | | | | | Allow admin to set keys with write access, andLin Jen-Shin2016-11-226-3/+40
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-22506-2813/+13514
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add tests for key/deploy key notificationsLin Jen-Shin2016-11-182-0/+24
| * | | | | | | | | Fix an old copypasta: internal -> privateLin Jen-Shin2016-11-181-1/+1
| * | | | | | | | | Check download privilege more specifically andLin Jen-Shin2016-11-181-29/+29
| * | | | | | | | | Still grant :download_code if guest could do thatLin Jen-Shin2016-11-181-5/+3
| * | | | | | | | | Check if the key could really download, feedback:Lin Jen-Shin2016-11-181-1/+1
| * | | | | | | | | We removed User#has_access_to?Lin Jen-Shin2016-11-181-1/+3
| * | | | | | | | | We never check user privilege if it's a deploy keyLin Jen-Shin2016-11-184-34/+28
| * | | | | | | | | Don't notify user for deploy keys, feedback:Lin Jen-Shin2016-11-183-5/+11
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-17660-11597/+14544
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin2016-11-162-6/+22
| * | | | | | | | | | Introduce has_access_to? so that we could reuse itLin Jen-Shin2016-11-165-6/+13
| * | | | | | | | | | Also need to check against push rules:Lin Jen-Shin2016-11-161-1/+1
| * | | | | | | | | | Fix test for GitAccessWiki, it's overriding change_access_checkLin Jen-Shin2016-11-112-4/+7
| * | | | | | | | | | Fix a typo: acccess -> accessLin Jen-Shin2016-11-111-1/+1
| * | | | | | | | | | Add more tests and fix write to project checkLin Jen-Shin2016-11-113-8/+36
| * | | | | | | | | | So deploy key might not have a corresponding userLin Jen-Shin2016-11-111-2/+2