Packages

p

gitbucket.core

controller

package controller

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
  2. trait AccountControllerBase extends ControllerBase with AccountManagementControllerBase
  3. trait AccountManagementControllerBase extends ControllerBase

    Base trait for controllers which manages account information.

  4. class AnonymousAccessController extends ControllerBase with AnonymousAccessControllerBase
  5. trait AnonymousAccessControllerBase extends ControllerBase
  6. class ApiController extends ControllerBase with ApiControllerBase with RepositoryService with AccountService with ProtectedBranchService with IssuesService with LabelsService with MilestonesService with PullRequestService with CommitsService with CommitStatusService with RepositoryCreationService with IssueCreationService with HandleCommentService with WebHookService with WebHookPullRequestService with WebHookIssueCommentService with WikiService with ActivityService with OwnerAuthenticator with UsersAuthenticator with GroupManagerAuthenticator with ReferrerAuthenticator with ReadableUsersAuthenticator with WritableUsersAuthenticator
  7. trait ApiControllerBase extends ControllerBase
  8. case class Context (settings: SystemSettings, loginAccount: Option[Account], request: HttpServletRequest) extends Product with Serializable

    Context object for the current request.

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

    Provides generic features for controller implementations.

  10. class DashboardController extends ControllerBase with DashboardControllerBase with IssuesService with PullRequestService with RepositoryService with AccountService with CommitsService with UsersAuthenticator
  11. trait DashboardControllerBase extends ControllerBase
  12. class FileUploadController extends HttpServlet with ScalatraServlet with FileUploadSupport with RepositoryService with AccountService

    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
  14. trait IndexControllerBase extends ControllerBase
  15. class IssuesController extends ControllerBase with IssuesControllerBase with IssuesService with RepositoryService with AccountService with LabelsService with MilestonesService with ActivityService with HandleCommentService with IssueCreationService with ReadableUsersAuthenticator with ReferrerAuthenticator with WritableUsersAuthenticator with PullRequestService with WebHookIssueCommentService with CommitsService
  16. trait IssuesControllerBase extends ControllerBase
  17. class LabelsController extends ControllerBase with LabelsControllerBase with LabelsService with IssuesService with RepositoryService with AccountService with ReferrerAuthenticator with WritableUsersAuthenticator
  18. trait LabelsControllerBase extends ControllerBase
  19. class MilestonesController extends ControllerBase with MilestonesControllerBase with MilestonesService with RepositoryService with AccountService with ReferrerAuthenticator with WritableUsersAuthenticator
  20. trait MilestonesControllerBase extends ControllerBase
  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 ReadableUsersAuthenticator with ReferrerAuthenticator with WritableUsersAuthenticator with CommitStatusService with MergeService with ProtectedBranchService
  22. trait PullRequestsControllerBase extends ControllerBase
  23. class RepositorySettingsController extends ControllerBase with RepositorySettingsControllerBase with RepositoryService with AccountService with WebHookService with ProtectedBranchService with CommitStatusService with DeployKeyService with OwnerAuthenticator with UsersAuthenticator
  24. trait RepositorySettingsControllerBase extends ControllerBase
  25. class RepositoryViewerController extends ControllerBase with RepositoryViewerControllerBase with RepositoryService with AccountService with ActivityService with IssuesService with WebHookService with CommitsService with ReadableUsersAuthenticator with ReferrerAuthenticator with WritableUsersAuthenticator with PullRequestService with CommitStatusService with WebHookPullRequestService with WebHookPullRequestReviewCommentService with ProtectedBranchService
  26. trait RepositoryViewerControllerBase extends ControllerBase

    The repository viewer.

  27. class SystemSettingsController extends ControllerBase with SystemSettingsControllerBase with AccountService with RepositoryService with AdminAuthenticator
  28. trait SystemSettingsControllerBase extends ControllerBase with AccountManagementControllerBase
  29. class WikiController extends ControllerBase with WikiControllerBase with WikiService with RepositoryService with AccountService with ActivityService with ReadableUsersAuthenticator with ReferrerAuthenticator
  30. trait WikiControllerBase extends ControllerBase

Ungrouped