aboutsummaryrefslogtreecommitdiff
path: root/routers
Commit message (Collapse)AuthorAge
* Check if file is a symlink with web editor (#3687)Stefan Grönke2016-12-21
| | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author
* 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
|
* 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 string format verbs (#3637)Alexander Lunegov2016-12-21
|
* Minor fix for PR #3624Unknwon2016-12-21
|
* More Issue-Comments API-endpoints (#3624)Kim "BKC" Carlbäcker2016-12-21
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
| |
* | Prevented user enumeration of valid users through HTTP status codes of login ↵LefsFlare2016-10-16
| | | | | | | | (#3639) (#3654)
* | #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-02
|/
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-01
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* #3559 fix template errorUnknwon2016-08-31
|
* models/login_source: code improvementUnknwon2016-08-31
|
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-31
|
* Support Editorconfig on web editor (#3512)无闻2016-08-30
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-30
| |
* | #2018 able to sync now for mirrorsUnknwon2016-08-30
|/ | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* 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
|
* #3516 enforce line ending to be \n from web editorUnknwon2016-08-28
|
* Web editor: improve edit fileUnknwon2016-08-28
|
* Web editor: improve delete file processUnknwon2016-08-28
|
* Web editor: improve edit file tooltipUnknwon2016-08-27
|
* #3448 redirect if any after sign inUnknwon2016-08-27
|
* #3495 only start builtin SSH server after user finish installationUnknwon2016-08-27
|
* #2966 code cleanupUnknwon2016-08-26
|
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-26
| | | add `since` query string support to list issue comment
* Web editor: improve code qualityUnknwon2016-08-24
|
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-24
|
* #3383 code cleanupUnknwon2016-08-24
|
* Additional API support for milestones (#3383)lstahlman2016-08-24
|
* Issues can be closed via API (#3170) (#3479)Kim Carlbäcker2016-08-23
| | | | | | | | | | * Issues can be closed via API * Error-checking is nice xD * EditIssueOption.Status => State * Use const instead of string-literal
* General code quality improvementUnknwon2016-08-16
|
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
| | | | - Fill Milestone and Assignee field when available in webhook payload
* #3464 reproduce diff signsUnknwon2016-08-16
|
* models/repo_editor: improve code qualityUnknwon2016-08-15
|
* 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
* #3466 fix response of pull request form validation errorUnknwon2016-08-15
|
* Fix empty repository panic on send test webhookUnknwon2016-08-15
|
* Fix outdated edit can’t overwrite changesUnknwon2016-08-15
|
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-15
| | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards.
* Web editor: improve delete fileUnknwon2016-08-14
|
* Web editor: improve edit file and diff previewUnknwon2016-08-14
|