summaryrefslogtreecommitdiffstats
path: root/vendor/vendor.json
Commit message (Collapse)AuthorAgeFilesLines
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-141-42/+78
| | | | | | | | | | | | * 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-061-3/+3
|
* Update code.gitea.io/git (#1849)Ethan Koenig2017-06-011-3/+3
|
* Update code.gitea.io/git (#1824)Ethan Koenig2017-05-301-3/+3
| | | | | | | | * Update code.gitea.io/git * Update function calls * govendor fetch
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-3/+3
| | | | | | | | * Fix and test for delete user * Run updates in batches * Unit test
* Added Parent property to the repo API (#1687)guyzmo2017-05-121-3/+3
| | | Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-0/+12
| | | | | | | | | | | | | | | | | | * 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-051-3/+3
| | | | | | | | | | * 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-041-3/+3
|
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-3/+3
| | | | | | | - 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-021-6/+6
| | | | | | * Update xorm to latest version * Update xorm/builder
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-7/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-281-3/+3
|
* remove unused vendor packages (#1620)Lunny Xiao2017-04-271-18/+0
|
* Add create_at and updated_at in PR json (#1616)Jonas Östanbäck2017-04-271-3/+3
| | | | * 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-241-33/+10
| | | | | | | | | | | | | | | | | | | | | | | | * 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-161-3/+3
| | | | | | | | * 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-071-3/+3
| | | Update vendored module code.gitea.io/git
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-061-3/+3
|
* Correct broken unaligned load/store in armv5 (#1355)Damien Gaignon2017-04-051-9/+9
| | | Update vendor github.com/boltdb/bolt to take care of the issue #1354.
* Fix races in the log module by using syncmap (#1421)Mura Li2017-04-031-0/+6
|
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-6/+6
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+6
|
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+42
| | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments
* fix build failed on aarch64 (#1132)Lunny Xiao2017-03-071-3/+3
|
* Add basic integration test infrastructure (and new endpoint ↵Mura Li2017-03-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `/api/v1/version` for testing it) (#741) * Implement '/api/v1/version' * Cleanup and various fixes * Enhance run.sh * Add install_test.go * Add parameter utils.Config for testing handlers * Re-organize TestVersion.go * Rename functions * handling process cleanup properly * Fix missing function renaming * Cleanup the 'retry' logic * Cleanup * Remove unneeded logging code * Logging messages tweaking * Logging message tweaking * Fix logging messages * Use 'const' instead of hardwired numbers * We don't really need retries anymore * Move constant ServerHttpPort to install_test.go * Restore mistakenly removed constant * Add required comments to make the linter happy. * Fix comments and naming to address linter's complaints * Detect Gitea executale version automatically * Remove tests/run.sh, `go test` suffices. * Make `make build` a prerequisite of `make test` * Do not sleep before trying * Speedup the server pinging loop * Use defined const instead of hardwired numbers * Remove redundant error handling * Use a dedicated target for running code.gitea.io/tests * Do not make 'test' depend on 'build' target * Rectify the excluded package list * Remove redundant 'exit 1' * Change the API to allow passing test.T to test handlers * Make testing.T an embedded field * Use assert.Equal to comparing results * Add copyright info * Parametrized logging output * Use tmpdir instead * Eliminate redundant casting * Remove unneeded variable * Fix last commit * Add missing copyright info * Replace fmt.Fprintf with fmt.Fprint * rename the xtest to integration-test * Use Symlink instead of hard-link for cross-device linking * Turn debugging logs on * Follow the existing framework for APIs * Output logs only if test.v is true * Re-order import statements * Enhance the error message * Fix comment which breaks the linter's rule * Rename 'integration-test' to 'e2e-test' for saving keystrokes * Add comment to avoid possible confusion * Rename tests -> integration-tests Also change back the Makefile to use `make integration-test`. * Use tests/integration for now * tests/integration -> integrations Slightly flattened directory hierarchy is better. * Update Makefile accordingly * Fix a missing change in Makefile * govendor update code.gitea.io/sdk/gitea * Fix comment of struct fields * Fix conditional nonsense * Fix missing updates regarding version string changes * Make variable naming more consistent * Check http status code * Rectify error messages
* Update vendor of code.gitea.io/sdk/giteaAndrey Nering2017-02-251-3/+3
|
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-3/+3
| | | | | | | | | | | | | | | | * git: delegate all server-side Git hooks (#1623) * create hooks directories * take control hooks back * fix lint * bug fixed and minor changes * fix imports style * fix migration scripts
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | * initial stuff for oauth2 login, fails on: * login button on the signIn page to start the OAuth2 flow and a callback for each provider Only GitHub is implemented for now * show login button only when the OAuth2 consumer is configured (and activated) * create macaron group for oauth2 urls * prevent net/http in modules (other then oauth2) * use a new data sessions oauth2 folder for storing the oauth2 session data * add missing 2FA when this is enabled on the user * add password option for OAuth2 user , for use with git over http and login to the GUI * add tip for registering a GitHub OAuth application * at startup of Gitea register all configured providers and also on adding/deleting of new providers * custom handling of errors in oauth2 request init + show better tip * add ExternalLoginUser model and migration script to add it to database * link a external account to an existing account (still need to handle wrong login and signup) and remove if user is removed * remove the linked external account from the user his settings * if user is unknown we allow him to register a new account or link it to some existing account * sign up with button on signin page (als change OAuth2Provider structure so we can store basic stuff about providers) * from gorilla/sessions docs: "Important Note: If you aren't using gorilla/mux, you need to wrap your handlers with context.ClearHandler as or else you will leak memory!" (we're using gorilla/sessions for storing oauth2 sessions) * use updated goth lib that now supports getting the OAuth2 user if the AccessToken is still valid instead of re-authenticating (prevent flooding the OAuth2 provider)
* update xorm for fixing bug on processor BeforeSet and AfterSet when Find a ↵Lunny Xiao2017-02-201-3/+3
| | | | map (#987)
* refactor notificationsForUser since xorm In support slice of customerize ↵Lunny Xiao2017-02-161-3/+3
| | | | type (#956)
* update xorm vendor and also fix #740 (#886)Lunny Xiao2017-02-101-6/+6
|
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-081-12/+0
|
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-051-3/+3
| | | and updating the vendor directory
* Merge pull request #736 from andreynering/fix-windows-sshAndrey Nering2017-01-251-6/+0
|\ | | | | Fix SSH server on Windows when running as service
| * Remove original minwinsvc from vendorAndrey Nering2017-01-231-6/+0
| |
* | fix: delete attachment after remove comment.Bo-Yi Wu2017-01-251-3/+3
| |
* | Add ETag header to avatars (#721)Bwko2017-01-251-6/+6
| |
* | Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-0/+226
|/
* update xorm for bugs fix (#728)Lunny Xiao2017-01-231-3/+3
|
* Update xorm and fix dump command (#692)Lunny Xiao2017-01-231-3/+3
| | | | | | | | | | | | * update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json
* Two factor authentication support (#630)Andrew2017-01-161-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for 2FA support Signed-off-by: Andrew <write@imaginarycode.com> * Add vendored files * Add missing depends * A few clean ups * Added improvements, proper encryption * Better encryption key * Simplify "key" generation * Make 2FA enrollment page more robust * Fix typo * Rename twofa/2FA to TwoFactor * UNIQUE INDEX -> UNIQUE
* bug fix releaseLunny Xiao2017-01-091-3/+3
|
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-061-3/+3
| | | | | | * make releases faster than before and resolved #490 * fix comment
* Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-031-9/+9
| | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint
* Release API endpointsEthan Koenig2017-01-021-3/+3
|
* Unit tests for token and update modelsEthan Koenig2016-12-311-0/+18
|
* API endpoints for forks (#509)Ethan Koenig2016-12-311-3/+3
|
* Support http service graceful restart (#416)Lunny Xiao2016-12-311-0/+30
| | | | | | * support http service graceful restart * fix dependencies