Commit Graph

1484 Commits (2295fafb34e2467f3b380a4db8832aa2c70ecc5a)

Author SHA1 Message Date
Unknwon 2295fafb34 repo/settings/options: take naming style examples out of locale string 9 years ago
Unknwon e74630ae3b #1384 add pagination for repositories 9 years ago
Unknwon 1f2e173a74 Refactor User.Id to User.ID 9 years ago
Unknwon 024fcc836b Minor HTML fix for delete repository notice 9 years ago
Unknwon 26d52ceb48 #3186 fix wrong link for new pull request button of non-fork repository 9 years ago
Unknwon 69f5308761 #2903 use different reversed words and patterns for repository and user 9 years ago
Unknwon 4b5e09e4d6 #3181 detect situation when base branch is deleted in pull request 9 years ago
Unknwon 4f78abe7dc #3066 fix create organization ignores full name property 9 years ago
Unknwon 745167d57a #3157 create user path before rename repository while transfer
os.Rename does not create parent directory automatically when not exist
9 years ago
Unknwon c912494609 #3076 detect invalid tag name git error 9 years ago
Siarhei Navatski cf85e9eb7b add IsSubmodule field to DiffFile and hide view file button on diff page for submodules (#3097) 9 years ago
Unknwon ae88d76032 Bump version 9 years ago
Unknwon 57af7432fc #3295 fix wrong logic judgement 9 years ago
Unknwon b0eb47cb1c Fix misselection of issues view type 9 years ago
Unknwon 60110adc06 models/webhook: restrict deletion to be explicitly with repo and org ID 9 years ago
Unknwon eac32419fc templates/org/home: minor UI fix 9 years ago
Unknwon 971e2c3bd6 Upgrade octicon to 4.3.0 9 years ago
Unknwon c083d76567 #2937 able to prohibit user login 9 years ago
Unknwon 3d93532c87 #3274 fix can't get webhook detail of organization 9 years ago
Unknwon fff615d5fc Bump version 9 years ago
Unknwon f1b8d52eb3 #2854 fix no mail notification when issue is closed/reopened 9 years ago
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
9 years ago
Unknwon 194a742fb9 #2798 fix assign operation not take effect 9 years ago
Richard Mahn 7796c9e122 Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui (#3267) 9 years ago
Kim Carlbäcker f4ab50501e [Fix] Don't display way too large files #1513 (#3253)
* Add MaxDisplayFileSize setting

* Don't show files that are too large

* Localized FileTooLarge

* Change IsFileTooBig => IsFileTooLarge
9 years ago
Unknwon de10387f41 #2586 bump git-module requirement 9 years ago
Unknwon fdcca9292e #2458 fix emoji been rendered inside raw content area 9 years ago
Unknwon a1f717f65a Update locale 9 years ago
Unknwon 9fcf66f0e0 Minor fix for #3246 9 years ago
Pablo Saavedra 98b152030d The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246)
Executed go fmt

getEngine() not handles DB parameters (#2972) (#2974)

Uses .AllCols() for Update in updateMirror()

Spanish traslation removed

Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
9 years ago
Pheng Heong TAN 467d7dacb6 Modify behaviour of repo-delete. (#3232)
Re: issues gogits/gogs#2863 and gogits/gogs#3231

As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.

Meta
-----
This commit will be rebased onto the 'develop' branch.
9 years ago
Unknwon d62ab49978 #3057 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
9 years ago
Unknwon 401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
9 years ago
Unknwon 326c982660 Upgrade frontend assets 9 years ago
Unknwon 4b25bdfbc4 #3058 #3059 support correct page size and link header 9 years ago
Unknwon 6aa00f7bcf #2968 use HTTP_ADDR to replace localhost 9 years ago
Unknwon e84ac64964 Do not show filename not have suffifx .md 9 years ago
Unknwon 7938506e07 #518 update git-module require version 9 years ago
Unknwon 6f7276278d #3174 genetate bindata 9 years ago
Andrey Nering 743d22669a Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) 9 years ago
Andrey Nering 6efb1e5626 Localize collaboration settings. (#3100)
Closes #2764
9 years ago
Unknwon 73b4acbb63 Update glide.yaml 9 years ago
Unknwon 4bbb878d20 Minor fix for #3194
- Update locale bindata
9 years ago
Sandro Santilli 76a0e43e88 Do not assume avatar needs be changed from gravatar.com (#3209)
Always send user to settings screen to change avatar.
Drops "change_custom_avatar" localized message, keeps "change_avatar"
for the generic one.

NOTE: only changes the en-US locale, as per
https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept

NOTE: requires rebuild of bindata.go to fully see effects
9 years ago
Unknwon c041273dd3 repo/http: clean code 9 years ago
Unknwon 8df3ba96f3 #2954 use text/plain as default email content format 9 years ago
Unknwon e9ae926e04 #809 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
9 years ago
Unknwon 7826eae452 #3045 fix DEPRECATED Action signature erorr 9 years ago
Unknwon fbf43c31e5 Add Czech support 9 years ago
Unknwon 0a78d99a4d models/release: filter input to prevent command line argument vulnerability 9 years ago