Commit Graph

3999 Commits (2d76de2574d2e3734ed8e566845042e6fb281a6e)
 

Author SHA1 Message Date
Unknwon 2d76de2574 fix x.Iterate returns nothing inside session scope with SQLite3
Unknwon 4d8b905541 models/ssh_key: code cleaning
Unknwon 452aefd025 Fix issue event octicon CSS
Unknwon 899e799459 support delete issue comment
Unknwon 2295fafb34 repo/settings/options: take naming style examples out of locale string
Unknwon a562228c5e Add org.getUserTeams to reduce redundant code
Unknwon e74630ae3b add pagination for repositories
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon 46e96c008c Use struct for UI settings
Unknwon 256cd6374a fix not detect diff style in pull request file changes
Unknwon 57a47bbc05 Add some tutorial links [CI SKIP]
Unknwon 024fcc836b Minor HTML fix for delete repository notice
Unknwon 250be011c7 Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
Unknwon 4e822c1911 conf: change default mirror checking interval to 10m
Unknwon 26d52ceb48 fix wrong link for new pull request button of non-fork repository
Unknwon d90acacd86 Update README [CI SKIP]
Unknwon 69f5308761 use different reversed words and patterns for repository and user
Unknwon 4b5e09e4d6 detect situation when base branch is deleted in pull request
Unknwon 4f78abe7dc fix create organization ignores full name property
Unknwon e63b2881b1 api: fix panic if anonymous user request admin API
Add sign in check before check user account level
Unknwon 745167d57a create user path before rename repository while transfer
os.Rename does not create parent directory automatically when not exist
Unknwon d7bdc1de8d fix mention regex does not include dash
Unknwon c912494609 detect invalid tag name git error
Richard Mahn 69dae1ec1c Added coding style modes to SimpleMDE ()
* Added coding style modes to SimpleMDE

* Moved the CodeMirror addon from simplemd to codemirror directory
Siarhei Navatski cf85e9eb7b add IsSubmodule field to DiffFile and hide view file button on diff page for submodules ()
Unknwon 599716bb1b Update locales [CI SKIP]
Unknwon ae88d76032 Bump version
Unknwon 9266f28822 Fix GitHub wrong repo language detection
Dennis Chen 6488ee12be avatar: make custom and generated avatars equal ()
Sets all avatars to use PNG image format.
Keeps avatars consistent at 290x290px resolution.

Signed-off-by: Dennis Chen <barracks510@gmail.com>
Unknwon c2fb01a257 don’t pop up confirm box when leave on signin page
Unknwon 5761342f32 fix SQLite3 session read/update conflict on create new issue
Unknwon 57af7432fc fix wrong logic judgement
Unknwon 1c7dcdd6b9 Update dep revision
lstahlman 25b3836418 Refresh repository mirror from database when the repository's name has changed. ()
Unknwon 5aa2bf86f4 Update locales and .gopmfile
Unknwon b0eb47cb1c Fix misselection of issues view type
lstahlman e7a4f96fb6 Updated Issues and Issues Stats functions to include table aliases. This addresses errors involving ambiguous column references when filtering issues by the view type "Mentioning you". ()
Unknwon 60110adc06 models/webhook: restrict deletion to be explicitly with repo and org ID
Dennis Chen 5ff2dfb23e api: delete repository webhooks ()
Allows the deletion of a webhook from a repository at the
/:user/:repo/hooks/:id endpoint.

Solves drone/drone issue .

Signed-off-by: Dennis Chen <barracks510@gmail.com>
Unknwon eac32419fc templates/org/home: minor UI fix
Unknwon e3d3d424b2 Minor fix for go vet
Unknwon 971e2c3bd6 Upgrade octicon to 4.3.0
Unknwon c083d76567 able to prohibit user login
Unknwon 52322ef624 models/user_mail: refactor EmailAddress
Sandro Santilli a4ea3bd015 Return avatar link as absolute url ()
Fixes relative urls coming from api/v1

See https://github.com/drone/drone/issues/1701
Unknwon 3d93532c87 fix can't get webhook detail of organization
Unknwon fff615d5fc Bump version
Unknwon f1b8d52eb3 fix no mail notification when issue is closed/reopened
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
Unknwon 194a742fb9 fix assign operation not take effect