summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-2817-90/+138
|
* Link to previous blames in file blame page (#16259)Norwin2021-06-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a link to each blame hunk, to view the blame of an earlier version of the file, similar to GitHub. Also refactors the blame render from fmtstring based to template based. * Fix blame bottom line and add blame prior button * Jump to previous parent commit from the commit. * Fix previous commit link * Fix previous blame link * Fix the given file not exist in the previous commit. * Fix blameRow struct not export * fix theming issues, rename template var * remove unused LastCommit fetch * fix location of blame-hunk divider * rewrite previous commit checks * remove duplicate commit lookup its already resolved and stored in ctx.Repo.Commit! * split out blamePart processing into function Co-authored-by: rogerluo410 <rogerluo410@gmail.com>
* [skip ci] Updated licenses and gitignoresGiteaBot2021-06-271-0/+112
|
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-0/+8
| | | | | | | | | | | | | | | | | | You can limit or hide organisations. This pull make it also posible for users - new strings to translte - add checkbox to user profile form - add checkbox to admin user.edit form - filter explore page user search - filter api admin and public user searches - allow admins view "hidden" users - add app option DEFAULT_USER_VISIBILITY - rewrite many files to use Visibility field - check for teams intersection - fix context output - right fake 404 if not visible Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Andrew Thornton <art27@cantab.net>
* Add better errors for disabled account recovery (#15117)John Olheiser2021-06-251-2/+2
| | | | | | Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
* Add tag protection (#15629)KN4CK3R2021-06-251-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added tag protection in hook. * Prevent UI tag creation if protected. * Added settings page. * Added tests. * Added suggestions. * Moved tests. * Use individual errors. * Removed unneeded methods. * Switched delete selector. * Changed method names. * No reason to be unique. * Allow editing of protected tags. * Removed unique key from migration. * Added docs page. * Changed date. * Respond with 404 to not found tags. * Replaced glob with regex pattern. * Added support for glob and regex pattern. * Updated documentation. * Changed white* to allow*. * Fixed edit button link. * Added cancel button. Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-259-5/+213
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-06-2426-25/+233
|
* Fix Nits (#16234)65432021-06-231-3/+3
| | | | | | | * template fix * nits * add doer to "created issue/pull"
* 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
|