Ethan Koenig
366284dac1
Fix integration tests ( #3141 )
7 years ago
Lunny Xiao
1b434bae40
Fix compile failed without gcc ( #3130 )
* fix comile failed without gcc
* add sqlite tag for unit test
7 years ago
GiteaBot
7f139fa7a1
[skip ci] Updated translations via Crowdin
7 years ago
Antoine GIRARD
b5904baf96
Update alpine to 3.7 ( #3121 )
7 years ago
Lunny Xiao
7ab95030b7
Fix missing drone test on release/* ( #3126 )
* fix missing drone test on release/*
* remove test coverage on release/*
7 years ago
GiteaBot
ea6ae362b0
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
848015e22b
Backport changelog for 1.3 release ( #3120 )
7 years ago
GiteaBot
43e9340fbf
[skip ci] Updated translations via Crowdin
7 years ago
Antoine GIRARD
b0e1adee16
Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. ( #3092 )
* Add failing test
* Fix urls
* Improve url in tests
* improve testing
* Remove debug code
* Add deps
* LFS corner-case : Search on lower but store with case
* Temporary comment of blocking action
* fix hooks
* Use temporary repo for git client test
* Use userPassword in place of hard-coded password
7 years ago
GiteaBot
9828751511
[skip ci] Updated translations via Crowdin
7 years ago
Ethan Koenig
6b5918e41c
Fix missing branch in release bug ( #3108 )
7 years ago
Ethan Koenig
cdcf0a7f8e
Remove unnecessary function call ( #3109 )
7 years ago
Ethan Koenig
58595541ab
Fix repo indexer and submodule bug ( #3107 )
7 years ago
Sasha Varlamov
78d4d96741
Allow adding collaborators with (fullname) ( #3103 )
* Allow adding collaborators with (fullname)
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Refactor username suffix to utils pkg
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
7 years ago
Sasha Varlamov
e592111427
Add 'mark all read' option to notifications ( #3097 )
* Add 'mark all read' option to notifications
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Tests for reactions (#3083 )
* Unit tests for reactions
* Fix import order
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Fix reaction possition when there is attachments (#3099 )
Refactor notifications swap function
* Accept change to drop beforeupdate call
* Update purge notifications error message for consistency
* Drop unnecessary check for mark all as read button
* Remove debugging comment
7 years ago
silverwind
22734ea81b
Rework button styles on repo and commit page ( #3104 )
7 years ago
Ethan Koenig
a9e7f91f84
Fix legacy URL redirects ( #3100 )
7 years ago
Vlad Temian
20952f1c5f
Delete a user's public key via admin api ( closes #3014 ) ( #3059 )
* Delete a user's public key via admin api
* Test admin ssh endpoint for creating a new ssh key
* Adapt public ssh key test to also test the delete operation
* Test that deleting a missing key will result in a 404
* Test that a normal user can't delete another user's ssh key
* Make DeletePublicKey return err
* Update swagger doc
7 years ago
Lauris BH
32c8381857
Fix reaction possition when there is attachments ( #3099 )
7 years ago
Lauris BH
badfbdeba1
Tests for reactions ( #3083 )
* Unit tests for reactions
* Fix import order
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
7 years ago
silverwind
ca23dd3e30
fix button heights on commits page ( #3091 )
7 years ago
bibaijin
1c31cb3bc5
add quotation around ports in docker-compose.yml ( #3090 )
7 years ago
Ethan Koenig
abb48fc746
Fix repo links ( #3093 )
7 years ago
Lunny Xiao
27443cedf6
fix redis cache failed ( #3086 )
7 years ago
GiteaBot
bcac37d220
[skip ci] Updated translations via Crowdin
7 years ago
znegva
9e4c39dbb8
fixed in-page-link in CONTRIBUTING.md ( #3087 )
7 years ago
Ethan Koenig
87eaef2859
Sort repos in issues dashboard sidebar ( #3072 )
* Sort repos in issues dashboard sidebar
* Sort repos by name
7 years ago
Ethan Koenig
8c0ba9b0e6
Fix error message sanitiziation ( #3082 )
7 years ago
Lauris BH
d0c132552e
Add reactions to issues/PR and comments ( #2856 )
7 years ago
Ethan Koenig
61265d6037
Use httptest in integration tests ( #3080 )
7 years ago
techknowlogick
faa61247d0
Minor copy changes ( #3074 )
* Minor copy changes
Fixes #3058
* Use TrN for translations that depend on count
Fix minor type with branches count
7 years ago
Ethan Koenig
6a17ccbd81
Fix avatar URLs ( #3069 )
* Fix avatar URLs
* import order
7 years ago
Piotr Orzechowski
78c665a4ec
Enable content trust when building image ( #2972 )
7 years ago
GiteaBot
fed8b5c171
[skip ci] Updated translations via Crowdin
7 years ago
Ethan Koenig
f38f50f62e
Sanitize logs for mirror sync ( #3057 )
7 years ago
Ethan Koenig
d6b1f1fec3
Fix ref parsing in commit messages ( #3067 )
7 years ago
techknowlogick
ada8c5a804
Reduce overhead of upgrades for users with custom stylesheets/JS ( #3051 )
7 years ago
silverwind
e4f0173f81
Remove box-shadow from UI, fix dashboard issue ( #3065 )
7 years ago
Lunny Xiao
cb44160cbd
fix issue list branch link broken ( #3061 )
7 years ago
silverwind
ec9dabfd26
Convert tabs to spaces in .less files ( #3064 )
7 years ago
silverwind
72b3cee75e
Adjust branch button size ( #3063 )
7 years ago
silverwind
5db8b14ab1
Fix misalignment issue in repo header ( #3062 )
7 years ago
Lunny Xiao
6c183dba54
Fix missing password length check when change password ( #3039 )
* fix missing password length check when change password
* add tests for change password
7 years ago
Lunny Xiao
9fb62a93c5
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName ( #3043 )
* remove GetRepositoryByRef and add GetRepositoryByOwnerAndName
* fix tests
* fix tests bug
* some improvements
7 years ago
silverwind
d5fac87a0a
Fix CSS instructions in CONTRIBUTING.md ( #3053 )
7 years ago
silverwind
9d3e3bfdca
Dashboard: Fix line height problem in issue titles ( #3054 )
7 years ago
Piotr Orzechowski
74d73008b5
Default log level to Info without hardcoding it in installer ( #3041 )
7 years ago
Lunny Xiao
26a3a5a8b8
remove duplicated sanitize ( #3037 )
7 years ago
Lunny Xiao
4b21065325
remove unused variable ( #3038 )
7 years ago
Ethan Koenig
c823d71928
Unit tests for wiki routers ( #3022 )
7 years ago