Unknwon
6e37e3f3d7
Replace convert.To with APIFormat calls
8 years ago
Unknwon
f60f4fc56e
#2246 fully support of webhooks for pull request
8 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
dd15dac38a
#3045 fix DEPRECATED Action signature erorr
9 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
4691b1a841
Fix wrong place to check disable SSH
9 years ago
Unknwon
b1198310bb
Replace uuid module with original package
9 years ago
Unknwon
665db06fbe
#2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
9 years ago
Unknwon
b9b595fe9b
#2311 improve HTTP auth error message
9 years ago
Unknwon
1139f6e6d0
#2282 fix utf-8 recognized as windows-1252
9 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
9 years ago
Unknwon
35703e5fda
fix possible disclosure
9 years ago
Adam Strzelecki
cf37c85921
Make serv/update use LOCAL_ROOT_URL instead public
The reasoning for that is in the previous commit.
9 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
9 years ago
Unknwon
72d7ca7fbd
finish wiki
9 years ago
Unknwon
5f5bf79cfb
add line break after SSH error message
9 years ago
Unknwon
58be232090
print error log to client side when dev mode
9 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
9 years ago
Unknwon
d35b3a94f2
fix api broken
9 years ago
Unknwon
535787e3b2
convert missing name
9 years ago
Unknwon
660a1c9590
#1266 convert name to lower when handle SSH
9 years ago
Unknwon
eeb3cdfa9d
fix 1540 and experimental SSH server support
9 years ago
Unknwon
2e68e18401
go vet and fix #1890
9 years ago
Unknwon
ac3cbc19e0
#1896 fatal when no needed update task
9 years ago
Unknwon
bc10f0dc78
fix insecure tls when trigger task
9 years ago
Unknwon
d4ffa64a15
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
44e5070e87
add log for trigger hook when push through SSH
9 years ago
Unknwon
2539fa8280
simplify names
9 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Unknwon
d286033e38
#835 : Realtime webhooks
10 years ago
无闻
23e64b10c2
Merge pull request #1336 from technosophos/master
Fix minor spelling issues.
10 years ago
Matt Butcher
c57d2f5536
Fix minor spelling issues.
10 years ago
Luka Dornhecker
d6a25eca06
remove extra space in ssh authentication message
10 years ago
Unknwon
0fa1c5ae0f
#1040 : dashboard no longer accessible when repo is missing
10 years ago
Unknwon
5d625e884f
cmd/serve.go: remove useless code
10 years ago
Unknwon
3efc1e134e
models: mirror fix on #964
10 years ago
Peter Smit
c3076b44c4
Rewrite/simplify gogs serve
10 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
10 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
10 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.
10 years ago
Unknwon
4f24a5ef7d
first pass work on migration #925
10 years ago
Peter Smit
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
10 years ago
Peter Smit
8f65fea476
Improve argument parsing for serve command
10 years ago
Unknwon
bc9746281f
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
无闻
42ba809042
Merge pull request #905 from phsmit/conf_on_cli
Add option to provide configuration file on command line
10 years ago
Unknwon
235271d50a
able to disable SSH for #883
10 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.
10 years ago
Peter Smit
9dd98a9a0f
Add option to provide configuration file on command line
10 years ago