summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-macaron
Commit message (Collapse)AuthorAgeFilesLines
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2370-8646/+0
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Support setting cookie domain (#6288)Tamal Saha2019-07-125-17/+20
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* upgrade macaron/captcha to fix random error problem (#7407)Lunny Xiao2019-07-103-25/+40
|
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-034-338/+0
| | | | | | | | | | * use vfsgen instead of go-bindata * fix templates * fix fmt * vendor vsfgen
* Handle CORS requests (#6289)Tamal Saha2019-05-136-0/+384
|
* Use Go1.11 module (#5743)Mura Li2019-03-2728-0/+370
| | | | | | | | | | | | | | | | | | * 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
* add other session providers (#5963)techknowlogick2019-02-0510-61/+1162
|
* Fix new release creation API to allow empty target (#5870)Lauris BH2019-01-302-312/+0
| | | | | | | | * Fix new release creation API to allow empty target * Add more test cases * Update swagger
* Update go-macaron/session to latest mast to fix RCE-bug (#5177)Kim "BKC" Carlbäcker2018-10-252-12/+20
|
* Disable debug routes unless PPROF is enabled in configuration (#4995)Lauris BH2018-09-291-13/+17
|
* Support secure cookie for csrf-token (#3839)Aleksandr Bulyshchenko2018-05-221-7/+18
| | | | | | | | | | | | | | | | | * dep: Update github.com/go-macaron/csrf Update github.com/go-macaron/csrf with dep to revision 503617c6b372 to fix issue of csrf-token security. This update includes following commits: - Add support for the Cookie HttpOnly flag - Support secure mode for csrf cookie Signed-off-by: Aleksandr Bulyshchenko <A.Bulyshchenko@globallogic.com> * routers: set csrf-token security depending on COOKIE_SECURE Signed-off-by: Aleksandr Bulyshchenko <A.Bulyshchenko@globallogic.com>
* Migrate to dep (#3972)Antoine GIRARD2018-05-2113-270/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Add ETag header to avatars (#721)Bwko2017-01-251-1/+13
|
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-303-0/+312
| | | | | | | | | | | | | | | | | | | | | | | | * Dropped unused codekit config * Integrated dynamic and static bindata for public * Ignore public bindata * Add a general generate make task * Integrated flexible public assets into web command * Updated vendoring, added all missiong govendor deps * Made the linter happy with the bindata and dynamic code * Moved public bindata definition to modules directory * Ignoring the new bindata path now * Updated to the new public modules import path * Updated public bindata command and drop the new prefix
* Added all required dependenciesThomas Boerger2016-11-0446-0/+7346