Commit Graph

591 Commits (8db3bdc683032ecd2aaafef523e83bfc436bce5f)

Author SHA1 Message Date
无闻 e805fdb29c Merge pull request from phsmit/newcollaboration
Collaboration
Unknwon 485ea6f14f models: make code change for session issue with SQLite3
Unknwon bad533a219 models/repo.go: add update hook when migrate for
Peter Smit aa35be975f Fix
Unknwon f15fa9167a cmd: code fix for
- 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)
无闻 cd0ee35b3f Merge pull request from phsmit/conf_on_cli
Add option to provide configuration file on command line
Unknwon 2a2596fe61 able to disable SSH for
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line
Peter Smit 03af37554e Merge branch 'dev' into newcollaboration
Unknwon 4de0b19cec models: mirro code fix for
无闻 902f19f70b Merge pull request from phsmit/fix_819
Fix  by fetching the repository from db before updating
Unknwon ee6786216a modules/base: clean code with
Peter Smit 76f8904718 Introducing Collaboration Struct
Unknwon c73e9057ae Optmize git-fsck options and fix
Peter Smit 44fa9147b7 Fix by fetching the repository from db before updating
Unknwon 0b56272c13 fix
Unknwon 3ea1443885 work on
euank 234a7c19a4 Default values for both user.name and user.email
The previous behavior was to set default values only if user.name was
not set, but to always set it for both. This only sets a value if there
wasn't one; this fixes cases where someone has a user.name but no
user.email (see included Dockerfile) or someone has a user.email but no
user.name (before the email would have been over-written).
Unknwon b553ea45ee modes/repo: incorrect SSH clone URL for
Unknwon 2f3a7e53cb fix
Joseph Crail 39c068400e Fix spelling errors in comments.
Unknwon e577f2fff3 fix and other mirror improve
Unknwon d75013a0e8 fix
Unknwon 1b66600bd0 Fix
Unknwon 2d8c414f8c Fix
Unknwon 8eb5120fbd , API: list user repos, list repo hooks
Unknwon 4e7eb5be9d Work on fork and fix
Unknwon 0c5ba4573a fix session API broken and SQL pretection
Unknwon 83283bca4c Safe work
Unknwon f1d8746264 Fix fork repo and macaron API broken
Unknwon a342d58d7e Able to fork repo to individuals
evolvedlight 8d2a6fc484 Merge remote-tracking branch 'upstream/dev'
Conflicts:
	models/repo.go
evolvedlight 29ac3980ff More changes
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes
evolvedlight 211dc74816 Got the fork count working
Unknwon 79262173a6 Webhook delivery locking & Hide repo for org members if they don't have access
Unknwon 1aa76bd279 Fix , add system notice
Unknwon 263d409326 Basic xss prevention
evolvedlight c9e5e38fcf Initial cut of git fork
Unknwon 3cfa4a581c Bug: 500 when transfer repository to collaborator
Unknwon ad52b2d791 Mirror fix on transfer repo
Unknwon 71e4689d11 Page: User profile
Unknwon f69761563b Fix bug on transfer repo
Unknwon 5bbeeb0f1b Page: Commits and fix
Unknwon 8a09256941 Mirror fix and fix
Unknwon 62f21ff3ed Work on
Unknwon 0d9c41be7d Work on
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count
Unknwon ab7206d6b7 Fix
Tristan Storch 9fc4ded369 Standard git user.name and user.email if not set
Git user.name and user.email will now be set to the standard values

  - Gogs
  - gogitservice@gmail.com

if user.name is not set or empty.

If user.name is set and user.email not, it will leave it this way.
Unknwon 830efc90da update docs and mirror bug fix
lunnyxiao 1240fef0ca bug fixed for migrate and fixed
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 50de06056b Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon 74b31566cf Finsih add/remove repo in organization
Vyacheslav Bakhmutov 95a594d75a Migrate all branches and tags
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon e325c8499a Fix and set git config
Unknwon a60edbe88c Add/remove member need add/remove access to repositories as well
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon fa0a389dc4 Fix bare repo bug
Unknwon 17d2675dd2 Fix
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß 469cbc8813 Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
Justin Nuß 636a78fed1 Escape tags and quotes in links.
Justin Nuß e194cf3291 Fix issue . Allow links in the repository description
Unknown 0f907301b7 Fix
Unknown 63cc14062a Paging function for users and repositories
Unknown 097c8e05e6 Able to set timeout for process monitor
Unknown fd5412ec47 Work on
Lunny Xiao baa255e899 remove debug info
Lunny Xiao 3c6da63216 bug fixed
Unknown 7f3015b32b Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 13b032f829 update name
Justin Nuß a481672c5c Add 'pprof' tag for enabling debugging
Unknown 465dc962b5 Finish create organization team
Lunny Xiao a357cda957 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 6e448b0714 Finish delete organization
Unknown 19e9104289 Organization settings page
Lunny Xiao 165e3e8f18 path bug fixed
Unknown 32b09681b2 Migrate repository by organization
Unknown 8644c571db Mirror bug fix on create repo action
Unknown 43b33440b5 Work on create organization repo and
Unknown e0f9c628c5 Add create organization
Unknown ad5ec45dd6 Fix
Unknown f147ad619a Basic process manager
Unknown e07674bff1 Support edit release and save as draft
toby.zxj a13a6b14ec Using strings.HasPrefix(...) will misjudgement
`strings.HasPrefix(access.RepoName, uname)` can't handle the situation which like following in access table.

	user_name | repo_name
	----------+-------------
	toby      | toby/blog
	toby      | toby/test
	toby      | tobyzxj/blog
	toby      | tobyzxj/test
