Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | Update locales | Unknwon | 2016-12-20 |
| | | |||
* | | Add Korean support | Unknwon | 2016-12-20 |
| | | |||
* | | 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 |
| | | |||
* | | Fix mention in comments like (@dblk) (#3655) | Rémy Boulanouar | 2016-10-16 |
| | | | | | | | | | | | | * Fix mention in comments like (@dblk) * Better fix to avoid making link for "Hello@DblK" | ||
* | | Update locales | Unknwon | 2016-09-15 |
|/ | | | | Add new locale Serbian (Cyrillic) | ||
* | Add the ability to explore organizations (#3573) | Daniel Oaks | 2016-09-01 |
| | | | | | | * Add ability to explore organizations * Use right icon for org explore links | ||
* | Fix panic when attempt login with non-exist user | Unknwon | 2016-09-01 |
| | |||
* | Feature #3492: Add option to hide footer load times (#3562) | Thibault Meyer | 2016-09-01 |
| | | | | | | * Add option to hide footer load times * Rename option variable + minor changes | ||
* | Update locales | Unknwon | 2016-09-01 |
| | |||
* | Update size of SHA to fix #3538 (#3563) | Rémy Boulanouar | 2016-08-31 |
| | |||
* | #3559 fix template error | Unknwon | 2016-08-31 |
| | |||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 |
| | |||
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 |
| | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||
* | modules/sync: add UniqueQueue | Unknwon | 2016-08-30 |
| | |||
* | modules/sync: rename SingleInstancePool to ExclusivePool | Unknwon | 2016-08-30 |
| | |||
* | Make bindata | Unknwon | 2016-08-30 |
| | |||
* | Web editor: support upload files | Unknwon | 2016-08-30 |
| | |||
* | 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 |
| | |||
* | Web editor: improve edit file | 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 | ||
* | Web editor: improve edit file tooltip | Unknwon | 2016-08-27 |
| | |||
* | label: adjust forecolor boundary | Unknwon | 2016-08-27 |
| | |||
* | Web editor: improve code quality | Unknwon | 2016-08-24 |
| | |||
* | #3383 code cleanup | Unknwon | 2016-08-24 |
| |