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
4447a20f87
UI: issues - finish basic frame
10 years ago
Unknwon
42a72b62fc
fix about #1289
10 years ago
Unknwon
ced212f8fa
fix hidden bug on tpl rendering
10 years ago
Unknwon
35be8741c4
fix #1112
10 years ago
Don Bowman
423b1c69be
don't set mime type to text/plain. This will break serving e.g. raw images,
...
html, etc
According to http://golang.org/pkg/net/http/#DetectContentType
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType."
10 years ago
Linquize
f26f8d5afa
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.
10 years ago
Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
5169a0e025
mirror fix of #1105
10 years ago
Linquize
3a977fc0ae
Allow to migrate through git:// protocol
10 years ago
Unknwon
466facc009
#1067 : Deleting users should remove them from collaborator lists
...
- fix delete user but repository watches are not decreased
10 years ago
Unknwon
fc6db829b2
fix read access team visibility of private repo
10 years ago
Unknwon
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
10 years ago
Unknwon
4aafeace23
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
10 years ago
Unknwon
34102f7889
remove unused scripts and simplify migrate form definition
10 years ago
Filippo Valsorda
5d5d774e03
Handle submodules without a .gitmodules entry - fix #1023
10 years ago
Unknwon
18c0697329
routers/repo/setting.go: fix LDAP cannot validate password #1006
10 years ago
Unknwon
b0b11fd7b1
Merge branch 'access' of github.com:gogits/gogs into dev
10 years ago
无闻
3a6ba39a61
Merge pull request #992 from theangryangel/fix/ldap-auth
...
Attempt 3 to fix LDAP login issues when git pushing after password change
10 years ago
Gogs
fab038b175
Attempt #3 of ldap fixes
10 years ago
Unknwon
8896c82d34
models: fix issue with transfer repository
...
README: fix typo
10 years ago
Raphael Randschau
1f61340fa3
Properly calculate the number of open issues per label
10 years ago
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
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
04164eada3
models: able to rename user with diff letter cases #981
...
- templates/org: mirror fix on name output
- routers: add missing error check
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
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 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
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
无闻
e805fdb29c
Merge pull request #925 from phsmit/newcollaboration
...
Collaboration
10 years ago
Peter Smit
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
10 years ago
无闻
6ed96b7a20
Merge pull request #911 from TonyTsangHK/dev
...
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
10 years ago
Unknwon
ba77a3b0b4
routers/repo/http.go: allow HTTP push/pull by token for #845
10 years ago
无闻
19525abfc4
Merge pull request #845 from compressed/token_http
...
allow http push by token - #842
10 years ago
Unknwon
5a99e9a37b
models/action.go: add action reopen for #462
...
- models/issue.go: format comment type names
10 years ago
Unknwon
afccd0a3ee
models/action.go: mirror fix on #892
...
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
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
Tony Tsang
fc6d80d619
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
10 years ago
Peter Smit
03af37554e
Merge branch 'dev' into newcollaboration
10 years ago
Unknwon
32152d2363
routers/repo: set raw page content type to 'text/plain' #828
10 years ago
Unknwon
37fcc8daf2
modules/base: add RenderCommitMessage with XSS-safe and special links
...
- update russian locale
10 years ago
Peter Smit
76f8904718
Introducing Collaboration Struct
10 years ago
无闻
edbfbfa66e
Merge pull request #822 from phsmit/fix_807
...
Fix #807 parse the userinfo with the golang tools
10 years ago
Christopher Brickley
d0827e5d5e
allow http push by token - #842
10 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
10 years ago
Peter Smit
d016eaaa09
Fix #807 parse the userinfo with the golang tools
...
Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: 07d86b1f2d
10 years ago
Unknwon
677b1ec627
fix #808
10 years ago
Thomas Laroche
e948c7c262
Fix #795
10 years ago
Unknwon
1a5aa5e0c0
fix #741
10 years ago
Unknwon
ac4a10456e
api: able to create repo and fix #726
...
- POST /user/repos
- POST /org/:org/repos
10 years ago
Unknwon
2f3a7e53cb
fix #735
10 years ago
codeskyblue
db6c0ebf76
fix git clone error when repo has upper case name
10 years ago
Unknwon
bc8721fb6c
Finish new UI for release page
10 years ago
Unknwon
9a1fe801e5
fix #711
10 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 years ago
dennis-smurf
528c075ad6
Added issue link rendering in commit messages
10 years ago
Unknwon
a43164877c
fix #664
10 years ago
fuxiaohei
79dae254cf
add milestone page design
10 years ago
Unknwon
32dcaefafa
fox #620
10 years ago
fuxiaohei
d1a60e3643
add pull-request and labels page design
10 years ago
Unknwon
a0f9197b45
GetFile api
10 years ago
Unknwon
9dc3c93a6a
#12 , add/edit hook
10 years ago
Unknwon
21b9d5fa1f
Fix #618
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
isotas38
2c28ed8c05
Fix #595
10 years ago
semlanik
377530ec21
Fix Issue 589
10 years ago
Christopher Brickley
3794111460
update slack hook to use new format
10 years ago
Tony Tsang
d87a9cb362
Avoid setting missing label/milestone/assignee ids
...
Label, milestone, assignee ids are not includes in post request, possible
js or form building bug.
10 years ago
Tony Tsang
93b9a2acc0
Fix misuse of issue index for issue id.
...
- UpdateAssignee
- UpdateIssueMilestone
10 years ago
Unknwon
a342d58d7e
Able to fork repo to individuals
10 years ago
无闻
d7d167ac63
Merge pull request #560 from evolvedlight/master
...
First cut of fork repo
10 years ago
Unknwon
3abc41ccca
Fix API broken
10 years ago
Unknwon
1aa12c7452
Fix #572
10 years ago
evolvedlight
8d2a6fc484
Merge remote-tracking branch 'upstream/dev'
...
Conflicts:
models/repo.go
10 years ago
Unknwon
963354c5d7
Add raw, history file button, and other mirror fixes
10 years ago
Unknwon
b2632dec09
Page: Compare 2 commits
10 years ago
Unknwon
41dbb4c148
Hide org member in collar page
10 years ago
evolvedlight
211dc74816
Got the fork count working
10 years ago
Unknwon
64c68220d2
Fix #264
10 years ago
evolvedlight
c9e5e38fcf
Initial cut of git fork
10 years ago
Unknwon
2a031c1365
Fix #515
10 years ago
Unknwon
a046a31d2b
UI: Confirmation box
10 years ago
fuxiaohei
7d48f811f1
add issue router for new issue page ui preview
11 years ago
Unknwon
b8368f98ff
Add directory level commit message
11 years ago
lunnyxiao
d1911658e1
remove debug info
11 years ago
Unknwon
ad52b2d791
Mirror fix on transfer repo
11 years ago
Unknwon
977779cdcf
Mirror template bug fix
11 years ago
Unknwon
25268577a5
Fix download archive issue
11 years ago
Unknwon
5bbeeb0f1b
Page: Commits and fix #249
11 years ago
Unknwon
3f707b3f32
Add basic submodule support
11 years ago
lunnyxiao
7df60af60e
submodule support and closed #478
11 years ago
lunnyxiao
79ec08141a
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
lunnyxiao
150eef93b2
add submodule basic support & buf fixed #478
11 years ago
Martin van Beurden
976f1486e0
Set cookiepath to AppSubUrl
11 years ago
Unknwon
7ba9257a7f
Add suburl support
11 years ago
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
11 years ago
Unknwon
a596388ebf
Add success message after transfer repository #481
11 years ago
lunnyxiao
ed84adb679
toutf8 improved & add max git diff lines
11 years ago
Unknwon
a2cac952a4
Prepare 0.5 release
11 years ago
Unknwon
cfed11f092
Bug: Transfer repository doesn't update the count
11 years ago
Unknwon
25d6ae69d1
Remove hg dep
11 years ago
无闻
e79e4b1580
Merge pull request #442 from compressed/org_hook
...
Organization-level Webhooks
11 years ago
Christopher Brickley
f7be61c819
getOrgRepoCtx returns values directly & err
11 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
11 years ago
Christopher Brickley
7269b06fd5
HookType is case-sensitive
...
Update webhook wasn’t showing up because of the wrong case
11 years ago
Vyacheslav Bakhmutov
6498fce04b
Render milestone content as markdown
11 years ago
Vyacheslav Bakhmutov
2a7a03e5b3
take params for milestone and assignee from query instead of path args
11 years ago
Christopher Brickley
00a864e693
add commit compare functionality
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Unknwon
904bf1a50b
Add migrate repo API
11 years ago
Unknwon
9baf2b38d0
Bug fix on organization
11 years ago
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
11 years ago
Unknwon
b765229a6d
Fix code style
11 years ago
lunnyxiao
97fb62f51e
auto detect text file encode and convert to utf8
11 years ago
Unknwon
36b4c57ff1
Finish new organization members and invitation page
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
755eec745f
Finish new repo settings page
11 years ago
Unknwon
dabf5b057c
Finish new migrate page
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
Justin Nuß
7de3dd01de
Use :index instead of :issue in UpdateIssueMilestone
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ß
12fb42de5a
Fix IE bug and show errors.
11 years ago
Justin Nuß
4e2477a1a5
Fix #318 . Switch to JS(ON) implementation for issue/comment creation.
11 years ago
Justin Nuß
dedb156d4a
Fix #321 . Allow empty comments as long as there are attachments.
11 years ago
Justin
ad7beb78d0
Fix #312 . Quote file names of attachments.
11 years ago
Justin Nuß
620c0ef297
Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244
11 years ago
Justin Nuß
cbcd08aa17
Mention organisation users when organisation gets mentioned
11 years ago
Justin Nuß
4d702eb345
Allow disabling uploads
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ß
ef1cbcd761
Allow admins to delete attachments.
11 years ago
Justin Nuß
967856f36e
Merge branch 'dev' into feature/attachments
...
Conflicts:
models/issue.go
routers/repo/issue.go
11 years ago
Justin Nuß
d43c5895bc
Update template and style, only close commit if commit is in same repository
11 years ago
Justin Nuß
3c025b3950
Add delete route for attachments, remove upload buttons from issues/comments
11 years ago
Justin Nuß
34304e6a0c
WIP: Allow attachments for issues, not only comments
11 years ago
Justin Nuß
4617bef895
WIP: Allow attachments for comments
11 years ago
Justin Nuß
469cbc8813
Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
11 years ago
Justin Nuß
812f71e21b
Update milestone issue stats when reopening/closing issue
11 years ago
Unknown
be8ac7fb75
fix #273
11 years ago
Unknown
13b032f829
update name
11 years ago
Unknown
e4ea5cf598
Finish Teams page
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
4ce2fa520a
Merge branch 'master' into dev
11 years ago
Lunny Xiao
86e2627175
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
models/update.go
routers/repo/http.go
11 years ago
Lunny Xiao
e5ae41e21f
bug fixed #261
11 years ago
Unknown
6e448b0714
Finish delete organization
11 years ago
Unknown
57ac15aa20
Merge branch 'master' of github.com:gogits/gogs into dev
11 years ago
Lunny Xiao
7dbeee94e3
bug fixed #236
11 years ago
Unknown
32b09681b2
Migrate repository by organization
11 years ago
Unknown
43b33440b5
Work on create organization repo and #257
11 years ago
Unknown
4cf7a1fca5
Mirror update on create repo page
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
Unknown
47d29a1ee0
Mirror fix on #248
11 years ago
Unknown
314193029a
Use constants to name template file
11 years ago
Unknown
9924e65ca1
In progress of name template name constant
11 years ago
Unknown
ad5ec45dd6
Fix #165
11 years ago
Unknown
8bfa7ae745
Remove qiniu/log
11 years ago
Unknown
e07674bff1
Support edit release and save as draft
11 years ago
Unknown
fb0972afad
Fix #199
11 years ago
Unknown
9961f9a53c
Fix #197
11 years ago
Unknown
302c863cda
Fix #242
11 years ago
Unknown
9c3aa6936a
Fix #223
11 years ago
Jan Oliver Oelerich
6fe43eb8d4
Fixed directory permissions for the zip download router
...
If the archives/ directory is created with 0655, it results in a permission error.
11 years ago
Unknown
fbf274b751
Fix #220
11 years ago
Unknown
422043f422
Fix #219
11 years ago
Unknown
617bbe3fee
Fix #218
11 years ago
Unknown
9085dfa426
Working on #211
11 years ago
slene
e323604d78
display large file
11 years ago
slene
4ee6bc4fca
fix for new git api
11 years ago
Unknown
ff690fd976
Fix #200 , add VERSION to template files
11 years ago
Unknown
bf5fcfb49c
Add * to selected label
11 years ago
Unknown
688ec6ecbd
Fixed #209
11 years ago
Unknown
87854c95a9
Fixed #200
11 years ago
Unknown
dce17c86ac
Almost done issue label #200
11 years ago
Unknown
b1bdbd7f94
Almost done issue label #200
11 years ago
FuXiaoHei
1331134316
finish issue edit content preview
11 years ago
Unknown
93f8f92523
Finish create new label
11 years ago
Unknown
04890904f9
fix #195
11 years ago
Unknown
956f011dd3
Fix #186
11 years ago
Unknown
db6b71ad03
Update issue-user when change milestone
11 years ago
Unknown
b70db61854
Fix #185
11 years ago
Unknown
16bddd593a
Finish change issue’s milestone
11 years ago
Unknown
46fc36c3a6
Finish change issue’s milestone
11 years ago
Unknown
9100786beb
Fix #185
11 years ago
Unknown
5ed5aa5228
Finish milestone
11 years ago
Unknown
33ec0632ff
Fix #183
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
slene
7d84cc96e8
update with git api
11 years ago
FuXiaoHei
2eabeba6b7
finish milestone add page
11 years ago
Unknown
4ef9494637
Fix panic when view issue without login
11 years ago
Unknown
25713ab209
Fix #167
11 years ago
Unknown
914ffa496f
Show private repository activities in dashboard if has access
11 years ago
Unknown
a742ee543e
Add change assignee back end
11 years ago
Unknown
e867283406
Assignee back end
11 years ago
Unknown
495d939ca5
Waiting for UI
11 years ago
Unknown
33d32585b1
Add mention, read/unread support of issue tracker
11 years ago
Unknown
6fb7229bea
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
7407f9caf3
Finish issue design
11 years ago
FuXiaoHei
d76772adb9
add milestone list page
11 years ago
Unknown
7cb5a15c9b
Batch of mirror fixes
11 years ago
Unknown
e573855a4f
Fix #98 , support web hook
11 years ago
Unknown
94bccbb148
Finish edit and remove web hook
11 years ago
Unknown
24f614f6db
Finish add web hook
11 years ago
Unknown
6e3dba2cc5
Clean repo code
11 years ago
FuXiaoHei
d34c3bb751
finish webhook ui,
...
some ui fix
11 years ago
Unknown
02687cbdf3
Add mail notify for new collaborator
11 years ago
Unknown
7b60756f2c
Fix Collaborators cannot commit
11 years ago
Unknown
e10096ee2e
Mirror fix on UI
11 years ago
Unknown
a9e6d49dc6
Fix #159
11 years ago
FuXiaoHei
3e856928a2
add webhooks page ui
11 years ago
Unknown
f6c4fbeb37
Collaborator
11 years ago
FuXiaoHei
52fbb9788a
add collaboration page ui
11 years ago
Unknown
2401e68d7e
Prepare for v0.3.1 hotfix
11 years ago
Chris Lee
6700257558
Show parents in commit diff page
11 years ago
Chris Lee
8a8f84d245
Use commit summaries instead of full messages
11 years ago
Unknown
8bc502a1ea
New err check style
11 years ago
Unknown
2a9da4b8e5
Fix #92
11 years ago
Unknown
eda3f8b3b3
Mirror updates
11 years ago
Unknown
1bfe4ee665
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
2dc0329c5f
Fix auth issue on #80
11 years ago
Unknown
6277f8497c
Auth problem related #80
11 years ago
Christopher Brickley
4c5a6e4d87
swap \n for \000, update len check, when reading receive-pack input
11 years ago
Unknown
c3a52f7dd0
Mirror bug fix on downloading zip
11 years ago
slene
4fafc76052
zip archive download
11 years ago
Lunny Xiao
4210f56dbc
bug fixed for http clone
11 years ago
Unknown
f644cefa86
Finish release
11 years ago
Unknown
4c1452574a
go get
11 years ago
Unknown
ea74be2f2e
go get
11 years ago
Unknown
c9a1eb4789
Able to change mirror interval now
11 years ago
slene
52b4ab2aa5
update with new git
11 years ago
Unknown
90f6aa8cd1
Add repo mirror and import
11 years ago
Unknown
31d613c01d
Mirror fix
11 years ago
Unknown
d305448fa8
Mirror bug fix
11 years ago