package servlet
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ApiAuthenticationFilter extends Filter with AccessTokenService with AccountService with SystemSettingsService
- 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
- class CompositeScalatraFilter extends ControllerFilter
- abstract class ControllerFilter extends Filter
- class GitAuthenticationFilter extends Filter with RepositoryService with AccountService with SystemSettingsService
Provides BASIC Authentication for GitRepositoryServlet.
- class GitBucketReceivePackFactory extends ReceivePackFactory[HttpServletRequest] with SystemSettingsService
- class GitBucketRepositoryResolver extends RepositoryResolver[HttpServletRequest]
- class GitLfsTransferServlet extends HttpServlet
Provides GitLFS Transfer API https://github.com/git-lfs/git-lfs/blob/master/docs/api/basic-transfers.md
- 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.
- class InitializeListener extends ServletContextListener with SystemSettingsService
Initialize GitBucket system.
Initialize GitBucket system. Update database schema and load plug-ins automatically in the context initializing.
- class MockFilterChain extends FilterChain
- class PluginAssetsServlet extends HttpServlet
Supply assets which are provided by plugins.
- class PluginControllerFilter extends ControllerFilter
- class SessionCleanupListener extends HttpSessionListener
Removes session associated temporary files when session is destroyed.
- class TransactionFilter extends Filter
Controls the transaction with the open session in view pattern.
- class WikiCommitHook extends PostReceiveHook with WebHookService with AccountService with RepositoryService with ActivityService with SystemSettingsService with RequestCache