middleware

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2015 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApiRepoAssignment added in v0.5.8

func ApiRepoAssignment() macaron.Handler

func ApiReqBasicAuth added in v0.5.8

func ApiReqBasicAuth() macaron.Handler

func ApiReqToken added in v0.5.8

func ApiReqToken() macaron.Handler

func Contexter added in v0.5.0

func Contexter() macaron.Handler

Contexter initializes a classic context for a request.

func GitHookService added in v0.5.5

func GitHookService() macaron.Handler

GitHookService checks if repository Git hooks service has been enabled.

func OrgAssignment added in v0.5.0

func OrgAssignment(redirect bool, args ...bool) macaron.Handler

func RepoAssignment

func RepoAssignment(redirect bool, args ...bool) macaron.Handler

func RepoRef added in v0.5.8

func RepoRef() macaron.Handler

RepoRef handles repository reference name including those contain `/`.

func RequireAdmin added in v0.6.0

func RequireAdmin() macaron.Handler

func Toggle

func Toggle(options *ToggleOptions) macaron.Handler

Types

type Context

type Context struct {
	*macaron.Context
	Cache cache.Cache

	Flash   *session.Flash
	Session session.Store

	User        *models.User
	IsSigned    bool
	IsBasicAuth bool

	Repo RepoContext

	Org struct {
		IsOwner      bool
		IsMember     bool
		IsAdminTeam  bool // In owner team or team that has admin permission level.
		Organization *models.User
		OrgLink      string

		Team *models.Team
	}
	// contains filtered or unexported fields
}

Context represents context of a request.

func (*Context) GetErrMsg added in v0.4.0

func (ctx *Context) GetErrMsg() string

func (*Context) HTML

func (ctx *Context) HTML(status int, name base.TplName)

HTML calls Context.HTML and converts template name to string.

func (*Context) Handle

func (ctx *Context) Handle(status int, title string, err error)

Handle handles and logs error by given status.

func (*Context) HandleAPI added in v0.6.0

func (ctx *Context) HandleAPI(status int, obj interface{})

func (*Context) HasApiError added in v0.4.0

func (ctx *Context) HasApiError() bool

HasError returns true if error occurs in form validation.

func (*Context) HasError

func (ctx *Context) HasError() bool

HasError returns true if error occurs in form validation.

func (*Context) RenderWithErr

func (ctx *Context) RenderWithErr(msg string, tpl base.TplName, form interface{})

RenderWithErr used for page has form validation but need to prompt error to users.

func (*Context) ServeContent added in v0.3.0

func (ctx *Context) ServeContent(name string, r io.ReadSeeker, params ...interface{})

type RepoContext added in v0.6.0

type RepoContext struct {
	AccessMode   models.AccessMode
	IsWatching   bool
	IsBranch     bool
	IsTag        bool
	IsCommit     bool
	Repository   *models.Repository
	Owner        *models.User
	Commit       *git.Commit
	Tag          *git.Tag
	GitRepo      *git.Repository
	BranchName   string
	TagName      string
	TreeName     string
	CommitId     string
	RepoLink     string
	CloneLink    models.CloneLink
	CommitsCount int
	Mirror       *models.Mirror
}

func (RepoContext) HasAccess added in v0.6.0

func (r RepoContext) HasAccess() bool

Return if the current user has read access for this repository

func (RepoContext) IsOwner added in v0.6.0

func (r RepoContext) IsOwner() bool

Return if the current user has write access for this repository

type ToggleOptions

type ToggleOptions struct {
	SignInRequire  bool
	SignOutRequire bool
	AdminRequire   bool
	DisableCsrf    bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL