summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-294-9/+52
| | | | | | | | | | * govendor update code.gitea.io/git Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com> * Greatly improve memory usage Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Add fingerprint to ssh key endpoints. (#3009)Vlad Temian2017-11-283-7/+73
| | | | | | * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-2812-73/+233
| | | | | | * Update macaron * Various wiki bug fixes
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-214-0/+405
| | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment
* Fix govendor for x/crupto curve25519 (#2925)Lauris BH2017-11-172-1/+835
|
* Update golang x/crypto dependencies (#2923)Lauris BH2017-11-1631-1305/+1320
|
* Update go-ini dependency and remove semicolon hack in translations (#2913)Lauris BH2017-11-1514-422/+581
|
* Update swagger documentation (#2899)Ethan Koenig2017-11-1325-142/+147
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* Code/repo search (#2582)Ethan Koenig2017-10-274-0/+280
| | | Indexed search of repository contents (for default branch only)
* Add support for extra sendmail arguments (#2731)Jonas Bröms2017-10-256-0/+310
| | | | | | | | | | | | * Add support for extra sendmail arguments * Sendmail args to exec.command should be a list * Add go-shellquote package * Use go-shellquote lib for parsing Sendmail args * Only parse if sendmail is configured
* Update vendor git (#2765)Lauris BH2017-10-236-63/+25
|
* Update vendor github.com/lib/pq (#2752)Antoine GIRARD2017-10-2117-371/+898
|
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-0113-41/+180
| | | | | | | | * use AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-217-0/+966
| | | | | | | | | | | | | | * add init support of orgmode document type on file view and readme * fix imports * fix imports and readmeExist * fix imports order * fix format * remove unnecessary convert
* Sort repository tree entries in natural way (#2506)Lauris BH2017-09-192-15/+31
| | | | | | | | | | | | * Sort repository tree entries in natural way * Fix sort for different length strings with first parts equal * Improve test case * Refactor return statements * Update gitea/git dependency
* Improve issue search (#2387)Ethan Koenig2017-09-16106-1294/+14949
| | | | | | | | | | * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean
* fix updated update on public key (#2514)Lunny Xiao2017-09-152-14/+16
| | | | | | | | | | | | * fix updated update on public key * update vendor.json Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix root path Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-1330-496/+433
| | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config
* update latest xorm version to vendor (#2353)Lunny Xiao2017-08-2243-1400/+1734
|
* Improve swagger doc (#2274)Antoine GIRARD2017-08-2111-44/+166
| | | | | | | | | | | | | | | | | | | | * Add swagger comment for adminCreateOrg * Add swagger comment for admin route * add hook swagger doc * Add tags * Add auth * Fix name of responses * Edit name method * Update vendor * make generate-swagger
* Revert to upstream ini dependency (#2304)Ethan Koenig2017-08-142-6/+5
|
* Temporarily patch go-ini/ini with fork (#2255)Ethan Koenig2017-08-078-160/+515
|
* update code.gitea.io/git in vendor to fix #2245 (#2250)Lauris BH2017-08-032-5/+7
|
* Update code.gitea.io/git dependency (#2149)Lauris BH2017-07-122-4/+4
|
* vendor: update sqlite to fix "database is locked" errors (#2116)Andrey Nering2017-07-0618-5889/+10606
| | | | | closes #2040 upstream commit: https://github.com/mattn/go-sqlite3/commit/acfa60124032040b9f5a9406f5a772ee16fe845e
* upgrade git source code. (#2094)Bo-Yi Wu2017-07-012-4/+4
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update git module (#2074)Jonas Östanbäck2017-06-282-138/+93
|
* update git module (#2037)Lauris BH2017-06-233-7/+14
|
* Update code.gitea.io/git (#2014)Ethan Koenig2017-06-202-25/+28
|
* Update code.gitea.io/git (#1998)Ethan Koenig2017-06-185-6/+14
|
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-1454-909/+10584
| | | | | | | | | | | | * Switch to keybase go-crypto (for some elliptic curve key) + test * Use assert.NoError and add a little more context to failing test description * Use assert.(No)Error everywhere 🌈 and assert.Error in place of .Nil/.NotNil
* Update code.gitea.io/gitAntoine GIRARD2017-06-063-71/+24
|
* Update code.gitea.io/git (#1849)Ethan Koenig2017-06-012-4/+4
|
* Update code.gitea.io/git (#1824)Ethan Koenig2017-05-307-110/+172
| | | | | | | | * Update code.gitea.io/git * Update function calls * govendor fetch
* Fix and test for delete user (#1713)Ethan Koenig2017-05-203-11/+7
| | | | | | | | * Fix and test for delete user * Run updates in batches * Unit test
* Added Parent property to the repo API (#1687)guyzmo2017-05-122-3/+4
| | | Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
* Show commit status icon in commits table (#1688)Lauris BH2017-05-0718-0/+4007
| | | | | | | | | | | | | | | | | | * Show commit status icon in commits table * Add comments * Fix icons * Few more places where commit table is displayed * Change integration test to use goquery for parsing html * Add integration tests for commit table and status icons * Fix status to return lates status correctly on all databases * Rewrote lates commit status selects
* Exposes in API the Repo entity's Size and IsBare property (#1668)guyzmo2017-05-053-3/+47
| | | | | | | | | | * Exposes in API the Repo entity's IsBare property as IsEmpty Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net> * Exposes in API the Repo entity's Size property Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
* fix: tag contain character ) will http 500 on release page (#1670)Bo-Yi Wu2017-05-042-4/+4
|
* Generate swagger json (#1402)Antoine GIRARD2017-05-029-13/+113
| | | | | | | - Generate swagger.json into public/ - Add swagger-ui auto-installation - Add footer link to local swagger-ui - Add /swagger url for using app url. - Fix Swagger-UI version via git tag
* Improve govendor testing (#1623)Antoine GIRARD2017-05-021-1/+1
| | | | - Use `govendor list +outside +unused` for finding missing or unused deps and govendor status for catching modified vendor. - Remove appengine import
* Update xorm to latest version (#1651)Lauris BH2017-05-0218-141/+251
| | | | | | * Update xorm to latest version * Update xorm/builder
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-0120-18/+3608
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add google+ * sort signin oauth2 providers based on the name so order is always the same * update auth tip for google+ * add gitlab provider * add bitbucket provider (and some go fmt) * add twitter provider * add facebook provider * add dropbox provider * add openid connect provider incl. new format of tips section in "Add New Source" * lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow) * imports according to goimport and code style * make it possible to set custom urls to gitlab and github provider (only these could have a different host) * split up oauth2 into multiple files * small typo in comment * fix indention * fix indentation * fix new line before external import * fix layout of signin part * update "broken" dependency
* update git which fixes #1133 (#1614)Lunny Xiao2017-04-282-4/+15
|
* remove unused vendor packages (#1620)Lunny Xiao2017-04-2718-1558/+0
|
* Add create_at and updated_at in PR json (#1616)Jonas Östanbäck2017-04-273-4/+7
| | | | * Move new fields to object creation (use reference) * Vendor: Update SDK
* Check if missing/modified/unused deps in vendor and fix errors (#1468)Antoine GIRARD2017-04-243-36/+13
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Migrate WatchInfo struct to api (#1492)Antoine GIRARD2017-04-164-4/+140
| | | | | | | | * Remove WatchInfo and link to api struct * Add vendor temporary update * Return to gitea vendor source
* Fix race when running commands with timeout (#1465)Mura Li2017-04-074-25/+73
| | | Update vendored module code.gitea.io/git
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-0635-1624/+1972
|