summaryrefslogtreecommitdiffstats
path: root/options/locale
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-201-0/+10
|
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add team permission setting to allow creating repo in organization. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add test case for creating repo when have team creation access. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * build error: should omit comparison to bool constant Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add comment on exported functions * Fix fixture consistency, fix existing unit tests * Fix boolean comparison in xorm query. * addCollaborator and changeCollaborationAccessMode separate steps More clear to use different if-cases. * Create and commit xorm session * fix * Add information of create repo permission in team sidebar * Add migration step * Clarify that repository creator will be administrator. * Fix some things after merge * Fix language text that use html * migrations file * Create repository permission -> Create repositories * fix merge * fix review comments
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-201-0/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-208-8/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-193-3/+2
|
* Add password requirement info on error (#9074)guillep2k2019-11-191-1/+5
| | | | | | | | | | | | | | * Add password requirement info on error * Move BuildComplexityError to the password pkg * Unexport complexity type * Fix extra line * Update modules/password/password.go Co-Authored-By: Lauris BH <lauris@nix.lv>
* Context menus for comments (#9043)John Olheiser2019-11-191-0/+4
| | | | | * Add quote replies Signed-off-by: jolheiser <john.olheiser@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-191-0/+1
|
* fix placeholders in the error message (#9060)Iwasa Kazmi2019-11-191-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-191-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-1810-38/+9
|
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Add close/reopen from comment functionality * Fix comment * Rewrite closing/reopening template * Check xref permissions, move action to services/pull * Fix RefIsPull field * Add xref tests * Fix xref unique filter * Only highlight keywords for actionable xrefs * Fix xref neuter filter * Fix check return status * Restart CI
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-182-2/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-171-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-171-0/+40
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-172-0/+11
|
* Update dashboard context for PR reviews (#8995)John Olheiser2019-11-151-1/+3
| | | | | | | | | | | | | | | | | | * Update dashboard context for PR reviews Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update options/locale/locale_en-US.ini Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * Only append head action if it has content or is approval/rejection Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update options/locale/locale_en-US.ini Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-141-0/+39
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-131-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-131-0/+12
|
* Show repository size in repo home page and settings (#8940)Antoine GIRARD2019-11-131-0/+1
| | | | | | * feat: display repository size on repo home and settings * refactor: move repo size up in setting page
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-1216-16/+1
|
* Fix spelling as suggested by @rmbleeker (#8934)guillep2k2019-11-121-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-123-0/+44
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-1130-0/+30
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-111-0/+12
|
* Template Repositories (#8768)John Olheiser2019-11-111-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start work on templates Signed-off-by: jolheiser <john.olheiser@gmail.com> * Continue work Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix IsTemplate vs IsGenerated Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix tabs vs spaces * Tabs vs Spaces * Add templates to API & start adding tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix integration tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove unused User Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move template tests to existing repos Signed-off-by: jolheiser <john.olheiser@gmail.com> * Minor re-check updates and cleanup Signed-off-by: jolheiser <john.olheiser@gmail.com> * make fmt Signed-off-by: jolheiser <john.olheiser@gmail.com> * Test cleanup Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix optionalbool Signed-off-by: jolheiser <john.olheiser@gmail.com> * make fmt Signed-off-by: jolheiser <john.olheiser@gmail.com> * Test fixes and icon change Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add new user and repo for tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix tests (finally) Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update meta repo with env variables Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move generation to create page Combine with repo create template Modify API search to prioritize owner for repo Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix tests and coverage Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix swagger and JS lint Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix API searching for own private repos Signed-off-by: jolheiser <john.olheiser@gmail.com> * Change wording Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix repo search test. User had a private repo that didn't show up Signed-off-by: jolheiser <john.olheiser@gmail.com> * Another search test fix Signed-off-by: jolheiser <john.olheiser@gmail.com> * Clarify git content Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * Feedback updates Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add topics WIP Signed-off-by: jolheiser <john.olheiser@gmail.com> * Finish adding topics Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update locale Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+4
| | | | | | There are two major components to this PR: * This PR handles merge and rebase failures from merging a little more nicely with Flash errors rather a 500. * All git commands are run in the LC_ALL="C" environment to ensure that error messages are in English. This DefaultLocale is defined in a way that if necessary (due to platform weirdness) it can be overridden at build time using LDFLAGS="-X "code.gitea.io/gitea/modules/git.DefaultLocale=C"" with C changed for the locale as necessary.
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-091-0/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-0924-48/+0
|
* Allow to add and remove all repositories to/from team. (#8867)David Svantesson2019-11-091-2/+8
| | | | | | | | | | | | | | | | * Allow to add and remove all repositories to team. * Change style, buttons on same row. * Apply suggestions from code review Grammar Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * Move set num repos to lower function. * Make general language sentences
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-071-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-062-3/+12
|
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add field IsAllRepositories to team * Add AllRepositories to team UI * Manage team with access to all repositories * Add field IsAllRepositories to team API * put backticks around table/column names * rename IsAllRepositories to IncludesAllRepositories * do not reload slice if already loaded * add repo to teams with access to all repositories when changing repo owner * improve tests for teams with access to all repositories * Merge branch 'master' * Change code for adding all repositories Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * fmt after merge * Change code in API EditTeam similar to EditTeamPost web interface Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Clarify that all repositories will be added Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * All repositories option under Permissions headline * New setting group 'Repository access' * Move check IncludeAllRepositories to removeRepository. * Revert "Move check IncludeAllRepositories to removeRepository." and add comment instead. This reverts commit 753b7d205be260b8be465b5291a02975a81f3093. * Clarify help text what options do.
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-062-0/+24
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-052-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-051-7/+12
|
* Add additional periods to activity page (#8829)Lauris BH2019-11-051-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-041-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-041-0/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-021-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-021-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-021-0/+2
|
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-0/+1
| | | | | | | | | | | | * Check if file is locked on upload file commit. * Better user message if file is locked. * Check lfs lock before creating temporary repository. fix some errors. * move lines * Add comment that enabled setting is checked.
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-011-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-311-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-311-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-301-1/+18
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-301-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-301-0/+20
|