Commit Graph

367 Commits (eb918c2368afe4ceba43e09fe199b126de56e4fd)

Author SHA1 Message Date
William Roush 8363c9dd0f Fixes issue with LDAP inserting users with blank names.
Tony Narlock 6a0fec77ea Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon ab730a91f0 mirror info not updated when transfer mirro repo
Unknwon 9c67a19332 change to fake local email account
Unknwon 6f81c05dde Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
Vitaliy Vasilenko 20a8d651f3 add func to autofix couters in repository
Unknwon 7cf0564587 update gopmfile
Unknwon e6cf83b8c0 Put default config into binary
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon fc6db829b2 fix read access team visibility of private repo
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon b668fc7aad : Update hooks is missing for forked repository
Unknwon 473e265727 models: done testing on new access system
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix
Unknwon e90f014e4a Merge branch 'access' of github.com:gogits/gogs into access
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
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.
Peter Smit b6519f78c7 Remove collaborators when removing and transferring repository
Unknwon 6b7d35eade fix mirror issues uncaught
Unknwon 6d0f3a07d4 code fix caution: undertest
Peter Smit 0a4cda0dd4 Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
Unknwon 7e7160eefd first pass work on migration
Unknwon c5c467a9cd Merge branch 'dev' of github.com:gogits/gogs into access
Unknwon c7a042ef36 Merge branch 'access' of github.com:gogits/gogs into access
无闻 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