GiteaBot
0b198eb392
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
332dbe7393
[skip ci] Updated translations via Crowdin
4 years ago
zeripath
f727e3e1c9
Fix editor.commit_empty_file_text locale string ( #12744 )
...
editor.commit_empty_file_text should read `about to commit`
not `about commit`
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot
43c303d35c
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
0ed5e103fe
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
a755e5adeb
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
0cc4aadf58
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
67ec27150e
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
78509b5f9b
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
913ac9cacd
[skip ci] Updated translations via Crowdin
4 years ago
6543
1ea1cade85
Add Created & Updated to Milestone ( #12662 )
...
* Add Created and Updated to Milestone table and expose via API
* Expose to UI - To Overloaded ?!?
* fix unit test
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot
7404786420
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
e80eda7d01
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
9837b598fc
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
45c0ec3152
[skip ci] Updated translations via Crowdin
4 years ago
6543
ca81b6528b
UI: Inform user what meaning hourglass on reviews has ( #12713 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot
42a5e39b3b
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
6d6b5ceaa5
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
8fa7a4b511
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
baa93855e8
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
ed81a95a84
[skip ci] Updated translations via Crowdin
4 years ago
6543
84eac6ed6c
Add make targed generate-license & generate-gitignore + Update ( #12682 )
...
* Add make targed generate-license & generate-gitignore
* Update Gitignores & Licenses
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot
3ecd030cd5
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
ea775e67fb
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
66843f2237
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
807a41ca9a
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
274f9233ab
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
3bf1c4fad0
[skip ci] Updated translations via Crowdin
4 years ago
zeripath
1d47a25759
Fix confusing last_org_owner locale string ( #12628 )
...
Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
GiteaBot
cbc60f5c70
[skip ci] Updated translations via Crowdin
4 years ago
John Olheiser
211321fb93
Git migration UX ( #12619 )
...
* Initial work
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Implementation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix gitlab and token cloning
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Imports and JS
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Linting
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Generate swagger
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move mirror toggle and rename options
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago
GiteaBot
ed2f6e137b
[skip ci] Updated translations via Crowdin
4 years ago
赵智超
65444c5ea3
Add link to home page on swagger ui ( #12601 )
...
* Add link to home page on swagger ui
Signed-off-by: a1012112796 <1012112796@qq.com>
* translate
* Apply review suggestion
* Move to right, Thanks @silverwind
* tweaks
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot
63f3c42be9
[skip ci] Updated translations via Crowdin
4 years ago
zeripath
1bf7b8d7c1
Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed in ( #12581 )
...
signing.wont_sign.%!s(<nil>) will be displayed if the repository needs signed
commits but the user is not logged in.
This is displayed because of complicated logic in the the template repo/issue/view_content/pull.tmpl
and a shortcut in the code of routers/repo/issue.go
This PR adds a default value of notsignedin if users are not signed in, which
although our templates will not show will prevent custom templates from showing
the above.
It also fixes the template to avoid showing signing errors if the user is not
authorized to sign.
Replaces #12564
Close #12564
Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
GiteaBot
d2cee3eea6
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
a0484890c1
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
d461591aac
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
ae23bbdae3
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
69a77b2a73
[skip ci] Updated translations via Crowdin
4 years ago
Bagas Sanjaya
fff0204cab
Add placeholder text for "Add SSH/GPG Key" forms ( #12533 )
...
* Add placeholder text for "Add SSH/GPG Key" forms
This commit add placeholder text for both Add SSH key and Add GPG key
forms.
* Localize placeholders
Changes requested by @zeripath
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
6543
dcb543ac2a
Show 2FA info on Admin Pannel: Users List ( #12515 )
4 years ago
GiteaBot
61a172900e
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
87fbb54abb
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
02fbe1e5dc
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
5b9e7cf53c
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
9cabd56fc0
[skip ci] Updated translations via Crowdin
4 years ago
6543
05b1af990e
add & correct Translation ( #12507 )
4 years ago
Lanre Adelowo
4027c5dd7c
Kanban board ( #8346 )
...
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: jaqra <48099350+jaqra@users.noreply.github.com>
Co-authored-by: Kerry <flatline-studios@users.noreply.github.com>
Co-authored-by: Jaqra <jaqra@hotmail.com>
Co-authored-by: Kyle Evans <kevans91@users.noreply.github.com>
Co-authored-by: Tsakiridis Ilias <TsakiDev@users.noreply.github.com>
Co-authored-by: Ilias Tsakiridis <ilias.tsakiridis@outlook.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot
e01bac8404
[skip ci] Updated translations via Crowdin
4 years ago