kolaente and techknowlogick
225c48982b
Fixed heatmap not working in mssql ( #5248 )
2018-11-01 14:12:17 -04:00
Stanislav and techknowlogick
fa165621ed
Update golang version in Dockerfile ( #5246 )
2018-11-01 12:43:17 -04:00
GiteaBot
4b84928874
[skip ci] Updated translations via Crowdin
2018-11-01 13:42:58 +00:00
zeripath and techknowlogick
7d9a191a3c
Create AuthorizedKeysCommand ( #5236 )
2018-11-01 09:41:07 -04:00
zeripath and techknowlogick
00533d3870
Keys API changes ( #4960 )
...
* Add private information to the deploy keys api
This commit adds more information to the deploy keys to allow for back
reference in to the main keys list. It also adds information about the
repository that the key is referring to.
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Add private information to the user keys API
This adjusts the keys API to give out private information to user keys if
the current user is the owner or an admin.
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Add ability to search keys by fingerprint
This commit adds the functionality to search ssh-keys by fingerprint of
the ssh-key. Deploy keys per repository can also be searched. There is
no current clear API point to allow search of all deploy keys by
fingerprint or keyID.
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Add integration test
2018-10-31 23:40:49 -04:00
Peter Hoffmann and techknowlogick
584844eada
fix: Accept web-command cli flags if web-command is commited ( #5200 )
...
* fix: Accept web-command cli flags if web-command is commited
* Added flags of default cmd CmdWeb to app-wide flags
* If command *is* specified app-wide flags are ignored
Resolves : #5065
Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de >
* Removed style breaking newline
* broken windows need to be fixed
* provides requested change
2018-10-31 20:36:41 -04:00
Jonas Bröms and techknowlogick
6c90dd1f4a
Update API link in README ( #5241 )
2018-10-31 20:18:28 -04:00
GiteaBot
c8b4c7af65
[skip ci] Updated translations via Crowdin
2018-10-31 20:58:56 +00:00
Stanislav and techknowlogick
794049e824
fix compatibility heatmap with mysql 8 ( #5232 )
2018-10-31 16:56:32 -04:00
Robert Ștefan and techknowlogick
7edb930240
Add command for migrating database ( #4954 )
2018-10-30 23:14:42 -04:00
Lauris BH and techknowlogick
6eff62ae09
Add changelog for 1.5.3 release ( #5227 )
2018-10-30 22:13:14 -04:00
Jerry Jacobs and techknowlogick
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 and techknowlogick
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 and techknowlogick
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 and techknowlogick
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 and techknowlogick
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 and techknowlogick
a3e084716e
Add AutoHead functionality. ( #5186 )
...
Fixes #5153
2018-10-30 11:08:49 -04:00
Nicolas Lenz and techknowlogick
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 and techknowlogick
e61c6cd3db
fix data race on migrate repository ( #5224 )
2018-10-30 10:06:01 -04:00
Lunny Xiao and Lauris BH
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 and Lunny Xiao
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 and Lunny Xiao
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 and GitHub
735b12eaf0
fix sqlite lock ( #5210 )
2018-10-30 09:21:18 +08:00
James Anderson and techknowlogick
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 and techknowlogick
70a80e31cf
fix sqlite and mssql lock ( #5214 )
2018-10-29 09:48:37 -04:00
Mura Li and techknowlogick
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 and techknowlogick
8b4c4bd08f
k8s deployment ( #5046 )
2018-10-28 21:28:06 -04:00
AJ ONeal and techknowlogick
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 and techknowlogick
a2ee2a3c67
fix showing pull request link when delete a branch ( #5166 )
2018-10-28 18:15:25 -04:00
Peter Hoffmann and techknowlogick
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 and Jonas Franz
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 and techknowlogick
8a9e44d181
Update with-docker.en-us.md ( #5203 )
...
Improve grammar in second paragraph.
2018-10-27 23:18:55 -04:00
Lunny Xiao and GitHub
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 and techknowlogick
99c09dfbfa
Update vendor/golang.org/x/sys ( #5059 )
2018-10-26 19:18:40 -04:00
Antoine GIRARD and techknowlogick
2af57c7820
Update x/net ( #5169 )
2018-10-26 19:05:56 -04:00
briolantonio and techknowlogick
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 and Lauris BH
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 and Lunny Xiao
aeb5655c25
Update go-macaron/session to latest mast to fix RCE-bug ( #5177 )
2018-10-25 19:53:39 +08:00
Lunny Xiao and GitHub
5f938c0c78
Fix sqlite lock ( #5176 )
...
* fix sqlite lock
* fix sqlite lock on getUnitType
2018-10-25 18:55:16 +08:00
Mura Li and Lunny Xiao
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 and Lunny Xiao
c258ae8ada
revert #5146 ( #5167 )
2018-10-25 16:31:26 +08:00
Antoine GIRARD and Jonas Franz
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