Unknown a3e1383cac Add gogs fix location command
Unknown f160b4f33c Add tar.gz download button and other mirror updates
Unknown 11f9d738e8 Fix
Unknown 32c5fa514c Fix
Unknown e1332c5239 Fix
Unknown 01a516b584 Fix
Unknown 688ec6ecbd Fixed
Unknown 80055bde86 Code convention
Unknown 956f011dd3 Fix
Unknown b70db61854 Fix
Unknown e8dd480f10 Litte bug fix
Unknown 9100786beb Fix
Unknown a913aff1d0 Show collaborative repositories in dashboard
Unknown 54e95fa367 Finish add new milestone
Unknown 98eeec4cbb Fix
Unknown e867283406 Assignee back end
Unknown 23a857d107 Add repo info to web hook post
Unknown 7d89e765ab Bug fix
Unknown 31fd45ba02 Bug fix
Unknown abd8c2a7ca Bug fix
Unknown e05b1385fb Bug fix
Unknown 8b6766ecbe Bug fix
Unknown 33d32585b1 Add mention, read/unread support of issue tracker
Unknown 7407f9caf3 Finish issue design
Unknown 94bccbb148 Finish edit and remove web hook
Unknown 7b60756f2c Fix Collaborators cannot commit
Unknown 75109bbd65 Fix panic when no master branch
Unknown f6c4fbeb37 Collaborator
Unknown 480a4ae8c5 Fix
Unknown 62d23e9154 HTTP no follow and offline mode
Unknown 1badb2bbcc Fix
Unknown 8bc502a1ea New err check style
Unknown 0e41726ece API change
Unknown eda3f8b3b3 Mirror updates
Unknown c36e7d322e Mirror updates
Unknown d2b53dd43b Add weibo oauth
Unknown 4b9b8024ba Clean oauth code
Unknown d26a333dfb go get
Unknown c9a1eb4789 Able to change mirror interval now
Unknown 9ffa8a4083 finish mirror fix
Unknown 90f6aa8cd1 Add repo mirror and import
Unknown d305448fa8 Mirror bug fix
Unknown 47aa53bd36 Add search commits
Unknown 306aa5bffe Add support default branch
Unknown 5d4025cb5a Add go get meta support
Unknown 115a349131 Fix
Unknown 22feddf804 Fix
Unknown e41ab839c7 Use session for rolling back
Unknown eb803ec5eb Add transfer repository
Unknown e9c4156c87 Add: rename user
Unknown 79a610592e Add: rename repository
Unknown db66b8da72 Add release tmpl
Unknown d9005ee970 Improve issue mail content
Unknown 2a0066420a Fix bug work with sqlite3
Lunny Xiao af2129c254 bug fixed delete repo
Lunny Xiao cd800d7837 Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao 50391f434e bug fixed
slene b27c34f39a update git api. fix link... and so on
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0
Unknown 2c073afbec Mirror fix and update
Unknown 76b8642348 Bug fix
Unknown eb6021f73f Fix issue pages URL params
Unknown 34f4af9ebf Working on issue and install page
Unknown f76eb8a666 IP: RC Code Review
Unknown 3144fac03c IP: RC Code Review
Unknown f470c241d6 IP: RC Code Review
Unknown ce679cce52 Update Wiki
Unknown 32e05ae212 Fix issue: update hook text busy
Unknown 7ab94fe816 Fix issue on windows
Lunny Xiao 9dbc808c7b Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	models/repo.go
	modules/base/tool.go
	serve.go
Lunny Xiao f9024b3f43 fixed branch name
Unknown 87de66561c Start working on diff page
Unknown d3b8e9daa1 Add notify watcher action
Lunny Xiao d374b13d44 bug fixed
Lunny Xiao 29fe44da50 bug fixed
Lunny Xiao 9b509054cf bug fixed
Unknown 414ebe7553 Merge branch 'master' of github.com:gogits/gogs
Unknown 40b22822fc Update README
Lunny Xiao 0e28dcdac4 Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao 48ea9b12f6 add log
Unknown ae92f92dee Locating issue
Unknown 59bbddb318 Mirror fix
Lunny Xiao 97e82a0ff6 bug fixed
Lunny Xiao 3d1a967477 bug fixed
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