Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'resolve-note-svg-color' into 'master' | Annabel Dunstone Gray | 2016-12-27 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixed discussion note resolve button SVG colorresolve-note-svg-color | Phil Hughes | 2016-12-22 | 2 | -6/+6 | |
* | | | | | | | | | | Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' | Douwe Maan | 2016-12-27 | 28 | -137/+384 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Rubocop prefers to indent this wayfeature/1376-allow-write-access-deploy-keys | Lin Jen-Shin | 2016-12-20 | 1 | -2/+2 | |
| * | | | | | | | | | | Use consistent names and move checks to the method, | Lin Jen-Shin | 2016-12-20 | 3 | -43/+47 | |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-... | Lin Jen-Shin | 2016-12-20 | 1040 | -5142/+29726 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge CSS | Filipa Lacerda | 2016-12-12 | 381 | -1849/+5732 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Adds CSS to match the mockups and makes table responsive | Filipa Lacerda | 2016-12-12 | 2 | -31/+46 | |
| * | | | | | | | | | | | | Use btn-inverted for New Deploy Key | Lin Jen-Shin | 2016-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Fix tests and also add tests for non-existing repo | Lin Jen-Shin | 2016-12-10 | 1 | -1/+15 | |
| * | | | | | | | | | | | | Use consistent words, feedback: | Lin Jen-Shin | 2016-12-10 | 4 | -5/+5 | |
| * | | | | | | | | | | | | Check project existence for push too, and | Lin Jen-Shin | 2016-12-10 | 1 | -16/+6 | |
| * | | | | | | | | | | | | Don't pass the actor for deploy key, feedback: | Lin Jen-Shin | 2016-12-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Now we need to include EmailHelpers for each test | Lin Jen-Shin | 2016-12-06 | 2 | -0/+4 | |
| * | | | | | | | | | | | | Prefer guest_can_download_code? and fix typo | Lin Jen-Shin | 2016-12-06 | 2 | -3/+3 | |
| * | | | | | | | | | | | | Prefer guest_can_downlod_code? | Lin Jen-Shin | 2016-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-... | Lin Jen-Shin | 2016-12-06 | 1491 | -9599/+15710 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Allow admin to set keys with write access, and | Lin Jen-Shin | 2016-11-22 | 6 | -3/+40 | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-... | Lin Jen-Shin | 2016-11-22 | 506 | -2813/+13514 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add tests for key/deploy key notifications | Lin Jen-Shin | 2016-11-18 | 2 | -0/+24 | |
| * | | | | | | | | | | | | | | Fix an old copypasta: internal -> private | Lin Jen-Shin | 2016-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Check download privilege more specifically and | Lin Jen-Shin | 2016-11-18 | 1 | -29/+29 | |
| * | | | | | | | | | | | | | | Still grant :download_code if guest could do that | Lin Jen-Shin | 2016-11-18 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | Check if the key could really download, feedback: | Lin Jen-Shin | 2016-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | We removed User#has_access_to? | Lin Jen-Shin | 2016-11-18 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | We never check user privilege if it's a deploy key | Lin Jen-Shin | 2016-11-18 | 4 | -34/+28 | |
| * | | | | | | | | | | | | | | Don't notify user for deploy keys, feedback: | Lin Jen-Shin | 2016-11-18 | 3 | -5/+11 | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-... | Lin Jen-Shin | 2016-11-17 | 660 | -11597/+14544 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Introduce no_user_or_blocked? and fix tests due to | Lin Jen-Shin | 2016-11-16 | 2 | -6/+22 | |
| * | | | | | | | | | | | | | | | Introduce has_access_to? so that we could reuse it | Lin Jen-Shin | 2016-11-16 | 5 | -6/+13 | |
| * | | | | | | | | | | | | | | | Also need to check against push rules: | Lin Jen-Shin | 2016-11-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Fix test for GitAccessWiki, it's overriding change_access_check | Lin Jen-Shin | 2016-11-11 | 2 | -4/+7 | |
| * | | | | | | | | | | | | | | | Fix a typo: acccess -> access | Lin Jen-Shin | 2016-11-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Add more tests and fix write to project check | Lin Jen-Shin | 2016-11-11 | 3 | -8/+36 | |
| * | | | | | | | | | | | | | | | So deploy key might not have a corresponding user | Lin Jen-Shin | 2016-11-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Correct the test. Not sure why change it in the first place | Lin Jen-Shin | 2016-11-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Mark DeployKey#can_push a safe attribute | Lin Jen-Shin | 2016-11-11 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | Remove old entry in CHANGELOG.md | Lin Jen-Shin | 2016-11-11 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | Improve write access check for deploy key | Lin Jen-Shin | 2016-11-11 | 1 | -45/+36 | |
| * | | | | | | | | | | | | | | | Cleanup migration | Lin Jen-Shin | 2016-11-10 | 1 | -19/+6 | |
| * | | | | | | | | | | | | | | | Update CHANGELOG | Lin Jen-Shin | 2016-11-10 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-... | Lin Jen-Shin | 2016-11-10 | 2726 | -29671/+109077 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Set current user as deploy key user | Ali Ibrahim | 2016-09-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | added spacing | Ali Ibrahim | 2016-08-19 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | Rephrase wording for pull/push access | Ali Ibrahim | 2016-08-19 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Added can_push attribute to deploy keys and update docs for API | Ali Ibrahim | 2016-08-18 | 2 | -7/+14 | |
| * | | | | | | | | | | | | | | | | Allow to add deploy keys with write-access | Ali Ibrahim | 2016-08-17 | 7 | -20/+68 | |
* | | | | | | | | | | | | | | | | | Merge branch 'dz-rename-invalid-users' into 'master' | Douwe Maan | 2016-12-27 | 4 | -1/+121 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Rename users with namespace ending with .gitdz-rename-invalid-users | Dmitriy Zaporozhets | 2016-12-26 | 4 | -1/+121 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'bugfix/outlook-language-parsing' into 'master' | Douwe Maan | 2016-12-27 | 4 | -31/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |