| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't require `API::API` in routesfix-autoloading-issue | Rémy Coutable | 2016-12-12 | 1 | -1/+0 |
* | Merge branch 'rs-filter-authentication_token' into 'security'
| Douwe Maan | 2016-12-08 | 2 | -2/+3 |
* | Fix 404 error when visit group label edit pagedz-fix-group-label-404 | Dmitriy Zaporozhets | 2016-12-06 | 1 | -11/+11 |
* | Merge branch '24814-pipeline-tabs' into 'master'
| Fatih Acet | 2016-12-01 | 1 | -0/+1 |
|\ |
|
| * | Pipelines tabs | Filipa Lacerda | 2016-11-30 | 1 | -0/+1 |
* | | Merge branch 'fix-optimistic-locking-for-destroy' into 'master'
| Stan Hu | 2016-12-01 | 1 | -0/+17 |
|\ \ |
|
| * | | Use Arel to avoid MySQL triple quotingfix-optimistic-locking-for-destroy | Lin Jen-Shin | 2016-12-01 | 1 | -2/+1 |
| * | | Make deleting with optimistic locking respect NULL | Lin Jen-Shin | 2016-12-01 | 1 | -0/+18 |
| |/ |
|
* | | Gracefully recover from Redis connection failures in Sidekiq initializer | Stan Hu | 2016-12-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch '24880-configurable-plaintext-emails' into 'master'
| Sean McGivern | 2016-11-29 | 1 | -0/+2 |
|\ |
|
| * | Add new configuration setting to enable/disable HTML emails.24880-configurable-plaintext-emails | Ruben Davila | 2016-11-28 | 1 | -0/+2 |
* | | Merge branch 'dz-allow-nested-group-routing' into 'master'
| Douwe Maan | 2016-11-24 | 7 | -158/+160 |
|\ \
| |/
|/| |
|
| * | Add nested groups support to the routingdz-allow-nested-group-routing | Dmitriy Zaporozhets | 2016-11-23 | 7 | -158/+160 |
* | | Merge branch 'doc-for-config' into 'master'
| Achilleas Pipinellis | 2016-11-22 | 1 | -0/+22 |
|\ \
| |/
|/| |
|
| * | Update wordings by feedback from:doc-for-config | Lin Jen-Shin | 2016-06-23 | 1 | -7/+8 |
| * | Add some clarification for some files under config/* | Lin Jen-Shin | 2016-06-22 | 1 | -0/+21 |
* | | Fix 404 on some group pages when name contains dotdz-fix-group-name-dot | Dmitriy Zaporozhets | 2016-11-21 | 1 | -3/+8 |
* | | Merge branch '22539-display-folders' into 'master'
| Fatih Acet | 2016-11-19 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'origin/master' into 22539-display-folders | Kamil Trzcinski | 2016-11-18 | 7 | -9/+34 |
| |\ \ |
|
| * | | | Includes page specific JS | Filipa Lacerda | 2016-11-16 | 1 | -0/+1 |
* | | | | Merge branch 'add-logging-to-rack-attack' into 'master'
| Douwe Maan | 2016-11-19 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Add logging for rack attack eventsadd-logging-to-rack-attack | Brian Neel | 2016-11-18 | 1 | -0/+7 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'feature/precalculate-authorized-projects' into 'master'
| Douwe Maan | 2016-11-18 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Precalculate user's authorized projects in database | Ahmad Sherif | 2016-11-18 | 1 | -0/+1 |
* | | | | Improve consistency of empty todo list messages | Robert Speicher | 2016-11-18 | 1 | -7/+5 |
* | | | | Merge branch 'feature/cycle-analytics-events' into 'master'
| Douwe Maan | 2016-11-18 | 1 | -0/+12 |
|\ \ \ \ |
|
| * | | | | fix issue with commits and also updated routes | James Lopez | 2016-11-17 | 1 | -1/+1 |
| * | | | | added the rest of the stages to the controller and relevant specs | James Lopez | 2016-11-17 | 1 | -1/+7 |
| * | | | | added cycle analytics events controller and started integration spec | James Lopez | 2016-11-17 | 1 | -0/+6 |
* | | | | | Merge branch 'feature/subscribe-to-group-level-labels' into 'master'
| Sean McGivern | 2016-11-17 | 1 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | Add toggle_subscription action to Groups::LabelsController | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -1/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'chat-name-authorize' into 'master'
| Rémy Coutable | 2016-11-17 | 1 | -0/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge remote-tracking branch 'origin/master' into chat-name-authorize | Kamil Trzcinski | 2016-11-16 | 8 | -24/+29 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Create relation between chat user and GitLab user and allow to authorize them... | Kamil Trzcinski | 2016-11-16 | 1 | -0/+6 |
* | | | | | Merge branch 'mailroom_idle_timeout' into 'master'
| Rémy Coutable | 2016-11-17 | 2 | -1/+3 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Add idle_timeout to reply by email doc. | Marin Jankovski | 2016-11-16 | 1 | -1/+1 |
| * | | | | Make mail_room idle_timeout option configurable. | Marin Jankovski | 2016-11-16 | 2 | -1/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'fix-shibboleth-auth-with-no-uid' into 'master'
| Rémy Coutable | 2016-11-16 | 1 | -0/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix shibboleth misconfigurations resulting in authentication bypassfix-shibboleth-auth-with-no-uid | Brian Neel | 2016-11-14 | 1 | -0/+4 |
| |/ / |
|
* | | | Merge branch '21076-deleted-merged-branches' into 'master'
| Douwe Maan | 2016-11-15 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | Add button to delete all merged branches | Toon Claes | 2016-11-09 | 2 | -0/+2 |
* | | | | Merge branch 'issue-13823' into 'master'
| Alfredo Sumaran | 2016-11-14 | 2 | -0/+14 |
|\ \ \ \ |
|
| * | | | | Add new messages | Josep Llaneras | 2016-11-11 | 1 | -1/+5 |
| * | | | | Remove author | Josep Llaneras | 2016-11-11 | 1 | -11/+4 |
| * | | | | Issue #13823: random message when all Todos are Done | Josep Llaneras | 2016-11-11 | 2 | -0/+17 |
* | | | | | Fix typos and grammar | seongahjo | 2016-11-14 | 1 | -2/+2 |
* | | | | | Merge branch 'user_filter_auth' into 'master'
| Rémy Coutable | 2016-11-14 | 1 | -16/+3 |
|\ \ \ \ \ |
|
| * | | | | | Centralize LDAP config/filter logic | Drew Blessing | 2016-11-11 | 1 | -16/+3 |
| |/ / / / |
|
* | | | | | Merge branch 'repository-name-emojis' into 'master'
| Rémy Coutable | 2016-11-14 | 1 | -6/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Added ability to put emojis into repository name | Vincent Composieux | 2016-11-12 | 1 | -6/+6 |
| | |/ /
| |/| | |
|