summaryrefslogtreecommitdiff
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove `Profile::KeysController#new` actionRobert Speicher2016-03-031-1/+1
|
* Make url and actions to be the same nameAlfredo Sumaran2016-03-011-2/+2
|
* Add routes and actions for dynamic tab loadingJosh Frye2016-02-291-0/+9
|
* Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-261-0/+13
| | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
* Merge branch 'issue_13301_emoji-menu' into 'master' Robert Speicher2016-02-241-0/+2
|\ | | | | | | | | | | | | Load award emoji picker with ajax request Fixes #13301. See merge request !2888
| * Create EmojisControllerAnnabel Dunstone2016-02-221-1/+2
| |
| * Load award emoji picker with ajax requestAnnabel Dunstone2016-02-181-0/+1
| |
* | Add missing route to mark all todos as donetasksDouglas Barbosa Alexandre2016-02-211-1/+6
| |
* | Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-1/+1
| |
* | Allow user to mark each task as done manuallyDouglas Barbosa Alexandre2016-02-201-1/+1
| |
* | Add tasks queue list pageDouglas Barbosa Alexandre2016-02-201-0/+1
| |
* | Remove code introduced when endpoint was in MR controller.Rubén Dávila2016-02-191-1/+0
| |
* | Add new endpoint and button to revert any commit.Rubén Dávila2016-02-191-0/+1
| |
* | Add new endpoint and button to revert merge. #3409Rubén Dávila2016-02-191-0/+1
| |
* | Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-1/+1
| | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042
* | Change build erase path to make it consistent with APIGrzegorz Bizon2016-02-191-1/+1
| |
* | Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-1/+1
| | | | | | | | Also added API specs for that
* | Add build eraseable feature implementationGrzegorz Bizon2016-02-191-0/+1
|/
* Move builds badge implementation to new badges controllerGrzegorz Bizon2016-02-111-2/+6
|
* Fix rubocop offence in routes for build badgeGrzegorz Bizon2016-02-111-1/+1
|
* Move badge implementation to builds controllerGrzegorz Bizon2016-02-111-8/+3
|
* Skip authentication when requesting commit status badgeGrzegorz Bizon2016-02-111-1/+1
|
* Improve CI status badge implementationGrzegorz Bizon2016-02-111-2/+2
|
* Add CI status badge implementation to commit controllerGrzegorz Bizon2016-02-111-0/+7
|
* Extract events rendering to own action.Josh Frye2016-02-091-0/+1
|
* Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-061-1/+4
| | | | Closes #11853
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+2
| | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* Increase the minimum length for commit SHA matching to 7rs-issue-12706Robert Speicher2016-01-291-1/+1
| | | | | | This is the git default and will help to prevent false positive matches. Closes #12706
* Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-201-1/+1
|
* Merge branch 'import-gh-wiki' into 'master' Douwe Maan2016-01-141-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import GitHub wiki into GitLab Closes #2834 GitHub doesn’t apply any constraints to theirs wiki slug allowing chars like ,, :, *, etc, we need to remove our constraints or some wiki pages will not be available after they are imported. Some wikis use the Gollum's tags to link its internal/external resources like: images, urls, wiki pages, etc. So, to avoid that wiki links/images displays completely broken after they were imported, we added a new `WikiPipeline`, that for now will parse only simple links, and image tags. ##### Before `WikiPipeline`: ![Screenshot_2016-01-11_20.14.48](/uploads/46fd5dbb5acfc70aa8ecca3050b675e4/Screenshot_2016-01-11_20.14.48.png) ##### After `WikiPipeline`: ![Screenshot_2016-01-11_20.15.56](/uploads/b1d94aa852f385f867a7868c358b4257/Screenshot_2016-01-11_20.15.56.png) See merge request !2324
| * Remove unnecessary brackets on WIKI_SLUG_ID route constraintsDouglas Barbosa Alexandre2016-01-141-1/+1
| |
| * Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Since GitHub doesn’t apply these constraints to theirs wiki slug allowing characters like `,`, `:`, `*`, etc, we need to relax our constraints or some wiki pages will not be available after they were imported. For an example the Devise project have a wiki page with the following slug: “How To: Add sign_in, sign_out, and sign_up links to your layout template”
* | Merge branch 'unsubscribe-from-thread-from-email-footer' into 'master' Douwe Maan2016-01-141-0/+6
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Unsubscribe from thread through link in email footer Closes #3437 ![Screenshot_from_2015-12-11_15-35-06](/uploads/cfb3d8737d4757f527995411f103d0ce/Screenshot_from_2015-12-11_15-35-06.png) ![Screenshot_from_2015-12-11_15-35-56](/uploads/9b7121be7ce4b05e5995ca6d38c5bea4/Screenshot_from_2015-12-11_15-35-56.png) See merge request !2068
| * Minor improvements, unsubscribe from email footerZeger-Jan van de Weg2016-01-091-1/+1
| |
| * Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-0/+6
| |
* | Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-141-2/+2
| | | | | | | | | | Added also a `Gitlab::Ci::Build::Artifacts::Metadata::ParserError` exception class.
* | Improve readability of artifacts `Metadata` related codeGrzegorz Bizon2016-01-141-3/+2
| |
* | Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-141-0/+1
| |
* | Disable `:format` in artifacts browser pathGrzegorz Bizon2016-01-141-1/+1
| |
* | Move artifacts controller level upGrzegorz Bizon2016-01-141-7/+3
| | | | | | | | This reverts nesting artifacts controller in builds module.
* | Add view action to artifacts controllerGrzegorz Bizon2016-01-141-1/+2
| |
* | Move build artifacts implementation to separate controllerGrzegorz Bizon2016-01-141-1/+9
| |
* | Broadcast Messages can now be editedRobert Speicher2016-01-131-1/+1
| | | | | | | | Closes #3046
* | Merge gitlab.com:gitlab-org/gitlab-ceJeroen Nijhof2016-01-081-3/+3
|\ \ | |/
| * Merge branch 'issue_3076' into 'master' Drew Blessing2016-01-081-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Fix problem with projects ending with .keys #3076 Closes #3076 Move route `:username.keys` below project's routes. This allow project's to handle names ending with `.keys` See merge request !1883
| | * Fix problem with projects ending with .keys #3076Jose Corcuera2016-01-061-3/+3
| | |
* | | Merge gitlab.com:gitlab-org/gitlab-ceJeroen Nijhof2016-01-071-0/+18
|\ \ \ | |/ /
| * | Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+18
| |/
* | Merge gitlab.com:gitlab-org/gitlab-ceJeroen Nijhof2016-01-061-61/+64
|\ \ | |/
| * Grace period support for TFAGabriel Mazetto2015-12-241-0/+1
| |