aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-153-60/+63
|
* Restore PAM user autocreation functionality (#15825)zeripath2021-05-131-0/+1
| | | | | | | | | | | | | | | | | * Restore PAM user autocreation functionality PAM autoregistration of users currently fails due to email invalidity. This PR adds a new setting to PAM to allow an email domain to be set or just sets the email to the noreply address and if that fails falls back to uuid@localhost Fix #15702 Signed-off-by: Andrew Thornton <art27@cantab.net> * As per KN4CKER Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-131-11/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-1226-19/+71
|
* Allow only internal registration (#15795)65432021-05-091-0/+1
| | | | | * Add ALLOW_ONLY_INTERNAL_REGISTRATION into settings * OpenID respect setting too
* Add selecting tags on the compare page (#15723)Jonathan Tran2021-05-071-0/+3
| | | | | | | | | | | * Add selecting tags on the compare page * Remove unused condition and change indentation * Fix tag tab in dropdown to be black * Add compare tag integration test Co-authored-by: Jonathan Tran <jon@allspice.io>
* Display specific message if diff is not displayed because of too long line ↵Loutro2021-05-041-0/+1
| | | | | | | | | | | | | | | | (#15611) * 7184- message if line too long * Update options/locale/locale_en-US.ini Co-authored-by: silverwind <me@silverwind.io> * add flag on missing cases Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-043-0/+6
|
* Add compare tag dropdown to releases page (#15695)Jonathan Tran2021-05-031-0/+2
| | | | | | | | | | * Add compare tag dropdown to releases page * Change defaults to be more intuitive and remove unneeded option * Fix to select branch on releases page Co-authored-by: Jonathan Tran <jon@allspice.io> Co-authored-by: Kyle D <kdumontnu@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-031-0/+6
|
* add cron job to delete old actions from database (#15688)a10121127962021-05-011-0/+2
| | | | | that's a way to save database storage space. Signed-off-by: a1012112796 <1012112796@qq.com>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-012-1/+38
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-271-0/+48
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-231-0/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-211-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-203-3/+78
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-181-0/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-172-0/+2
|
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+1
| | | | | | | * Add config option to disable stars * Replace "stars" with watched in user profile * Add documentation
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-141-0/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-1217-41/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-111-0/+15
|
* SHA in merged commit comment should be rendered ui sha (#15376)zeripath2021-04-091-3/+3
| | | | | | | | | | | | | | | | * SHA in merged commit comment should be rendered ui sha On a PR page the sha of the merge commit should be rendered in monospace as a SHA. Also fixes an issue with the manually merged string. Fix #15049 Signed-off-by: Andrew Thornton <art27@cantab.net> * issues.force_push_codes needs this too. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-1021-21/+1
|
* Fix mirror_lfs source string in en-US locale (#15369)koalp2021-04-091-1/+1
| | | | | The mirror_lfs source string was set to "Large File System" instead of "Large File Storage" This has been fixed
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implemented LFS client. * Implemented scanning for pointer files. * Implemented downloading of lfs files. * Moved model-dependent code into services. * Removed models dependency. Added TryReadPointerFromBuffer. * Migrated code from service to module. * Centralised storage creation. * Removed dependency from models. * Moved ContentStore into modules. * Share structs between server and client. * Moved method to services. * Implemented lfs download on clone. * Implemented LFS sync on clone and mirror update. * Added form fields. * Updated templates. * Fixed condition. * Use alternate endpoint. * Added missing methods. * Fixed typo and make linter happy. * Detached pointer parser from gogit dependency. * Fixed TestGetLFSRange test. * Added context to support cancellation. * Use ReadFull to probably read more data. * Removed duplicated code from models. * Moved scan implementation into pointer_scanner_nogogit. * Changed method name. * Added comments. * Added more/specific log/error messages. * Embedded lfs.Pointer into models.LFSMetaObject. * Moved code from models to module. * Moved code from models to module. * Moved code from models to module. * Reduced pointer usage. * Embedded type. * Use promoted fields. * Fixed unexpected eof. * Added unit tests. * Implemented migration of local file paths. * Show an error on invalid LFS endpoints. * Hide settings if not used. * Added LFS info to mirror struct. * Fixed comment. * Check LFS endpoint. * Manage LFS settings from mirror page. * Fixed selector. * Adjusted selector. * Added more tests. * Added local filesystem migration test. * Fixed typo. * Reset settings. * Added special windows path handling. * Added unit test for HTTPClient. * Added unit test for BasicTransferAdapter. * Moved into util package. * Test if LFS endpoint is allowed. * Added support for git:// * Just use a static placeholder as the displayed url may be invalid. * Reverted to original code. * Added "Advanced Settings". * Updated wording. * Added discovery info link. * Implemented suggestion. * Fixed missing format parameter. * Added Pointer.IsValid(). * Always remove model on error. * Added suggestions. * Use channel instead of array. * Update routers/repo/migrate.go * fmt Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-071-0/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-062-1/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-0426-0/+92
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-031-0/+4
|
* [refactor] mailer service (#15072)65432021-04-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Unexport SendUserMail * Instead of "[]*models.User" or "[]string" lists infent "[]*MailRecipient" for mailer * adopt * code format * TODOs for "i18n" * clean * no fallback for lang -> just use english * lint * exec testComposeIssueCommentMessage per lang and use only emails * rm MailRecipient * Dont reload from users from db if you alredy have in ram * nits * minimize diff Signed-off-by: 6543 <6543@obermui.de> * localize subjects * linter ... * Tr extend * start tmpl edit ... * Apply suggestions from code review * use translation.Locale * improve mailIssueCommentBatch Signed-off-by: Andrew Thornton <art27@cantab.net> * add i18n to datas Signed-off-by: Andrew Thornton <art27@cantab.net> * a comment Co-authored-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-021-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-04-011-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-3126-0/+26
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-302-3/+5
|
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | Implements request #14320 The rendering of CSV files does match the diff style. * Moved CSV logic into base package. * Added method to create a tabular diff. * Added CSV compare context. * Added CSV diff template. * Use new table style in CSV markup. * Added file size limit for CSV rendering. * Display CSV parser errors in diff. * Lazy read single file. * Lazy read rows for full diff. * Added unit tests for various CSV changes.
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-293-0/+13
|
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+1
| | | Fixes #12293
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-251-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-232-32/+34
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-221-1/+166
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-203-1/+183
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-191-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-182-0/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-175-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-162-6/+6
|
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-0/+2
| | | | | | | | | | | | | | | | | | | | | * Ensure validation occurs on clone addresses too Fix #14984 Signed-off-by: Andrew Thornton <art27@cantab.net> * fix lint Signed-off-by: Andrew Thornton <art27@cantab.net> * fix test Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix api tests Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-135-2/+163
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-123-7/+171
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-03-111-0/+1
|