Packages

package servlet

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ApiAuthenticationFilter extends Filter with AccessTokenService with AccountService with SystemSettingsService
  2. class CommitLogHook extends PostReceiveHook with PreReceiveHook with RepositoryService with AccountService with IssuesService with ActivityService with MergeService with PullRequestService with WebHookService with LabelsService with PrioritiesService with MilestonesService with WebHookPullRequestService with WebHookPullRequestReviewCommentService with CommitsService with SystemSettingsService with RequestCache
  3. class CompositeScalatraFilter extends ControllerFilter
  4. abstract class ControllerFilter extends Filter
  5. class GitAuthenticationFilter extends Filter with RepositoryService with AccountService with SystemSettingsService

    Provides BASIC Authentication for GitRepositoryServlet.

  6. class GitBucketReceivePackFactory extends ReceivePackFactory[HttpServletRequest] with SystemSettingsService
  7. class GitBucketRepositoryResolver extends RepositoryResolver[HttpServletRequest]
  8. class GitLfsTransferServlet extends HttpServlet

    Provides GitLFS Transfer API https://github.com/git-lfs/git-lfs/blob/master/docs/api/basic-transfers.md

  9. class GitRepositoryServlet extends GitServlet with SystemSettingsService

    Provides Git repository via HTTP.

    Provides Git repository via HTTP.

    This servlet provides only Git repository functionality. Authentication is provided by GitAuthenticationFilter.

  10. class InitializeListener extends ServletContextListener with SystemSettingsService

    Initialize GitBucket system.

    Initialize GitBucket system. Update database schema and load plug-ins automatically in the context initializing.

  11. class MockFilterChain extends FilterChain
  12. class PluginAssetsServlet extends HttpServlet

    Supply assets which are provided by plugins.

  13. class PluginControllerFilter extends ControllerFilter
  14. class SessionCleanupListener extends HttpSessionListener

    Removes session associated temporary files when session is destroyed.

  15. class TransactionFilter extends Filter

    Controls the transaction with the open session in view pattern.

  16. class WikiCommitHook extends PostReceiveHook with WebHookService with AccountService with RepositoryService with ActivityService with SystemSettingsService with RequestCache

Value Members

  1. object Database
  2. object GitLfs

Ungrouped