aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2019-08-141-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-08-141-1/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-08-141-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-08-131-65/+68
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-08-121-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-311-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-293-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-291-0/+1
|
* [Branch View] add download button (#7604)65432019-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * add download-button info message * add overflow-visible css for table colum class * right colum is always there * add download button for default branch * add download button for all other branchs * resize table colum so two buttons fit in * code indent avter rebase * show commit divergence corect https://github.com/go-gitea/gitea/issues/7625 * changes because of merge master into ... * optimize if statement for protected branches * dont downloat a deleted branch - fix error 404
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-261-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-261-1/+2
|
* [Branch View] icons to buttons (#7602)65432019-07-261-0/+1
| | | | | | | | * add restore-button info message * branch deltete undo icon to button * branch deltete icon to button
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-231-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-201-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-181-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-181-0/+1
|
* Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)Richard Mahn2019-07-171-0/+1
| | | | | | | | | | | | | | | | * Fixes #7474 - Handles all redirects for Web UI File CRUD * Fixes lint errors * Typo fix * Adds unit tests for a few helper functions * Fixes per review * Fix for new branch creation and to unit test * Fixes the template used for errors on delete
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-091-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-093-1/+77
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-084-5/+370
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-0/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-1/+3
|
* wiki - page revisions list (#7369)Cherrg2019-07-081-0/+3
| | | | | | | | | | | | | | fix #7 * add wiki page revision list * mobile improvements * css improvements for long usernames * split renderWikiPage into 3 functions Signed-off-by: Michael Gnehr <michael@gnehr.de>
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-3/+339
|
* Display original author and URL information when showing migrated ↵mrsdizzie2019-07-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues/comments (#7352) * Store original author info for migrated issues and comments Keep original author name for displaying in Gitea interface and also store original author user ID for potential future use in linking accounts from old location. * Add original_url for repo Store the original URL for a migrated repo Clean up migrations/tests * fix migration * fix golangci-lint * make 'make revive' happy also * Modify templates to use OriginalAuthor if set Use the original author name in templates if it is set rather than the user who migrated/currently owns the issues * formatting fixes * make generate-swagger * Use default avatar for imported comments * Remove no longer used IgnoreIssueAuthor option * Add OriginalAuthorID to swagger also
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-071-2/+144
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-071-0/+69
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-061-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-061-0/+102
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-302-3/+40
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-302-0/+24
|
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add commit statuses reports on pull view * Add some translations * improve the UI * fix fmt * fix tests * add a new test git repo to fix tests * fix bug when headRepo or headBranch missing * fix tests * fix tests * fix consistency * fix tests * fix tests * change the test repo * fix tests * fix tests * fix migration * keep db size consistency * fix translation * change commit hash status table unique index * remove unused table * use char instead varchar * make hashCommitStatusContext private * split merge section with status check on pull view ui * fix tests; fix arc-green theme on pull ui
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-292-0/+130
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-4/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-0/+53
|
* Fix 7303 - remove unnessesary buttons on archived repos (#7326)Cherrg2019-06-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | * archived repo - remove - open/close button on issue list - assigne person on issue list Signed-off-by: Michael Gnehr <michael@gnehr.de> * archived repo - remove - comment field on issue view - lock/unlock issue conversation button from sidebar on issue view Signed-off-by: Michael Gnehr <michael@gnehr.de> * archived repo - add 'compare commits' button to pull request + remove new pull request button from compare view as the route is still working, and there is no need to be hidden Signed-off-by: Michael Gnehr <michael@gnehr.de>
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-281-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-1729-0/+41
|
* show lfs config on admin panel (#7220)Lunny Xiao2019-06-161-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-102-1/+21
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-071-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-062-4/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-058-34/+66
|
* minor fixes in en-US locale (#7130)katherine2019-06-051-5/+5
| | | | | a few spelling fixes and one rewritten line Signed-off-by: katherine <ageha@airen-no-jikken.icu>
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-033-2/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-023-9/+16
|
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Only show repository avatar in list when one was selected Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adds fallback configuration option for repository avatar Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Implements repository avatar fallback Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adds admin task for deleting generated repository avatars Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Solve linting issues Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Save avatar before updating database * Linting * Update models/repo.go Co-Authored-By: zeripath <art27@cantab.net>