Commit Graph

617 Commits (5c82ef098e9d6138298c32f700bf46d2d5b3b14b)

Author SHA1 Message Date
Unknown 59ffdbf6f8 Add create, list, view issue
Unknown b3cfd9fe0c Fix SSH key bug in windows
Unknown e3f55ca0fb Need a field to specify if repository is bare
Unknown 19104f156f Merge branch 'master' of github.com:gogits/gogs
Unknown 932f717adb Fixing bug
Lunny Xiao 17da2fd2e3 merged
Lunny Xiao efdaf6ee15 add http protocol clone support
Unknown c1576b4c40 Add admin add user
Unknown f6596f11c4 All configuration reload-able
Unknown 369ddf76a8 Batch fix
Unknown 53a17bbd24 Bug fix
Unknown 06631ab91f Basic admin data table, models changes
Unknown 3b387336bf Add Repository/user name filter
Unknown 4a6c56d2fd Bug fix
slene 24678d73f5 read single file
Unknown ee92fb8635 Finish watch backend
Unknown 59ea3c0413 Finish watch backend
Unknown a922c3ff6a Watch backend
Unknown dd8e7868ce Mirror fix
Lunny Xiao 7076f466c9 bug fixed
Lunny Xiao 01162bfc78 remove unused codes
Lunny Xiao 9e8e910bd6 merge
Lunny Xiao 3da325591b bug fixed for commits list
Unknown d886f4df97 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	models/repo.go
	routers/repo/single.go
	templates/repo/single.tmpl
Unknown e44d9ffd89 Delete commit and update getlastcommit
Lunny Xiao 3ceb008e1f add commit view
Unknown e656609b0d Bug fix
Unknown 6ca32ef44f Bug fix
Unknown 97b7cb0dca Bug fix
Unknown 971cd87cc6 Add log output
Unknown e51afe4621 Add postgres support, clean code, code review
Unknown 757e4f658c Completely rule out the cgo
slene 3a2eee0827 fix repo setting and delete repo
Lunny Xiao f824d6a4b1 Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao f620f23c35 add post update
Unknown 828c89de99 Clean code
Lunny Xiao 6bdd6f9b18 add size for file
Lunny Xiao 4470192c70 add pure go git lib to instead cgo git lib
Lunny Xiao d80f43ca81 bug fixed
Lunny Xiao b27e8e87f8 add tree view
Lunny Xiao 607303e4de add id
Unknown 57bc2d1ca0 Add update user profile back end, add new gitignore and license, add template data to public profile page
Lunny Xiao 1902500b0d Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao 3a1fa012f7 update repo page
Unknown 27104ac89a Add delete repo
FuXiaoHei 37fae304d3 single repository page ui, add spec handler to get repo
Unknown 3c67318d8f Add GetRepositoryByName and GetRepositoryById
Unknown 0b5f6b176f Bug fix
Lunny Xiao 23400dd0a2 add GetReposFiles
Lunny Xiao b5cc4078a9 add repo list of dashboard
Unknown fdc4151ff3 Finish create repo
Unknown b4727c7601 Update create repo
Lunny Xiao f9907bbfa4 add README support for creating repository
Unknown 897329a644 Add add and delete SSH key
Unknown 0d9b2f3860 Update CreateRepository
Unknown 5a05d6633d Merge utils to modules
Unknown a2a59f8ad1 Change /user/profile URL to /user/:username
Lunny Xiao c8909d4758 add fork
Lunny Xiao f7826d4ed7 create repository from web
Unknown 594ec0b659 Add code of add public key
Lunny Xiao 104aa23a9e improved ssh supports
Lunny Xiao b1b6def5bc improved ssh supports
Unknown 4b92a6c2df Add code of delete user
Lunny Xiao be0ba9ea88 add ssh supports(unfinished)
Lunny Xiao ee9bcf4d9f add publickey & access
Unknown 8ef198dfac Formatting
Lunny Xiao 237193ef2a add user models