summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Start Frontend work, fix routing problemZ.J. van de Weg2016-09-192-2/+5
| * | | | Snippets get award emoji! :thumbsup:Z.J. van de Weg2016-09-192-2/+9
* | | | | Merge branch 'post-merge-improve-of-ci-permissions' into 'master' Rémy Coutable2016-09-212-6/+6
|\ \ \ \ \
| * | | | | Improve JwtController implementationpost-merge-improve-of-ci-permissionsKamil Trzcinski2016-09-201-3/+3
| * | | | | Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-3/+3
* | | | | | Merge branch '21170-cycle-analytics' into 'master' Stan Hu2016-09-211-0/+67
|\ \ \ \ \ \
| * | | | | | Implement fourth round of comments from @DouweM.Timothy Andrew2016-09-211-3/+8
| * | | | | | Move JSON generation (cycle analytics) into a controller method.Timothy Andrew2016-09-201-2/+34
| * | | | | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-2016-108/+176
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Move cycle analytics JSON generation to a helper.Timothy Andrew2016-09-171-1/+3
| * | | | | | Add a JSON version of the `CycleAnalytics` page.Timothy Andrew2016-09-081-0/+5
| * | | | | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-0723-80/+121
| |\ \ \ \ \ \
| * | | | | | | Authorize access to cycle analytics.Timothy Andrew2016-08-261-0/+2
| * | | | | | | Fetch cycle analytics data for a specific date range.Timothy Andrew2016-08-261-1/+17
| * | | | | | | Scope Cycle Analytics queries to a projectTimothy Andrew2016-08-261-1/+1
| * | | | | | | Add the "Plan" Cycle Analytics query.Timothy Andrew2016-08-261-28/+1
| * | | | | | | Display numbers for the "Issue (Tracker)" cycle analytics metric.Timothy Andrew2016-08-261-0/+32
| | |_|_|_|/ / | |/| | | | |
* | | | | | | fix issues mr counterbarthc2016-09-205-20/+21
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'feature/github-edit-path' into 'master' Rémy Coutable2016-09-201-3/+4
|\ \ \ \ \ \
| * | | | | | modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-3/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'maxiperezc/gitlab-ce-issues_17198' into 'master' Douwe Maan2016-09-201-0/+7
|\ \ \ \ \ \
| * | | | | | Fix initial implementation to actually render the unsubscribe pageRémy Coutable2016-09-201-2/+5
| * | | | | | Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto2016-09-201-0/+4
| |/ / / / /
* | | | | | Move logic to check ci? or lfs_deploy_token? to Gitlab::Auth::ResultKamil Trzcinski2016-09-201-7/+3
* | | | | | Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+6
|/ / / / /
* | | | | Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-6/+0
* | | | | Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-195-4/+26
|\ \ \ \ \
| * \ \ \ \ Merge branch '22248-fix-namespace-undefined-method' into 'master' Rémy Coutable2016-09-191-0/+4
| |\ \ \ \ \
| | * | | | | Render invalid template for merge requests without source project and openKatarzyna Kobierska2016-09-161-0/+4
| * | | | | | Replace contributions calendar timezone payload with datesClement Ho2016-09-161-1/+1
| |/ / / / /
| * | | | | Merge branch 'group-specific-lfs-settings' into 'master' Rémy Coutable2016-09-162-2/+20
| |\ \ \ \ \
| | * | | | | Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-152-9/+9
| | * | | | | Added group-specific setting for LFS.Patricio Cano2016-09-152-2/+20
| * | | | | | Fix spelling: sucessfully -> successfullyStan Hu2016-09-151-1/+1
| |/ / / / /
* | | | | | Don't leak build tokens in build logsKamil Trzcinski2016-09-191-1/+5
* | | | | | Improve authentication_result usageKamil Trzcinski2016-09-161-11/+18
* | | | | | Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-161-42/+33
* | | | | | Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-163-8/+10
* | | | | | Added builds_spec and git_http_specsKamil Trzcinski2016-09-151-1/+1
* | | | | | Fix specs after merging LFS changesKamil Trzcinski2016-09-151-2/+12
* | | | | | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-22/+49
|\ \ \ \ \ \
| * | | | | | Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-8/+17
| * | | | | | Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-151-8/+12
| * | | | | | Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-2/+2
| * | | | | | Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-14/+13
| * | | | | | Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-2/+1
| * | | | | | Added LFS support to SSHPatricio Cano2016-09-151-12/+30
| |/ / / / /
* | | | | | Fix most of specsKamil Trzcinski2016-09-151-2/+5
* | | | | | Fix existing authorization specsKamil Trzcinski2016-09-152-4/+4
* | | | | | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-153-14/+5
|\ \ \ \ \ \ | |/ / / / /