Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
b9303efd7c
fix #2020
10 years ago
Unknwon
14f5f6fec1
fix #1997
10 years ago
Unknwon
fcbe07b9ea
minor fix on auto sign in
10 years ago
Unknwon
ac5927055c
work on #1891
10 years ago
Unknwon
07df9b2504
#1401 #493 Admin should be able to see private repositories
10 years ago
Gibheer
715c4e566b
fix #1957 - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
10 years ago
Unknwon
e597e4fd71
#1931 Test patch does not checkout correct base branch
10 years ago
Unknwon
4d54de3d07
fix #1948
10 years ago
Unknwon
906d2f78a1
clean up
10 years ago
Unknwon
45460b7e7f
save custom avatar as PNG
10 years ago
Unknwon
12cad18886
rename fields
10 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
10 years ago
Unknwon
07922dffa2
minor fix on #1863
10 years ago
Nathan Zadoks
d2ff47f997
Add go-source directive to repo pages
This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
10 years ago
Unknwon
f066c2f1d8
fix import path, fix #1782
10 years ago
Unknwon
09326f2883
unified API error response
10 years ago
Unknwon
7465335e8a
new quick start page
10 years ago
Howl
02a23a0800
Fix `go get` not working when there is a username or repository name with some uppercase letters.
10 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
10 years ago
Unknwon
f5bd9aaf0a
finish initial version of pull request
10 years ago
Unknwon
7f1ca032b3
PR: nothing to commit and has pull request check
10 years ago
Unknwon
33b499ff2f
#842 able to use access token replace basic auth
10 years ago
Unknwon
3a0c2096ac
#1021 Forked repo unavailable after deleting original repo
10 years ago
Unknwon
e567ecc8d9
rename fields
10 years ago
Unknwon
487a8bd0da
#1474 logic fix
10 years ago
Unknwon
df9986f5a8
new create webhook UI
10 years ago
Unknwon
45e6d4a6f2
able edit issue title
10 years ago
Unknwon
693ec861b3
only assign auto-admin when sign up by web
10 years ago
Unknwon
975ac7aecf
able edit issue labels/milestone/assignee
10 years ago
Unknwon
6281e39b5d
Show owner/poster tags of comments and fix #1312
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
85096fabbc
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Unknwon
8b77a96266
minor fix on #1432
10 years ago
Fernando San Julián
7303b6ff86
browser supports copy detection
10 years ago
Unknwon
fb2d1e450d
milestone: list view
10 years ago
Unknwon
f20987df0e
fix #1169
- prevent create reop on existed path
10 years ago
Unknwon
7d0bd2ce90
#1128 : API calls are not hidden behind sign in
10 years ago
Unknwon
41eec2f7d1
#1127 : hide user e-mail when API caller isn't signed in
10 years ago
Unknwon
1795957917
UI: install - new version
10 years ago
Linquize
76017b4f80
Set Content-Type to text/plain for http status 401
This is because git command line shows the failure reason only if Content-Type is text/plain.
11 years ago
Unknwon
a62f116b02
#1080 : Remove footer ads/branding from default template
11 years ago
Unknwon
0f9a1090bb
UI compatibility
11 years ago
Christophe Le Guern
88feda3e23
Add setting.AppSubUrl for LANDING_PAGE = explore
Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore
11 years ago
Unknwon
0fa1c5ae0f
#1040 : dashboard no longer accessible when repo is missing
11 years ago
Unknwon
df64dcfdfd
Merge branch 'access' of github.com:gogits/gogs into access
11 years ago
Unknwon
5a7bca797c
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
11 years ago
Unknwon
51da9e41f0
routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
11 years ago
Peter Smit
2bb8323ab5
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.
11 years ago