Commit Graph

38 Commits (ba92f4687eae4a1f37a272c09e5aac919b069485)

Author SHA1 Message Date
Unknwon 18de67380c fix
Unknwon 6f0a41b8b2 Allow local import only for admin users
Nathan Zadoks f1aa4c0524 Fix the JSON field names for MigrateRepoForm
For some reason, the field names for Private and Mirror got swapped.
Unknwon 932dbccb67 fix import path, fix
Unknwon 38eb000d13 work on
Unknwon 7ec991326d fix migrate api
Unknwon e5b105e513 fix migrate API
Unknwon c6b039c6f9 new repo options UI
Unknwon 55ddf225bb webhook APIs
Unknwon f509c59ac1 new create webhook event
Unknwon bb3b90fcd6 Readme Template
Unknwon 46bee50e45 complate list of gitignores and licenses
Unknwon c08600c59b new edit webhook UI
Unknwon 4217c2333c new create webhook UI
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 133b19d0c5 finish view comments on issue page
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 922f3f3062 finish create issue with labels
Unknwon 590c464c56 UI: create issue with title and content
Unknwon 3e4cdccf6b milestone: create page
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
Peter Smit e6fc58a744 Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Unknwon bc8721fb6c Finish new UI for release page
Christopher Brickley 3794111460 update slack hook to use new format
Unknwon fa241efa6d Use binding middleware
Unknwon 91e5c24a31 Fix
Unknwon b9560374cd UI fix
Unknwon 2a3660dae3 Fix
Christopher Brickley 2bce24068d add Slack API webhook support
Unknwon 9a1d5d2489 Finish new web hook pages
Justin Nuß 8023494a94 Fix invalid struct tags and remove unreachable code.
Unknwon 755eec745f Finish new repo settings page
Unknwon dabf5b057c Finish new migrate page
Unknwon 8dd07c0ddd New UI merge in progress