104 Commits (39931f8e001af113d3ea0905a79f152fb93f70ec)

Author SHA1 Message Date
Unknwon 1aa76bd279 Fix #532, add system notice 10 years ago
Unknwon 1e1f9e7166 Update with macaron 10 years ago
Unknwon 64c68220d2 Fix #264 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 10 years ago
Unknwon 25268577a5 Fix download archive issue 10 years ago
lunnyxiao 612fdb98df bug fixed for download 404 from repo's home page 10 years ago
Unknwon ebb05475ed Fix #495 and cannot view repository by tag 10 years ago
Unknwon 1273b3d3a9 Support custom robots.txt 10 years ago
Unknwon b72d7c201a Mirror bug fix 10 years ago
Unknwon 4a01bb8fa4 Mirror bug fix 10 years ago
Martin van Beurden 976f1486e0 Set cookiepath to AppSubUrl 10 years ago
Unknwon 7ba9257a7f Add suburl support 10 years ago
Unknwon ea309acdb2 Fix #468 10 years ago
Unknwon 0f037b430a Fix #464 10 years ago
Unknwon f8977f4847 Organization level webhooks 10 years ago
无闻 e79e4b1580 Merge pull request #442 from compressed/org_hook
Organization-level Webhooks
10 years ago
Unknwon ab7206d6b7 Fix #348 10 years ago
Christopher Brickley 85c35a6b8b add organization-level webhooks 10 years ago
Vyacheslav Bakhmutov 9476e58de9 Set headers in js and go files to X-Csrf-Token 10 years ago
Christopher Brickley 00a864e693 add commit compare functionality 10 years ago
Christopher Brickley 2bce24068d add Slack API webhook support 10 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.
10 years ago
Unknwon d2aff9a46a Continue working on new admin pages 10 years ago
Unknwon 904bf1a50b Add migrate repo API 10 years ago
Unknwon 8829174574 Finish new admin users pages 10 years ago
Unknwon 81287ba022 Mirror issue fix 10 years ago
Unknwon 9baf2b38d0 Bug fix on organization 10 years ago
Unknwon 74b31566cf Finsih add/remove repo in organization 10 years ago
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team 10 years ago
Unknwon bba707de36 Finish team list, create new team, join/leave team page 10 years ago
Unknwon 36b4c57ff1 Finish new organization members and invitation page 10 years ago
Unknwon 5acc948562 Page: `/org/:orgname/settings` 10 years ago
Unknwon 5fbf8531e6 Finish new home page of organization 10 years ago
Unknwon 9a1d5d2489 Finish new web hook pages 10 years ago
Unknwon 9820b8e134 Finish new hooks list page 10 years ago
Unknwon e8c9bb2c66 Finish new collaboration page 10 years ago
Unknwon a8e05fdf1b Use toolbox 10 years ago
Unknwon 755eec745f Finish new repo settings page 10 years ago
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares 10 years ago
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page 10 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
Justin Nuß bfe5b86004 Add file upload for attachments 10 years ago
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images 10 years ago
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments 10 years ago
Justin Nuß 4617bef895 WIP: Allow attachments for comments 10 years ago