aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix potential sqlite lock #1680Kim "BKC" Carlbäcker2017-05-081-9/+7
|\
| * fix potential sqlite lockLunny Xiao2017-05-051-9/+7
| |
* | fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-084-7/+53
| |
* | Show commit status icon in commits table (#1688)Lauris BH2017-05-0724-87/+4185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Enforce netgo build tag while cross-compilation (#1690)Thomas Boerger2017-05-071-3/+3
| |
* | Remove env user salt since no need to use (#1515)Lunny Xiao2017-05-063-4/+0
| | | | | | | | | | | | * remove env user salt since no need to use * remove unused variable from update.go
* | Fix commit sha1 URL rendering in markdown (#1677)Lauris BH2017-05-052-5/+6
| | | | | | | | | | | | | | | | * Fix commit sha1 URL rendering in markdown * Add unit test for commit sha1 markdown rendering when sha1 has space before it * Change to better variable name
* | Remove sha1 hash display in repository table and add latest commit GPG check ↵Lauris BH2017-05-054-33/+57
| | | | | | | | (#1678)
* | Download files to their original filename (#1676)silverwind2017-05-051-0/+2
| |
* | Exposes in API the Repo entity's Size and IsBare property (#1668)guyzmo2017-05-054-3/+49
|/ | | | | | | | | | * 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>
* Upgrade alpine to v3.5 in Dockerfile (#1633)Peter Dave Hello2017-05-053-3/+3
|
* fix potential lock when sqlite (#1647)Lunny Xiao2017-05-051-21/+27
|
* Fix static files permission under public/ (#1675)Peter Dave Hello2017-05-0525-0/+0
|
* fix: tag contain character ) will http 500 on release page (#1670)Bo-Yi Wu2017-05-043-4/+5
|
* Add @lafriks as maintainerLauris Bukšis-Haberkorns2017-05-041-0/+1
|
* gofmt (#1662)Ethan Koenig2017-05-044-10/+10
|
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-048-60/+225
| | | | | | | | | | * move all database operations from hook command to web command and instead of internal routes * bug fixed * adjust the import path sequences * remove unused return value on hookSetup
* Fix CSS for wiki markdown (#1660)Jonas Östanbäck2017-05-032-8/+8
|
* Generate swagger json (#1402)Antoine GIRARD2017-05-0242-63/+2358
| | | | | | | - 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-022-2/+10
| | | | - Use `govendor list +outside +unused` for finding missing or unused deps and govendor status for catching modified vendor. - Remove appengine import
* fix multiple readme file rendering and fix #1657 (#1658)Lunny Xiao2017-05-022-3/+18
| | | | | | * fix multiple readme file rendering and fix #1657 * remove unnecessary loop
* Add primary key and index to external login user table (#1656)Lauris BH2017-05-023-3/+43
|
* Sort on repo size in admin panel (#1654)Jorrit Klein Bramel2017-05-023-0/+8
| | | | | | * fix #1653 sort on repo size * fix minor mistake in en-us locale
* Update xorm to latest version (#1651)Lauris BH2017-05-0218-141/+251
| | | | | | * Update xorm to latest version * Update xorm/builder
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-0210-15/+386
| | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch
* make openid support default false for compitable with v1.1 (#1650)Lunny Xiao2017-05-021-2/+2
|
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-0144-160/+4165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Optimize png images via Google zopflipng [ci skip] (#1639)Peter Dave Hello2017-04-305-0/+0
|
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-309-27/+64
| | | | | | | | | | * MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-304-10/+36
|
* Limit clone depth when drone-building (#1644)Sandro Santilli2017-04-302-1/+2
| | | | | | * Limit clone depth when drone-building * sign drone
* Fix broken migration v27 (#1504)Jonas Östanbäck2017-04-301-12/+30
| | | | Mirror.interval column type needed to be changed to bigint. Correct interval where the interval set is < MinInterval.
* Refactor DockerfilePeter Dave Hello2017-04-293-18/+9
| | | | | | | | 1. Use `apk -U --no-cache add` instead of `apk update` + `apk add` + manually cache clean up. 2. Separate package installation and user, group setup, the combination to reduce a docker image layer didn't bring benefits here, only makes Dockerfiles more complex.
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-294-10/+52
| | | | | | | | | | * fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue
* bug fixed for API to get user's repos (#1622)Lunny Xiao2017-04-292-4/+30
| | | | | | | | * bug fixed for API to get user's repos * add tests and fix another place * test user2 since user1 has no repos
* Revert "Set VERSION from git once, in a variable (#1447)"Kim "BKC" Carlbäcker2017-04-281-3/+1
| | | | This reverts commit 410af6971b87ac5dc7ac198f538d8383c1f47a1f.
* update git which fixes #1133 (#1614)Lunny Xiao2017-04-282-4/+15
|
* [ci skip] Add "Table of Contents" in CONTRIBUTING.md (#1634)Peter Dave Hello2017-04-281-0/+17
|
* improve integration test to resue models/fixtures and store git repos with ↵Lunny Xiao2017-04-2833-21/+582
| | | | | | | | | | tests (#1627) * improve integration test to resue models/fixtures and store git repos with source * use gitea-integration-meta dir instead .tar.gz and cleanup every before every test * fix import package name
* Handle display of GPG key without end date (#1628)Antoine GIRARD2017-04-282-2/+3
|
* fix #1521 (#1621)Lunny Xiao2017-04-271-1/+1
|
* 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-274-4/+9
| | | | * Move new fields to object creation (use reference) * Vendor: Update SDK
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-2614-139/+323
| | | | | | | | | | | | | | | | | | | | | | | * Rework SSH key management UI to add GPG * Add more detail to gpg key display * Update CHANGELOG.md * Implement deletion UI * Implement adding gpg UI * Various fixes - Fix duplicate entry in locale - Re-generate hash before verification since they are consumed * Add missing translation * Split template * Catch not found/verified email error
* Fix service description in Debian init file (#1538)Sandro Santilli2017-04-251-1/+1
|
* Integration test framework (#1290)Ethan Koenig2017-04-2517-974/+1043
| | | | | | | | | | * Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone
* fix bug on status API (#1533)Lunny Xiao2017-04-241-16/+5
|
* Check if missing/modified/unused deps in vendor and fix errors (#1468)Antoine GIRARD2017-04-246-37/+22
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix markdown rendering (#1530)Morlinest2017-04-241-9/+10
|
* Do not show empty collaborators segment (#1531)Morlinest2017-04-231-0/+2
|