]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoCommitless repos should be bare 1829/head
Ethan Koenig [Mon, 29 May 2017 02:25:23 +0000 (22:25 -0400)]
Commitless repos should be bare

7 years agoMerge pull request #1750 from andreynering/dashboard-search-org-repos
Andrey Nering [Sat, 27 May 2017 20:40:09 +0000 (17:40 -0300)]
Merge pull request #1750 from andreynering/dashboard-search-org-repos

More fixes for dashboard search

7 years agoFix private repo icon 1750/head
Andrey Nering [Sat, 27 May 2017 16:40:54 +0000 (13:40 -0300)]
Fix private repo icon

7 years agoFix invalid reference in feeds template (#1820)
Ethan Koenig [Sat, 27 May 2017 03:34:11 +0000 (23:34 -0400)]
Fix invalid reference in feeds template (#1820)

* Fix invalid reference in feeds template

* Comment for GetActAvatar

* Add integration test

7 years agoImprove clarity between is_activated and prohibit_login (#1788)
Patrick G [Sat, 27 May 2017 01:14:13 +0000 (21:14 -0400)]
Improve clarity between is_activated and prohibit_login (#1788)

It used to be unclear what the difference between the two are.

7 years agoresign drone and fix #1816 (#1819)
Lunny Xiao [Fri, 26 May 2017 15:08:38 +0000 (23:08 +0800)]
resign drone and fix #1816 (#1819)

7 years agoFix 500 for GET /teams/:id endpoints (#1811)
Ethan Koenig [Fri, 26 May 2017 13:15:45 +0000 (09:15 -0400)]
Fix 500 for GET /teams/:id endpoints (#1811)

* Fix 500 for GET /teams/:id endpoints

* Integration test for GET /team/:id

* Clean up integration test

7 years agofix bug to deny to add orgnization as a member of an orgnization or team (#1815)
Lunny Xiao [Fri, 26 May 2017 13:12:02 +0000 (21:12 +0800)]
fix bug to deny to add orgnization as a member of an orgnization or team (#1815)

7 years agoGive all units to owner team (#1812)
Ethan Koenig [Fri, 26 May 2017 08:03:37 +0000 (04:03 -0400)]
Give all units to owner team (#1812)

7 years agoFix deadlock in updateRepository (#1813)
Ethan Koenig [Fri, 26 May 2017 05:08:13 +0000 (01:08 -0400)]
Fix deadlock in updateRepository (#1813)

7 years agoFix activity feed (#1779)
Ethan Koenig [Fri, 26 May 2017 01:38:18 +0000 (21:38 -0400)]
Fix activity feed (#1779)

* Fix activity feed

Preserve actions after user/repo name change

* Add missing comment

* Fix migration, and remove fields completely

* Tests

7 years agoAdding #issuecomment to the URL in E-Mail notifications (#1674)
Jonas Franz [Thu, 25 May 2017 02:38:56 +0000 (04:38 +0200)]
Adding #issuecomment to the URL in E-Mail notifications (#1674)

* Added comment's hashtag to url for mail notifications.

Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Added explanation to return statement.

Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Added explanation to return statement + documentation.

Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replacing in-line link generation with HTMLURL. (+gofmt)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replaced action-based model with nil-based model. (+gofmt)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants.

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Updating comment for mailIssueCommentToParticipants

Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years agoRemove stale rule from Makefile (#1782)
Ethan Koenig [Thu, 25 May 2017 00:53:03 +0000 (20:53 -0400)]
Remove stale rule from Makefile (#1782)

7 years agoOnly run coverage on merges/pushes to master (#1783)
Ethan Koenig [Wed, 24 May 2017 16:13:18 +0000 (12:13 -0400)]
Only run coverage on merges/pushes to master (#1783)

7 years agofix bug not to trim space of login username (#1796)
Lunny Xiao [Wed, 24 May 2017 16:12:00 +0000 (00:12 +0800)]
fix bug not to trim space of login username (#1796)

7 years agoFix renaming bug (#1786)
Ethan Koenig [Wed, 24 May 2017 06:01:02 +0000 (02:01 -0400)]
Fix renaming bug (#1786)

7 years agoMake navbar scroll on overflow (#1777)
Patrick G [Wed, 24 May 2017 06:00:40 +0000 (02:00 -0400)]
Make navbar scroll on overflow (#1777)

* Scrollbars on overflow of horizontal nav

* Update _base.less

* Add fade out on right side of overflowing nav

* Update _base.less

7 years agoRename RepoCreationNum -> MaxCreationLimit (#1766)
Jonas Östanbäck [Wed, 24 May 2017 00:27:08 +0000 (02:27 +0200)]
Rename RepoCreationNum -> MaxCreationLimit (#1766)

7 years agoImprove grammar (#1775)
Patrick G [Tue, 23 May 2017 08:01:27 +0000 (04:01 -0400)]
Improve grammar (#1775)

7 years agoDelete repo redirects on repo deletion (#1776)
Ethan Koenig [Tue, 23 May 2017 08:00:10 +0000 (04:00 -0400)]
Delete repo redirects on repo deletion (#1776)

7 years agoMake side nav on dashboard stackable (#1778)
Patrick G [Tue, 23 May 2017 07:58:43 +0000 (03:58 -0400)]
Make side nav on dashboard stackable (#1778)

7 years agofix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)
Bo-Yi Wu [Sun, 21 May 2017 14:48:35 +0000 (22:48 +0800)]
fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)

* fix: #1757 fix set MAX_CREATION_LIMIT as zero.

* fix: missing default value

7 years agoFix unloaded owner (#1770)
Ethan Koenig [Sun, 21 May 2017 06:35:45 +0000 (02:35 -0400)]
Fix unloaded owner (#1770)

7 years agoFix and test for delete user (#1713)
Ethan Koenig [Sat, 20 May 2017 08:48:22 +0000 (04:48 -0400)]
Fix and test for delete user (#1713)

* Fix and test for delete user

* Run updates in batches

* Unit test

7 years agoAdd error direclty when user tries to create new repo and limit already hit (#1767)
Jonas Östanbäck [Sat, 20 May 2017 08:47:48 +0000 (10:47 +0200)]
Add error direclty when user tries to create new repo and limit already hit (#1767)

7 years agoUpdate HighlightJS and fix YAML files highlighting (#1764)
Andrey Nering [Sat, 20 May 2017 03:52:35 +0000 (00:52 -0300)]
Update HighlightJS and fix YAML files highlighting (#1764)

* Update HighlightJS to 9.11.0

* Fix YAML files highlighting

7 years agoAdmin should always be allowed to create repos even if hit limit (#1765)
Jonas Östanbäck [Sat, 20 May 2017 03:51:19 +0000 (05:51 +0200)]
Admin should always be allowed to create repos even if hit limit (#1765)

7 years agofixes wrong after field in webhook payload (#1746)
Kim "BKC" Carlbäcker [Fri, 19 May 2017 10:12:27 +0000 (12:12 +0200)]
fixes wrong after field in webhook payload (#1746)

7 years agofix admin lost permission caused by #947 (#1753)
Kim "BKC" Carlbäcker [Fri, 19 May 2017 10:10:17 +0000 (12:10 +0200)]
fix admin lost permission caused by #947 (#1753)

7 years agofix admin lost permission caused by #947 1753/head
Lunny Xiao [Fri, 19 May 2017 00:59:26 +0000 (08:59 +0800)]
fix admin lost permission caused by #947

7 years agoAdd button to admin ui (#1738)
Rémy Boulanouar [Fri, 19 May 2017 00:20:41 +0000 (02:20 +0200)]
Add button to admin ui (#1738)

* Add button to admin ui

* Update according to review

* Update locale_fr-FR.ini

* Rollback to locale french file

7 years agoAdd swagger comment for MirrorSync (#1747)
Jonas Östanbäck [Fri, 19 May 2017 00:20:06 +0000 (02:20 +0200)]
Add swagger comment for MirrorSync (#1747)

* Add swagger comment for MirrorSync

* Generate swagger.v1.json

7 years agoFix test
Andrey Nering [Thu, 18 May 2017 17:35:06 +0000 (14:35 -0300)]
Fix test

There was a panic when there's no logged in user

7 years agoAdd units to team (#947)
Lunny Xiao [Thu, 18 May 2017 14:54:24 +0000 (22:54 +0800)]
Add units to team (#947)

* add units to team

* fix lint

* finish team setting backend

* finished permission controll on routes

* fix import blank line

* add unit check on ssh/http pull and push and fix test failed

* fix fixtures data

* remove unused code

7 years agoCorrect grammar in APIEmpty documentation (#1748)
Jonas Östanbäck [Thu, 18 May 2017 14:39:42 +0000 (16:39 +0200)]
Correct grammar in APIEmpty documentation (#1748)

* Correct grammar in APIEmpty doc

* Generate swagger.v1.json

7 years agoShow repos acording to user/organization
Andrey Nering [Thu, 18 May 2017 14:28:29 +0000 (11:28 -0300)]
Show repos acording to user/organization

7 years agoRemove colaborative repo panel
Andrey Nering [Thu, 18 May 2017 14:16:04 +0000 (11:16 -0300)]
Remove colaborative repo panel

7 years agoFix org repos not showing on dashboard search
Andrey Nering [Thu, 18 May 2017 14:15:32 +0000 (11:15 -0300)]
Fix org repos not showing on dashboard search

7 years agofixes wrong after field in webhook payload 1746/head
Diep Pham [Thu, 18 May 2017 05:16:36 +0000 (12:16 +0700)]
fixes wrong after field in webhook payload

when merge pull request

7 years agoFix bad grammar and wordiness (#1741)
Patrick G [Thu, 18 May 2017 01:03:43 +0000 (01:03 +0000)]
Fix bad grammar and wordiness (#1741)

* Fix bad grammar and wordiness

* Update locale_en-US.ini

* Update locale_en-US.ini

* Update locale_en-US.ini

* Update locale_en-US.ini

* Update locale_en-US.ini

* Update locale_en-US.ini

* Update locale_en-US.ini

7 years agoChange two factor code entry box from text to number (#1733)
Patrick G [Tue, 16 May 2017 07:30:20 +0000 (03:30 -0400)]
Change two factor code entry box from text to number (#1733)

7 years agofix avatar update bug (#1729)
Lunny Xiao [Tue, 16 May 2017 00:36:09 +0000 (08:36 +0800)]
fix avatar update bug (#1729)

7 years agore-Generate swagger.json (#1722)
Antoine GIRARD [Sun, 14 May 2017 09:37:15 +0000 (11:37 +0200)]
re-Generate swagger.json (#1722)

changes introduced to repo format by : go-gitea/gitea#1687 go-gitea/go-sdk#58  go-gitea/gitea#1668 go-gitea/go-sdk#56

7 years agoAdd new text for reset password flash (#1718)
Jonas Östanbäck [Sun, 14 May 2017 02:38:30 +0000 (04:38 +0200)]
Add new text for reset password flash (#1718)

* 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

7 years agogofmt (#1710)
Ethan Koenig [Fri, 12 May 2017 08:09:53 +0000 (04:09 -0400)]
gofmt (#1710)

7 years agoFix rendering of issue checkboxes (#1709)
Ethan Koenig [Fri, 12 May 2017 07:52:45 +0000 (03:52 -0400)]
Fix rendering of issue checkboxes (#1709)

7 years agoHide the create organization button (in dashboard/organization section) (#1705)
Jun Hsieh ♞ [Fri, 12 May 2017 07:10:25 +0000 (00:10 -0700)]
Hide the create organization button (in dashboard/organization section) (#1705)

when the user has no such permission.

7 years agoAdded Parent property to the repo API (#1687)
guyzmo [Fri, 12 May 2017 03:09:26 +0000 (05:09 +0200)]
Added Parent property to the repo API (#1687)

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
7 years agoDon't recreate database in integration tests (#1697)
Ethan Koenig [Thu, 11 May 2017 15:32:43 +0000 (11:32 -0400)]
Don't recreate database in integration tests (#1697)

7 years agoCorrect spelling mistakes (#1703)
Jonas Östanbäck [Thu, 11 May 2017 01:03:34 +0000 (03:03 +0200)]
Correct spelling mistakes (#1703)

* Nitpicking

7 years agoLDAP user synchronization (#1478)
Lauris BH [Wed, 10 May 2017 13:10:18 +0000 (16:10 +0300)]
LDAP user synchronization (#1478)

7 years agomarkup: microoptimise for many short filenames in directory (#1534)
mappu [Tue, 9 May 2017 14:20:22 +0000 (02:20 +1200)]
markup: microoptimise for many short filenames in directory (#1534)

* 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()

7 years agoremove sqlite tag when integration test with mysql/postgres AND recreate database...
Lunny Xiao [Tue, 9 May 2017 13:42:55 +0000 (21:42 +0800)]
remove sqlite tag when integration test with mysql/postgres AND recreate database when init integration test (#1693)

7 years agoRealy don't cache apk index
Daniel Wendler (@cassandra) [Mon, 8 May 2017 11:09:20 +0000 (13:09 +0200)]
Realy don't cache apk index

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.

7 years agoImprove dashboard repo search (#1652)
Andrey Nering [Tue, 9 May 2017 00:31:30 +0000 (21:31 -0300)]
Improve dashboard repo search (#1652)

* Add VueJS

* Improve dashboard search

* Fix tab switching

* Fix input autofocus

7 years agoAdd configuration option for default permission to create Organizations (#1686)
Lauris BH [Mon, 8 May 2017 19:51:53 +0000 (22:51 +0300)]
Add configuration option for default permission to create Organizations (#1686)

7 years agofix potential sqlite lock #1680
Kim "BKC" Carlbäcker [Mon, 8 May 2017 08:02:44 +0000 (10:02 +0200)]
fix potential sqlite lock #1680

7 years agofix bug when push a branch name with / & fix an integration test bug (#1689)
Lunny Xiao [Mon, 8 May 2017 02:55:27 +0000 (10:55 +0800)]
fix bug when push a branch name with / & fix an integration test bug (#1689)

7 years agoShow commit status icon in commits table (#1688)
Lauris BH [Sun, 7 May 2017 14:40:31 +0000 (17:40 +0300)]
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

7 years agoEnforce netgo build tag while cross-compilation (#1690)
Thomas Boerger [Sun, 7 May 2017 14:06:30 +0000 (16:06 +0200)]
Enforce netgo build tag while cross-compilation (#1690)

7 years agoRemove env user salt since no need to use (#1515)
Lunny Xiao [Sat, 6 May 2017 13:21:22 +0000 (21:21 +0800)]
Remove env user salt since no need to use (#1515)

* remove env user salt since no need to use

* remove unused variable from update.go

7 years agoFix commit sha1 URL rendering in markdown (#1677)
Lauris BH [Fri, 5 May 2017 08:49:13 +0000 (11:49 +0300)]
Fix commit sha1 URL rendering in markdown (#1677)

* 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

7 years agoRemove sha1 hash display in repository table and add latest commit GPG check (#1678)
Lauris BH [Fri, 5 May 2017 07:15:36 +0000 (10:15 +0300)]
Remove sha1 hash display in repository table and add latest commit GPG check (#1678)

7 years agoDownload files to their original filename (#1676)
silverwind [Fri, 5 May 2017 06:03:54 +0000 (08:03 +0200)]
Download files to their original filename (#1676)

7 years agoExposes in API the Repo entity's Size and IsBare property (#1668)
guyzmo [Fri, 5 May 2017 02:55:54 +0000 (04:55 +0200)]
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>
7 years agofix potential sqlite lock 1680/head
Lunny Xiao [Fri, 5 May 2017 02:13:48 +0000 (10:13 +0800)]
fix potential sqlite lock

7 years agoUpgrade alpine to v3.5 in Dockerfile (#1633)
Peter Dave Hello [Fri, 5 May 2017 00:47:20 +0000 (19:47 -0500)]
Upgrade alpine to v3.5 in Dockerfile (#1633)

7 years agofix potential lock when sqlite (#1647)
Lunny Xiao [Fri, 5 May 2017 00:47:03 +0000 (08:47 +0800)]
fix potential lock when sqlite (#1647)

7 years agoFix static files permission under public/ (#1675)
Peter Dave Hello [Fri, 5 May 2017 00:42:28 +0000 (19:42 -0500)]
Fix static files permission under public/ (#1675)

7 years agofix: tag contain character ) will http 500 on release page (#1670)
Bo-Yi Wu [Thu, 4 May 2017 15:38:34 +0000 (23:38 +0800)]
fix: tag contain character ) will http 500 on release page (#1670)

7 years agoAdd @lafriks as maintainer
Lauris Bukšis-Haberkorns [Thu, 4 May 2017 14:44:23 +0000 (17:44 +0300)]
Add @lafriks as maintainer

7 years agogofmt (#1662)
Ethan Koenig [Thu, 4 May 2017 05:54:56 +0000 (01:54 -0400)]
gofmt (#1662)

7 years agoDrop db operations from hook commands (#1514)
Lunny Xiao [Thu, 4 May 2017 05:42:02 +0000 (13:42 +0800)]
Drop db operations from hook commands (#1514)

* 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

7 years agoFix CSS for wiki markdown (#1660)
Jonas Östanbäck [Wed, 3 May 2017 12:22:14 +0000 (14:22 +0200)]
Fix CSS for wiki markdown (#1660)

7 years agoGenerate swagger json (#1402)
Antoine GIRARD [Tue, 2 May 2017 13:35:59 +0000 (15:35 +0200)]
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

7 years agoImprove govendor testing (#1623)
Antoine GIRARD [Tue, 2 May 2017 13:22:21 +0000 (15:22 +0200)]
Improve govendor testing (#1623)

- Use `govendor list +outside +unused` for finding missing or unused deps and govendor status for catching modified vendor.
- Remove appengine import

7 years agofix multiple readme file rendering and fix #1657 (#1658)
Lunny Xiao [Tue, 2 May 2017 08:57:54 +0000 (16:57 +0800)]
fix multiple readme file rendering and fix #1657 (#1658)

* fix multiple readme file rendering and fix #1657

* remove unnecessary loop

7 years agoAdd primary key and index to external login user table (#1656)
Lauris BH [Tue, 2 May 2017 08:41:44 +0000 (11:41 +0300)]
Add primary key and index to external login user table (#1656)

7 years agoSort on repo size in admin panel (#1654)
Jorrit Klein Bramel [Tue, 2 May 2017 08:34:28 +0000 (10:34 +0200)]
Sort on repo size in admin panel (#1654)

* fix #1653 sort on repo size

* fix minor mistake in en-us locale

7 years agoUpdate xorm to latest version (#1651)
Lauris BH [Tue, 2 May 2017 00:50:33 +0000 (03:50 +0300)]
Update xorm to latest version (#1651)

* Update xorm to latest version

* Update xorm/builder

7 years agoDo not allow commiting to protected branch from online editor (#1502)
Lauris BH [Tue, 2 May 2017 00:49:55 +0000 (03:49 +0300)]
Do not allow commiting to protected branch from online editor (#1502)

* 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

7 years agomake openid support default false for compitable with v1.1 (#1650)
Lunny Xiao [Mon, 1 May 2017 16:27:53 +0000 (00:27 +0800)]
make openid support default false for compitable with v1.1 (#1650)

7 years agoAdditional OAuth2 providers (#1010)
Willem van Dreumel [Mon, 1 May 2017 13:26:53 +0000 (15:26 +0200)]
Additional OAuth2 providers (#1010)

* 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

7 years agoOptimize png images via Google zopflipng [ci skip] (#1639)
Peter Dave Hello [Sun, 30 Apr 2017 12:04:36 +0000 (20:04 +0800)]
Optimize png images via Google zopflipng [ci skip] (#1639)

7 years agoMySQL, Postgres integration tests in drone (#1638)
Ethan Koenig [Sun, 30 Apr 2017 06:30:12 +0000 (02:30 -0400)]
MySQL, Postgres integration tests in drone (#1638)

* MySQL, Postgres integration tests in drone

* Fix .drone.yml

* sign drone

* resign drone

7 years agofix #1643 and improve integration test (#1645)
Lunny Xiao [Sun, 30 Apr 2017 05:08:09 +0000 (13:08 +0800)]
fix #1643 and improve integration test (#1645)

7 years agoLimit clone depth when drone-building (#1644)
Sandro Santilli [Sun, 30 Apr 2017 04:32:30 +0000 (06:32 +0200)]
Limit clone depth when drone-building (#1644)

* Limit clone depth when drone-building

* sign drone

7 years agoFix broken migration v27 (#1504)
Jonas Östanbäck [Sun, 30 Apr 2017 02:08:16 +0000 (04:08 +0200)]
Fix broken migration v27 (#1504)

Mirror.interval column type needed to be changed to bigint.
Correct interval where the interval set is < MinInterval.

7 years agoRefactor Dockerfile
Peter Dave Hello [Fri, 28 Apr 2017 11:55:19 +0000 (19:55 +0800)]
Refactor Dockerfile

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.

7 years agofix bug on issue view when not login (#1624)
Lunny Xiao [Sat, 29 Apr 2017 05:52:25 +0000 (13:52 +0800)]
fix bug on issue view when not login (#1624)

* fix bug on issue view when not login

* hide issue watch when not login

* update the tests

* fix test on issue

7 years agobug fixed for API to get user's repos (#1622)
Lunny Xiao [Sat, 29 Apr 2017 04:33:25 +0000 (12:33 +0800)]
bug fixed for API to get user's repos (#1622)

* bug fixed for API to get user's repos

* add tests and fix another place

* test user2 since user1 has no repos

7 years agoRevert "Set VERSION from git once, in a variable (#1447)"
Kim "BKC" Carlbäcker [Fri, 28 Apr 2017 13:48:24 +0000 (15:48 +0200)]
Revert "Set VERSION from git once, in a variable (#1447)"

This reverts commit 410af6971b87ac5dc7ac198f538d8383c1f47a1f.

7 years agoupdate git which fixes #1133 (#1614)
Lunny Xiao [Fri, 28 Apr 2017 14:20:58 +0000 (22:20 +0800)]
update git which fixes #1133 (#1614)

7 years ago[ci skip] Add "Table of Contents" in CONTRIBUTING.md (#1634)
Peter Dave Hello [Fri, 28 Apr 2017 13:56:28 +0000 (21:56 +0800)]
[ci skip] Add "Table of Contents" in CONTRIBUTING.md (#1634)

7 years agoimprove integration test to resue models/fixtures and store git repos with tests...
Lunny Xiao [Fri, 28 Apr 2017 13:23:28 +0000 (21:23 +0800)]
improve integration test to resue models/fixtures and store git repos with 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

7 years agoHandle display of GPG key without end date (#1628)
Antoine GIRARD [Fri, 28 Apr 2017 00:44:58 +0000 (02:44 +0200)]
Handle display of GPG key without end date (#1628)

7 years agofix #1521 (#1621)
Lunny Xiao [Thu, 27 Apr 2017 12:15:56 +0000 (20:15 +0800)]
fix #1521 (#1621)

7 years agoremove unused vendor packages (#1620)
Lunny Xiao [Thu, 27 Apr 2017 10:10:34 +0000 (18:10 +0800)]
remove unused vendor packages (#1620)

7 years agoAdd create_at and updated_at in PR json (#1616)
Jonas Östanbäck [Thu, 27 Apr 2017 09:29:46 +0000 (11:29 +0200)]
Add create_at and updated_at in PR json (#1616)

* Move new fields to object creation (use reference)
 * Vendor: Update SDK

7 years agoRework SSH key management UI to add GPG (#1293)
Antoine GIRARD [Wed, 26 Apr 2017 13:10:43 +0000 (15:10 +0200)]
Rework SSH key management UI to add GPG (#1293)

* 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