gitlab-org--gitlab-foss/app/controllers
Horacio Sanson f986b4c4e5 Add support for PlantUML diagrams in Asciidoc.
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
PlantUML diagram all we need is to include a plantuml block like:

```
[plantuml, id="myDiagram", width="100px", height="100px"]
--
bob -> alice : ping
alice -> bob : pong
--
```

The plantuml block is substituted by an HTML img element with *src* pointing to
an external PlantUML server.

This MR also add a PlantUML integration section to the Administrator -> Settings
page to configure the PlantUML rendering service and to enable/disable it.

Closes: #17603
2017-01-12 10:04:52 +00:00
..
admin Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
ci Remove Ci::ApplicationController 2016-10-10 16:47:27 +02:00
concerns Speed up group milestone index by passing group_id to IssuesFinder 2017-01-06 13:47:18 +01:00
dashboard Speed up group milestone index by passing group_id to IssuesFinder 2017-01-06 13:47:18 +01:00
explore Precalculate trending projects 2016-10-10 12:27:08 +02:00
groups Speed up group milestone index by passing group_id to IssuesFinder 2017-01-06 13:47:18 +01:00
import Namespace access token session key in `Import::GithubController` 2016-12-19 17:35:51 +01:00
oauth Implement minor changes from @dbalexandre's review. 2016-12-16 16:29:31 +05:30
profiles Merge branch '20492-access-token-scopes' into 'master' 2016-12-16 17:38:41 +00:00
projects Merge branch 'master' into auto-pipelines-vue 2017-01-09 10:54:02 -07:00
sherlock
abuse_reports_controller.rb
application_controller.rb Rename Gogs to Gitea, DRY the controller and improve views 2016-12-19 17:35:51 +01:00
autocomplete_controller.rb Do not raise error in AutocompleteController#users when not authorized 2016-11-30 10:09:14 +05:00
confirmations_controller.rb
dashboard_controller.rb
emojis_controller.rb
groups_controller.rb Merge branch 'dz-nested-group-misc' into 'master' 2016-12-29 18:51:29 +00:00
health_check_controller.rb
help_controller.rb Fix URL rewritting in the Help section 2016-12-01 16:40:48 +01:00
invites_controller.rb
jwt_controller.rb Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741 2016-12-16 21:37:22 +03:00
koding_controller.rb Split Koding admin/user docs 2016-08-22 17:09:15 +03:00
notification_settings_controller.rb
omniauth_callbacks_controller.rb
passwords_controller.rb
profiles_controller.rb implements reset incoming email token on issues modal and account page, 2016-11-07 15:56:18 +00:00
projects_controller.rb Changed autocomplete_sources into an action that returns a single 'at' type of sources at a time 2016-12-15 15:20:33 +00:00
registrations_controller.rb Merge branch 'recaptcha_500' into 'master' 2017-01-04 15:07:30 +00:00
root_controller.rb
search_controller.rb Fix broken commits search 2016-11-08 12:03:23 +02:00
sent_notifications_controller.rb Remove default value for `project` argument on subscribable concern 2016-11-17 15:10:13 -02:00
sessions_controller.rb Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741 2016-12-16 21:37:22 +03:00
snippets_controller.rb Added 'Download' button to snippet view 2016-10-11 15:36:59 -04:00
uploads_controller.rb
users_controller.rb Check all namespaces on validation of new username. 2016-11-17 19:59:03 +01:00