Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Minor improve on error handling | Unknwon | 2017-02-10 | |
| | ||||
* | modules/setting: add Slack logger | Unknwon | 2017-02-09 | |
| | | | | | Conn and email loggers are removed for now unless people requested for them, then try to add back in gopkg.in/clog.v1 | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 | |
| | ||||
* | Update locales | Unknwon | 2017-02-09 | |
| | | | | This patch also fixes #4073 | |||
* | 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. | |||
* | Update locales | Unknwon | 2017-02-05 | |
| | ||||
* | Check deploy keys when Gogs is run with Service.RequireSignInView=true (#4078) | Pablo Saavedra | 2017-02-01 | |
| | | | | | | | | | | | | | | | | | * Check deploy keys when Gogs is run with require_sign_in_view Check if the deploy key can access to a repository. A deploy key doesn't represent an gogs user, so in a site with Service.RequireSignInView activated we should give read access only in the repositories where this deploy key is in use. In other case, a deploy service or system using an active deploy key can get read access to all the repositories in a Gogs service. * Refactoring: Comments starts in a new line * Minor change in a comment * Code cleaning. Replace spaces with tabs | |||
* | 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) | |||
* | conf: minor comments fix | Unknwon | 2017-01-31 | |
| | ||||
* | Prepare for release | Unknwon | 2017-01-31 | |
| | ||||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 | |
| | | | | To use interface to replace *models.User in avoiding cycle import. | |||
* | 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. | |||
* | Fix changed branch is not reflected when creating PR (#3604) | Unknwon | 2017-01-27 | |
| | ||||
* | Update XORM required version and 'go fmt' | Unknwon | 2017-01-26 | |
| | ||||
* | 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. | |||
* | Fix log depth of AvatarLink | Unknwon | 2017-01-26 | |
| | ||||
* | 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). | |||
* | Fix notification email issues (#4055) | Óscar García Amor | 2017-01-24 | |
| | ||||
* | locale: remove unused locale string | Unknwon | 2017-01-23 | |
| | ||||
* | Enable federated avatars by default (#3997) | Sandro Santilli | 2017-01-22 | |
| | ||||
* | Update locales | Unknwon | 2017-01-21 | |
| | ||||
* | Update locales | Unknwon | 2017-01-01 | |
| | ||||
* | Add Galician support | Unknwon | 2016-12-23 | |
| | | | | - Update locales | |||
* | Minor fix for PR #3436 | Unknwon | 2016-12-23 | |
| | ||||
* | Improve issue references in markdown. (#3436) | lstahlman | 2016-12-23 | |
| | ||||
* | Minor code fix for PR #3602 | Unknwon | 2016-12-22 | |
| | | | | Closes #1122 | |||
* | fix bug #1122 log.smtp receiver configure error (#3602) | raphael10241024 | 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 | |||
* | Set ProdMode in the correct place | Unknwon | 2016-12-22 | |
| | | | | | | | | Closes #3696, #3611 Previously, ProdMode can only be true for web server, which always prints dev mode log message to incoming SSH connections and leaks unexpected information. | |||
* | Minor fix for PR #3687 | Unknwon | 2016-12-21 | |
| | ||||
* | 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. | |||
* | New settings option for a custom SSH host (#3763) | imilo | 2016-12-21 | |
| | ||||
* | Check for zero length passwords in LDAP module. (#3827) | Mateusz Hromada | 2016-12-21 | |
| | ||||
* | #3791 update LDAP username check (#3906) | Саша Иванов | 2016-12-21 | |
| | ||||
* | Don't use custom PBKDF2 function (#3952) | leonklingele | 2016-12-21 | |
| | | | Instead, use golang.org/x/crypto/pbkdf2 | |||
* | Fix random string generator (#3953) | leonklingele | 2016-12-21 | |
| | | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand | |||
* | serve video files using the HTML5 video tag (#3967) | Nico Mandery | 2016-12-21 | |
| | ||||
* | Fix typo: 'passowrd' -> 'password' (#3951) | leonklingele | 2016-12-21 | |
| | ||||
* | Add support for using "libravatar" as the GravatarSource (#3969) | Sandro Santilli | 2016-12-21 | |
| | | | | Just to make it easier for administrator to configure libre avatar, as it is done for "duoshuo" and "gravatar" | |||
* | 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 | |
| | |