aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-059-54/+0
|
* Multiple small admin dashboard fixes (#12153)zeripath2020-07-051-6/+6
| | | | | | | | | * Remove spurious spacing between Maintenance Operations and its table on dashboard * Prevent (EXTRA string) comments in Task headers * Redirect tasks started from monitor page back to monitor * Fix #12107 - redirects from process cancel should use AppSubUrl * When wrapping queues set the name correctly Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-021-0/+5
|
* Provide option to unlink a fork (#11858)zeripath2020-07-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | * Provide option to unlink a fork Fix #4566 Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * Add check that user can create repo Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @cirnoT Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-011-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-2717-54/+40
|
* Fix some periods and language usage in en-US locale (#12067)Linkjay2020-06-271-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-261-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-2426-0/+33
|
* Use label to describe repository type (#11891)Cirno the Strongest2020-06-221-0/+8
| | | | | | | | | | | | | | | | | | | * Use label instead of icon to describe repository type when repo avatar is set * header_icon is not longer duplicated; move out of separate template * handle archived case too * use everywhere * public template -> template * bring back separate icon in better form * definitely was overthinking this * 32 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-151-0/+10
|