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
Peter Smit
16bfbe24e7
Updating context and fixing permission issues
The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
11 years ago
Unknwon
16a8a4a4f7
fix mirror issues uncaught #941
11 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
11 years ago
Peter Smit
71ea4a71bd
Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go
11 years ago
Peter Smit
81083a9415
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.
11 years ago
Unknwon
a44d97e0fd
modules/middleware/auth.go: remove uncheck login for watch a repo #929
11 years ago
Peter Smit
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
11 years ago
Unknwon
235271d50a
able to disable SSH for #883
11 years ago
Unknwon
ba9cae6328
code fix for #908 , and work for #884
11 years ago
Peter Smit
5deb52e1b8
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.
11 years ago
Unknwon
fb9dcfa921
modules/midlleware: little auth code fix, #777
11 years ago
Unknwon
d8394bb2e0
modules/midlleware: little auth code fix
11 years ago
Unknwon
b553ea45ee
modes/repo: incorrect SSH clone URL for #742
11 years ago
Unknwon
ac4a10456e
api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
11 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
11 years ago