Unknwon
f455125d4d
fix #878
9 年前
Unknwon
2c653141a8
#1742 Update default branch in git repository while change in web view
9 年前
Unknwon
9a0902523b
fix #1987
9 年前
Unknwon
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
9 年前
Unknwon
2729eb998c
#1646 and other minor fixes
9 年前
Unknwon
398569f6f8
#1021 Forked repo unavailable after deleting original repo
9 年前
Unknwon
8af094967f
#1377 add rename repo action
9 年前
Unknwon
cb381078ff
finish new repo options page
9 年前
Unknwon
55ddf225bb
webhook APIs
9 年前
Unknwon
f509c59ac1
new create webhook event
9 年前
Unknwon
70e0153b93
add highlight js
9 年前
Unknwon
23f42d92c9
add webhook recent deliveries
9 年前
Unknwon
c08600c59b
new edit webhook UI
9 年前
Unknwon
4217c2333c
new create webhook UI
9 年前
Unknwon
2881456421
new webhooks list UI
9 年前
Unknwon
1cb03135b7
new repo git hooks UI
9 年前
Unknwon
062adbed8a
add confirmation to delete ssh key
9 年前
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 年前
Unknwon
9db4acc62e
improve fork process
10 年前
Unknwon
3d0583df0f
fix private repo cannot trigger hook by SSH
10 年前
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
10 年前
Unknwon
e50982f5ec
allow anonymous SSH clone
10 年前
Unknwon
fa298a2c30
#835 : Realtime webhooks
10 年前
Unknwon
ced212f8fa
fix hidden bug on tpl rendering
10 年前
Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
10 年前
Unknwon
fc6db829b2
fix read access team visibility of private repo
10 年前
Unknwon
18c0697329
routers/repo/setting.go: fix LDAP cannot validate password #1006
10 年前
Unknwon
8896c82d34
models: fix issue with transfer repository
README: fix typo
10 年前
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
10 年前
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 年前
Unknwon
04164eada3
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
10 年前
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 年前
Peter Smit
76f8904718
Introducing Collaboration Struct
10 年前
Thomas Laroche
e948c7c262
Fix #795
10 年前
Unknwon
ac4a10456e
api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
10 年前
Unknwon
2f3a7e53cb
fix #735
10 年前
Unknwon
9dc3c93a6a
#12 , add/edit hook
10 年前
Christopher Brickley
3794111460
update slack hook to use new format
10 年前
Unknwon
41dbb4c148
Hide org member in collar page
10 年前
Unknwon
64c68220d2
Fix #264
10 年前
Unknwon
a046a31d2b
UI: Confirmation box
10 年前
Unknwon
ad52b2d791
Mirror fix on transfer repo
10 年前
Unknwon
7ba9257a7f
Add suburl support
10 年前
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
10 年前
Unknwon
a596388ebf
Add success message after transfer repository #481
10 年前
Unknwon
a2cac952a4
Prepare 0.5 release
10 年前
Unknwon
cfed11f092
Bug: Transfer repository doesn't update the count
10 年前
Christopher Brickley
f7be61c819
getOrgRepoCtx returns values directly & err
10 年前
Christopher Brickley
85c35a6b8b
add organization-level webhooks
10 年前
Christopher Brickley
7269b06fd5
HookType is case-sensitive
Update webhook wasn’t showing up because of the wrong case
10 年前