summaryrefslogtreecommitdiffstats
path: root/vendor/vendor.json
Commit message (Collapse)AuthorAgeFilesLines
* Issue due date (#3794)kolaente2018-05-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Started adding deadline to ui * Implemented basic issue due date managing * Improved UI for due date managing * Added at least write access to the repo in order to modify issue due dates * Ui improvements * Added issue comments creation when adding/modifying/removing a due date * Show due date in issue list * Added api support for issue due dates * Fixed lint suggestions * Added deadline to sdk * Updated css * Added support for adding/modifiying deadlines for pull requests via api * Fixed comments not created when updating or removing a deadline * update sdk (will do properly once go-gitea/go-sdk#103 is merged) * enhanced updateIssueDeadline * Removed unnessecary Issue.DeadlineString * UI improvements * Small improvments to comment creation + ui & validation improvements * Check if an issue is overdue is now a seperate function * Updated go-sdk with govendor as it was merged * Simplified isOverdue method * removed unessecary deadline to 0 set * Update swagger definitions * Added missing return * Added an explanary comment * Improved updateIssueDeadline method so it'll only update `deadline_unix` * Small changes and improvements * no need to explicitly load the issue when updating a deadline, just use whats already there * small optimisations * Added check if a deadline was modified before updating it * Moved comment creating logic into its own function * Code cleanup for creating deadline comment * locale improvement * When modifying a deadline, the old deadline is saved with the comment * small improvments to xorm session handling when updating an issue deadline + style nitpicks * style nitpicks * Moved checking for if the user has write acces to middleware
* Symlink icons (#1416) (#3826)Tris Forster2018-05-011-3/+3
| | | | | | | | | | | | * Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
* Switch back to upstream goth repository and update govendor to latest goth ↵Lauris BH2018-04-301-32/+22
| | | | version (#3863)
* Store OAuth2 session data in database (#3660)Lauris BH2018-04-291-0/+12
| | | | | | * Store OAuth2 session data in database * Rename table to `oauth2_session` and do not skip xormstorage initialization error
* Update blackfriday dependency per #2994 (#3857)PJ Eby2018-04-291-3/+3
| | | Signed-off-by: PJ Eby <pje@telecommunity.com>
* Update markbates/goth libary to fix OAuth2 support (#3661)Lauris BH2018-03-131-22/+32
|
* Add Attachment API (#3478)Jonas Franz2018-03-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Attachment API * repos/:owner/:repo/releases (add attachments) * repos/:owner/:repo/releases/:id (add attachments) * repos/:owner/:repo/releases/:id/attachments * repos/:owner/:repo/releases/:id/attachments/:attachment_id Signed-off-by: Jonas Franz <info@jonasfranz.de> * Add unit tests for new attachment functions Fix comments Signed-off-by: Jonas Franz <info@jonasfranz.software> * fix lint * Update vendor.json Signed-off-by: Jonas Franz <info@jonasfranz.software> * remove version of sdk Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit tests Add missing license header Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add CreateReleaseAttachment Add EditReleaseAttachment Add DeleteReleaseAttachment Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add filename query parameter for choosing another name for an attachment Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix order of imports Signed-off-by: Jonas Franz <info@jonasfranz.software> * Restricting updatable attachment columns Signed-off-by: Jonas Franz <info@jonasfranz.software> * gofmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update go-sdk Replace Attachments with Assets Signed-off-by: Jonas Franz <info@jonasfranz.de> * Update go-sdk Signed-off-by: Jonas Franz <info@jonasfranz.de> * Updating go-sdk and regenerating swagger Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add missing file of go-sdk Signed-off-by: Jonas Franz <info@jonasfranz.software> * Change origin of code.gitea.io/sdk to code.gitea.io/sdk Update code.gitea.io/sdk Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update swagger Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update updateAttachment
* Update markbates/goth library (#3533)Lauris BH2018-02-191-29/+29
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Update code.gitea.io/git (#3482)Ethan Koenig2018-02-101-3/+3
|
* Reduce repo indexer disk usage (#3452)Ethan Koenig2018-02-051-0/+12
|
* fix MSSQL bug on org (#3405)Lunny Xiao2018-01-271-9/+9
|
* Change how merged PR commit info are prepared (#3368)Lauris BH2018-01-191-3/+3
| | | | | | | | | | * Change how merged PR commits and diff are made * Update code.gitea.io/git dependency * Fix typo * Remove unneeded local variable
* Serve .patch for pull requests (#3305)Sandro Santilli2018-01-071-3/+3
| | | | | | | | | * Serve .patch for pull requests Closes #3259 Updates "git" module, for GetFormatPatch * Handle io.Copy error
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove unused vendor github.com/stretchr/testify/require (#3273)Antoine GIRARD2017-12-311-6/+0
|
* Update code.gitea.io/git (#3251)Ethan Koenig2017-12-221-3/+3
|
* chore: upgrade gitea/git version (#3240)Bo-Yi Wu2017-12-191-3/+3
| | | ref: https://github.com/go-gitea/gitea/pull/3190
* Update code.gitea.io/git (#3137)Ethan Koenig2017-12-111-15/+21
|
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-291-3/+3
| | | | | | | | | | * 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-281-3/+3
| | | | | | * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-281-6/+6
| | | | | | * Update macaron * Various wiki bug fixes
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-0/+6
| | | | | | | | | | | | * 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-171-1/+1
|
* Update golang x/crypto dependencies (#2923)Lauris BH2017-11-161-15/+15
|
* Update go-ini dependency and remove semicolon hack in translations (#2913)Lauris BH2017-11-151-6/+6
|
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-3/+3
| | | | | | | | | | | * 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-271-0/+6
| | | Indexed search of repository contents (for default branch only)
* Add support for extra sendmail arguments (#2731)Jonas Bröms2017-10-251-0/+6
| | | | | | | | | | | | * 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-231-3/+3
|
* Update vendor github.com/lib/pq (#2752)Antoine GIRARD2017-10-211-6/+6
|
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-3/+3
| | | | | | | | * 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-211-0/+6
| | | | | | | | | | | | | | * 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-191-3/+3
| | | | | | | | | | | | * 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-161-89/+95
| | | | | | | | | | * 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-151-3/+3
| | | | | | | | | | | | * 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-131-6/+6
| | | | | | | | | | | | * 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-221-8/+8
|
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-3/+3
| | | | | | | | | | | | | | | | | | | | * 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-141-4/+3
|
* Temporarily patch go-ini/ini with fork (#2255)Ethan Koenig2017-08-071-3/+4
|
* update code.gitea.io/git in vendor to fix #2245 (#2250)Lauris BH2017-08-031-3/+3
|
* Update code.gitea.io/git dependency (#2149)Lauris BH2017-07-121-3/+3
|
* vendor: update sqlite to fix "database is locked" errors (#2116)Andrey Nering2017-07-061-3/+3
| | | | | closes #2040 upstream commit: https://github.com/mattn/go-sqlite3/commit/acfa60124032040b9f5a9406f5a772ee16fe845e
* upgrade git source code. (#2094)Bo-Yi Wu2017-07-011-3/+3
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update git module (#2074)Jonas Östanbäck2017-06-281-3/+3
|
* update git module (#2037)Lauris BH2017-06-231-3/+3
|
* Update code.gitea.io/git (#2014)Ethan Koenig2017-06-201-3/+3
|
* Update code.gitea.io/git (#1998)Ethan Koenig2017-06-181-3/+3
|
* 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
|