Unknwon
a3683ca5d6
#1544 Creating new repository fails occasionally
10 years ago
Unknwon
ea454c21f7
#1542 A way to skip TLS verify for SMTP authentication
10 years ago
Unknwon
a541ca16b6
fix bare repo issue
10 years ago
Unknwon
d07033a0f0
fix 1093
10 years ago
Unknwon
11ce720f9f
add more README vars
10 years ago
Unknwon
bb3b90fcd6
#1487 Readme Template
10 years ago
Unknwon
46bee50e45
complate list of gitignores and licenses
10 years ago
Unknwon
b3a45693c3
minor update
10 years ago
Unknwon
f808df5a7b
new user dahsboard issues
10 years ago
Unknwon
aa65761d81
new commits table
10 years ago
Unknwon
6235bd1fe9
work on #986 and fix a LDAP crash
10 years ago
Unknwon
b1696665bd
make cron task configurable
10 years ago
Unknwon
407385db7e
work on #1493
10 years ago
Unknwon
e4d6b5d488
Creates hooks directory when init update hook
10 years ago
Unknwon
2cc9bc8969
delete attachments when delete repo
10 years ago
Unknwon
817b48ed1e
Show owner/poster tags of comments and fix #1312
10 years ago
Unknwon
133b19d0c5
finish view comments on issue page
10 years ago
Unknwon
75aff60c90
finish create issue with milestone and assignee
10 years ago
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 years ago
Unknwon
e3bdfd51ff
better fork permission check
10 years ago
Unknwon
9db4acc62e
improve fork process
10 years ago
Unknwon
45adb9b7a3
fix #1331
10 years ago
Unknwon
2c507667bf
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
...
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
0705f55ce0
finish new milestone page
10 years ago
Unknwon
e50982f5ec
allow anonymous SSH clone
10 years ago
Unknwon
9311a9858a
milestone: pagination
10 years ago
Unknwon
c44e1c7ca9
fix #1208
10 years ago
Unknwon
f83519b452
report error when migration auth failed
10 years ago
Unknwon
6f8e388b55
fix #1169
...
- prevent create reop on existed path
10 years ago
Unknwon
c0883a51a0
mirror fix on #1111
10 years ago
无闻
b838e94980
Merge pull request #1111 from vitalvas/develop
...
Add function in cron to autofix counters in repository
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
d6cdd49c16
fixes on #1171
10 years ago
Unknwon
c6531c4882
check master as default branch when migrate
10 years ago
William Roush
8363c9dd0f
Fixes issue with LDAP inserting users with blank names.
10 years ago
Tony Narlock
6a0fec77ea
Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
10 years ago
Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
ab730a91f0
#1120 #1132 mirror info not updated when transfer mirro repo
10 years ago
Unknwon
9c67a19332
#1089 change to fake local email account
10 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
10 years ago
Vitaliy Vasilenko
20a8d651f3
add func to autofix couters in repository
10 years ago
Unknwon
7cf0564587
update gopmfile
10 years ago
Unknwon
e6cf83b8c0
Put default config into binary
10 years ago
Unknwon
466facc009
#1067 : Deleting users should remove them from collaborator lists
...
- fix delete user but repository watches are not decreased
10 years ago
Unknwon
fc6db829b2
fix read access team visibility of private repo
10 years ago
Unknwon
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
10 years ago
Unknwon
b668fc7aad
#876 : Update hooks is missing for forked repository
10 years ago
Unknwon
473e265727
models: done testing on new access system
10 years ago
Unknwon
8896c82d34
models: fix issue with transfer repository
...
README: fix typo
10 years ago
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
10 years ago
Unknwon
e90f014e4a
Merge branch 'access' of github.com:gogits/gogs into access
10 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
10 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.
10 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
Unknwon
b553ea45ee
modes/repo: incorrect SSH clone URL for #742
10 years ago
Unknwon
2f3a7e53cb
fix #735
10 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 years ago
Unknwon
e577f2fff3
fix #706 and other mirror improve
10 years ago
Unknwon
d75013a0e8
fix #580
10 years ago
Unknwon
1b66600bd0
Fix #652
10 years ago
Unknwon
2d8c414f8c
Fix #635
10 years ago
Unknwon
8eb5120fbd
#12 , API: list user repos, list repo hooks
10 years ago
Unknwon
4e7eb5be9d
Work on #5 fork and fix #608
10 years ago
Unknwon
0c5ba4573a
fix session API broken and SQL pretection
10 years ago
Unknwon
83283bca4c
Safe work
10 years ago
Unknwon
f1d8746264
Fix fork repo and macaron API broken
10 years ago
Unknwon
a342d58d7e
Able to fork repo to individuals
10 years ago
evolvedlight
8d2a6fc484
Merge remote-tracking branch 'upstream/dev'
...
Conflicts:
models/repo.go
10 years ago
evolvedlight
29ac3980ff
More changes
10 years ago
Unknwon
963354c5d7
Add raw, history file button, and other mirror fixes
10 years ago
evolvedlight
211dc74816
Got the fork count working
10 years ago
Unknwon
79262173a6
Webhook delivery locking & Hide repo for org members if they don't have access
10 years ago
Unknwon
1aa76bd279
Fix #532 , add system notice
10 years ago
Unknwon
263d409326
Basic xss prevention
10 years ago
evolvedlight
c9e5e38fcf
Initial cut of git fork
10 years ago
Unknwon
3cfa4a581c
Bug: 500 when transfer repository to collaborator
10 years ago
Unknwon
ad52b2d791
Mirror fix on transfer repo
11 years ago
Unknwon
71e4689d11
Page: User profile
11 years ago
Unknwon
f69761563b
Fix bug on transfer repo
11 years ago
Unknwon
5bbeeb0f1b
Page: Commits and fix #249
11 years ago
Unknwon
8a09256941
Mirror fix and fix #481
11 years ago
Unknwon
62f21ff3ed
Work on #476
11 years ago
Unknwon
0d9c41be7d
Work on #476
11 years ago
Unknwon
cfed11f092
Bug: Transfer repository doesn't update the count
11 years ago
Unknwon
ab7206d6b7
Fix #348
11 years ago
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.
11 years ago
Unknwon
830efc90da
update docs and mirror bug fix
11 years ago
lunnyxiao
1240fef0ca
bug fixed for migrate and fixed #141
11 years ago
Unknwon
9baf2b38d0
Bug fix on organization
11 years ago
Unknwon
50de06056b
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknwon
74b31566cf
Finsih add/remove repo in organization
11 years ago
Vyacheslav Bakhmutov
95a594d75a
Migrate all branches and tags
11 years ago
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
11 years ago
Unknwon
e325c8499a
Fix and set git config
11 years ago
Unknwon
a60edbe88c
Add/remove member need add/remove access to repositories as well
11 years ago
Unknwon
5fbf8531e6
Finish new home page of organization
11 years ago
Unknwon
fa0a389dc4
Fix bare repo bug
11 years ago
Unknwon
17d2675dd2
Fix #258
11 years ago
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
11 years ago
Unknwon
5e81383413
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Justin Nuß
469cbc8813
Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
11 years ago
Justin Nuß
636a78fed1
Escape tags and quotes in links.
11 years ago
Justin Nuß
e194cf3291
Fix issue #259 . Allow links in the repository description
11 years ago
Unknown
0f907301b7
Fix #285
11 years ago
Unknown
63cc14062a
Paging function for users and repositories
11 years ago
Unknown
097c8e05e6
Able to set timeout for process monitor
11 years ago
Unknown
fd5412ec47
Work on #274
11 years ago
Lunny Xiao
baa255e899
remove debug info
11 years ago
Lunny Xiao
3c6da63216
bug fixed
11 years ago
Unknown
7f3015b32b
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
13b032f829
update name
11 years ago
Justin Nuß
a481672c5c
Add 'pprof' tag for enabling debugging
11 years ago
Unknown
465dc962b5
Finish create organization team
11 years ago
Lunny Xiao
a357cda957
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
6e448b0714
Finish delete organization
11 years ago
Unknown
19e9104289
Organization settings page
11 years ago
Lunny Xiao
165e3e8f18
path bug fixed
11 years ago
Unknown
32b09681b2
Migrate repository by organization
11 years ago
Unknown
8644c571db
Mirror bug fix on create repo action
11 years ago
Unknown
43b33440b5
Work on create organization repo and #257
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
Unknown
ad5ec45dd6
Fix #165
11 years ago
Unknown
f147ad619a
Basic process manager
11 years ago
Unknown
e07674bff1
Support edit release and save as draft
11 years ago
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
11 years ago
Unknown
a3e1383cac
Add gogs fix location command
11 years ago
Unknown
f160b4f33c
Add tar.gz download button and other mirror updates
11 years ago
Unknown
11f9d738e8
Fix #237
11 years ago
Unknown
32c5fa514c
Fix #230
11 years ago
Unknown
e1332c5239
Fix #230
11 years ago
Unknown
01a516b584
Fix #229
11 years ago
Unknown
688ec6ecbd
Fixed #209
11 years ago
Unknown
80055bde86
Code convention
11 years ago
Unknown
956f011dd3
Fix #186
11 years ago
Unknown
b70db61854
Fix #185
11 years ago
Unknown
e8dd480f10
Litte bug fix
11 years ago
Unknown
9100786beb
Fix #185
11 years ago
Unknown
a913aff1d0
Show collaborative repositories in dashboard
11 years ago
Unknown
54e95fa367
Finish add new milestone
11 years ago
Unknown
98eeec4cbb
Fix #174
11 years ago
Unknown
e867283406
Assignee back end
11 years ago
Unknown
23a857d107
Add repo info to web hook post
11 years ago
Unknown
7d89e765ab
Bug fix
11 years ago
Unknown
31fd45ba02
Bug fix
11 years ago
Unknown
abd8c2a7ca
Bug fix
11 years ago
Unknown
e05b1385fb
Bug fix
11 years ago
Unknown
8b6766ecbe
Bug fix
11 years ago
Unknown
33d32585b1
Add mention, read/unread support of issue tracker
11 years ago
Unknown
7407f9caf3
Finish issue design
11 years ago
Unknown
94bccbb148
Finish edit and remove web hook
11 years ago
Unknown
7b60756f2c
Fix Collaborators cannot commit
11 years ago
Unknown
75109bbd65
Fix panic when no master branch
11 years ago
Unknown
f6c4fbeb37
Collaborator
11 years ago
Unknown
480a4ae8c5
Fix #150
11 years ago
Unknown
62d23e9154
HTTP no follow and offline mode
11 years ago
Unknown
1badb2bbcc
Fix #107
11 years ago
Unknown
8bc502a1ea
New err check style
11 years ago
Unknown
0e41726ece
API change
11 years ago
Unknown
eda3f8b3b3
Mirror updates
11 years ago
Unknown
c36e7d322e
Mirror updates
11 years ago
Unknown
d2b53dd43b
Add weibo oauth
11 years ago
Unknown
4b9b8024ba
Clean oauth code
11 years ago
Unknown
d26a333dfb
go get
11 years ago
Unknown
c9a1eb4789
Able to change mirror interval now
11 years ago
Unknown
9ffa8a4083
finish mirror fix #63
11 years ago
Unknown
90f6aa8cd1
Add repo mirror and import
11 years ago
Unknown
d305448fa8
Mirror bug fix
11 years ago
Unknown
47aa53bd36
Add search commits
11 years ago
Unknown
306aa5bffe
Add support default branch
11 years ago
Unknown
5d4025cb5a
Add go get meta support
11 years ago
Unknown
115a349131
Fix #67
11 years ago
Unknown
22feddf804
Fix #66
11 years ago
Unknown
e41ab839c7
Use session for rolling back
11 years ago
Unknown
eb803ec5eb
Add transfer repository
11 years ago
Unknown
e9c4156c87
Add: rename user
11 years ago