| Commit message (Expand) | Author | Age |
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
* | modules/context: add *Context. ServerError method | Unknwon | 2017-04-04 |
* | user/setting: preserve user input with validation error (#1123) | Unknwon | 2017-03-30 |
* | repo: cleanup some code | Unknwon | 2017-03-24 |
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 |
* | repo: fix unable to propose pull request from secondary fork (#4324) | Unknwon | 2017-03-23 |
* | error: move ErrRepoNotExist -> errors.RepoNotExist | Unknwon | 2017-03-23 |
* | explore: able list and search for private but accessible repositories (#3088) | Unknwon | 2017-03-17 |
* | repo: allow issues and wiki for bare repository (#4104) | Unknwon | 2017-03-16 |
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
* | api: make CORS work by handling preflight OPTIONS request (#4264) | Girish Sonawane | 2017-03-11 |
* | api/repo: fix cannot reponse branch with slashes (#4198) | Unknwon | 2017-03-10 |
* | templates/repo: only show Git stats in repository home page (#3518) | Unknwon | 2017-03-10 |
* | refactoring: modules/auth/*_form.go -> modules/form | Unknwon | 2017-02-27 |
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
* | editor: fix cannot redirect to correct pull request URL | Unknwon | 2017-02-23 |
* | router: fix 404 when repository name contains dot | Unknwon | 2017-02-20 |
* | Improve error handling | Unknwon | 2017-02-17 |
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-02-16 |
* | Improve Open Graph Meta tags (#3664) | Unknwon | 2017-02-11 |
* | Add more details on error report | Unknwon | 2017-02-10 |
* | Minor improve on error handling | Unknwon | 2017-02-10 |
* | Minor improve on error handling | Unknwon | 2017-02-10 |
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
* | Able to set custom Access-Control-Allow-Origin header (#3987) | Unknwon | 2017-01-28 |
* | Fix changed branch is not reflected when creating PR (#3604) | Unknwon | 2017-01-27 |
* | Feature #2583: Disable HTTP cloning (#3667) | Thibault Meyer | 2016-12-22 |
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 |
* | router/repo: code refactoring | Unknwon | 2016-08-30 |
* | Web editor: improve code quality | Unknwon | 2016-08-24 |
* | Minor naming improvement | Unknwon | 2016-08-17 |
* | On showing diff/file, use the tab_width specified on .editorconfig, if any (#... | Andrey Nering | 2016-08-11 |
* | #3233 code cleanup and minor issue fix | Unknwon | 2016-08-11 |
* | Wiki mirroring implementation (#3233) | Andrew | 2016-08-11 |
* | #3399 500 for upstream pulls page if user has forked repository | Unknwon | 2016-08-08 |
* | #2825 early response 200 when ?go-get=1 | Unknwon | 2016-08-07 |
* | #1601 support delete issue comment | Unknwon | 2016-07-26 |
* | Add org.getUserTeams to reduce redundant code | Unknwon | 2016-07-24 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 |
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 |
* | The pruning for the synchronized mirrors is a option now. Default value: enab... | Pablo Saavedra | 2016-07-09 |
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 |
* | Add APIContext | Unknwon | 2016-03-13 |
* | remove errant debug statement | Alec S | 2016-03-11 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |