Package

gitbucket.core

controller

Permalink

package controller

Visibility
  1. Public
  2. All

Type Members

  1. class AccountController extends ControllerBase with AccountControllerBase with AccountService with RepositoryService with ActivityService with WikiService with LabelsService with SshKeyService with OneselfAuthenticator with UsersAuthenticator with GroupManagerAuthenticator with ReadableUsersAuthenticator with AccessTokenService with WebHookService with RepositoryCreationService

    Permalink
  2. trait AccountControllerBase extends ControllerBase with AccountManagementControllerBase

    Permalink
  3. trait AccountManagementControllerBase extends ControllerBase

    Permalink

    Base trait for controllers which manages account information.

  4. class AnonymousAccessController extends ControllerBase with AnonymousAccessControllerBase

    Permalink
  5. trait AnonymousAccessControllerBase extends ControllerBase

    Permalink
  6. class ApiController extends ControllerBase with ApiControllerBase with RepositoryService with AccountService with ProtectedBranchService with IssuesService with LabelsService with PullRequestService with CommitStatusService with RepositoryCreationService with HandleCommentService with WebHookService with WebHookPullRequestService with WebHookIssueCommentService with WikiService with ActivityService with OwnerAuthenticator with UsersAuthenticator with GroupManagerAuthenticator with ReferrerAuthenticator with ReadableUsersAuthenticator with CollaboratorsAuthenticator

    Permalink
  7. trait ApiControllerBase extends ControllerBase

    Permalink
  8. case class Context(settings: SystemSettings, loginAccount: Option[Account], request: HttpServletRequest) extends Product with Serializable

    Permalink

    Context object for the current request.

  9. abstract class ControllerBase extends ScalatraFilter with ClientSideValidationFormSupport with JacksonJsonSupport with I18nSupport with FlashMapSupport with Validations with SystemSettingsService

    Permalink

    Provides generic features for controller implementations.

  10. class DashboardController extends ControllerBase with DashboardControllerBase with IssuesService with PullRequestService with RepositoryService with AccountService with UsersAuthenticator

    Permalink
  11. trait DashboardControllerBase extends ControllerBase

    Permalink
  12. class FileUploadController extends HttpServlet with ScalatraServlet with FileUploadSupport with RepositoryService with AccountService

    Permalink

    Provides Ajax based file upload functionality.

    Provides Ajax based file upload functionality.

    This servlet saves uploaded file.

  13. class IndexController extends ControllerBase with IndexControllerBase with RepositoryService with ActivityService with AccountService with RepositorySearchService with IssuesService with UsersAuthenticator with ReferrerAuthenticator

    Permalink
  14. trait IndexControllerBase extends ControllerBase

    Permalink
  15. class IssuesController extends ControllerBase with IssuesControllerBase with IssuesService with RepositoryService with AccountService with LabelsService with MilestonesService with ActivityService with HandleCommentService with ReadableUsersAuthenticator with ReferrerAuthenticator with CollaboratorsAuthenticator with PullRequestService with WebHookIssueCommentService

    Permalink
  16. trait IssuesControllerBase extends ControllerBase

    Permalink
  17. class LabelsController extends ControllerBase with LabelsControllerBase with LabelsService with IssuesService with RepositoryService with AccountService with ReferrerAuthenticator with CollaboratorsAuthenticator

    Permalink
  18. trait LabelsControllerBase extends ControllerBase

    Permalink
  19. class MilestonesController extends ControllerBase with MilestonesControllerBase with MilestonesService with RepositoryService with AccountService with ReferrerAuthenticator with CollaboratorsAuthenticator

    Permalink
  20. trait MilestonesControllerBase extends ControllerBase

    Permalink
  21. class PullRequestsController extends ControllerBase with PullRequestsControllerBase with RepositoryService with AccountService with IssuesService with PullRequestService with MilestonesService with LabelsService with CommitsService with ActivityService with WebHookPullRequestService with ReferrerAuthenticator with CollaboratorsAuthenticator with CommitStatusService with MergeService with ProtectedBranchService

    Permalink
  22. trait PullRequestsControllerBase extends ControllerBase

    Permalink
  23. class RepositorySettingsController extends ControllerBase with RepositorySettingsControllerBase with RepositoryService with AccountService with WebHookService with ProtectedBranchService with CommitStatusService with OwnerAuthenticator with UsersAuthenticator

    Permalink
  24. trait RepositorySettingsControllerBase extends ControllerBase

    Permalink
  25. class RepositoryViewerController extends ControllerBase with RepositoryViewerControllerBase with RepositoryService with AccountService with ActivityService with IssuesService with WebHookService with CommitsService with ReadableUsersAuthenticator with ReferrerAuthenticator with CollaboratorsAuthenticator with PullRequestService with CommitStatusService with WebHookPullRequestService with WebHookPullRequestReviewCommentService with ProtectedBranchService

    Permalink
  26. trait RepositoryViewerControllerBase extends ControllerBase

    Permalink

    The repository viewer.

  27. class SystemSettingsController extends ControllerBase with SystemSettingsControllerBase with AccountService with RepositoryService with AdminAuthenticator

    Permalink
  28. trait SystemSettingsControllerBase extends ControllerBase with AccountManagementControllerBase

    Permalink
  29. class WikiController extends ControllerBase with WikiControllerBase with WikiService with RepositoryService with AccountService with ActivityService with CollaboratorsAuthenticator with ReferrerAuthenticator

    Permalink
  30. trait WikiControllerBase extends ControllerBase

    Permalink

Ungrouped