Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | repo/branch: force delete merged branch (#4128) | Unknwon | 2017-02-15 |
| | |||
* | Fix compilation error | Unknwon | 2017-02-15 |
| | |||
* | Commits fetch concurrency (#3837) | Thibault Meyer | 2017-02-15 |
| | |||
* | webhook: match email with real user in database for test delivery (#3652) | Unknwon | 2017-02-14 |
| | |||
* | routers/repo: allow shorter SHA to download archive (#3834) | Unknwon | 2017-02-12 |
| | | | | SHA length from 7-40 is now supported. | ||
* | Improve Open Graph Meta tags (#3664) | Unknwon | 2017-02-11 |
| | |||
* | Add more details on error report | Unknwon | 2017-02-10 |
| | | | | [CI SKIP] | ||
* | models/ssh_key: fix SSH_KEYGEN_PATH not working (#3770) | Unknwon | 2017-02-10 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | routers/repo/branch: fix can't delete branch with slashes after merge (#4089) | Unknwon | 2017-02-09 |
| | |||
* | routers/repo/pull: fix 404 on PR compare (#4074) | Unknwon | 2017-02-08 |
| | | | | | | | | | | | | Due to recent code refactor, ctx.PullRequest is not initialized for route repo.CompareAndPullRequest, which leads the UI thinks the compare is not happening inside the same repository. The current fix is to allow compare URL to include redundant head user name so everything works fine again, but code logic isn't as clean as before. Made comments about possible future fix. | ||
* | IPythonNotebook: CSS adjustment for PR #4070 | Unknwon | 2017-02-07 |
| | |||
* | Ipython notebook support (#4070) | Herbert | 2017-02-07 |
| | | | | | | | | | | * added marked and notebookjs javascript libraries * added ipython notebook render support using javascript libraries * recompiled gogs.css to include ipynb-related css * removed superflous javascript library files | ||
* | routers/repo: minor code fix for PR #3758 | Unknwon | 2017-02-01 |
| | |||
* | Fix 500 when repo has invalid .editorconfig (#3758) | Andrey Nering | 2017-02-01 |
| | | | | | Creating a notice instead Fixes #3643 | ||
* | Allow use to set an external tracker url and to redirect user when clicking ↵ | Rémy Boulanouar | 2017-01-31 |
| | | | | in Issues same behavior as Wiki. (#3646) | ||
* | Fix can not save release draft as draft again (#3669) | Unknwon | 2017-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.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | Fix template error when rendering non-README markdown (#4063) | Unknwon | 2017-01-27 |
| | |||
* | Fix unexpected rendering of README when it is not in Markdown | Unknwon | 2017-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 #4006 | Unknwon | 2017-01-03 |
| | |||
* | Fix incorrect logic check for fork repo action | Unknwon | 2017-01-03 |
| | |||
* | Fix vulnerability reported in #4006 | Unknwon | 2017-01-03 |
| | |||
* | Minor code fix for PR #3560 | Unknwon | 2016-12-27 |
| | |||
* | Fix assigned/created issues in dashboard. (#3560) | hgaiser | 2016-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 #3748 | Unknwon | 2016-12-23 |
| | |||
* | Use temporary file to avoid out-of-memory when receiving big chunks. (#3748) | typeless | 2016-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 renaming | Unknwon | 2016-12-22 |
| | |||
* | Fix reported vulnerability | Unknwon | 2016-12-22 |
| | | | | | | Ability to use labels from arbitrary repositories. Reported by Miguel Ángel Jimeno. | ||
* | Fix vulnerability reported in #3962 | Unknwon | 2016-12-22 |
| | |||
* | Minor fix for PR #3667 | Unknwon | 2016-12-22 |
| | |||
* | Feature #2583: Disable HTTP cloning (#3667) | Thibault Meyer | 2016-12-22 |
| | | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space | ||
* | Code fix for PR #3547 | Unknwon | 2016-12-22 |
| | |||
* | Minor fix for PR #3687 | Unknwon | 2016-12-21 |
| | |||
* | Check if file is a symlink with web editor (#3687) | Stefan Grönke | 2016-12-21 |
| | | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author | ||
* | Minor code fix | Unknwon | 2016-12-21 |
| | |||
* | Fixed 404 caused by unexpected question mark (#3668) | LefsFlare | 2016-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 Mandery | 2016-12-21 |
| | |||
* | Merge branch 'develop' of https://github.com/tanapoln/gogs into develop | Unknwon | 2016-12-21 |
|\ | |||
| * | provide button to delete merged pull request | Tanapol Nearunchorn | 2016-09-02 |
|/ | |||
* | #3559 fix template error | Unknwon | 2016-08-31 |
| | |||
* | Support Editorconfig on web editor (#3512) | 无闻 | 2016-08-30 |
|\ | |||
| * | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 |
| | | |||
* | | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 |
|/ | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||
* | Web editor: support upload files | Unknwon | 2016-08-30 |
| | |||
* | router/repo: code refactoring | Unknwon | 2016-08-30 |
| | |||
* | #3459 code quality improvement | Unknwon | 2016-08-29 |
| | |||
* | Load a set of predefined labels (#3459) | Thibault Meyer | 2016-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 subdirectory | Unknwon | 2016-08-29 |
| | |||
* | #3516 enforce line ending to be \n from web editor | Unknwon | 2016-08-28 |
| |