Robert Ștefan
7edb930240
Add command for migrating database ( #4954 )
2018-10-30 23:14:42 -04:00
Lauris BH
6eff62ae09
Add changelog for 1.5.3 release ( #5227 )
2018-10-30 22:13:14 -04:00
Jerry Jacobs
22ad514297
Fix issue where ecdsa and other key types are not synced from LDAP ( #5092 ) ( #5094 )
...
* Fix issue where ecdsa and other key types are not synced from LDAP authentication provider fixes #5092
* integrations/auth_ldap_test.go: Add Hermes Conrad new ecdsa-sha2-nistp256 publickey fingerprint
* integrations/auth_ldap_test.go: Use ssh-keygen -lf <filename> -E sha256
2018-10-30 20:08:30 -04:00
L.E.R
b686bd0c94
Fix markdown image with link ( #4675 )
...
* Fix markdown image with link
* Add gitea copyright notice
* add a test for markdown image with link
* remove svg related variables
2018-10-30 18:26:28 -04:00
Lunny Xiao
10370651fc
This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql ( #5136 )
...
* This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql
* fix tests
2018-10-30 17:48:37 -04:00
Lanre Adelowo
e5daa2698f
Generate random password ( #5023 )
...
* add random-password flag
* run make fmt
* add length cli flag rather than use a default value
2018-10-30 17:34:25 -04:00
Fabian Braun
d0f614a25b
only chown directories during docker setup if necessary. Fix #4425 ( #5064 )
...
Signed-off-by: Fabian Braun <fabian-braun@mailbox.org>
2018-10-30 11:41:41 -04:00
GiteaBot
98ea1a5143
[skip ci] Updated translations via Crowdin
2018-10-30 15:20:31 +00:00
zeripath
a3e084716e
Add AutoHead functionality. ( #5186 )
...
Fixes #5153
2018-10-30 11:08:49 -04:00
Nicolas Lenz
220ee6ae42
Pass link prefixes to external markup parsers ( #5201 )
...
* Pass environment variables for URL prefixes to external markup parser
Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
* Document external markup link prefix environment variables
Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
* Run format on link prefix changes
Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
2018-10-30 10:34:12 -04:00
Lunny Xiao
e61c6cd3db
fix data race on migrate repository ( #5224 )
2018-10-30 10:06:01 -04:00
Lunny Xiao
0ba57949e4
remove unused db init on commands serv, update, hooks ( #5225 )
2018-10-30 12:41:25 +02:00
GiteaBot
5fc0a12627
[skip ci] Updated translations via Crowdin
2018-10-30 06:22:29 +00:00
Antoine GIRARD
617a2433a3
Make gitea serv use api/internal ( #4886 )
...
* Start to move to internal/private
* Add GetPublicKeyByID
* Add HasDeployKey
* Add private.UpdateDeployKeyUpdated
* Add private.GetUserByKeyID
* Add private.AccessLevel
* Add private.CheckUnitUser
* Fix mistakes I made
* Some cleaning + moving code to separate files
* Fix error handling
* Remove useless error handling for setup
* lint: fix comment on exported func
* fix copyright header
* Fix order of args
2018-10-30 14:20:13 +08:00
GiteaBot
aefeb8c465
[skip ci] Updated translations via Crowdin
2018-10-30 03:08:04 +00:00
Jonas Bröms
db30d6d791
Serve audio files using HTML5 audio tag ( #5221 )
...
* Serve audio files using HTML5 audio tag
* Correct copy paste error
2018-10-30 10:17:26 +08:00
Lunny Xiao
735b12eaf0
fix sqlite lock ( #5210 )
2018-10-30 09:21:18 +08:00
James Anderson
1ceae07560
Fix emojis not showing in commit messages ( #5168 )
...
Fixes #5150
Signed-off-by: James Anderson <james@jamesa.me>
2018-10-29 17:00:34 -04:00
GiteaBot
d4e6278764
[skip ci] Updated translations via Crowdin
2018-10-29 13:50:58 +00:00
Lunny Xiao
70a80e31cf
fix sqlite and mssql lock ( #5214 )
2018-10-29 09:48:37 -04:00
Mura Li
7694c99ab3
Kill testing processes if the test takes too long ( #5174 )
...
When timeout, Send ABRT signal to print backtraces for diagnosis.
The timeout value is set to 1200s (20mins) for now.
2018-10-28 21:54:13 -04:00
GiteaBot
abf6e0d90b
[skip ci] Updated translations via Crowdin
2018-10-29 01:31:15 +00:00
BetaCat
8b4c4bd08f
k8s deployment ( #5046 )
2018-10-28 21:28:06 -04:00
AJ ONeal
b8451190d8
UX of link account (Step 1) ( #5006 )
...
* Show either sign up OR sign in
* disambiguate fresh start from adding recovery options
* use tabs to switch between account link flows
* add active to tab body as well
* changes as per discussion
* handle specific error; fix missing err typo
2018-10-28 18:46:16 -04:00
Lunny Xiao
a2ee2a3c67
fix showing pull request link when delete a branch ( #5166 )
2018-10-28 18:15:25 -04:00
Peter Hoffmann
fb14458010
fix: Add secret to all webhook's payload where it has been missing ( #5199 )
...
* fix: Add secret to all webhook's payload where it has been missing
affects webhooks for:
* Delete
* Fork
* IssueComment
* Release
2018-10-28 18:03:02 -04:00
Rodrigo Villablanca Vásquez
48badd59e9
Fix to 3819 - Filtering issues by tags on main screen issues ( #3824 )
...
* Fix to 3819
* Changes suggested
* Empty line removed
* Fix error: non-name opts.Labels on left side of :=
2018-10-28 07:55:01 +01:00
Paul Strickland
8a9e44d181
Update with-docker.en-us.md ( #5203 )
...
Improve grammar in second paragraph.
2018-10-27 23:18:55 -04:00
Lunny Xiao
2b7c366f64
fix sqlite lock ( #5184 )
...
* fix sqlite lock
* fix bug
Co-Authored-By: lunny <xiaolunwen@gmail.com>
* fix bug
Co-Authored-By: lunny <xiaolunwen@gmail.com>
2018-10-27 22:45:24 +08:00
Antonio Huete Jimenez
99c09dfbfa
Update vendor/golang.org/x/sys ( #5059 )
2018-10-26 19:18:40 -04:00
Antoine GIRARD
2af57c7820
Update x/net ( #5169 )
2018-10-26 19:05:56 -04:00
briolantonio
f887085ee0
Update TRANSLATORS ( #5194 )
...
Hi,
I'm the guy who translated gitea during June in Italian.
I would like to have my name added to the translators list.
I translated nearly a thousand and a half words.
Thank you.
2018-10-26 13:37:36 -04:00
GiteaBot
e500b82c2c
[skip ci] Updated translations via Crowdin
2018-10-26 09:40:17 +00:00
Lunny Xiao
e7822473e9
Fix race on updatesize ( #5190 )
...
* fix race on updatesize
* fix more repoPath
2018-10-26 12:37:57 +03:00
Kim "BKC" Carlbäcker
aeb5655c25
Update go-macaron/session to latest mast to fix RCE-bug ( #5177 )
2018-10-25 19:53:39 +08:00
Lunny Xiao
5f938c0c78
Fix sqlite lock ( #5176 )
...
* fix sqlite lock
* fix sqlite lock on getUnitType
2018-10-25 18:55:16 +08:00
Mura Li
554581f848
Disable sqlite test ( #5178 )
...
For #5172
2018-10-25 18:37:46 +08:00
GiteaBot
890a0c3cee
[skip ci] Updated translations via Crowdin
2018-10-25 08:52:17 +00:00
Antoine GIRARD
c258ae8ada
revert #5146 ( #5167 )
2018-10-25 16:31:26 +08:00
Antoine GIRARD
ffd5fb8139
Set heatmap color range configurable ( #5165 )
2018-10-24 16:38:04 +02:00
GiteaBot
7e5eec430d
[skip ci] Updated translations via Crowdin
2018-10-24 13:17:43 +00:00
Antoine GIRARD
70ad46133f
Fix JSON result of empty array ( #5154 )
2018-10-24 21:17:21 +08:00
Mura Li
317ddb7283
Update vendor/github.com/mattn/go-sqlite3 ( #5162 )
...
To fix build failure on Windows/386
2018-10-24 16:18:51 +08:00
Mura Li
efa4e6bc6f
Update the docs for sqlite_unlock_notify ( #5145 )
2018-10-23 12:33:51 -04:00
Mura Li
159c2ffb0e
Update outdated Go toolchain version for .drone.yml ( #5146 )
2018-10-23 12:08:05 -04:00
Mura Li
25c49cf930
Update build tags for sqlite_unlock_notify ( #5144 )
2018-10-23 19:47:59 +08:00
Mura Li
2ce72d4e00
Update vendor/go-sqlite3 ( #5133 )
2018-10-23 13:28:10 +08:00
kolaente
6759237eda
User action heatmap ( #5131 )
...
* Added basic heatmap data
* Added extra case for sqlite
* Built basic heatmap into user profile
* Get contribution data from api & styling
* Fixed lint & added extra group by statements for all database types
* generated swagger spec
* generated swagger spec
* generated swagger spec
* fixed swagger spec
* fmt
* Added tests
* Added setting to enable/disable user heatmap
* Added locale for loading text
* Removed UseTiDB
* Updated librejs & moment.js
* Fixed import order
* Fixed heatmap in postgresql
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
Co-Authored-By: kolaente <konrad@kola-entertainments.de>
* Added copyright header
* Fixed a bug to show the heatmap for the actual user instead of the currently logged in
* Added integration test for heatmaps
* Added a heatmap on the dashboard
* Fixed timestamp parsing
* Hide heatmap on mobile
* optimized postgresql group by query
* Improved sqlite group by statement
2018-10-23 10:57:42 +08:00
Jonas Franz
f38fce916e
Add comment replies ( #5104 )
...
* Add comment replies
* Replace reviewID with review.ID
2018-10-22 16:13:35 -04:00
Mura Li
9458880c06
Increase the retry limit to 20 times and the interval to 200ms ( #5134 )
...
The original settings has less tolerance and would fail on some
environments.
2018-10-21 16:09:17 +02:00