aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Fix master builds on mips* again (#815)Thomas Boerger2017-02-022-0/+16
| | | | | | | | | | | | * Use local folder for xgo * Always do crosscompile and testing to fail early * Added mips* values for boltdb In order to get master building again I have applied these 2 additional files to boltdb. This should get dropped when https://github.com/boltdb/bolt/issues/656 gets solved.
* Merge pull request #736 from andreynering/fix-windows-sshAndrey Nering2017-01-256-143/+0
|\ | | | | Fix SSH server on Windows when running as service
| * Remove original minwinsvc from vendorAndrey Nering2017-01-236-143/+0
| |
* | fix: delete attachment after remove comment.Bo-Yi Wu2017-01-254-6/+8
| |
* | Add ETag header to avatars (#721)Bwko2017-01-256-9/+49
| |
* | Search bar for issues/pulls (#530)Ethan Koenig2017-01-25177-0/+221450
|/
* update xorm for bugs fix (#728)Lunny Xiao2017-01-233-5/+5
|
* Update xorm and fix dump command (#692)Lunny Xiao2017-01-2313-716/+626
| | | | | | | | | | | | * 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-1627-0/+2674
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-094-9/+9
|
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-064-4/+110
| | | | | | * 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-0352-2614/+3113
| | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint
* Release API endpointsEthan Koenig2017-01-023-4/+104
|
* Unit tests for token and update modelsEthan Koenig2016-12-3136-0/+11598
|
* API endpoints for forks (#509)Ethan Koenig2016-12-312-3/+41
|
* Support http service graceful restart (#416)Lunny Xiao2016-12-3119-0/+1896
| | | | | | * support http service graceful restart * fix dependencies
* Implementation of Folder JumpingSl@ny2016-12-282-3/+22
|
* Git LFS support v2 (#122)Fabian Zaremba2016-12-2619-6/+1527
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Import github.com/git-lfs/lfs-test-server as lfs module base Imported commit is 3968aac269a77b73924649b9412ae03f7ccd3198 Removed: Dockerfile CONTRIBUTING.md mgmt* script/ vendor/ kvlogger.go .dockerignore .gitignore README.md * Remove config, add JWT support from github.com/mgit-at/lfs-test-server Imported commit f0cdcc5a01599c5a955dc1bbf683bb4acecdba83 * Add LFS settings * Add LFS meta object model * Add LFS routes and initialization * Import github.com/dgrijalva/jwt-go into vendor/ * Adapt LFS module: handlers, routing, meta store * Move LFS routes to /user/repo/info/lfs/* * Add request header checks to LFS BatchHandler / PostHandler * Implement LFS basic authentication * Rework JWT secret generation / load * Implement LFS SSH token authentication with JWT Specification: https://github.com/github/git-lfs/tree/master/docs/api * Integrate LFS settings into install process * Remove LFS objects when repository is deleted Only removes objects from content store when deleted repo is the only referencing repository * Make LFS module stateless Fixes bug where LFS would not work after installation without restarting Gitea * Change 500 'Internal Server Error' to 400 'Bad Request' * Change sql query to xorm call * Remove unneeded type from LFS module * Change internal imports to code.gitea.io/gitea/ * Add Gitea authors copyright * Change basic auth realm to "gitea-lfs" * Add unique indexes to LFS model * Use xorm count function in LFS check on repository delete * Return io.ReadCloser from content store and close after usage * Add LFS info to runWeb() * Export LFS content store base path * LFS file download from UI * Work around git-lfs client issue with unauthenticated requests Returning a dummy Authorization header for unauthenticated requests lets git-lfs client skip asking for auth credentials See: https://github.com/github/git-lfs/issues/1088 * Fix unauthenticated UI downloads from public repositories * Authentication check order, Finish LFS file view logic * Ignore LFS hooks if installed for current OS user Fixes Gitea UI actions for repositories tracking LFS files. Checks for minimum needed git version by parsing the semantic version string. * Hide LFS metafile diff from commit view, marking as binary * Show LFS notice if file in commit view is tracked * Add notbefore/nbf JWT claim * Correct lint suggestions - comments for structs and functions - Add comments to LFS model - Function comment for GetRandomBytesAsBase64 - LFS server function comments and lint variable suggestion * Move secret generation code out of conditional Ensures no LFS code may run with an empty secret * Do not hand out JWT tokens if LFS server support is disabled
* Update sdkEthan Koenig2016-12-253-6/+82
|
* Enables mssql support (#383)btrepp2016-12-2439-0/+69228
| | | | | | | | | | | | | | | | | | | * Enables mssql support Port of dlobs work in gogs. Enables options in index.js Enables MSSQL as a database option in go. Sets ID to 0 on initial migration. Required for MSSQL insert statements. Signed-off-by: Beau Trepp <beautrepp@gmail.com> * Vendors in denisenkom/go-mssqldb Includes golang.org/x/crypto/md4 as this is required by go-msssqldb Signed-off-by: Beau Trepp <beautrepp@gmail.com>
* update code.gitea.io/git (#450)Lunny Xiao2016-12-2227-234/+240
|
* Update gitea/sdk vendor (#406)Martin Hebnes Pedersen2016-12-163-3/+21
|
* Don't use custom PBKDF2 function (#382)Lunny Xiao2016-12-152-0/+83
|
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-30684-0/+305236
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update gitea/sdk vendorKim "BKC" Carlbäcker2016-11-2926-33/+301
|
* Upgrade vendor "git" (#175)Thibault Meyer2016-11-1512-21/+295
|
* Upgrade vendor "git" (#161)Thibault Meyer2016-11-125-10/+17
|
* Fix error 500 on organization dashboard page (#150)Lunny Xiao2016-11-1212-154/+182
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1127-1/+1
| | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1052-3/+3
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Vendor github.com/stretchr/testify for the assert packageMatthias Loibl2016-11-0720-0/+4533
|
* 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"
* More MixedCase constsSandro Santilli2016-11-071-2/+2
|
* Use MixedCase constant namesSandro Santilli2016-11-071-9/+9
| | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
* Added updated go-sdkThomas Boerger2016-11-0727-0/+1408
|
* Dropped github.com/gogits/go-gogs-client vendored depThomas Boerger2016-11-0728-1418/+0
|
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-0626-8/+8
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* Added all required dependenciesThomas Boerger2016-11-04660-0/+502447
|
* Added vendoring config for govendorThomas Boerger2016-11-041-0/+505