summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-178-9/+37
|
* Add ui style for "Open a blank issue" button (#12824)赵智超2020-09-161-1/+2
| | | | | | | | | | | | | | | | * Add ui style for "Open a blank issue" button Signed-off-by: a1012112796 <1012112796@qq.com> * Apply review suggestion @silverwind * format * format 2 * fix message Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-151-5/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-151-15/+30
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-153-1/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-141-62/+99
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-141-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-148-1/+454
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-131-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-121-1/+25
|
* Translate two small lables on commit statuse list (#12821)赵智超2020-09-121-0/+2
| | | | | | * Requested * Details Signed-off-by: a1012112796 <1012112796@qq.com>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-113-16/+106
|
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Issue templates Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add some comments, appease the linter Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add docs and re-use dir candidates Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add default labels to issue templates Signed-off-by: jolheiser <john.olheiser@gmail.com> * Generate swagger Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggested changes Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update issue.go * Suggestions Signed-off-by: jolheiser <john.olheiser@gmail.com> * Extract metadata from legacy if possible Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-112-0/+18
|
* Disable watch and star if not signed in (#12807)zeripath2020-09-111-0/+2
| | | | | Fix #12070 Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-111-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-101-0/+6
|
* Add check for LDAP group membership (#10869)John Olheiser2020-09-101-0/+5
| | | | | | | | | | | | | | This is a port of gogs/gogs#4398 The only changes made by myself are: Add locales Add some JS to the UI Otherwise all code credit goes to @aboron Resolves #10829 Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
* Add placeholder text for bio profile text form (#12792)Bagas Sanjaya2020-09-101-0/+1
| | | | | * Add placeholder text * Localize
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-101-5/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-104-0/+27
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-098-8/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-091-6/+20
|
* Add a migrate service type switch page (#12697)Lunny Xiao2020-09-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a migrat service type switch page * Improve translations * remove images * Fix images * remove extra create repo button on dashboard * Follow reviewers' opinions * Fix frontend lint * Remove wrong submit file * Fix tests * Adjust the size of image * Apply suggestions from code review Co-authored-by: 赵智超 <1012112796@qq.com> * Remove username and password from migration of github/gitlab * Improve docs * Improve interface docs Co-authored-by: 赵智超 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-091-3/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-094-0/+25
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-081-0/+1
|
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement pwn Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update module Signed-off-by: jolheiser <john.olheiser@gmail.com> * Apply suggestions mrsdizzie Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Add link to HIBP Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add more details to admin command Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add context to pwn Signed-off-by: jolheiser <john.olheiser@gmail.com> * Consistency and making some noise ;) Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: mrsdizzie <info@mrsdizzie.com> Co-authored-by: zeripath <art27@cantab.net>
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add field with isIssueWriter to front end * Make branch field editable * Switch frontend to form and POST from javascript * Add /issue/id/ref endpoint to routes * Use UpdateIssueTitle model to change ref in backend * Removed crossreference check and adding comments on branch change * Use ref returned from POST to update the field * Prevent calling loadRepo from models/ * Branch/tag refreshed without page reload * Remove filter for empty branch name * Add clear option to tag list as well * Delete button translation and coloring * Fix for not showing selected branch name in new issue * Check that branch is not being changed on a PR * Change logic * Notification when changing issue ref * Fix for renamed permission parameter * Fix for failing build * Apply suggestions from code review Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Gitea <gitea@fake.local> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-082-3/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-071-7/+57
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-072-12/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-0615-15/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-061-1/+2
|
* Fix editor.commit_empty_file_text locale string (#12744)zeripath2020-09-061-1/+1
| | | | | | | | 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-061-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-061-5/+19
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-062-23/+48
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-062-37/+57
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-054-48/+57
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-051-10/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-051-13/+26
|
* Add Created & Updated to Milestone (#12662)65432020-09-051-0/+1
| | | | | | | | | * 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-051-9/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-051-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-042-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-09-042-0/+2
|
* 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
|