summaryrefslogtreecommitdiff
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix and improve help renderingSullivan SENECHAL2015-04-031-1/+1
|
* Add autocomplete controllerDmitriy Zaporozhets2015-03-261-0/+5
|
* Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-211-1/+5
|
* Fix commits routingDmitriy Zaporozhets2015-03-201-2/+1
|
* Fix commits routing for branches with slashfix-commits-routingDmitriy Zaporozhets2015-03-201-11/+20
|
* Extend the commit calendar to show the actual commits for a dateHannes Rosenögger2015-03-181-1/+4
|
* Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-171-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | Subscription to issue/mr Fixes #1911 and #1909 ![joxi_screenshot_1426601822159](https://dev.gitlab.org/gitlab/gitlabhq/uploads/53021bc5783271322ab2dfba7598eaa3/joxi_screenshot_1426601822159.png) ![joxi_screenshot_1426601836423](https://dev.gitlab.org/gitlab/gitlabhq/uploads/244ff360fbd6f30980f8dad699400814/joxi_screenshot_1426601836423.png) See merge request !1702
| * testsValery Sizov2015-03-161-2/+2
| |
| * SubscriptionValery Sizov2015-03-151-0/+4
| |
* | Move group leave action from dashboard/groups to groups/group_members.Douwe Maan2015-03-151-5/+2
| |
* | Move group members index from `/members` to `/group_members`.Douwe Maan2015-03-151-2/+3
| |
* | Move project members index from `/team` to `/project_members`Douwe Maan2015-03-151-1/+0
| |
* | Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-2/+2
|/
* Remove projects page from dashboardDmitriy Zaporozhets2015-03-101-1/+0
|
* Add starred projects page to dashboardDmitriy Zaporozhets2015-03-091-0/+6
|
* Move profile groups page to dashboardDmitriy Zaporozhets2015-03-081-5/+6
|
* Add GitLab UI development kitDmitriy Zaporozhets2015-03-081-6/+3
|
* Add dashboard milestones.Douwe Maan2015-03-031-1/+5
|
* Add comment about note attachment redirect.Douwe Maan2015-02-281-0/+1
|
* Redirect old note attachment path to new uploads path.Douwe Maan2015-02-271-0/+4
|
* Merge branch 'extend_markdown_upload' into 'master'Dmitriy Zaporozhets2015-02-251-8/+8
|\ | | | | | | | | | | | | | | | | | | Generalizes image upload in drag and drop in markdown to all files From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/265 by Hannes Rosenögger. - [x] Rebase on master when !1553 is merged in See merge request !1530
| * Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-133/+186
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
| * \ Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-211-0/+6
| |\ \
| * | | Fix specs.Douwe Maan2015-02-201-4/+6
| | | |
| * | | Fix URL to uploaded file.Douwe Maan2015-02-201-3/+3
| | | |
| * | | Merge branch 'extend_markdown_upload' into generic-uploadsDouwe Maan2015-02-201-6/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/files_controller.rb # app/controllers/projects/uploads_controller.rb # app/uploaders/attachment_uploader.rb
| | * | | Refactor.Douwe Maan2015-02-171-2/+5
| | | | |
| | * | | implement Project::UploadsControllerHannes Rosenögger2015-02-171-2/+3
| | | | |
| | * | | Generalize the image upload in markdownHannes Rosenögger2015-02-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
| * | | | Satisfy Rubocop.Douwe Maan2015-02-201-2/+2
| | | | |
* | | | | Re-enable rescuing from Bitbucket OAuth errors.Douwe Maan2015-02-241-0/+1
| | | | |
* | | | | Add Bitbucket importer.Douwe Maan2015-02-241-0/+5
| |_|_|/ |/| | |
* | | | Using gitlab url to build links for gitlab issue tracker and add a spec. Fix ↵Marin Jankovski2015-02-231-10/+17
| | | | | | | | | | | | | | | | rubocop warnings in path.
* | | | Fix markdown image uploader after rails updateDmitriy Zaporozhets2015-02-231-3/+3
| | | |
* | | | Fix style issue for rubocopDmitriy Zaporozhets2015-02-231-8/+12
| | | |
* | | | Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-211-0/+20
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/projects/commits/_commit.html.haml app/views/projects/issues/_issue.html.haml app/views/projects/issues/_issue_context.html.haml app/views/projects/merge_requests/_merge_request.html.haml app/views/projects/merge_requests/show/_context.html.haml
| * | | Merge branch 'upload-xss-access-control' into 'master'Marin Jankovski2015-02-201-0/+14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix note attachments XSS and access control Replaces the reverted #1528, as proposed in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/434, as discussed with @dzaporozhets and as summarized in #2032. @marin Could you take a look at the nginx config and apply it to Omnibus once this gets merged? See merge request !1553
| | * | | Satisfy Rubocop.Douwe Maan2015-02-201-4/+6
| | |/ /
| | * | Use controllers to serve uploads, with XSS prevention and access control.Douwe Maan2015-02-201-0/+12
| | |/
| * | Add gitorious.org importerMarcin Kulik2015-02-201-0/+6
| |/
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-125/+167
|/ | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Add admin services templates.Marin Jankovski2015-02-111-4/+6
|
* Merge branch 'markdown-preview-via-post' into 'master'Dmitriy Zaporozhets2015-02-061-1/+1
|\ | | | | | | | | | | | | | | Don't have Markdown preview fail for long comments/wiki pages. See https://github.com/gitlabhq/gitlabhq/issues/8611. See merge request !1479
| * Don't have Markdown preview fail for long content by using POST rather than GET.Douwe Maan2015-02-061-1/+1
| | | | | | | | See https://github.com/gitlabhq/gitlabhq/issues/8611.
* | GitLab.com integration: refactoringValery Sizov2015-02-051-4/+4
| |
* | GitLab integration. ImporterValery Sizov2015-02-051-5/+16
|/
* code foldingValery Sizov2015-02-031-2/+2
|
* Commit page: async load branches infoValery Sizov2015-02-031-2/+6
| | | | | Conflicts: config/routes.rb
* Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-021-6/+4
|
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-24/+24
|