summaryrefslogtreecommitdiffstats
path: root/gogs.go
Commit message (Expand)AuthorAgeFilesLines
...
* #3174 genetate bindataUnknwon2016-06-291-1/+1
* Update glide.yamlUnknwon2016-06-271-1/+1
* Minor fix for #3194Unknwon2016-06-271-1/+1
* repo/http: clean codeUnknwon2016-06-011-1/+1
* #2954 use text/plain as default email content formatUnknwon2016-05-301-1/+1
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-271-1/+1
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-121-1/+1
* Add Czech supportUnknwon2016-05-111-1/+1
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-061-1/+1
* #2895 minor fix for bug of xormUnknwon2016-04-261-1/+1
* Add new language supportUnknwon2016-04-251-1/+1
* #2992 set default style name when empty in AfterSetUnknwon2016-04-221-1/+1
* #2916 fix sort' field missing on issue pagination linkUnknwon2016-04-041-1/+1
* Fix XORM IN condition table name parseUnknwon2016-03-271-1/+1
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-261-1/+1
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-1/+1
* Handle windows deletion when startUnknwon2016-03-231-1/+1
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-1/+1
* Add route for #2846Unknwon2016-03-211-1/+1
* Remove code for checking ssh-keygenUnknwon2016-03-191-1/+1
* #2850 fix potential SSH commands dislocationUnknwon2016-03-181-1/+1
* #2814 LOWER() column value within searchUnknwon2016-03-161-1/+1
* Improve repository lable styleUnknwon2016-03-151-1/+1
* #13 fix admin can't search private reposUnknwon2016-03-151-1/+1
* #1692 add CRUD issue APIsUnknwon2016-03-131-1/+1
* #1891 attempt to fix invalid csrf tokenUnknwon2016-03-121-1/+1
* #1286 #2098 Alpha support for custom templatesUnknwon2016-03-121-1/+1
* #13 finish user and repository searchUnknwon2016-03-111-1/+1
* Rename module: middleware -> contextUnknwon2016-03-111-1/+1
* Fix ref comment from commit create empty feedUnknwon2016-03-111-1/+1
* #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-091-1/+1
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-1/+1
* Fix pull request availability checkUnknwon2016-03-061-1/+1
* Prepare releaseUnknwon2016-03-061-1/+1
* Remove duplicated of codeUnknwon2016-03-061-1/+1
* Minor fixes for #2766Unknwon2016-03-061-1/+1
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-1/+1
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-051-1/+1
* #1157 some avatar setting changesUnknwon2016-03-051-1/+1
* #1597 support pull requests in same repositoryUnknwon2016-03-041-1/+1
* Minor fixes for #2746Unknwon2016-03-041-1/+1
* #2743 and #2751 fix bad SQL generated by XORMUnknwon2016-03-041-1/+1
* #2748 fix redirect loop with auto-signinUnknwon2016-03-041-1/+1
* Minor fixes for #2745Unknwon2016-03-031-1/+1
* #1891 attempt to fix expected invalid CSRF tokenUnknwon2016-03-031-1/+1
* #2743 workaround to fix XORM problemUnknwon2016-03-031-1/+1
* #2727 make IN clause compatible with PostgresUnknwon2016-03-011-1/+1
* Allow setting git operations timeoutsUnknwon2016-02-291-1/+1
* #2700 fix sqlite3 can't create issue with more than one labelUnknwon2016-02-291-1/+1
* Post work for #2637Unknwon2016-02-271-1/+1