summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Changed all font-weight values to 400 and 600Dimitrie Hoekstra2017-08-242-3/+3
* Merge branch 'fix/sm/36731-improve-spec-spec-features-runners_spec-rb-and-spe...Kamil Trzciński2017-08-241-1/+1
|\
| * Refurbish spec/features/runners_spec.rbShinya Maeda2017-08-231-1/+1
* | Merge branch 'archived-projects-only' into 'master'Douwe Maan2017-08-241-1/+4
|\ \
| * | Add an option to list only archived projectsMehdi Lahmam2017-08-241-1/+4
* | | Merge branch '36709-gpg-status' into 'master'Clement Ho2017-08-231-3/+3
|\ \ \ | |/ / |/| |
| * | Fix alignment of gpg status36709-gpg-statusAnnabel Dunstone Gray2017-08-231-3/+3
* | | Merge branch 'zj-fix-fe-blank-button' into 'master'Clement Ho2017-08-231-1/+1
|\ \ \
| * | | Fix blank button not resetting project template valueZeger-Jan van de Weg2017-08-231-1/+1
| | |/ | |/|
* | | Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-232-4/+8
|\ \ \ | |_|/ |/| |
| * | Cache the number of open issues and merge requestsYorick Peterse2017-08-232-4/+8
* | | Merge branch 'remove-tooltip-filtered-search-user' into 'master'Tim Zallmann2017-08-231-1/+1
|\ \ \
| * | | Remove tooltip from filtered search userremove-tooltip-filtered-search-userClement Ho2017-08-221-1/+1
* | | | Merge branch 'fix-push-events-branch-removals' into 'master'Sean McGivern2017-08-232-10/+7
|\ \ \ \
| * | | | Fix display of push events for removed refsfix-push-events-branch-removalsYorick Peterse2017-08-222-10/+7
* | | | | Merge branch 'rs-fix-admin-logs-timeout' into 'master'Douwe Maan2017-08-231-10/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Refactor `Admin::LogsController#show`rs-fix-admin-logs-timeoutRobert Speicher2017-08-221-10/+6
| | |/ / | |/| |
* | | | Implement new system note iconsBryce Johnson2017-08-2316-18/+29
|/ / /
* | | Merge branch '36721-rename-repo-text' into 'master'Annabel Dunstone Gray2017-08-221-2/+0
|\ \ \
| * | | 36721 Remove incorrect paragraph regarding renaming repos in settings36721-rename-repo-texttauriedavis2017-08-211-2/+0
* | | | Merge branch 'zj-fix-import-gitlab-export-form' into 'master'Douwe Maan2017-08-221-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Update form to properly set the pathZeger-Jan van de Weg2017-08-221-2/+1
| |/ /
* | | Merge branch '35845-improve-subgroup-creation-permissions' into 'master'Douwe Maan2017-08-221-3/+2
|\ \ \
| * | | Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-211-3/+2
* | | | Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-1/+1
* | | | Enable automatic hashed storage for new projects by application settingsGabriel Mazetto2017-08-221-0/+11
* | | | Use non-i18n values for setting new group-level issue/MR button textBryce Johnson2017-08-218-13/+13
* | | | Only require sidekiq-limit_fetch when enabled in settingsonly-limit-fetch-when-requestedSean McGivern2017-08-211-1/+3
| |/ / |/| |
* | | Merge branch 'docs/gpg-refactor' into 'master'Marcia Ramos2017-08-212-2/+2
|\ \ \
| * | | Change GPG docs locationAchilleas Pipinellis2017-08-182-2/+2
* | | | Make issuable filter dropdown style consistentWinnie Hellmann2017-08-181-3/+3
* | | | Add current locale to commit partial cache keyDouwe Maan2017-08-181-1/+1
| |_|/ |/| |
* | | Add support for i18n on Project Activity PageKushal Pandya2017-08-184-12/+12
* | | Merge branch 'winh-admin-user-actions-dropdown' into 'master'Clement Ho2017-08-171-1/+2
|\ \ \
| * | | Make admin user actions dropdown consistentwinh-admin-user-actions-dropdownwinh2017-08-171-1/+2
* | | | Merge branch 'docs/importing-refactor' into 'master'Marcia Ramos2017-08-171-1/+1
|\ \ \ \
| * | | | Move workflow/importing/ to user/project/import/Achilleas Pipinellis2017-08-171-1/+1
| | |/ / | |/| |
* | | | Merge branch '36087-users-cannot-delete-their-account' into 'master'Rémy Coutable2017-08-171-19/+18
|\ \ \ \
| * | | | Allow all users to delete their accountJacopo2017-08-171-19/+18
* | | | | Merge branch 'zj-fix-fe-posting-value' into 'master'Kamil Trzciński2017-08-172-2/+2
|\ \ \ \ \
| * | | | | Document project templates and link to itZeger-Jan van de Weg2017-08-171-1/+1
| * | | | | Frontend to send template name instead of on/offZeger-Jan van de Weg2017-08-171-1/+1
| | |_|/ / | |/| | |
* | | | | Fix milestone sidebar collapse buttonfix-milestone-sidebarClement Ho2017-08-161-1/+1
|/ / / /
* | | | Make sort by dropdown style consistentWinnie Hellmann2017-08-161-1/+1
* | | | Merge branch '36430-edit-milestone-link' into 'master'Grzegorz Bizon2017-08-162-2/+2
|\ \ \ \
| * | | | Fix edit milestone path from group milestones listJarka Kadlecova2017-08-162-2/+2
* | | | | Merge branch 'dispatcher-race-condition-fix' into 'master'Tim Zallmann2017-08-161-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix race condition with dispatcher.jsdispatcher-race-condition-fixPhil Hughes2017-08-151-3/+3
* | | | | Merge branch 'safari-fly-out-fix' into 'master'Tim Zallmann2017-08-164-526/+530
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix the fly-out menu in the sidebar not displaying in Safarisafari-fly-out-fixPhil Hughes2017-08-154-526/+530