aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
Commit message (Collapse)AuthorAge
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-27
| | | | Add start count corrector for Repository.NumClosedIssues
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-12
|
* Add Czech supportUnknwon2016-05-11
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-06
|
* #2895 minor fix for bug of xormUnknwon2016-04-26
|
* Add new language supportUnknwon2016-04-25
| | | | - Update language choose dropdown to fit more languages
* #2992 set default style name when empty in AfterSetUnknwon2016-04-22
|
* #2916 fix sort' field missing on issue pagination linkUnknwon2016-04-04
|
* Fix XORM IN condition table name parseUnknwon2016-03-27
|
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-26
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* Handle windows deletion when startUnknwon2016-03-23
| | | | Fix #2872
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* Add route for #2846Unknwon2016-03-21
|
* Remove code for checking ssh-keygenUnknwon2016-03-19
|
* #2850 fix potential SSH commands dislocationUnknwon2016-03-18
| | | | | | | When use builtin SSH server with concurrent operations, there are probabilities One connection could use the command from another connections. Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
* #2814 LOWER() column value within searchUnknwon2016-03-16
|
* Improve repository lable styleUnknwon2016-03-15
| | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* #13 fix admin can't search private reposUnknwon2016-03-15
| | | | - update glide info
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* #1891 attempt to fix invalid csrf tokenUnknwon2016-03-12
|
* #1286 #2098 Alpha support for custom templatesUnknwon2016-03-12
| | | | No guarantee for compatibility with future changes
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Fix ref comment from commit create empty feedUnknwon2016-03-11
|
* #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-09
|
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* Fix pull request availability checkUnknwon2016-03-06
|
* Prepare releaseUnknwon2016-03-06
|
* Remove duplicated of codeUnknwon2016-03-06
|
* Minor fixes for #2766Unknwon2016-03-06
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
|
* #1157 some avatar setting changesUnknwon2016-03-05
| | | | - Allow to delete current avatar
* #1597 support pull requests in same repositoryUnknwon2016-03-04
|
* Minor fixes for #2746Unknwon2016-03-04
|
* #2743 and #2751 fix bad SQL generated by XORMUnknwon2016-03-04
| | | | Use hand-written SQL to do complex query
* #2748 fix redirect loop with auto-signinUnknwon2016-03-04
|
* Minor fixes for #2745Unknwon2016-03-03
|
* #1891 attempt to fix expected invalid CSRF tokenUnknwon2016-03-03
| | | | - Remove unused config settings `[picture] service`
* #2743 workaround to fix XORM problemUnknwon2016-03-03
|
* #2727 make IN clause compatible with PostgresUnknwon2016-03-01
|
* Allow setting git operations timeoutsUnknwon2016-02-29
| | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull
* #2700 fix sqlite3 can't create issue with more than one labelUnknwon2016-02-29
|
* Post work for #2637Unknwon2016-02-27
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Minor fix for #2710Unknwon2016-02-27
|
* #2697 fix panic when close issue via commit messageUnknwon2016-02-25
|
* Add new config option for builtin SSH serverUnknwon2016-02-25
| | | | | | | Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen. It can be different from SSH_PORT which is supposed to be exposed in the clone URL. This should solve the problem when user runs Gogs inside Docker container and still want to use builtin SSH server.
* Minor fix for #2660Unknwon2016-02-24
|
* #2682 fix missing slash for go-get metaUnknwon2016-02-23
|