summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Reorganize container repository controllers and viewsGrzegorz Bizon2017-03-314-53/+71
| | * | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2715-38/+55
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix feature specs related to container registryGrzegorz Bizon2017-03-241-2/+2
| | * | | | | | | | Remove out-of-scope changes for multi-level imagesGrzegorz Bizon2017-03-222-17/+0
| | * | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2163-457/+651
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Improved readability in tag/image delete conditionAndre Guedes2017-02-221-11/+17
| | * | | | | | | | Fixes broken and missing testsAndre Guedes2017-02-221-1/+0
| | * | | | | | | | Adding registry endpoint authorizationAndre Guedes2017-02-222-0/+17
| | * | | | | | | | First iteration of container_image viewAndre Guedes2017-02-221-7/+21
| * | | | | | | | | Linking to edit file directlyEric Eastwood2017-04-061-2/+8
| * | | | | | | | | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-20/+22
| * | | | | | | | | Merge branch 'feature/enforce-2fa-per-group' into 'master' Douwe Maan2017-04-066-33/+85
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | rename cache db column with `_cached` suffixAlexis Reigel2017-04-061-2/+2
| | * | | | | | | | check all groups for 2fa requirementAlexis Reigel2017-04-061-1/+1
| | * | | | | | | | state the reason to the user for the required 2faAlexis Reigel2017-04-062-4/+28
| | * | | | | | | | Rename skip_tfa session variable to skip_two_factorMarkus Koller2017-04-062-2/+2
| | * | | | | | | | Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller2017-04-063-6/+6
| | * | | | | | | | Extract 2FA-related code from ApplicationControllerMarkus Koller2017-04-062-39/+48
| | * | | | | | | | Support 2FA requirement per-groupMarkus Koller2017-04-063-4/+16
| | * | | | | | | | Move AuthHelper#two_factor_skippable? into ApplicationControllerMarkus Koller2017-04-061-0/+7
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-0613-62/+57
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch '28810-projectfinder-should-handle-more-options' into 'master' Rémy Coutable2017-04-069-57/+46
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | ProjectsFinder should handle more optionsJacopo2017-04-069-57/+46
| * | | | | | | | Merge remote-tracking branch 'dev/master'DJ Mountney2017-04-054-3/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Merge branch 'open-redirect-fix-continue-to' into 'security' Sean McGivern2017-04-051-0/+1
| | * | | | | | | | Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-053-3/+3
| | |/ / / / / / /
| * | | | | | | | Issue title realtimeRegis Boudinot2017-04-061-2/+7
| |/ / / / / / /
* | | | | | | | Remove unused codeDouwe Maan2017-04-051-2/+1
* | | | | | | | Address review commentsDouwe Maan2017-04-056-5/+25
* | | | | | | | Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-053-5/+5
* | | | | | | | Don't use original_discussion_idDouwe Maan2017-04-051-6/+1
* | | | | | | | Add specsDouwe Maan2017-04-051-7/+7
* | | | | | | | Fix some specsDouwe Maan2017-04-051-0/+2
* | | | | | | | Add option to start a new discussion on an MRDouwe Maan2017-04-056-83/+70
|/ / / / / / /
* | | | | | | MR empty stateLuke "Jared" Bennett2017-04-051-0/+1
* | | | | | | Create subgroups if they don't exist while importing projectsJames Lopez2017-04-051-9/+19
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch '29492-useless-queries' into 'master'Sean McGivern2017-04-041-0/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove useless queries with false conditions (e.g 1=0)mhasbini2017-04-041-0/+3
| | |_|_|/ | |/| | |
* | | | | Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-1/+1
* | | | | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-031-0/+1
|\ \ \ \ \
| * | | | | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-0/+1
* | | | | | Merge branch 'sh-fix-destroy-user-race' into 'master' Douwe Maan2017-04-031-2/+2
|\ \ \ \ \ \
| * | | | | | Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'fix-nplusone-queries' into 'master' Robert Speicher2017-04-034-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix a few N+1 queries identified by Bulletfix-nplusone-queriesStan Hu2017-04-024-1/+4
| |/ / / /
* | | | | Fix redirection after login when the referer have paramsmhasbini2017-04-021-1/+1
|/ / / /
* | | | Merge branch '25556-prevent-users-from-disconnecting-gitlab-account-from-cas'...Douwe Maan2017-03-311-1/+12
|\ \ \ \
| * | | | Prevent users from disconnecting gitlab account from CASTiago Botelho2017-03-311-1/+12
* | | | | Refactor SearchController#showDongqing Hu2017-03-311-33/+7
* | | | | Handle parsing OpenBSD ps output properly to display sidekiqSebastian Reitenbach2017-03-311-1/+1