Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -2/+3 |
| | |||||
* | allow edit issue and comment | Unknwon | 2015-08-20 | 1 | -1/+6 |
| | |||||
* | able edit issue title | Unknwon | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | minor fix on API response | Unknwon | 2015-08-19 | 1 | -0/+2 |
| | |||||
* | minor fix on API response | Unknwon | 2015-08-19 | 1 | -1/+2 |
| | |||||
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | 1 | -1/+2 |
| | |||||
* | new access token UI | Unknwon | 2015-08-19 | 1 | -1/+3 |
| | |||||
* | new delete account UI and password confirmation | Unknwon | 2015-08-19 | 1 | -2/+8 |
| | |||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | 1 | -11/+0 |
| | |||||
* | detect kill signal | Unknwon | 2015-08-18 | 1 | -0/+11 |
| | |||||
* | #1419: 500 when visit a issue with issue/comments of deleted user | Unknwon | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | able edit issue labels/milestone/assignee | Unknwon | 2015-08-15 | 1 | -2/+2 |
| | |||||
* | finish view comments on issue page | Unknwon | 2015-08-13 | 1 | -8/+12 |
| | |||||
* | add cache-control for attachments | Unknwon | 2015-08-12 | 1 | -0/+1 |
| | |||||
* | fix serve attachment content type | Unknwon | 2015-08-12 | 1 | -1/+11 |
| | |||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | 1 | -2/+16 |
| | |||||
* | finish create issue attachment UI | Unknwon | 2015-08-11 | 1 | -1/+4 |
| | |||||
* | UI: create issue with title and content | Unknwon | 2015-08-09 | 1 | -2/+2 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -1/+3 |
| | |||||
* | improve fork process | Unknwon | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | fix private repo cannot trigger hook by SSH | Unknwon | 2015-08-08 | 1 | -2/+4 |
| | |||||
* | remove Index field of milestone | Unknwon | 2015-08-06 | 1 | -3/+3 |
| | |||||
* | better version checker | Unknwon | 2015-08-06 | 1 | -4/+5 |
| | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -0/+7 |
| | |||||
* | finish new milestone page | Unknwon | 2015-08-05 | 1 | -1/+2 |
| | |||||
* | milestone: edit | Unknwon | 2015-08-05 | 1 | -2/+2 |
| | |||||
* | milestone: pagination | Unknwon | 2015-08-04 | 1 | -3/+2 |
| | |||||
* | milestone: list view | Unknwon | 2015-08-03 | 1 | -5/+5 |
| | |||||
* | fix check template version | Unknwon | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | fix disable router log option | Unknwon | 2015-07-31 | 1 | -3/+5 |
| | |||||
* | fix #1227 | Unknwon | 2015-07-31 | 1 | -1/+5 |
| | |||||
* | fix #1305 | Unknwon | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -0/+1 |
| | |||||
* | UI: basic label list | Unknwon | 2015-07-24 | 1 | -4/+3 |
| | | | | - create new label | ||||
* | UI: basci issue list without filters | Unknwon | 2015-07-24 | 1 | -9/+13 |
| | | | | | - fix isRead check - fix paging | ||||
* | #1128: API calls are not hidden behind sign in | Unknwon | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | #1101 Anyone can see organization pages even without logging in when sign in ↵ | Unknwon | 2015-03-23 | 1 | -1/+1 |
| | | | | required | ||||
* | Put default config into binary | Unknwon | 2015-03-18 | 1 | -2/+12 |
| | |||||
* | #1079: Custom robots.txt should be send with plaintext content-type | Unknwon | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -2/+2 |
|\ | |||||
| * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 1 | -2/+2 |
| | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | ||||
* | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -2/+2 |
| | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||||
* | | models: fix XORM API break | Unknwon | 2015-02-14 | 1 | -2/+1 |
|/ | | | | cmd/web.go: check version after load config | ||||
* | cmd: code fix for #905 | Unknwon | 2015-02-08 | 1 | -2/+3 |
| | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now) | ||||
* | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 | 1 | -0/+4 |
| | |||||
* | cmd: update csrf version requirement | Unknwon | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | routers: save partial config when install | Unknwon | 2015-02-01 | 1 | -2/+2 |
| | |||||
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | 1 | -5/+13 |
| | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||||
* | update with deps | Unknwon | 2015-01-17 | 1 | -3/+3 |
| |