aboutsummaryrefslogtreecommitdiff
path: root/routers/repo
Commit message (Collapse)AuthorAge
...
* Fix can not save release draft as draft again (#3669)Unknwon2017-01-30
| | | | | But release was not saved as draft in the first time, is not possible to be draft afterwards because the Git tag was created.
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* Fix template error when rendering non-README markdown (#4063)Unknwon2017-01-27
|
* Fix unexpected rendering of README when it is not in MarkdownUnknwon2017-01-25
| | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF).
* Improve code for fix of #4006Unknwon2017-01-03
|
* Fix incorrect logic check for fork repo actionUnknwon2017-01-03
|
* Fix vulnerability reported in #4006Unknwon2017-01-03
|
* Minor code fix for PR #3560Unknwon2016-12-27
|
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
| | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater.
* Code fix for PR #3748Unknwon2016-12-23
|
* Use temporary file to avoid out-of-memory when receiving big chunks. (#3748)typeless2016-12-23
| | | | | | | | | | * Use temporary file to avoid out-of-memory when receiving big chunk. Not perfect but I think it's a reasonable solution. For small request bodies, I suppose performance wouldn't be an issue. For large ones, this seems to be a necessary evil. * Must close the open file to avoid fd leaks
* Some code renamingUnknwon2016-12-22
|
* Fix reported vulnerabilityUnknwon2016-12-22
| | | | | | Ability to use labels from arbitrary repositories. Reported by Miguel Ángel Jimeno.
* Fix vulnerability reported in #3962Unknwon2016-12-22
|
* Minor fix for PR #3667Unknwon2016-12-22
|
* Feature #2583: Disable HTTP cloning (#3667)Thibault Meyer2016-12-22
| | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space
* Code fix for PR #3547Unknwon2016-12-22
|
* Minor fix for PR #3687Unknwon2016-12-21
|
* Check if file is a symlink with web editor (#3687)Stefan Grönke2016-12-21
| | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author
* Minor code fixUnknwon2016-12-21
|
* Fixed 404 caused by unexpected question mark (#3668)LefsFlare2016-12-21
| | | This fixes 404 caused when creating new files or wiki pages with question marks.
* serve video files using the HTML5 video tag (#3967)Nico Mandery2016-12-21
|
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
|/
* #3559 fix template errorUnknwon2016-08-31
|
* Support Editorconfig on web editor (#3512)无闻2016-08-30
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-30
| |
* | #2018 able to sync now for mirrorsUnknwon2016-08-30
|/ | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* Web editor: support upload filesUnknwon2016-08-30
|
* router/repo: code refactoringUnknwon2016-08-30
|
* #3459 code quality improvementUnknwon2016-08-29
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-29
| | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-29
|
* #3516 enforce line ending to be \n from web editorUnknwon2016-08-28
|
* Web editor: improve edit fileUnknwon2016-08-28
|
* Web editor: improve delete file processUnknwon2016-08-28
|
* Web editor: improve edit file tooltipUnknwon2016-08-27
|
* #2966 code cleanupUnknwon2016-08-26
|
* Web editor: improve code qualityUnknwon2016-08-24
|
* #3383 code cleanupUnknwon2016-08-24
|
* General code quality improvementUnknwon2016-08-16
|
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
| | | | - Fill Milestone and Assignee field when available in webhook payload
* #3464 reproduce diff signsUnknwon2016-08-16
|
* models/repo_editor: improve code qualityUnknwon2016-08-15
|
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
|
* markdown: fix treating pure number as SHA1Unknwon2016-08-15
| | | | - Detect non-exist commit and return 404 not 500
* #3466 fix response of pull request form validation errorUnknwon2016-08-15
|
* Fix empty repository panic on send test webhookUnknwon2016-08-15
|
* Fix outdated edit can’t overwrite changesUnknwon2016-08-15
|
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-15
| | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards.