aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* models/comment: remove unused SQL parameter (#4586)Unknwon2017-06-27
|
* issue_comment: fix pg syntax ambiguous (#4586)Unknwon2017-06-27
| | | | Also handle error related to time parsing.
* api: fix ListIssueComments API (#4587)Andy Hochhaus2017-06-27
|
* css: update less (#4584)Unknwon2017-06-27
|
* css: not include line numbers in diff selection (#4584)Einar2017-06-27
|
* locale: sync from CrowdinUnknwon2017-06-27
|
* cmd/restore: skip non existent directories in backup archive (#4413)Unknwon2017-06-25
|
* api/repo: load attributes when listing user repositories (#4565)Unknwon2017-06-21
|
* locale: sync from CrowdinUnknwon2017-06-20
|
* scripts: fix LSB init scripts so gogs starts when using mysql/postgresql for ↵Credomane Evonguard2017-06-14
| | | | database (#4561)
* Refactoring: remove sessionRelease()Unknwon2017-06-11
| | | | XORM supports automatic roll back in session Close() already.
* vendor: update github.com/go-macaron/binding (#4428)Unknwon2017-06-11
|
* pkg/process: fix potential race conditionUnknwon2017-06-11
| | | | | | Following conditions were not protected: 1. Use and increase next pid 2. Append and remove process from the list
* setting: disable SSH minimum key size check when not eligible (#4507)Unknwon2017-06-11
|
* random: some code simplifyUnknwon2017-06-11
|
* repo: change action visibility when repository visibility changed (#4414)Unknwon2017-06-11
|
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* locale: sync from CrowdinUnknwon2017-06-10
|
* repo/view: trim Windows line ending when display content (#4546)Unknwon2017-06-09
|
* vendor: update github.com/gogits/git-module (#4475)Unknwon2017-06-08
|
* restore: create data directory before restoring data files (#4413)Unknwon2017-06-08
|
* repo: load base repository for loadAttributesUnknwon2017-06-08
|
* api/repo: response full API format for search results (#4522)Unknwon2017-06-08
|
* locale: sync from CrowdinUnknwon2017-06-08
|
* Change required version to Go 1.6Unknwon2017-06-07
|
* vendor: update github.com/go-xorm/* (#4419)Unknwon2017-06-07
|
* repo: improve relative path detection (#4366)Unknwon2017-06-06
|
* repo: use BranchLink instead of TreeLink (#4366)Unknwon2017-06-06
|
* markup: able to display image from IPython notebook (#4366)Unknwon2017-06-06
|
* models/repo: modify keyword search to include description for #4287 (#4548)Simon Dann2017-06-06
| | | | | | * Modified repository keyword search to include description for #4287 * Replacing Where with And for #4548
* api/repo: fix admin migrate repo for non-org users (#4479)Unknwon2017-06-05
|
* api: GitHub compliance (#4549)无闻2017-06-05
| | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance
* vendor: update github.com/gogits/git-moduleUnknwon2017-06-05
|
* README: add GitPitchUnknwon2017-06-05
|
* repo/pull: detect case when no merge base found (#4434)Unknwon2017-06-05
|
* locale: update translationsUnknwon2017-06-04
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* repo: always response go-get meta when requested (#1878)Unknwon2017-06-03
|
* templates: fix versionUnknwon2017-06-03
|
* bindata: regenerateUnknwon2017-06-03
|
* repo: support go get subpkg (#1878)Unknwon2017-06-03
|
* css: fix fluid container for spilt diff viewUnknwon2017-06-03
|
* conf: rename attachment toggle from ENABLE to ENABLED (#4474)Peter Mescalchin2017-06-03
|
* css: start using fixing width containerUnknwon2017-06-03
| | | | | | Get rid of responsive issue. Also fixes #4527.
* issue: fix updated_unix is not updated for new comments (#4462)Unknwon2017-06-02
|
* orgmode: recover panic from third-party packageUnknwon2017-06-02
|
* vendor: update github.com/gogits/go-gogs-clientUnknwon2017-06-02
|
* repo: expose more fields to API format (#4484)Unknwon2017-06-02
|
* locale: add HungarianUnknwon2017-06-01
|
* cmd/admin: fix typo Preform → Perform (#4540)Lilian Besson2017-05-31
| | | Just an English typo in the command line help.