Commit Graph

674 Commits (facd491a6d16bf2f5c8ce95744c54f0ede52b02b)

Author SHA1 Message Date
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 061a879cea Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	conf/app.ini
11 years ago
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines 11 years ago
tobyzxj ad041167f7 fix user's actions on domain/org/name-of-organization/dashboard 11 years ago
Unknwon 632b1b694d Fix #465 11 years ago
Unknwon efb68a0a96 Fix UI issue 11 years ago
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting 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
无闻 40bc130b19 Merge pull request #447 from m0sth8/fix-milestone-render-markdown
Render milestone content as markdown
11 years ago
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release 11 years ago
Unknwon ab7206d6b7 Fix #348 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 9bc63bda7d Finish all new admin pages. 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
lunnyxiao a6ec6def8d Merge branch 'dev' of github.com:gogits/gogs into dev 11 years ago
lunnyxiao c40e815763 add migrate api 11 years ago
Unknwon 1aec1a2dda Finish new admin dashboard 11 years ago
Unknwon 81287ba022 Mirror issue fix 11 years ago
Unknwon 9baf2b38d0 Bug fix on organization 11 years ago
Unknwon 50de06056b Merge branch 'dev' of github.com:gogits/gogs into dev 11 years ago
Unknwon 74b31566cf Finsih add/remove repo in organization 11 years ago
Marios Andreopoulos 510d5a5d74 import strings 11 years ago
Marios Andreopoulos cd0ddcfa01 fix typo 11 years ago
Marios Andreopoulos 3d79f59671 fix wrong variable name 11 years ago
Marios Andreopoulos b40922f4d4 remove extra comma 11 years ago
Marios Andreopoulos 12639c577f Remove newline characters from ssh key before processing it.
Fixes issue #370: https://github.com/gogits/gogs/issues/370
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
Unknwon e0a2d23baf Merge branch 'dev' of github.com:gogits/gogs into dev 11 years ago
Unknwon fa60502a70 Working on organization pages 11 years ago
lunnyxiao 97fb62f51e auto detect text file encode and convert to utf8 11 years ago
Unknwon a60edbe88c Add/remove member need add/remove access to repositories as well 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 7af7584d25 Finish new reset password, etc. 11 years ago
Unknwon 5605af973b Feature: Social sign in 11 years ago
Unknwon 78defd238c Page: Manage social accounts 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 6fc2107529 Add missing less files 11 years ago
Unknwon 755eec745f Finish new repo settings page 11 years ago
Unknwon dabf5b057c Finish new migrate 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 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module 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
无闻 536f65b8ad Merge pull request #293 from wmark/master
Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
11 years ago
W-Mark Kubacki 887ad1ec8b Utilize ssh-keygen for checking of keys.
Removes the limitation to RSA and enables us to use all key types
SSH recognizes.
11 years ago
gima 5a97cc69ed Make possible for administrators to change user's password (fix proposal for #290) 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 63cc14062a Paging function for users and repositories 11 years ago
Unknown 7ffdabb28f Move debug router location 11 years ago
Justin 10f932b952 Fix wrong method for profiling routes. 11 years ago
Unknown be8ac7fb75 fix #273 11 years ago
Unknown 7f3015b32b Merge branch 'dev' of github.com:gogits/gogs into dev 11 years ago
Unknown 13b032f829 update name 11 years ago
Justin Nuß a481672c5c Add 'pprof' tag for enabling debugging 11 years ago
Unknown 465dc962b5 Finish create organization team 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 ee9b7f322f Clean code 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
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 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 b2801a2e98 Fix #165 11 years ago
Unknown 98f614a58e Work on #249 issue1 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
Unknown 314193029a Use constants to name template file 11 years ago
Unknown 9c82073091 Merge branch 'dev' of github.com:gogits/gogs into dev 11 years ago
Unknown 9924e65ca1 In progress of name template name constant 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 ad5ec45dd6 Fix #165 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 fb0972afad Fix #199 11 years ago
Unknown 9961f9a53c Fix #197 11 years ago
Unknown f160b4f33c Add tar.gz download button and other mirror updates 11 years ago
Unknown a80d8d96fa Merge branch 'dev' of github.com:gogits/gogs into dev 11 years ago
Unknown 302c863cda Fix #242 11 years ago
FuXiaoHei 4fcbf553aa organisation main page ui 11 years ago
Unknown 4f2f3c2857 Code convention 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 2657f88d9a Fix #222 11 years ago
Unknown ddb7f55035 Prepare for v0.4.0 release 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 ab13a29cb5 Fix #209 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 ff48aeddef Little bug fix 11 years ago