Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 | |
| | ||||
* | Update locales | Unknwon | 2017-02-09 | |
| | | | | This patch also fixes #4073 | |||
* | models/repo: clean up repository local copy after rename (#3641) | Unknwon | 2017-02-09 | |
| | ||||
* | models/pull: load attributes when fetch list of pull requests (#4089) | Unknwon | 2017-02-09 | |
| | | | | | | Code only fetched issues corresponding to the pull requests, and left out necessary base/head repository objects, which is required later to generate API format. | |||
* | routers/repo/branch: fix can't delete branch with slashes after merge (#4089) | Unknwon | 2017-02-09 | |
| | ||||
* | models: remove TiDB embedded driver support | Unknwon | 2017-02-09 | |
| | | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers. | |||
* | 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. | |||
* | models/org_team: panic when team num_repos is negative (#3671) | Unknwon | 2017-02-08 | |
| | ||||
* | Make Gogs compatible with LibreJS (#4092) | Jorge Maldonado Ventura | 2017-02-07 | |
| | ||||
* | 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 | |||
* | Change copyright date to 2017 (#4079) | Crayon | 2017-02-02 | |
| | | | The copyright date in the footer was still set to 2016. | |||
* | cmd/serve: minor code improve for PR #4078 | Unknwon | 2017-02-01 | |
| | ||||
* | routers/repo: minor code fix for PR #3758 | Unknwon | 2017-02-01 | |
| | ||||
* | bindata: generate for PR #3646 | Unknwon | 2017-01-31 | |
| | ||||
* | 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) | |||
* | Do a fast-fail testing on repository URL before mirroring | Unknwon | 2017-01-31 | |
| | | | | | To ensure the URL is accessible under good condition to prevent long blocking on URL resolution without syncing anything. | |||
* | Prepare for release | Unknwon | 2017-01-31 | |
| | ||||
* | 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 create user can use user email which is used (#4016) | Unknwon | 2017-01-29 | |
| | ||||
* | Fix showing total number of PRs when user does not have any repositories (#4007) | Unknwon | 2017-01-28 | |
| | ||||
* | Able to set custom Access-Control-Allow-Origin header (#3987) | Unknwon | 2017-01-28 | |
| | | | | Added new config option '[http] ACCESS_CONTROL_ALLOW_ORIGIN'. | |||
* | Fix cross-repository reference link error (#4025) | Unknwon | 2017-01-28 | |
| | ||||
* | Update locales | Unknwon | 2017-01-28 | |
| | ||||
* | Add 'Organizations' page to user settings (#3587) | Unknwon | 2017-01-27 | |
| | | | | User is now able to view full list of organizations belongs to. | |||
* | Setting orgs (#3587) | Rémy Boulanouar | 2017-01-27 | |
| | | | | | | | | | | | | * Implement organizations listing in setting and allow user to create new organization. * Implement organizations listing in setting and allow user to create new organization. * Add space remove by mistake * Remove unused part of the template * Update display and behavior according to @Unknown remarks | |||
* | Fix changed branch is not reflected when creating PR (#3604) | Unknwon | 2017-01-27 | |
| | ||||
* | Fix template error when rendering non-README markdown (#4063) | Unknwon | 2017-01-27 | |
| | ||||
* | Disable local path migration by default (#4033) | Unknwon | 2017-01-26 | |
| | | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel. | |||
* | templates/repo: rename 'Code' to 'Files' | Unknwon | 2017-01-25 | |
| | ||||
* | modules/sync: minor field refactor | Unknwon | 2017-01-25 | |
| | ||||
* | 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). | |||
* | repo/home.tmpl: only ellipsis on repository name | Unknwon | 2017-01-24 | |
| | | | | | File name could contain non-ASCII characters. See details on https://discuss.gogs.io/t/topic/758. | |||
* | Fix vulnerability reported in #4006 | Unknwon | 2017-01-03 | |
| | ||||
* | Fix dashboard issues/pull request counting | Unknwon | 2016-12-27 | |
| | ||||
* | Minor code fix for PR #3560 | Unknwon | 2016-12-27 | |
| | ||||
* | Upgrade Sematic UI to 2.2.7 | 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 | |
| | ||||
* | Fetch before Checkout when create pull request (#3699) | Unknwon | 2016-12-23 | |
| | ||||
* | Minor fix for PR #3436 | Unknwon | 2016-12-23 | |
| | ||||
* | 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 | |
| | ||||
* | Fix vulnerabilities reported in #3959 | 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 | |
| | ||||
* | Minor code fix | Unknwon | 2016-12-21 | |
| |