Ethan Koenig
3749b83466
Fix repo links on user profile ( #3197 )
7 years ago
silverwind
7cd177eb16
Improve suppressed diff boxes ( #3193 )
7 years ago
Lunny Xiao
d9b3afb0be
Improvements for supporting UI Location ( #3146 )
* improvements for supporting UI Location
* improved the comment
7 years ago
Lauris BH
ddc6a1bf19
Reorder migrations, skip errors if running migration again ( #3160 )
* Reorder migrations, skip errors if running migration again
* Rename migration file names to match migration version
* Add note about ingored error
7 years ago
Lauris BH
24c2422623
Fix wiki page list not rendering after updatedunix changes ( #3175 )
7 years ago
Lunny Xiao
7246bc58a8
fix run web with -p push failed ( #3154 )
7 years ago
Ethan Koenig
739808427a
Fix new pull request link ( #3133 )
* Fix new pull request link
* Only show button for branches
7 years ago
GiteaBot
127336e650
[skip ci] Updated translations via Crowdin
7 years ago
Lunny Xiao
81728786f2
fix org owner cannot be removed if there is not in owner team ( #3164 )
7 years ago
Ethan Koenig
5a6e79de9f
Make test more robust ( #3167 )
7 years ago
GiteaBot
265597c397
[skip ci] Updated translations via Crowdin
7 years ago
Lunny Xiao
779736ae0f
fix source download link when no code unit allowed ( #3166 )
7 years ago
haytona
c7c2aa6194
Enable emoji for wiki view ( #3158 )
Enable emoji for wiki page content. It is enabled in the edit preview so the view should match.
Signed-off-by: Hamish Carpenter <hamish@hamishcarpenter.com>
7 years ago
Kim "BKC" Carlbäcker
ebdde24e92
Fix Uninitialized variable in ParsePatch ( #3156 )
7 years ago
Lunny Xiao
807938824d
fix gpg tmpl ( #3153 )
7 years ago
Lauris BH
b1376d21a4
Move build without gcc step up so that it's binary is not used in docker ( #3147 )
7 years ago
Lunny Xiao
1915a576a2
simple usage of x ( #3144 )
7 years ago
harry
41aa0418d2
Mention completion for issue editor. ( #3136 )
* new issue mention
* Mention completion on new issue and view issue page.
* Code format.
* Require tribute in pull request page.
7 years ago
Lunny Xiao
a5c212cd1e
Refactor struct's time to remove unnecessary memory usage ( #3142 )
* refactor struct's time to remove unnecessary memory usage
* use AsTimePtr simple code
* fix tests
* fix time compare
* fix template on gpg
* use AddDuration instead of Add
7 years ago
Ethan Koenig
ba9a6b4f3f
Restore make test target ( #3139 )
* Restore make test target
* make build -> go build
7 years ago
Ethan Koenig
1f8dbb8dcf
Update code.gitea.io/git ( #3137 )
7 years ago
Ethan Koenig
9022d27d39
Log unexpected responses in integration tests ( #3138 )
* Log flash error message in integration tests
* Also log short, non-HTML responses
7 years ago
Ethan Koenig
ec00d037ac
Fixtures for public_key table ( #3140 )
7 years ago
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