aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/appengine
Commit message (Collapse)AuthorAgeFilesLines
* Update to github.com/lafriks/xormstore@v1.3.0 (#8317)Antoine GIRARD2019-10-021-1/+1
|
* migrate gplus to google oauth2 provider (#7885)techknowlogick2019-09-1417-0/+2201
| | | | | | | | | | * migrate gplus to google oauth2 provider. this still provides support for old gplus connections. * Update models/oauth2.go Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> * make vendor
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-0/+4
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-238-688/+102
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Use Go1.11 module (#5743)Mura Li2019-03-2730-0/+10536
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor