Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | 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. | |||
* | 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. | |||
* | Remove call to set GOMAXPROCS (#4010) | Aaron Wood | 2017-01-23 | |
| | | | | | | * Remove call to set GOMAXPROCS * Remove runtime import | |||
* | Fix vulnerability reported in #4006 | Unknwon | 2017-01-03 | |
| | ||||
* | Minor code fix for PR #3560 | Unknwon | 2016-12-27 | |
| | ||||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | Merge branch 'develop' of https://github.com/tanapoln/gogs into develop | Unknwon | 2016-12-21 | |
|\ | ||||
* | | Fix #3905 | Unknwon | 2016-12-20 | |
| | | ||||
* | | cmd: new command 'import locale' | Unknwon | 2016-12-20 | |
| | | | | | | | | Quickly import locale files downloaded from Crowdin. | |||
* | | Drop Go 1.4 support | Unknwon | 2016-11-23 | |
| | | | | | | | | | | | | Due to golang.org/x/crypto/ssh requires a method from STD in Go 1.5. And Go 1.4 is fairly old version for now. | |||
* | | Fork go-libravatar to remove import path check | Unknwon | 2016-11-19 | |
| | | | | | | | | To use GitHub import path as much as possible. | |||
* | | Update locales and add Swedish | Unknwon | 2016-11-19 | |
| | | ||||
* | | Update locales | Unknwon | 2016-09-15 | |
| | | | | | | | | Add new locale Serbian (Cyrillic) | |||
* | | #3590 fix 404 for release draft edition | Unknwon | 2016-09-03 | |
| | | | | | | | | Closes #3591 | |||
* | | #3589 LoadRepoConfig after ORM is initialized | Unknwon | 2016-09-02 | |
|/ | ||||
* | Fix panic when attempt login with non-exist user | Unknwon | 2016-09-01 | |
| | ||||
* | Update locales | Unknwon | 2016-09-01 | |
| | ||||
* | #3559 fix template error | Unknwon | 2016-08-31 | |
| | ||||
* | models/login_source: code improvement | Unknwon | 2016-08-31 | |
| | ||||
* | #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 | |
| | ||||
* | codegangsta/cli => urfave/cli (#3546) | Kim "BKC" Carlbäcker | 2016-08-30 | |
| | ||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | |
| | ||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | |
| | ||||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 | |
| | ||||
* | Web editor: disallow edit mirror repository | Unknwon | 2016-08-28 | |
| | ||||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 | |
| | ||||
* | #2901 allow setting preferred licenses | Unknwon | 2016-08-28 | |
| | | | | - Closes #3488 | |||
* | #3505 use user’s info for committer and author | Unknwon | 2016-08-27 | |
| | ||||
* | #3495 only start builtin SSH server after user finish installation | Unknwon | 2016-08-27 | |
| | ||||
* | migrations: set comment updated as created | Unknwon | 2016-08-26 | |
| | ||||
* | #2966 code cleanup | Unknwon | 2016-08-26 | |
| | ||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | |
| | ||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | |
| |