aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* Feature #2583: Disable HTTP cloning (#3667)Thibault Meyer2016-12-22
| | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space
* Set ProdMode in the correct placeUnknwon2016-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 #3687Unknwon2016-12-21
|
* Minor code fixUnknwon2016-12-21
|
* Fixed 404 caused by unexpected question mark (#3668)LefsFlare2016-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)imilo2016-12-21
|
* Check for zero length passwords in LDAP module. (#3827)Mateusz Hromada2016-12-21
|
* #3791 update LDAP username check (#3906)Саша Иванов2016-12-21
|
* Don't use custom PBKDF2 function (#3952)leonklingele2016-12-21
| | | Instead, use golang.org/x/crypto/pbkdf2
* Fix random string generator (#3953)leonklingele2016-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 Mandery2016-12-21
|
* Fix typo: 'passowrd' -> 'password' (#3951)leonklingele2016-12-21
|
* Add support for using "libravatar" as the GravatarSource (#3969)Sandro Santilli2016-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 developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
| |
* | Update localesUnknwon2016-12-20
| |
* | Add Korean supportUnknwon2016-12-20
| |
* | Fork go-libravatar to remove import path checkUnknwon2016-11-19
| | | | | | | | To use GitHub import path as much as possible.
* | Update locales and add SwedishUnknwon2016-11-19
| |
* | Fix mention in comments like (@dblk) (#3655)Rémy Boulanouar2016-10-16
| | | | | | | | | | | | * Fix mention in comments like (@dblk) * Better fix to avoid making link for "Hello@DblK"
* | Update localesUnknwon2016-09-15
|/ | | | Add new locale Serbian (Cyrillic)
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-01
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* Fix panic when attempt login with non-exist userUnknwon2016-09-01
|
* Feature #3492: Add option to hide footer load times (#3562)Thibault Meyer2016-09-01
| | | | | | * Add option to hide footer load times * Rename option variable + minor changes
* Update localesUnknwon2016-09-01
|
* Update size of SHA to fix #3538 (#3563)Rémy Boulanouar2016-08-31
|
* #3559 fix template errorUnknwon2016-08-31
|
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-31
|
* #2018 able to sync now for mirrorsUnknwon2016-08-30
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* modules/sync: add UniqueQueueUnknwon2016-08-30
|
* modules/sync: rename SingleInstancePool to ExclusivePoolUnknwon2016-08-30
|
* Make bindataUnknwon2016-08-30
|
* Web editor: support upload filesUnknwon2016-08-30
|
* Web editor: support upload filesUnknwon2016-08-30
|
* router/repo: code refactoringUnknwon2016-08-30
|
* #3459 code quality improvementUnknwon2016-08-29
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-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 subdirectoryUnknwon2016-08-29
|
* Web editor: improve edit fileUnknwon2016-08-28
|
* Web editor: improve delete file processUnknwon2016-08-28
|
* #2901 allow setting preferred licensesUnknwon2016-08-28
| | | | - Closes #3488
* Web editor: improve edit file tooltipUnknwon2016-08-27
|
* label: adjust forecolor boundaryUnknwon2016-08-27
|
* Web editor: improve code qualityUnknwon2016-08-24
|
* #3383 code cleanupUnknwon2016-08-24
|
* Minor naming improvementUnknwon2016-08-17
|
* General code quality improvementUnknwon2016-08-16
|
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
|
* markdown: fix treating pure number as SHA1Unknwon2016-08-15
| | | | - Detect non-exist commit and return 404 not 500
* Fix outdated edit can’t overwrite changesUnknwon2016-08-15
|