summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* Localize Email Templates (#16200)65432021-06-231-1/+46
| | | close #14822
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-211-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-201-0/+21
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-196-4/+42
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-182-6/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-171-1/+15
|
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add migrating message Signed-off-by: Andrew Thornton <art27@cantab.net> * simplify messenger Signed-off-by: Andrew Thornton <art27@cantab.net> * make messenger an interface Signed-off-by: Andrew Thornton <art27@cantab.net> * rename Signed-off-by: Andrew Thornton <art27@cantab.net> * prepare for merge Signed-off-by: Andrew Thornton <art27@cantab.net> * as per tech Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-1626-41/+51
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-151-0/+7
|
* Fix private repo permission problem (#16142)Nils Dralle2021-06-141-0/+1
| | | | | | | | | | | | * Change user access permission * Add string 'transfer_notices_3' * Add 3rd transfer note to transfer dialog * Add test Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added push mirror model. * Integrated push mirror into queue. * Moved methods into own file. * Added basic implementation. * Mirror wiki too. * Removed duplicated method. * Get url for different remotes. * Added migration. * Unified remote url access. * Add/Remove push mirror remotes. * Prevent hangs with missing credentials. * Moved code between files. * Changed sanitizer interface. * Added push mirror backend methods. * Only update the mirror remote. * Limit refs on push. * Added UI part. * Added missing table. * Delete mirror if repository gets removed. * Changed signature. Handle object errors. * Added upload method. * Added "upload" unit tests. * Added transfer adapter unit tests. * Send correct headers. * Added pushing of LFS objects. * Added more logging. * Simpler body handling. * Process files in batches to reduce HTTP calls. * Added created timestamp. * Fixed invalid column name. * Changed name to prevent xorm auto setting. * Remove table header im empty. * Strip exit code from error message. * Added docs page about mirroring. * Fixed date. * Fixed merge errors. * Moved test to integrations. * Added push mirror test. * Added test.
* [skip ci] Updated licenses and gitignoresGiteaBot2021-06-133-3/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-101-1/+72
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-061-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-041-2/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-031-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-011-0/+8
|
* Hide mirror passwords on repo settings page (#16022)zeripath2021-05-311-1/+4
| | | | | | | This PR simply hides mirror passwords from being displayed on the repo settings page. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-311-0/+9
|
* [skip ci] Updated licenses and gitignoresGiteaBot2021-05-306-8/+45
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-2919-19/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-281-1/+14
|
* Add links to toggle WIP status (#14677)Jimmy Praet2021-05-271-1/+4
| | | | | | | | | | * Add links to toggle PR WIP status * Allow PR author to toggle WIP status * refactors and restyling, remove links from translations Co-authored-by: Norwin <noerw@users.noreply.github.com> Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-262-0/+19
|
* Add possibility to make branch in branch page (#15960)Viktor Yakovchuk2021-05-241-0/+4
| | | | | | | | | | | | | | | * Add possibility to make branch in branch page (#15911) Add possibility to make branch in branch page in the area next to Download and Delete buttons. It is a more intuitive place in the interface compared to what is already there. Signed-off-by: Viktor Yakovchuk <viktor@yakovchuk.net> * Update templates/repo/branch/list.tmpl Co-authored-by: zeripath <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-2219-19/+0
|
* Encrypt LDAP bind password in db with SECRET_KEY (#15547)zeripath2021-05-201-1/+0
| | | | | | | | | | | | | | | * Encrypt LDAP bind password in db with SECRET_KEY The LDAP source bind password are currently stored in plaintext in the db This PR simply encrypts them with the setting.SECRET_KEY. Fix #15460 Signed-off-by: Andrew Thornton <art27@cantab.net> * remove ui warning regarding unencrypted password Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-201-2/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-191-38/+39
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-181-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-05-173-44/+54
|
* Use a special name for update default branch on repository setting (#15893)Lunny Xiao2021-05-161-0/+1
|
* [skip ci] Updated licenses and gitignoresGiteaBot2021-05-1619-3/+350
|
* [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
|