373 Commits (a47baa1b7ae08fbcc6946b6c168e69cd4c9894b4)

Author SHA1 Message Date
Steven c8aa9c6cb1 implemented #1721: see users who forked/starred/watched a repository 9 years ago
Unknwon 6dfee30bf0 #1602 Wrong commit order on issue page when pushing multiple commits 9 years ago
Unknwon 986447335d #1693 minor fix 9 years ago
Antoine GIRARD dfc16d0879 Fix admin repos new ui 9 years ago
Unknwon 52ec80fa18 finish all new user settings UI 9 years ago
Unknwon 9899ea71e8 #1611 fix bool type in sqlite query 9 years ago
Unknwon b75d0378cb clean log 9 years ago
Unknwon 0806725ca5 minor fix on #1589
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Sina Siadat ae1650824c Set IsBare true if migrated repo is empty.
Executes `git log -1` and sets IsBare to true if stderr contains this
string:

  fatal: bad default revision 'HEAD'
9 years ago
Unknwon aa67de910a fix #1558 9 years ago
Unknwon 119dec51f2 Mirror repository should not allow fork 9 years ago
Unknwon d023e81a8f #1577 explore paginator problem 9 years ago
Unknwon 38eb000d13 work on #1570 9 years ago
Unknwon a7ee654646 #1544 better tmp dir name for creating repo 9 years ago
Unknwon b6131793da #1545 prevent duplicated refs of issues in single commit 9 years ago
Unknwon 2a2a8cd619 ui and pulls index fix 9 years ago
Unknwon 83dc2468f5 finish initial version of pull request 9 years ago
Unknwon 953bb06857 basic PR feature 9 years ago
Unknwon 8c046073a8 work on PR conversation 9 years ago
Unknwon 398569f6f8 #1021 Forked repo unavailable after deleting original repo 9 years ago
Unknwon 7714e792a4 minor fixes on #1551 9 years ago
Unknwon d01f688257 fix repository count of user is messed up 9 years ago
Unknwon a3683ca5d6 #1544 Creating new repository fails occasionally 9 years ago
Unknwon ea454c21f7 #1542 A way to skip TLS verify for SMTP authentication 9 years ago
Unknwon a541ca16b6 fix bare repo issue 9 years ago
Unknwon d07033a0f0 fix 1093 9 years ago
Unknwon 11ce720f9f add more README vars 9 years ago
Unknwon bb3b90fcd6 #1487 Readme Template 9 years ago
Unknwon 46bee50e45 complate list of gitignores and licenses 9 years ago
Unknwon b3a45693c3 minor update 9 years ago
Unknwon f808df5a7b new user dahsboard issues 9 years ago
Unknwon aa65761d81 new commits table 9 years ago
Unknwon 6235bd1fe9 work on #986 and fix a LDAP crash 9 years ago
Unknwon b1696665bd make cron task configurable 9 years ago
Unknwon 407385db7e work on #1493 9 years ago
Unknwon e4d6b5d488 Creates hooks directory when init update hook 9 years ago
Unknwon 2cc9bc8969 delete attachments when delete repo 9 years ago
Unknwon 817b48ed1e Show owner/poster tags of comments and fix #1312 9 years ago
Unknwon 133b19d0c5 finish view comments on issue page 9 years ago
Unknwon 75aff60c90 finish create issue with milestone and assignee 9 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch 9 years ago
Unknwon e3bdfd51ff better fork permission check 9 years ago
Unknwon 9db4acc62e improve fork process 9 years ago
Unknwon 45adb9b7a3 fix #1331 9 years ago
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
9 years ago
Unknwon 0705f55ce0 finish new milestone page 9 years ago
Unknwon e50982f5ec allow anonymous SSH clone 9 years ago
Unknwon 9311a9858a milestone: pagination 9 years ago
Unknwon c44e1c7ca9 fix #1208 9 years ago
Unknwon f83519b452 report error when migration auth failed 9 years ago
Unknwon 6f8e388b55 fix #1169
- prevent create reop on existed path
9 years ago
Unknwon c0883a51a0 mirror fix on #1111 9 years ago
无闻 b838e94980 Merge pull request #1111 from vitalvas/develop
Add function in cron to autofix counters in repository
9 years ago
Unknwon ac95f6d50f UI: basic label list
- create new label
9 years ago
Unknwon d6cdd49c16 fixes on #1171 9 years ago
Unknwon c6531c4882 check master as default branch when migrate 9 years ago
William Roush 8363c9dd0f Fixes issue with LDAP inserting users with blank names. 9 years ago
Tony Narlock 6a0fec77ea Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior 9 years ago
Unknwon 698b9e2acc #1070 Clearer error message for illegal characters 9 years ago
Unknwon ab730a91f0 #1120 #1132 mirror info not updated when transfer mirro repo 9 years ago
Unknwon 9c67a19332 #1089 change to fake local email account 9 years ago
Unknwon 6f81c05dde #1143 Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
9 years ago
Vitaliy Vasilenko 20a8d651f3 add func to autofix couters in repository 9 years ago
Unknwon 7cf0564587 update gopmfile 9 years ago
Unknwon e6cf83b8c0 Put default config into binary 9 years ago
Unknwon 466facc009 #1067: Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
9 years ago
Unknwon fc6db829b2 fix read access team visibility of private repo 9 years ago
Unknwon 588f3215c6 #1040: dashboard no longer accessible when repo is missing 9 years ago
Unknwon b668fc7aad #876: Update hooks is missing for forked repository 9 years ago
Unknwon 473e265727 models: done testing on new access system 9 years ago
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
9 years ago
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix 9 years ago
Unknwon e90f014e4a Merge branch 'access' of github.com:gogits/gogs into access 9 years ago
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
9 years ago
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.
9 years ago
Peter Smit b6519f78c7 Remove collaborators when removing and transferring repository 10 years ago
Unknwon 6b7d35eade fix mirror issues uncaught #941 10 years ago
Unknwon 6d0f3a07d4 code fix #941 caution: undertest 10 years ago
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.
10 years ago
Unknwon 7e7160eefd first pass work on migration #925 10 years ago
Unknwon c5c467a9cd Merge branch 'dev' of github.com:gogits/gogs into access 10 years ago
Unknwon c7a042ef36 Merge branch 'access' of github.com:gogits/gogs into access 10 years ago
无闻 e805fdb29c Merge pull request #925 from phsmit/newcollaboration
Collaboration
10 years ago
Unknwon 485ea6f14f models: make code change for session issue with SQLite3 #739 10 years ago
Unknwon bad533a219 models/repo.go: add update hook when migrate for #789 10 years ago
Peter Smit aa35be975f Fix #922 10 years ago
Unknwon f15fa9167a cmd: code fix for #905
- 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)
10 years ago
无闻 cd0ee35b3f Merge pull request #905 from phsmit/conf_on_cli
Add option to provide configuration file on command line
10 years ago
Unknwon 2a2596fe61 able to disable SSH for #883 10 years ago
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line 10 years ago
Peter Smit 03af37554e Merge branch 'dev' into newcollaboration 10 years ago
Unknwon 4de0b19cec models: mirro code fix for #821 10 years ago
无闻 902f19f70b Merge pull request #821 from phsmit/fix_819
Fix #819 by fetching the repository from db before updating
10 years ago
Unknwon ee6786216a modules/base: clean code with #838 10 years ago
Peter Smit 76f8904718 Introducing Collaboration Struct 10 years ago
Unknwon c73e9057ae Optmize git-fsck options and fix #820 10 years ago
Peter Smit 44fa9147b7 Fix #819 by fetching the repository from db before updating 10 years ago
Unknwon 0b56272c13 fix #805 10 years ago
Unknwon 3ea1443885 work on #784 10 years ago
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).
10 years ago