aboutsummaryrefslogtreecommitdiff
path: root/routers/repo
Commit message (Collapse)AuthorAge
...
* Little code refactoringUnknwon2016-08-09
|
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-09
| | | | | | | | | | | | | | | | * render code view server side * remove debug print * fix multiline selection bug * change string concatenation to bytes.Buffer for efficiency * Fix newlines added by previous for hljs * fix selection highlighting * make css changes in .less
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-06
| | | | | | | | | | * Fix #3315: Release dont use tag creation date * Simplify code and apply gofmt * remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost * apply gofmt on modified files
* #2593 allow render raw contentUnknwon2016-08-05
| | | | Use URL query parameter render=1 to render content in raw mode.
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-04
|
* #3345 dump content directly to HTTP ResponseWriterUnknwon2016-07-30
|
* Diff patch (#3345)Dennis Chen2016-07-30
| | | | | | | | | | | | | | | | * Add support for .diff and .patch Add the ability to get text-diff and format-patch by adding .diff or .patch in the end of a commit url. Issue #2641 * models: git_diff: various fixes * Renames commitId to commitID. * Writes stderr to a bytes.Buffer and displays proper error message on command failure. * Various style changes. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* routers/repo/release: Use correct branch reference (#3330)마누엘2016-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | When calculating the current behind commit count the calculation should use the current release target to get the total commit count. Should the release target not exist anymore the calculation will return zero for the newest release on that target. Older releases on that target will then use that calculated commit count as reference. The only use case that is now somehow invalid is when the release target was merged / deleted after a tag on that release target: master 1 - - - - - - - 6 \ / branch 2 - 3 - 4 - 5 When `4` is the last tag on branch `branch` and the branch `branch` is not yet deleted the calculated numbers would be: 1 commits to branch since this release Now if the branch `branch` gets deleted the calculation function will not find the branch and use the commit count of the newest release (`4`) as reference resulting in: 0 commit to branch since this release This fixes #3326
* routers/repo/issue: remove redundant format stringUnknwon2016-07-26
|
* #1601 support delete issue commentUnknwon2016-07-26
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Use struct for UI settingsUnknwon2016-07-24
|
* #2790 fix not detect diff style in pull request file changesUnknwon2016-07-23
|
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-23
|
* #3076 detect invalid tag name git errorUnknwon2016-07-23
|
* Refresh repository mirror from database when the repository's name has ↵lstahlman2016-07-17
| | | | changed. (#3276)
* Update locales and .gopmfileUnknwon2016-07-17
|
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-17
|
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-16
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-15
| | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-12
| | | | | | | | | | * Add MaxDisplayFileSize setting * Don't show files that are too large * Localized FileTooLarge * Change IsFileTooBig => IsFileTooLarge
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-09
| | | | | | | | | | | | | 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
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* Do not show filename not have suffifx .mdUnknwon2016-07-01
|
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-29
|
* Fixes #3110 (#3136)Franz Schmidt2016-06-27
|
* Minor fix for #3194Unknwon2016-06-27
| | | | - Update locale bindata
* Include repository owner name and description in html title (#3194)Sandro Santilli2016-06-27
| | | Closes #3192
* repo/http: clean codeUnknwon2016-06-01
|
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-26
|
* Made the issue stats query more secure with parameterized placeholders (#2895)Thomas Boerger2016-04-26
|
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-22
|
* Set utf-8 charset for text files when serving raw content (#2898)Tamás Molnár2016-04-20
|
* #2842 add quotes to attachment file nameUnknwon2016-03-25
|
* Add route for #2846Unknwon2016-03-21
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* Fix pull request availability checkUnknwon2016-03-06
|
* Remove duplicated of codeUnknwon2016-03-06
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1597 fix premission logic check of pull requestUnknwon2016-03-04
|
* #1597 support pull requests in same repositoryUnknwon2016-03-04
|
* Minor fixes for #2746Unknwon2016-03-04
|
* Add ability to delete single wiki pages.Josh Frye2016-03-04
|
* Minor fixes for #2745Unknwon2016-03-03
|
* Repo setting to delete and disable wikiJosh Frye2016-03-03
|
* Merge pull request #2694 from mhartkorn/pullrefsUnknwon2016-02-26
|\ | | | | Improved Pull Request refs