summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-145-5/+8
| | | | | * Forgot password should use ResetPwdCodeLives, not ActiveCodeLives * Improve documentation for different send mail functions related to password reset * Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
* gofmt (#1710)Ethan Koenig2017-05-123-10/+9
|
* Fix rendering of issue checkboxes (#1709)Ethan Koenig2017-05-121-2/+2
|
* Hide the create organization button (in dashboard/organization section) (#1705)Jun Hsieh ♞2017-05-121-0/+2
| | | when the user has no such permission.
* Added Parent property to the repo API (#1687)guyzmo2017-05-123-3/+20
| | | Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
* Don't recreate database in integration tests (#1697)Ethan Koenig2017-05-112-6/+2
|
* Correct spelling mistakes (#1703)Jonas Östanbäck2017-05-111-9/+8
| | | * Nitpicking
* LDAP user synchronization (#1478)Lauris BH2017-05-1015-51/+355
|
* markup: microoptimise for many short filenames in directory (#1534)mappu2017-05-092-2/+6
| | | | | | | | * markup: microoptimise for many short filenames in directory Move strings.ToLower() after the early-return length check. This is a safe operation in all cases and should slightly improve directory listing performance when a directory contains many thousands of files with short filenames. * markup: expand test cases for IsReadmeFile()
* remove sqlite tag when integration test with mysql/postgres AND recreate ↵Lunny Xiao2017-05-092-5/+12
| | | | database when init integration test (#1693)
* Realy don't cache apk indexDaniel Wendler (@cassandra)2017-05-093-3/+3
| | | | | | | | | | | | | | | | | | | | | | Actualy the "-U --no-cache" effectivly is treated as --no-cache was never specified: / # apk -U --no-cache add sed fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz (1/1) Installing sed (4.2.2-r0) Executing busybox-1.25.1-r0.trigger OK: 4 MiB in 12 packages / # ls -la /var/cache/apk/ total 1004 drwxr-xr-x 1 root root 70 May 8 11:08 . drwxr-xr-x 1 root root 29 Mar 3 11:20 .. -rw-r--r-- 1 root root 732807 May 5 07:11 APKINDEX.c51f8f92.tar.gz -rw-r--r-- 1 root root 293014 May 1 12:37 APKINDEX.d09172fd.tar.gz So removing the "-U" fix this behavior.
* Improve dashboard repo search (#1652)Andrey Nering2017-05-096-32/+8654
| | | | | | | | | | * Add VueJS * Improve dashboard search * Fix tab switching * Fix input autofocus
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-0813-5/+27
|
* 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
|