summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Unify diff option buttons.Fatih Acet2016-07-212-15/+19
* Don't use `params[:id]` while building `markdown_preview_path`.20079-new-wiki-page-500Timothy Andrew2016-07-211-1/+1
* Merge branch 'fix/new-project-import-tooltip' into 'master' Fatih Acet2016-07-211-12/+12
|\
| * added spec, fixed wordingJames Lopez2016-07-201-3/+3
| * fix JS - now tooltip and flash should showJames Lopez2016-07-201-9/+9
* | Merge branch 'hide-project-name-in-project-activities' into 'master' Fatih Acet2016-07-216-20/+18
|\ \
| * | Hide namespace and project name on project activity page (!5068)winniehell2016-07-146-20/+18
* | | Merge branch 'add-preview-image-border' into 'master' Fatih Acet2016-07-211-1/+1
|\ \ \
| * | | Add image border in Markdown preview (!5162)winniehell2016-07-211-1/+1
* | | | Merge branch 're-deploy-button' into 'master' Rémy Coutable2016-07-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use Re-deploy button on Deployments pagere-deploy-buttonKamil Trzcinski2016-07-201-1/+1
* | | | Merge branch 'sidebar-clipboard-toggle' into 'master' Fatih Acet2016-07-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent toggling sidebar when clipboard icon clicked.sidebar-clipboard-toggleFatih Acet2016-07-201-1/+1
| | |/ | |/|
* | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-201-12/+45
|\ \ \
| * | | Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano2016-07-181-4/+4
| * | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-22/+4
| * | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-11/+62
* | | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-201-1/+1
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into cs-warn-on-failurecs-warn-on-failureKamil Trzcinski2016-07-2014-44/+127
| |\ \ \ \
| * | | | | Starting work on the warn_on_failure feature for the MR build status.Connor Shea2016-07-191-1/+1
* | | | | | Merge branch 'add-link-to-commit-avatar' into 'master' Rémy Coutable2016-07-203-7/+4
|\ \ \ \ \ \
| * | | | | | Add link to user profile to commit avatar (!5163)winniehell2016-07-203-7/+4
* | | | | | | Merge branch 'issue_8110' into 'master' Rémy Coutable2016-07-202-61/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Refactor service settings viewissue_8110Felipe Artur2016-07-204-103/+22
| * | | | | | Allow slack service to send messages on different channelsFelipe Artur2016-07-193-2/+43
* | | | | | | Merge branch 'explore-nav' into 'master' Jacob Schatz2016-07-201-4/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove icons from explore navAnnabel Dunstone2016-07-201-4/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch '15343-build-settiings' into 'master' Rémy Coutable2016-07-205-93/+106
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-202-3/+3
| * | | | | | Merge remote-tracking branch 'origin/master' into 15343-build-settiingsKamil Trzcinski2016-07-2021-70/+196
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Move Pipelines settings under `gitlab.com/gitlab-org/gitlab-ce/pipelines/sett...Kamil Trzcinski2016-07-192-3/+3
| * | | | | | Change title to CI/CD PipelinesAnnabel Dunstone2016-07-192-3/+3
| * | | | | | Capitalize CI PipelinesAnnabel Dunstone2016-07-191-1/+1
| * | | | | | Update badges pathAnnabel Dunstone2016-07-191-1/+0
| * | | | | | Remove unused badges page and delete badges index controller actionAnnabel Dunstone2016-07-191-23/+0
| * | | | | | Change builds to pipelines; settings formattingAnnabel Dunstone2016-07-191-7/+8
| * | | | | | Align pipelines settings to match other settings pagesAnnabel Dunstone2016-07-191-83/+93
| * | | | | | Rename to CI PipelineAnnabel Dunstone2016-07-191-7/+3
| * | | | | | Remove builds settings from project settings; add builds settings route; add ...Annabel Dunstone2016-07-194-67/+97
* | | | | | | Allow to disable user request access to groups/projectsFelipe Artur2016-07-204-0/+18
* | | | | | | Merge branch '17810-fork-page-ux-is-outdated' into 'master' Fatih Acet2016-07-201-41/+50
|\ \ \ \ \ \ \
| * | | | | | | Added custom no_avatar iconLuke "Jared" Bennett2016-07-151-2/+11
| * | | | | | | Updated fork pageLuke "Jared" Bennett2016-07-151-41/+41
* | | | | | | | Merge branch 'rename-js-files' into 'master' Fatih Acet2016-07-204-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-154-4/+4
* | | | | | | | Merge branch 'wiki-gfm-autocomplete' into 'master' Jacob Schatz2016-07-201-5/+5
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Chnaged noteable class checkwiki-gfm-autocompletePhil Hughes2016-07-141-1/+1
| * | | | | | | Fixed GFM autocomplete not loading on wiki pagesPhil Hughes2016-07-071-5/+5
* | | | | | | | Merge branch '19937-fix-wrong-build-elapsed-time' into 'master' Kamil Trzciński2016-07-192-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix build duration when build is not finished yet19937-fix-wrong-build-elapsed-timeRémy Coutable2016-07-182-2/+2