Ethan Koenig
2dee67b1cf
Update code.gitea.io/git ( #3482 )
8 years ago
Ethan Koenig
a7293f3b59
Reduce repo indexer disk usage ( #3452 )
8 years ago
Lunny Xiao
244b144c42
fix MSSQL bug on org ( #3405 )
8 years ago
Lauris BH
5be20e7d75
Change how merged PR commit info are prepared ( #3368 )
* Change how merged PR commits and diff are made
* Update code.gitea.io/git dependency
* Fix typo
* Remove unneeded local variable
8 years ago
Sandro Santilli
bf25effe8f
Serve .patch for pull requests ( #3305 )
* Serve .patch for pull requests
Closes #3259
Updates "git" module, for GetFormatPatch
* Handle io.Copy error
8 years ago
Vlad Temian
592714a0ab
Writable deploy keys ( closes #671 ) ( #3225 )
* Add is_writable checkbox to deploy keys interface
* Add writable key option to deploy key form
* Add support for writable ssh keys in the interface
* Rename IsWritable to ReadOnly
* Test: create read-only and read-write deploy keys via api
* Add DeployKey access mode migration
* Update gitea sdk via govendor
* Fix deploykey migration
* Add unittests for writable deploy keys
* Move template text to locale
* Remove implicit column update
* Remove duplicate locales
* Replace ReadOnly field with IsReadOnly method
* Fix deploy_keys related integration test
* Rename v54 migration with v55
* Fix migration hell
8 years ago
Antoine GIRARD
691840758f
Remove unused vendor github.com/stretchr/testify/require ( #3273 )
8 years ago
Ethan Koenig
b9e873bfd3
Update code.gitea.io/git ( #3251 )
8 years ago
Bo-Yi Wu
3d9ba9284c
chore: upgrade gitea/git version ( #3240 )
ref: https://github.com/go-gitea/gitea/pull/3190
8 years ago
Ethan Koenig
1f8dbb8dcf
Update code.gitea.io/git ( #3137 )
8 years ago
Duncan Ogilvie
a597ca3800
Memory usage improvements ( #3013 )
* 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>
8 years ago
Vlad Temian
c66eb6cc11
Add fingerprint to ssh key endpoints. ( #3009 )
* Add fingerprint to ssh key endpoints.
* Update gitea sdk vendor
8 years ago
Ethan Koenig
0e07dffc44
Various wiki bug fixes ( #2996 )
* Update macaron
* Various wiki bug fixes
8 years ago
Lunny Xiao
e4c0c3bbd0
Add dingtalk webhook ( #2777 )
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
8 years ago
Lauris BH
d23498372f
Fix govendor for x/crupto curve25519 ( #2925 )
8 years ago
Lauris BH
b51c1a4fa1
Update golang x/crypto dependencies ( #2923 )
8 years ago
Lauris BH
68fb68c916
Update go-ini dependency and remove semicolon hack in translations ( #2913 )
8 years ago
Ethan Koenig
1df45ea8b0
Update swagger documentation ( #2899 )
* Update swagger documentation
Add docs for missing endpoints
Add documentation for request parameters
Make parameter naming consistent
Fix response documentation
* Restore delete comments
8 years ago
Ethan Koenig
7aee62e1bc
Code/repo search ( #2582 )
Indexed search of repository contents (for default branch only)
8 years ago
Jonas Bröms
4969aa586c
Add support for extra sendmail arguments ( #2731 )
* 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
8 years ago
Lauris BH
3f14181723
Update vendor git ( #2765 )
8 years ago
Antoine GIRARD
a6479b3bda
Update vendor github.com/lib/pq ( #2752 )
8 years ago
Lunny Xiao
c2b107fcb0
Use AfterLoad instead of AfterSet on Structs ( #2628 )
* use AfterLoad instead of AfterSet on Structs
* fix the comments on AfterLoad
* fix the comments on action AfterLoad
8 years ago
Lunny Xiao
746c3b2c4e
Add init support of orgmode document type on file view and readme ( #2525 )
* 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
8 years ago
Lauris BH
7aec176438
Sort repository tree entries in natural way ( #2506 )
* 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
8 years ago
Ethan Koenig
734935d94f
Improve issue search ( #2387 )
* Improve issue indexer
* Fix new issue sqlite bug
* Different test indexer paths for each db
* Add integration indexer paths to make clean
8 years ago
Lunny Xiao
f1e6b81454
fix updated update on public key ( #2514 )
* 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>
8 years ago
Lunny Xiao
d00b7dab75
Use created & updated instead BeforeInsert & BeforeUpdate ( #2482 )
* 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
8 years ago
Lunny Xiao
06f3123edd
update latest xorm version to vendor ( #2353 )
8 years ago
Antoine GIRARD
8b81ff17f5
Improve swagger doc ( #2274 )
* 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
8 years ago
Ethan Koenig
93d97e771f
Revert to upstream ini dependency ( #2304 )
8 years ago
Ethan Koenig
6c88d024fe
Temporarily patch go-ini/ini with fork ( #2255 )
8 years ago
Lauris BH
772f1558c9
update code.gitea.io/git in vendor to fix #2245 ( #2250 )
8 years ago
Lauris BH
2c3b6292b0
Update code.gitea.io/git dependency ( #2149 )
8 years ago
Andrey Nering
ec07d696cc
vendor: update sqlite to fix "database is locked" errors ( #2116 )
closes #2040
upstream commit: acfa601240
8 years ago
Bo-Yi Wu
d18689c247
upgrade git source code. ( #2094 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Jonas Östanbäck
2fcc873d14
Update git module ( #2074 )
8 years ago
Lauris BH
12e484fc67
update git module ( #2037 )
8 years ago
Ethan Koenig
3d8b93dbaf
Update code.gitea.io/git ( #2014 )
8 years ago
Ethan Koenig
19cdabd860
Update code.gitea.io/git ( #1998 )
8 years ago
Antoine GIRARD
f45aa2dc82
Switch to keybase go-crypto (for some elliptic curve key) + test ( #1925 )
* 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
8 years ago
Antoine GIRARD
c233387160
Update code.gitea.io/git
8 years ago
Ethan Koenig
4557e0b9f8
Update code.gitea.io/git ( #1849 )
9 years ago
Ethan Koenig
f41d919144
Update code.gitea.io/git ( #1824 )
* Update code.gitea.io/git
* Update function calls
* govendor fetch
9 years ago
Ethan Koenig
e3985c0842
Fix and test for delete user ( #1713 )
* Fix and test for delete user
* Run updates in batches
* Unit test
9 years ago
guyzmo
696b1cc0f1
Added Parent property to the repo API ( #1687 )
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
9 years ago
Lauris BH
380ac258b0
Show commit status icon in commits table ( #1688 )
* 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
9 years ago
guyzmo
83435d6e1e
Exposes in API the Repo entity's Size and IsBare property ( #1668 )
* 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>
9 years ago
Bo-Yi Wu
d5d81e563d
fix: tag contain character ) will http 500 on release page ( #1670 )
9 years ago
Antoine GIRARD
9a699d3712
Generate swagger json ( #1402 )
- 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
9 years ago