summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* UI: Inform user what meaning hourglass on reviews has (#12713)65432020-09-041-0/+1
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-031-3/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-032-27/+68
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-031-59/+200
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-031-1/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-022-0/+159
|
* Add make targed generate-license & generate-gitignore + Update (#12682)65432020-09-0282-78/+8762
| | | | | | | * Add make targed generate-license & generate-gitignore * Update Gitignores & Licenses Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-021-9/+54
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-021-0/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-311-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-301-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-2823-23/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-281-0/+71
|
* Fix confusing last_org_owner locale string (#12628)zeripath2020-08-281-1/+1
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-2826-79/+0
|
* Git migration UX (#12619)John Olheiser2020-08-281-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-272-0/+2
|
* Add link to home page on swagger ui (#12601)赵智超2020-08-261-0/+1
| | | | | | | | | | | | | | | | | * 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-242-0/+2
|
* Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed ↵zeripath2020-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | | 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-231-1/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-221-6/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-212-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-211-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-201-0/+48
|
* Add placeholder text for "Add SSH/GPG Key" forms (#12533)Bagas Sanjaya2020-08-201-0/+2
| | | | | | | | | | | | * 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>
* Show 2FA info on Admin Pannel: Users List (#12515)65432020-08-201-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-181-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-182-0/+93
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-171-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-172-2/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-1726-3/+106
|
* add & correct Translation (#12507)65432020-08-171-1/+2
|
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+45
| | | | | | | | | | | | | 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-132-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-111-0/+1
|
* Add placeholder text for send testing email button in admin/config (#12452)Bagas Sanjaya2020-08-101-0/+1
| | | | | | | | | | | | | | | | * Add placeholder text for send testing email button in admin/config * Change placeholder text to expecting email address * Localize placeholder text * Apply suggestion from @silverwind ok Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-102-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-061-0/+2
|
* Render the git graph on the server (#12333)zeripath2020-08-061-0/+2
| | | | | | | | | | | | | Rendering the git graph on the server means that we can properly track flows and switch from the Canvas implementation to a SVG implementation. * This implementation provides a 16 limited color selection * The uniqued color numbers are also provided * And there is also a monochrome version *In addition is a hover highlight that allows users to highlight commits on the same flow. Closes #12209 Signed-off-by: Andrew Thornton art27@cantab.net Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-312-4/+43
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-302-0/+2
|
* Add action feed for new release (#12324)赵智超2020-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add action feed for new release Signed-off-by: a1012112796 <1012112796@qq.com> * fix lint * Apply suggestions from code review * Add ReleaseID to the action table * Remove error message * Fold the attachments download list * remove attchment download list * simplify code * fix create release from existing tag * simplify ui * translation change * fix test Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-261-0/+40
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-211-0/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-191-10/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-151-0/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-142-7/+29
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-091-0/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-061-0/+6
|