aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to dep (#3972)Antoine GIRARD2018-05-2120-2518/+1
| | | | | | | | | | | | * 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
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-289-46/+186
| | | | | | * Update macaron * Various wiki bug fixes
* Update go-ini dependency and remove semicolon hack in translations (#2913)Lauris BH2017-11-1510-401/+540
|
* Revert to upstream ini dependency (#2304)Ethan Koenig2017-08-141-2/+2
|
* Temporarily patch go-ini/ini with fork (#2255)Ethan Koenig2017-08-077-157/+511
|
* Check if missing/modified/unused deps in vendor and fix errors (#1468)Antoine GIRARD2017-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Check if missing deps in vendor This will catch import from other repos. (maybe by auto-import) * Remove github.com/smartystreets unused deps * Remove github.com/boltdb/bolt unused dep * Fetch github.com/go-xorm/core + sync gopkg.in/ldap.v2/ldap.go * Auto-install govendor + reinstall github.com/boltdb/bolt needed by vendor/github.com/blevesearch/bleve/index/store/boltdb * Update go-xorm/xorm to a5cb21 in vendor.json * Use a custom repo for implementing change to bolt dep. * Switching bolt to github.com/go-gitea/bolt * Switching bolt to github.com/go-gitea/bolt (fork version) * change the drone sign
* Add ETag header to avatars (#721)Bwko2017-01-254-2/+30
|
* Unit tests for token and update modelsEthan Koenig2016-12-3128-0/+10735
|
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-307-0/+652
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl"
* Added all required dependenciesThomas Boerger2016-11-0486-0/+17396