summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle ssh key import better (#224)stroucki2016-11-241-0/+2
* golint fixed for routers/repo/branch.go (#206)Lunny Xiao2016-11-221-2/+3
* Lint webhook.go, unexports simpleMarshalJSON (#198)Sandro Santilli2016-11-221-3/+27
* golint fixed for routers/repo/wiki.go (#203)Lunny Xiao2016-11-211-12/+21
* golint fixed for routers/repo/middlewares.go (#204)Lunny Xiao2016-11-211-0/+2
* golint fixed for routers/repo/view.go (#205)Lunny Xiao2016-11-211-7/+12
* Merge pull request #202 from lunny/lunny/golint_fixed_routers_adminThomas Boerger2016-11-216-51/+73
|\
| * go lint fixed for routers/adminLunny Xiao2016-11-216-51/+73
|/
* Merge pull request #196 from Bwko/fix/commit-view-panicAndrey Nering2016-11-191-3/+9
|\
| * Fix for anonymous users to switch viewsBwko2016-11-191-3/+5
| * Fix panic when no user is signed inBwko2016-11-191-0/+4
|/
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-1811-132/+225
* Merge pull request #187 from strk/vendorAndrey Nering2016-11-171-0/+11
|\
| * Wrap `vendor/` in backticsSandro Santilli2016-11-171-3/+3
| * Add vendoring sectionSandro Santilli2016-11-171-0/+11
|/
* Merge pull request #100 from ethantkoenig/developAndrey Nering2016-11-175-34/+138
|\
| * API endpoints for starsEthan Koenig2016-11-165-34/+138
|/
* Upgrade vendor "git" (#175)Thibault Meyer2016-11-1512-21/+295
* Merge pull request #171 from andreynering/gitea/editorconfig-crlfMatthias Loibl2016-11-151-1/+0
|\
| * .editorconfig: do not specify line endingAndrey Nering2016-11-141-1/+0
* | fix variable assigned and not used. (#173)Thomas Boerger2016-11-152-5/+1
|\ \
| * | fix variable assigned and not used.Bo-Yi Wu2016-11-152-5/+1
|/ /
* | Merge pull request #169 from strk/allow-update-draft-releasesKim "BKC" Carlbäcker2016-11-142-3/+11
|\ \
| * | Allow updating draft releases while keeping them as draftSandro Santilli2016-11-142-3/+11
* | | Merge pull request #170 from strk/wiki-lintAndrey Nering2016-11-141-0/+6
|\ \ \ | |/ / |/| |
| * | Fix lint errors in models/wiki (just add methods docs)Sandro Santilli2016-11-141-0/+6
|/ /
* | Merge pull request #168 from appleboy/gofmtAndrey Nering2016-11-143-3/+3
|\ \ | |/ |/|
| * fix gofmt error.Bo-Yi Wu2016-11-153-3/+3
|/
* Fix broken link for Contributors Guide (#166)Bo-Yi Wu2016-11-141-1/+1
* Remember diff view style (#163)Andrey Nering2016-11-137-7/+47
* fixed bug #151 finally (#164)Lunny Xiao2016-11-121-2/+1
* Fixes possible vulnerabilities with keyword hijacking (#20)LefsFlare2016-11-121-4/+4
* Bug fixed for issues (#156)Lunny Xiao2016-11-121-14/+6
* Upgrade vendor "git" (#161)Thibault Meyer2016-11-125-10/+17
* replace footer gogs to gitea (#157)Lunny Xiao2016-11-121-2/+2
* bug fixed caused by #153 (#154)Lunny Xiao2016-11-121-1/+1
* use in instead string join (#155)Lunny Xiao2016-11-124-9/+5
* fixed bug #151 caused Find should be Get (#153)Lunny Xiao2016-11-124-21/+29
* Merge pull request #152 from lunny/lunny/optimization_inMatthias Loibl2016-11-111-5/+4
|\
| * optimization on database INLunny Xiao2016-11-121-5/+4
|/
* bug fixed for 500 caused by get org users (#149)Lunny Xiao2016-11-121-2/+2
* Fix error 500 on organization dashboard page (#150)Lunny Xiao2016-11-1212-154/+182
* ask for go get from code.gitea.io/gitea and change gogs to gitea on main file...Lunny Xiao2016-11-111-4/+5
* Merge pull request #142 from 0xbaadf00d/feature/gofmtThomas Boerger2016-11-1115-26/+26
|\
| * Normalize files with gofmtThibault Meyer2016-11-1115-26/+26
* | Merge pull request #144 from strk/install-via-goThomas Boerger2016-11-111-1/+2
|\ \ | |/ |/|
| * Add info about installing via goSandro Santilli2016-11-111-1/+2
|/
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1161-36/+36
* Update home page to Gitea (#138)Andrey Nering2016-11-115-27/+27
* Merge pull request #136 from 0xbaadf00d/feature/rewrite-xorm-queriesAndrey Nering2016-11-1021-227/+474
|\