Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | routers/repo/issue: remove redundant format string | Unknwon | 2016-07-26 | |
| | ||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | |
| | ||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | |
| | ||||
* | Use struct for UI settings | Unknwon | 2016-07-24 | |
| | ||||
* | #2790 fix not detect diff style in pull request file changes | Unknwon | 2016-07-23 | |
| | ||||
* | #3181 detect situation when base branch is deleted in pull request | Unknwon | 2016-07-23 | |
| | ||||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | |
| | ||||
* | Refresh repository mirror from database when the repository's name has ↵ | lstahlman | 2016-07-17 | |
| | | | | changed. (#3276) | |||
* | Update locales and .gopmfile | Unknwon | 2016-07-17 | |
| | ||||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | |
| | ||||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | |
| | ||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | |
| | ||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | |||
* | [Fix] Don't display way too large files #1513 (#3253) | Kim Carlbäcker | 2016-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 Saavedra | 2016-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_id | Unknwon | 2016-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 .md | Unknwon | 2016-07-01 | |
| | ||||
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | |
| | ||||
* | Fixes #3110 (#3136) | Franz Schmidt | 2016-06-27 | |
| | ||||
* | Minor fix for #3194 | Unknwon | 2016-06-27 | |
| | | | | - Update locale bindata | |||
* | Include repository owner name and description in html title (#3194) | Sandro Santilli | 2016-06-27 | |
| | | | Closes #3192 | |||
* | repo/http: clean code | Unknwon | 2016-06-01 | |
| | ||||
* | PDF-Previews in file-lists now working (#3000) | Kim Carlbäcker | 2016-04-26 | |
| | ||||
* | Made the issue stats query more secure with parameterized placeholders (#2895) | Thomas Boerger | 2016-04-26 | |
| | ||||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | |
| | ||||
* | Set utf-8 charset for text files when serving raw content (#2898) | Tamás Molnár | 2016-04-20 | |
| | ||||
* | #2842 add quotes to attachment file name | Unknwon | 2016-03-25 | |
| | ||||
* | Add route for #2846 | Unknwon | 2016-03-21 | |
| | ||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | |
| | ||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | |
| | | | | newly named fields. | |||
* | Fix pull request availability check | Unknwon | 2016-03-06 | |
| | ||||
* | Remove duplicated of code | Unknwon | 2016-03-06 | |
| | ||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | |
| | ||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-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 request | Unknwon | 2016-03-04 | |
| | ||||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | |
| | ||||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | |
| | ||||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | |
| | ||||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | |
| | ||||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | |
| | ||||
* | Merge pull request #2694 from mhartkorn/pullrefs | Unknwon | 2016-02-26 | |
|\ | | | | | Improved Pull Request refs | |||
| * | Call PushToBaseRepo() also on Pull Request creation and not only on git push | Martin Hartkorn | 2016-02-24 | |
| | | ||||
* | | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | |
|/ | ||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | |
| | ||||
* | Make markdown as an independent module | Unknwon | 2016-02-20 | |
| | ||||
* | Fix #857 | Unknwon | 2016-02-20 | |
| | ||||
* | Merge pull request #2647 from andreynering/issue-template | Unknwon | 2016-02-20 | |
|\ | | | | | Implement issue and pull request templates | |||
| * | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | |
| | | | | | | | | | | | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github | |||
* | | Merge pull request #2663 from Download-Fritz/MirrorForks | Unknwon | 2016-02-19 | |
|\ \ | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors. |