Commit Graph

608 Commits (b7b7863364b9dae96a4d4a1a78089742e10c5322)

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
Unknwon 8a09256941 Mirror fix and fix #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
Unknwon 0d9c41be7d Work on #476 11 years ago
Unknwon c1ceec45da Fix mirror UI style and work on #475 11 years ago
Benjamin Peng cff3ca23a5 Fix TimeSince arguments error. 11 years ago
Unknwon 632b1b694d Fix #465 11 years ago
Unknwon 7027ac9308 Fix #461 11 years ago
Unknwon b9560374cd UI fix 11 years ago
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting 11 years ago
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count 11 years ago
Unknwon fdc8c34258 Fix clone panel z-index 11 years ago
Unknwon 33659ed9a5 Fix #452 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 0ddb1eb769 Finish new install page, almost ready for 0.5 release 11 years ago
Unknwon ab7206d6b7 Fix #348 11 years ago
Christopher Brickley 85c35a6b8b add organization-level webhooks 11 years ago
Michael Dyrynda aee46bac01 add rel attribute such that font-awesome icons load correctly 11 years ago
Michael Dyrynda dcb10a41d4 Add handling to branch switcher label to make label more consistent with
GitHub behaviour

Addresses #431
11 years ago
Unknwon 830efc90da update docs and mirror bug fix 11 years ago
Christopher Brickley 00a864e693 add commit compare functionality 11 years ago
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release 11 years ago
Christopher Brickley 2bce24068d add Slack API webhook support 11 years ago
无闻 ae2f4866d0 Merge pull request #400 from deringer/dev
Add missing 'new migration' link
11 years ago
Unknwon 676bd764fa UI: SSH/HTTPS address switch and copy 11 years ago
Michael Dyrynda 1bbf4c9768 Add missing 'new migration' link
Addresses issue #399
11 years ago
Unknwon 7e36bf448d Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts:
	dockerfiles/README.md
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 9bc63bda7d Finish all new admin pages. 11 years ago
Unknwon d2aff9a46a Continue working on new admin pages 11 years ago
Unknwon 8829174574 Finish new admin users pages 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 74b31566cf Finsih add/remove repo in organization 11 years ago
Unknwon f2c263c54f fix #367 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 fa60502a70 Working on organization pages 11 years ago
Unknwon bba707de36 Finish team list, create new team, join/leave team page 11 years ago
Unknwon 78add502d7 Finish new organization members and invitation 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 78defd238c Page: Manage social accounts 11 years ago
Unknwon 08c6d07aad UI: Bare repository does not have visual link to settings page 11 years ago
Unknwon 9a1d5d2489 Finish new web hook pages 11 years ago
Unknwon 9820b8e134 Finish new hooks list page 11 years ago
lunnyxiao 7c7014262b Merge branch 'dev' of github.com:gogits/gogs into dev 11 years ago
lunnyxiao 57f6ec672a bug fixed 11 years ago
Unknwon e8c9bb2c66 Finish new collaboration page 11 years ago
Unknwon a8e05fdf1b Use toolbox 11 years ago
Unknwon fa0a389dc4 Fix bare repo bug 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 3428baa3b5 Mirror fix on template 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
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 11 years ago
Unknwon 3f38ff6c09 Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	templates/status/500.tmpl
11 years ago
Unknwon 8dd07c0ddd New UI merge in progress 11 years ago
Ciaran Downey 7921e60f30 Change "an error is occurred" to "has occurred" 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 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ß 1129f756c8 Fix missing . (dot) in issue templates 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
无闻 8e4debe99d Merge pull request #297 from nuss-justin/issue/288
Fix issue #288. Only show label form if repository collaborator/admin
11 years ago
无闻 dc2e140360 Merge pull request #296 from nuss-justin/dev
Fix issue 280 & unwatch button in Firefox
11 years ago
Justin Nuß e194cf3291 Fix issue #259. Allow links in the repository description 11 years ago
Justin Nuß ccca60a5a1 Fix issue #288. Only show label form if repository collaborator/admin 11 years ago
Justin Nuß 18718afb36 Hide watch/unwatch button if not loggedin 11 years ago
gima 5a97cc69ed Make possible for administrators to change user's password (fix proposal for #290) 11 years ago
Lunny Xiao 6418caf23a add build script 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 097c8e05e6 Able to set timeout for process monitor 11 years ago
Unknown be8ac7fb75 fix #273 11 years ago
Unknown 0820b24f0b Merge branch 'master' of github.com:gogits/gogs into dev 11 years ago
Unknown cdffdeddc9 Fix bug that collaborators are able to modify settings of repository 11 years ago
Unknown 465dc962b5 Finish create organization team 11 years ago
António Meireles 3ad20773a2 fix typos in users' editing template. 11 years ago
Unknown e4ea5cf598 Finish Teams page 11 years ago
Unknown 5dbfe3c26c Finish organization homepage 11 years ago
Unknown 6e448b0714 Finish delete organization 11 years ago
Unknown ee9b7f322f Clean code 11 years ago
fuxiaohei 1d55ecd29c add organization team-create page 11 years ago
fuxiaohei b5ba2bd268 add organization team-create page 11 years ago