Unknwon
fa298a2c30
#835 : Realtime webhooks
10 years ago
Unknwon
54b58e988d
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
70d44e9565
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
57651060ce
Merge pull request #1336 from technosophos/master
...
Fix minor spelling issues.
10 years ago
无闻
6272986192
Merge pull request #1358 from nice-software/wip/certCommonName
...
Add CommonName to the self signed certificate
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
86dbda0b42
UI: basci issue list without filters
...
- fix isRead check
- fix paging
10 years ago
Unknwon
ff051e2106
#1128 : API calls are not hidden behind sign in
10 years ago
Paolo Borelli
e94ca36335
Add CommonName to the self signed certificate
...
Without a CN the self signed certificate is considered
invalid by chrome.
You can check with: openssl x509 -in cert.pem -subject -noout
10 years ago
Matt Butcher
d82d9bc153
Fix minor spelling issues.
10 years ago
Luka Dornhecker
1988c0993d
remove extra space in ssh authentication message
10 years ago
Unknwon
27c3c5415f
#1101 Anyone can see organization pages even without logging in when sign in required
10 years ago
Unknwon
e6cf83b8c0
Put default config into binary
10 years ago
Unknwon
8e815abeb0
#1079 : Custom robots.txt should be send with plaintext content-type
10 years ago
Unknwon
33894591a6
#851 : Edit Account does not take into consideration password rules
10 years ago
Unknwon
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
10 years ago
Unknwon
b447d18dca
cmd/serve.go: remove useless code
10 years ago
Unknwon
d446be9f5f
models: mirror fix on #964
10 years ago
Peter Smit
556881964f
Merge branch 'access' into access_rewriteserv
10 years ago
Unknwon
10e4b5b6c6
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
Unknwon
059338139c
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
10 years ago
无闻
fc4dff1b17
Merge pull request #959 from phsmit/access_update
...
Updating context and fixing permission issues
10 years ago
Peter Smit
aa68e86206
Rewrite/simplify gogs serve
10 years ago
Peter Smit
ed89b39984
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.
10 years ago
Peter Smit
f9454cc32c
Make sure that a mirror can't be written to by http or ssh
10 years ago
Unknwon
685ed1f807
models: fix XORM API break
...
cmd/web.go: check version after load config
10 years ago
Unknwon
6d0f3a07d4
code fix #941 caution: undertest
10 years ago
Peter Smit
6c1ee384f1
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
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
Peter Smit
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
10 years ago
Peter Smit
b7e26aa5e3
Improve argument parsing for serve command
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
4e79adf6b5
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
1ab09e4f1b
Add option to provide configuration file on command line
10 years ago
Unknwon
4dfffee9fb
cmd: update csrf version requirement
10 years ago
Unknwon
0a2068d7fb
models: code fix on #818
10 years ago
Unknwon
89ea3e1acc
routers: save partial config when install
10 years ago
Unknwon
b293b6eaa6
cmd: CMD option for port number of `gogs web` to prevent first time run conflict
...
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago
Unknwon
7170011f4d
update with deps
10 years ago
Unknwon
13e35398aa
prepare for mirror update release
10 years ago
Unknwon
d5c6b53571
use new Redis client
10 years ago
Unknwon
f0ca16d78f
add cache version require
10 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
10 years ago
Unknwon
0f1ff9b1ad
fix cache dep API broken
10 years ago
Unknwon
63c1f9a23f
fix 500: E-mail already used in user settings page
10 years ago
Unknwon
81a44e4cd0
fix API changes
10 years ago
Unknwon
97b39ae2e4
fix invite bug(shouldn't include full name to search box)
10 years ago
Unknwon
79537467da
mirror fix and update
10 years ago
无闻
a18decf4cc
Merge pull request #755 from phsmit/multiple_emails
...
Multiple emails
10 years ago
Unknwon
b231b8c927
update locale and mirror code format
10 years ago
Peter
b033f2f535
Finish method for having multiple emails/user.
...
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
10 years ago
Unknwon
9803c421f5
fix binding api broken
10 years ago
Unknwon
ac4a10456e
api: able to create repo and fix #726
...
- POST /user/repos
- POST /org/:org/repos
10 years ago
Unknwon
42c7bb7529
mirror code clean
10 years ago
Henry
4f4392b83e
increase minimum version vor HTTPS to TLS 1.0 (POODLE, fixes #730 )
10 years ago
Unknwon
bc8721fb6c
Finish new UI for release page
10 years ago
Unknwon
82da024a4d
fix #687
10 years ago
无闻
1591a37ad5
Merge pull request #686 from willglynn/cert_stub_exit_code
...
Cert command stub should return a non-zero exit code
10 years ago
Will Glynn
3e528f34af
Cert command stub should return a non-zero exit code
10 years ago
Unknwon
d6132aaa88
fix oauth2
10 years ago
Unknwon
515641d033
fix #659
10 years ago
Unknwon
0cce61de3a
Merge branch 'dev' of github.com:gogits/gogs into dev
10 years ago
Unknwon
5b96e3fcc7
fix #660
10 years ago
fuxiaohei
79dae254cf
add milestone page design
10 years ago
chai2010
f9ad8d6903
Fix #656
10 years ago
Unknwon
ef275ebf62
more on change avatar
10 years ago
Unknwon
55dfe2c978
custom avatar upload
10 years ago
Unknwon
37d8d3afe9
more APIs on #12
10 years ago
fuxiaohei
d1a60e3643
add pull-request and labels page design
10 years ago
Unknwon
a0f9197b45
GetFile api
10 years ago
Kyle P Davis
47f37e55e9
use AppSubUrl as prefix for routes in FCGI mode
10 years ago
Unknwon
52d66ba6c8
#12 , use go-gogs-client
10 years ago
Unknwon
9dc3c93a6a
#12 , add/edit hook
10 years ago
Unknwon
9e22840483
fix #622
10 years ago
Unknwon
8eb5120fbd
#12 , API: list user repos, list repo hooks
10 years ago
Unknwon
8c9338a537
add personal access token panel #12
10 years ago
Unknwon
abc57b6e43
work on #609
10 years ago
Unknwon
23eec25274
Fix #605 , fix #255 , fix #101
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
Andy Leap
5094e9501c
Add basic FCGI support
10 years ago
Unknwon
f1d8746264
Fix fork repo and macaron API broken
10 years ago
Unknwon
3abc41ccca
Fix API broken
10 years ago
Unknwon
fa241efa6d
Use binding middleware
10 years ago
Unknwon
4a8a70dde0
Fix gzip
10 years ago
Unknwon
b2632dec09
Page: Compare 2 commits
10 years ago
Unknwon
41dbb4c148
Hide org member in collar page
10 years ago
Unknwon
7b03b1df0e
Allow custom locale
10 years ago
Unknwon
1aa76bd279
Fix #532 , add system notice
10 years ago
Unknwon
fc18741cc7
Fix #524
10 years ago
Unknwon
1e1f9e7166
Update with macaron
10 years ago
Unknwon
64c68220d2
Fix #264
10 years ago
Unknwon
f03b6be8f9
Work on #516
10 years ago
Unknwon
ac2055e33c
Fix #514
10 years ago
Unknwon
e3b78c47e2
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
public/ng/less/gogs/repository.less
templates/repo/home.tmpl
10 years ago
Unknwon
49193bebd2
UI: Confirmation box
10 years ago
fuxiaohei
7d48f811f1
add issue router for new issue page ui preview
10 years ago
Unknwon
f69761563b
Fix bug on transfer repo
11 years ago
Unknwon
25268577a5
Fix download archive issue
11 years ago
lunnyxiao
612fdb98df
bug fixed for download 404 from repo's home page
11 years ago
Unknwon
ebb05475ed
Fix #495 and cannot view repository by tag
11 years ago
Unknwon
135d3733b3
Feature: Integrate crypto/tls/generate_cert.go command
11 years ago
Unknwon
1273b3d3a9
Support custom robots.txt
11 years ago
Unknwon
b72d7c201a
Mirror bug fix
11 years ago
Unknwon
4a01bb8fa4
Mirror bug fix
11 years ago
Martin van Beurden
976f1486e0
Set cookiepath to AppSubUrl
11 years ago
Unknwon
7ba9257a7f
Add suburl support
11 years ago
Unknwon
ea309acdb2
Fix #468
11 years ago
Unknwon
0f037b430a
Fix #464
11 years ago
Unknwon
f8977f4847
Organization level webhooks
11 years ago
无闻
e79e4b1580
Merge pull request #442 from compressed/org_hook
...
Organization-level Webhooks
11 years ago
Unknwon
ab7206d6b7
Fix #348
11 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
11 years ago
Vyacheslav Bakhmutov
9476e58de9
Set headers in js and go files to X-Csrf-Token
11 years ago
Christopher Brickley
00a864e693
add commit compare functionality
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
...
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
11 years ago
Unknwon
d2aff9a46a
Continue working on new admin pages
11 years ago
Unknwon
904bf1a50b
Add migrate repo API
11 years ago
Unknwon
8829174574
Finish new admin users pages
11 years ago
Unknwon
81287ba022
Mirror issue fix
11 years ago
Unknwon
9baf2b38d0
Bug fix on organization
11 years ago
Unknwon
74b31566cf
Finsih add/remove repo in organization
11 years ago
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
36b4c57ff1
Finish new organization members and invitation page
11 years ago
Unknwon
5acc948562
Page: `/org/:orgname/settings`
11 years ago
Unknwon
5fbf8531e6
Finish new home page of organization
11 years ago
Unknwon
9a1d5d2489
Finish new web hook pages
11 years ago
Unknwon
9820b8e134
Finish new hooks list page
11 years ago
Unknwon
e8c9bb2c66
Finish new collaboration page
11 years ago
Unknwon
a8e05fdf1b
Use toolbox
11 years ago
Unknwon
755eec745f
Finish new repo settings page
11 years ago
Unknwon
7bbf644dd5
Convert captcha, cache, csrf as middlewares
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
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Justin Nuß
bfe5b86004
Add file upload for attachments
11 years ago
Justin Nuß
43e5de7f83
Show attachments in issues/comments and add preview for images
11 years ago
Justin Nuß
3c025b3950
Add delete route for attachments, remove upload buttons from issues/comments
11 years ago
Justin Nuß
4617bef895
WIP: Allow attachments for comments
11 years ago
Unknown
3969d704a0
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
0f907301b7
Fix #285
11 years ago
fuxiaohei
c127d84777
add organization team-single page
11 years ago
Unknown
7ffdabb28f
Move debug router location
11 years ago
Unknown
aed4271c8d
Change martini.Static to custom Static function
11 years ago
Justin Nuß
a481672c5c
Add 'pprof' tag for enabling debugging
11 years ago
Unknown
36292060d6
Fix bug that collaborators are able to modify settings of repository
11 years ago
Unknown
465dc962b5
Finish create organization team
11 years ago
Unknown
269da8fe7a
Merge branch 'master' of github.com:gogits/gogs into dev
11 years ago
Unknown
e4ea5cf598
Finish Teams page
11 years ago
Lunny Xiao
be123588ce
clear comments
11 years ago
Unknown
99713e1180
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
5dbfe3c26c
Finish organization homepage
11 years ago
Lunny Xiao
1c46d68aba
bug fixed for message tag
11 years ago
Unknown
6e448b0714
Finish delete organization
11 years ago
fuxiaohei
1d55ecd29c
add organization team-create page
11 years ago
fuxiaohei
b5ba2bd268
add organization team-create page
11 years ago
Unknown
19e9104289
Organization settings page
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
Unknown
47d29a1ee0
Mirror fix on #248
11 years ago
fuxiaohei
fb53cc4fa8
add organization setting page
11 years ago
fuxiaohei
f393dc6520
add organization dashboard page
11 years ago
fuxiaohei
ea507e20d4
add organization create page
11 years ago
fuxiaohei
adda10f4a4
add organization teams page
11 years ago
fuxiaohei
514d7e1922
add organization memebers page
11 years ago
fuxiaohei
bf703ef617
add dashboard context switch button
11 years ago
Unknown
8bfa7ae745
Remove qiniu/log
11 years ago
Unknown
f147ad619a
Basic process manager
11 years ago
Unknown
d952b4200c
Add corn rask monitor panel
11 years ago
Unknown
e07674bff1
Support edit release and save as draft
11 years ago
Unknown
a3e1383cac
Add gogs fix location command
11 years ago
FuXiaoHei
4fcbf553aa
organisation main page ui
11 years ago
Unknown
4f2f3c2857
Code convention
11 years ago
Unknown
617bbe3fee
Fix #218
11 years ago
Unknown
ab13a29cb5
Fix #209
11 years ago
Unknown
ff690fd976
Fix #200 , add VERSION to template files
11 years ago
Unknown
ff48aeddef
Little bug fix
11 years ago
Unknown
688ec6ecbd
Fixed #209
11 years ago
Unknown
b1bdbd7f94
Almost done issue label #200
11 years ago
Unknown
5e9a45f74a
Code convention
11 years ago
Unknown
93f8f92523
Finish create new label
11 years ago
Unknown
956f011dd3
Fix #186
11 years ago
Unknown
46fc36c3a6
Finish change issue’s milestone
11 years ago
Unknown
5ed5aa5228
Finish milestone
11 years ago
Unknown
2eee1e9bc2
Finish edit a milestone
11 years ago
Unknown
c117f9e73f
Fix #166
11 years ago
Unknown
54e95fa367
Finish add new milestone
11 years ago
FuXiaoHei
1769bb2f26
add milestone edit ui
11 years ago
Unknown
68fb62347f
Finish issue assignee
11 years ago
Unknown
a196245a87
little fix
11 years ago
Unknown
605a38759f
Fix #94 and fix #169
11 years ago
FuXiaoHei
2eabeba6b7
finish milestone add page
11 years ago
FuXiaoHei
d76772adb9
add milestone list page
11 years ago
Unknown
8ca14e2109
Improve delete SSH key
11 years ago
Unknown
7cb5a15c9b
Batch of mirror fixes
11 years ago