Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/go-gitea/gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://github.com/go-gitea/gitea

Move some JS code from `fomantic.js` to standalone files (#27994)

To improve maintainability, this PR:

1. Rename `web_src/js/modules/aria` to `web_src/js/modu...

f860fe31d96a7331b429e11ac96d2f166cc5dca0 authored about 1 year ago
Fix the wrong oauth2 name (#27993)

Fix #27989
Regression #27798

61ff91f9603806df2505907614b9006bf721b9c8 authored about 1 year ago
Render email addresses as such if followed by punctuation (#27987)

Added the following characters to the regular expression for the email:

- ,
- ;
- ?
- !

...

1c0566f66dcb35b33b0b308356e1b16a26ea906b authored about 1 year ago
Show error toast when file size exceeds the limits (#27985)

As title.
Before that, there was no alert at all.
After:

![error_toast](https://github.com/...

6c9e196e5457b30716f3939f258dca07567a2637 authored about 1 year ago
Remove `title` from elements on Org mode (#27968)

The Org mode rendering has some problems:
1. `[[https://example.com][pre https://example.com/e...

481e738e7f3ee22a5a8280d155a1b7d1ff09bc7f authored about 1 year ago
Add Profile Readme for Organisations (#27955)

https://blog.gitea.com/release-of-1.20.0/#-user-profile-readme-23260
(#23260) did introduce Pro...

603573366a203efae06f818a0b220be964cdac21 authored about 1 year ago
Allow to set explore page default sort (#27951)

as title

---
*Sponsored by Kithara Software GmbH*

16ba16dbe951763cfc026b7351e26009d1a25fdc authored about 1 year ago
Fix format error (#27963)

69d98f83f9a62a7e70976b5d973f293f73e42266 authored about 1 year ago
Fix citation error when the file size is larger than 1024 bytes (#27958)

Mentioned in:
https://github.com/go-gitea/gitea/pull/27931#issuecomment-1798016960

Same to #...

f48a863b99a8075da290f9dc85d8296c974fb86b authored about 1 year ago
Use flex-container on user dashboard (#27956)

Same as https://github.com/go-gitea/gitea/pull/26046 but for user
dashboard, the sidebar got a ...

6447b3e6b29c8cb264a1ba1db034350a3c4fbd1b authored about 1 year ago
Document REACTION_MAX_USER_NUM setting option (#27954)

https://github.com/go-gitea/gitea/blob/4a0103fa293cc42075d4a9c10ca4dffa9c2d3a40/modules/setting/...

8ef169a173c24e5ab57de8d6638bb6786e378a3d authored about 1 year ago
Add word-break to repo description in home page (#27924)

In #25315, @denyskon fixed UI on mobile view.
But for the repo description, on desktop view the...

4a0103fa293cc42075d4a9c10ca4dffa9c2d3a40 authored about 1 year ago
Remove go versions from .golangci.yml (#27953)

1. `linter.lang-version` is deprecated in favor of `run.go`
2. `run.go` defaults to the version...

2e6af43a0654e466923a5c046a340d851b7d726c authored about 1 year ago
Fix the overflow style for "Hide all checks" (#27932)

Fix #27928

---------

Co-authored-by: silverwind <[email protected]>

10a6ebb3fd9e44ef044ec010b235ca2bf9b456b4 authored about 1 year ago
Fix rendering assignee changed comments without assignee (#27927)

When an assignee changed event comment is rendered, most of it is
guarded behind the assignee I...

e80f446d3a0e7f0989dedeb88b09473ad15657a0 authored about 1 year ago
Add word break to release title (#27942)

Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/74c925e0-15ae-4602-8b56-0b...

3a924fdc8396d989b1468153bb3c8be9f71ca586 authored about 1 year ago
Update JS dependencies (#27922)

- Update all JS dependencies minus @mcaptcha/vanilla-glue (unsolved
error, see https://github.c...

abd79ddebfa72e817d2eb3159e79b0d18b07263f authored about 1 year ago
Update environment-to-ini flag parsing (#27914)

This Fixes #27913

This commit updates `environment-to-ini` to be compatible with update
urf...

c823af26dbdd631b17bcd8c3f249e44d8adc4708 authored about 1 year ago
Add `--no-root` to `update-py` (#27937)

Missed this command in https://github.com/go-gitea/gitea/pull/27919.

0999721c7b4d124c1f14bbd067acdcf767542abb authored about 1 year ago
Remove `known issue` section in Gitea Actions Doc (#27930)

The bug has been fixed for several months in the
`docker/build-push-action`
The fix commit is
...

1e25c15d9856ed31d94c82c6df688d1352fa01e7 authored about 1 year ago
Fix edit topic UI (#27925)

Before:
desktop view:

![image](https://github.com/go-gitea/gitea/assets/18380374/c04d8730-5dac-...

7a2ff6c1621c8b1bfb24fa10bf4fa714a0882c9f authored about 1 year ago
Unify two factor check (#27915)

Fixes #27819

We have support for two factor logins with the normal web login and with
basic ...

4f4fea734cbd97fbc606e772999a8ac7a93dc46b authored about 1 year ago
Revert #27870 (#27917)

Now that we have #27798 we don't need the check from #27870 anymore.
With the check it's not po...

8557a9455b06c2e17982e9bae5263617500cf5b4 authored about 1 year ago
Fix JS NPE when viewing specific range of PR commits (#27912)

This should be the easiest fix.
While other solutions might be possible that exterminate the ro...

1f501dae9e12cf092ec6eb5416620d5287a97074 authored about 1 year ago
Install poetry dependencies with --no-root (#27919)

Poetry 1.7.0 or higher will print a warning otherwise, see discussions:

https://github.com/py...

1ccdb546f06f40d797f312b8f21c45f8ed8d25a1 authored about 1 year ago
Show correct commit sha when viewing single commit diff (#27916)

Show the correct sha when viewing a single commit.

![image](https://github.com/go-gitea/git...

37a7c551d46de8cd2a44c8a16ee251ce23af0da8 authored about 1 year ago
Fix 500 when deleting a dismissed review (#27903)

Fix #27767
Add a test to ensure its behavior

966dcb99e3eb96c466e36316200be341fedc453f authored about 1 year ago
Remove action runners on user deletion (#27902)

- On user deletion, delete action runners that the user has created.
- Add a database consisten...

59f9ef9feebb19337b8a153e6cac0371ca706268 authored about 1 year ago
Remove SSH workaround (#27893)

Revert the workaround of #26409 and fix #26411, update github.com/gliderlabs/ssh to include http...

da0c4b8d10cce85c854370ae3c399b542cb04306 authored about 1 year ago
Remove "tabindex" from some form buttons (#27892)

Remove the "tabindex" from some form buttons on the "diff box" / "issue view content" page, let ...

c46080bc9d8358bfd0e7a1174d773a46c7cdf120 authored about 1 year ago
Refactor the function RemoveOrgUser (#27582)

This PR is a small refactor to merge removeOrgUser into RemoveOrgUser.

d1dc9cb334e90e09219420638444383fd636d431 authored about 1 year ago
Fix DownloadFunc when migrating releases (#27887)

We should not use `asset.ID` in DownloadFunc because DownloadFunc is a
closure.

https://gith...

ae396ac7c02fdae65d5ea0cd5aafe5d3ca7c2ee0 authored about 1 year ago
Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798)

The steps to reproduce it.

First, create a new oauth2 source.
Then, a user login with this o...

1bf5527eac6b947010c8faf408f6747de2a2384f authored about 1 year ago
[skip ci] Updated translations via Crowdin

80715ae5c7ca41a8ee2ad7b6459c587cc63195bf authored about 1 year ago
Add `Hide/Show all checks` button to commit status check (#26284)

Step one for a GitHub like commit status check ui:

![image](https://github.com/go-gitea/gitea...

dcb648ee71853073d54e8a6e107b764212ede58e authored about 1 year ago
Fix http protocol auth (#27875)

0ba4ecc3bd8443f0d3a834530a44e0c1334554b7 authored about 1 year ago
Display issue task list on project cards (#27865)

Display the issue task list on project cards.

![grafik](https://github.com/go-gitea/gitea/a...

4776fde9e1caa7cee5671715144a668e19a0323c authored about 1 year ago
Reduce margin/padding on flex-list items and divider (#27872)

Small CSS tweak, reduces margin/padding from 14px to 10px, which I think
looks better

dc52f26d46f12b7e3c647bec3514e6c66684a3af authored about 1 year ago
Filter inactive auth sources (#27870)

Fix nil access for inactive auth sources.

> Render failed, failed to render template:
user/s...

e378545f3083990eb36ff5d72477662d9787280d authored about 1 year ago
refactor postgres connection string building (#27723)

This patchset changes the connection string builder to use net.URL and
the host/port parser to ...

9b6e77c489edf3af3a9782c977cc04fde7aa2fd9 authored about 1 year ago
doc: actions/act-runner: document running as a systemd service (#27844)

This documents running `act-runner` as a systemd service under a
dedicated user account.

665d12cf8485d8be2189208b60f371365d56bb0e authored about 1 year ago
Support storage base path as prefix (#27827)

This PR adds a prefix path for all minio storage and override base path
will override the path....

d519a39302f38bb4dcd4174639d5699dd23f5baa authored about 1 year ago
Clean up template locale usage (#27856)

After many refactoring PRs for the "locale" and "template context
function", now the ".locale" ...

a4b242ae7a3edc6302a2730a01cda5a2e76bd6b5 authored about 1 year ago
Fix package webhook (#27839)

Fix #23742

---------

Co-authored-by: KN4CK3R <[email protected]>

16d15ce087cd4b9ddf91f6acff7eacac24e6aac5 authored about 1 year ago
Add user secrets API integration tests (#27832)

Adds the missing user secrets API integration tests so #27829 does not
happen again

9106514e516f1e75ae539f3cd2f3a794c7d2c50a authored about 1 year ago
Fix wrong relative path on obtain token from command line (#27850)

Caused by #27845

6ca234a35643608639375d83b9e878ee986280c3 authored about 1 year ago
doc: actions/act-runner: document obtaining a runner registration token from gitea CLI (#27845)

a18ecaed61365ec8d6688631ab2febd211bd2fe0 authored about 1 year ago
Fix/upload artifact error windows (#27802)

From issue https://github.com/go-gitea/gitea/issues/27314

When act_runner in `host` mode on W...

ec0c6829d4c1096bfa0f9feb52b87b70fba014ea authored about 1 year ago
Always use whole user name as link (#27815)

Starting from #25790 this shared template only linked the username of
the user if both display ...

e5f19dd317cba78b870f9ec6c6af181d16a30c7e authored about 1 year ago
Fix display member unit in the menu bar if there are no hidden members in public org (#27795)

Follow #26363.
I missed that org templates also using
`templates/user/overview/header.tmpl`.
...

0e021cd33ee3eb3d8f204bd075e2597b7ec8b391 authored about 1 year ago
Add Index to pull_auto_merge.doer_id (#27811)

Reported at https://codeberg.org/forgejo/forgejo/issues/1677

This column is used by
[deleteU...

c8602a8dfa05f653e7de8ed2e677c8967b8688f5 authored about 1 year ago
Bump workflows in github actions (#27836)

All major version upgrades are related to using Node v20 as default
runtime

0a710133cdb0d1970e8b7392d259b8c0b68896f4 authored about 1 year ago
Allow pull requests Manually Merged option to be used by non-admins (#27780)

Currently this feature is only available to admins, but there is no
clear reason why. If a user...

1756e30e102d079f8425aa2061ef80fd36c2e57d authored about 1 year ago
List all Debian package versions in `Packages` (#27786)

Closes #27783

This PR lists all and not only the latest package versions in the
`Packages` i...

b36e2ca4195298d2e4516e3022b953543f62f470 authored about 1 year ago
Fix merge base commit for fast-forwarded GitLab PRs (#27825)

Due to a bug in the GitLab API, the diff_refs field is populated in the
response when fetching ...

02dae3f84b80047bef391960eea1350d551e4d72 authored about 1 year ago
Fix bad method call when deleting user secrets via API (#27829)

Fixed a little mistake when you deleting user secrets via the API. Found
it when working on #27...

641e8165c7ebcebe7a323d515e1409ca9926a6c2 authored about 1 year ago
Change katex limits (#27823)

Fixes #27812

Use higher defaults again but limit the input size.

![grafik](https://github....

3c78cb832d9b12b5071a8ffaf30d955c240f4920 authored about 1 year ago
Dockerfile small refactor (#27757)

- Size and layer optimization,
- Maintaining consistency in definitions (comments, apk etc.),

319414dd82fec916ed5668c198afa1be606d88b4 authored about 1 year ago
Use GitLab's squash_commit_sha when available (#27824)

Before this PR, the PR migration code populates Gitea's MergedCommitID
field by using GitLab's ...

8faa38568bd376c3c0f23a365302b646cf62f4b8 authored about 1 year ago
[skip ci] Updated translations via Crowdin

5a76759c9ca7a1ff49b9297b57cde1bd1586c4fe authored about 1 year ago
Upgrade xorm to 1.3.4 (#27807)

Noticeable change:
Remove the `OrderBy("1") `
[patch](https://github.com/go-gitea/gitea/pull/...

e75b89ea6e78567041949c4ebfa625b6e0a620fa authored about 1 year ago
[skip ci] Updated translations via Crowdin

f089be91da44ee3e85fbe326a204c7c8a5df3d31 authored about 1 year ago
Package repository/documentation link unification (#27804)

Some translations are duplicated for the same package fields; it should
be possible to use the ...

0c21af3728b43aeff8695dbf95b29fbebb99b959 authored about 1 year ago
Chroma v2.10.0 (#27803)

Bump the chroma version to v2.10.0:
https://github.com/alecthomas/chroma/releases/tag/v2.10.0
...

8d6577dabd821c58186dd83921c14cbb87f113fe authored about 1 year ago
Add link to members and repositories at teams page (#27744)

![image](https://github.com/go-gitea/gitea/assets/8389962/123e4ca7-dd10-44e7-9702-4b8e9e0882a7)
...

4f4ddcf3c593b474846d40e47b4351d3deb39202 authored about 1 year ago
Add dedicated class for empty placeholders (#27788)

Fixes: https://github.com/go-gitea/gitea/issues/27784

<img width="1033" alt="Screenshot 2023-...

05aa91e6da54e0e8abd18d8dd2b5a29249c636ed authored about 1 year ago
Close all hashed buffers (#27787)

Add missing `.Close()` calls. The current code does not delete the
temporary files if the data ...

ab3f6c1bac04ea43541d9abd5e7c21a67b0f6deb authored about 1 year ago
Fix typo when updating email address (#27789)

- correct text that is shown when attempting to change an email address

46dd02702d29548c4de3e55842faa5694ef69b8a authored about 1 year ago
Improve pull request command line instructions (#27778)

* Show checkout instructions also when there is no permission to push,
for anyone who wants to ...

7a286e47532a31ed6abcde3a45da4bad1653a42e authored about 1 year ago
Fix issue not showing on default board and add test (#27720)

See https://github.com/go-gitea/gitea/pull/27718#issuecomment-1773743014
. Add a test to ensure...

1eae2aadae0583ab092d6ed857bb727829aa52b7 authored about 1 year ago
Show placeholder email in privacy popup (#27770)

This PR will show the _noreply_ address in the privacy popup
_keep_email_private_popup_.

I h...

31f8880bc252a25075f8752e2722b316c6e46ec7 authored about 1 year ago
Add word-break to organization name and description (#26624)

Fix #24318

Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/38282e5e-0b4...

f39256f035a561fbd10955ac40ef5ad4b794f47d authored about 1 year ago
Add border to file tree 'sub-items' and add padding to 'item-file' (#27593)

## Add border to file tree 'sub-items'
close #24766
view in `gitea-light`
<img width="275" ...

3602a1987db58da13ee2baa33bb0c36a60e27608 authored about 1 year ago
Fix the missing repo count in new team page and edit team page (#27743)

Follow #26942
Before:

![image](https://github.com/go-gitea/gitea/assets/8389962/ffe3e914-c71...

e544a277fe261aa5671a20751d6f83126579334a authored about 1 year ago
Only show diff file tree when more than one file changed (#27775)

When 0 or 1 files changed in a diff, we don't need to show a file tree.
This behaviour matches ...

572f0963edc71239634ee782a3c69213479f34ba authored about 1 year ago
Add gap between diff boxes (#27776)

Before (almost no gap between files):
<img width="1240" alt="Screenshot 2023-10-24 at 19 43 32"...

fba4ee7efcd0baead1611c0885468c15916cc7e1 authored about 1 year ago
Do not force creation of _cargo-index repo on publish (#27266)

Hello there,
Cargo Index over HTTP is now prefered over git for package updates: we
should not...

796ff26e0e9de8dc746064e57db13518dedcf671 authored about 1 year ago
Upgrade to [email protected] (#27756)

https://github.com/golangci/golangci-lint/releases/tag/v1.55.0

ce83609ff636f4c09d91ac53bee75a350bb571d6 authored about 1 year ago
Fix incorrect "tab" parameter for repo search sub-template (#27755)

![image](https://github.com/go-gitea/gitea/assets/2114189/c546824e-4824-4f4d-bd33-e558c6ddf0ef)
...

def907de7b3cda899846d55f99b0da2640a5274b authored about 1 year ago
Fix label render containing invalid HTML (#27752)

- The label HTML contained a quote that wasn't being closed.

Refs: https://codeberg.org/forge...

6352114a77cb67e8797f2c8552328f684092c42d authored about 1 year ago
Fix duplicate project board when hitting `enter` key (#27746)

When hitting the `enter` key to create a new project column, the request
is sent twice because ...

51d1dc22ff94b561b1a3c00f8eb8ac04a4ee2674 authored about 1 year ago
Fix `link-action` redirect network error (#27734)

<img width="823" alt="image"
src="https://github.com/go-gitea/gitea/assets/70063547/99da3d5a-c2...

61d94b247ab0c9289cd04253fed78283300e8c5e authored about 1 year ago
Fix incorrect ctx usage in defer function (#27740)

f3956fcb28e665ee7f2773f4ae14842405bb2462 authored about 1 year ago
Enable followCursor for language stats bar (#27713)

Fixes: https://github.com/go-gitea/gitea/issues/27600

![](https://github.com/go-gitea/gitea...

d8c09c25d1a51861f2e160d213449c7bde327a77 authored about 1 year ago
teams: new View button (#27685)

Per the discussion on #22054, the flow for adding a new team member to
an org is not intuitive ...

e3afe4a248ac3a961f332e2ba221bedafa3dfb7e authored over 1 year ago
fix issues in translation file (#27699)

- use correct comment sign for INI (`;`)
- remove duplicated `repo.branch.search` key
- remove...

16cfa1784402856c7477fefe942d552b49908112 authored over 1 year ago
Fix an indentation in the Chinese documentation of Act Runner (#27730)

In the [English
document](https://docs.gitea.com/1.21/usage/actions/act-runner#configuring-cach...

9b991f2947e923673bf1917ede7e38b71a39afcb authored over 1 year ago
[skip ci] Updated translations via Crowdin

a5bdcfc863f674aa12b7f552a572c4ac367480a9 authored over 1 year ago
Fix org team endpoint (#27721)

Fix #27711

1859bbbf9122b258f27526c4dc7d857028264997 authored over 1 year ago
Improve diff tree spacing (#27714)

1. Un-indent top-level items, matching GitHub rendering
2. Increase item padding and add 1px ga...

b39bb958cc44511c3590e832f77cebdf70616b8c authored over 1 year ago
refactor: make db iterate context aware (#27710)

the iteration will run until finished atm.

this changes it by checking if if the context got ...

b2f828db5e5878d47de32c292d95c95c4217de68 authored over 1 year ago
[FIX] resolve confusing colors in languages stats by insert a gap (#27704)

The current language stats are too obsessed with color matching. Similar
colors are always next...

510d07506e43d1ee1903a676cb0bb305bfbc306f authored over 1 year ago
Fix sticky diff header background (#27697)

Fixes: https://github.com/go-gitea/gitea/issues/27604

Add negative margins so the header cove...

4539a7b0b4fc6539d67ab386eaac4b9aea82bf53 authored over 1 year ago
Replace -1 with GhostUserID (#27703)

881806a50ba4e3bb761245b2b590046eb1423b95 authored over 1 year ago
Clean some functions about project issue (#27705)

1. remove unused function `MoveIssueAcrossProjectBoards`
2. extract the project board condition...

eb1478791f2bdf77f54853e25878e3c5371a80d3 authored over 1 year ago
Adapt `.changelog.yml` to new labeling system (#27701)

Otherwise, it is not possible anymore to generate changelogs.

cab7b7f59c008eea8b3b484a8818eaaf48daa805 authored over 1 year ago
Update and add new eslint plugins (#27698)

- Switch `eslint-plugin-import` to
[`eslint-plugin-i`](https://github.com/un-es/eslint-plugin-i...

bd5826695708bb40721834d2668ec2460d8852cb authored over 1 year ago
Show total TrackedTime on issue/pull/milestone lists (#26672)

TODOs:
- [x] write test for `GetIssueTotalTrackedTime`
- [x] frontport kitharas template chang...

adbc995c347e158a56264f2488997d7d59a4dd8b authored over 1 year ago
Add doctor dbconsistency fix to delete repos with no owner (#27290)

to address #27273
replace #24873

e83f2cbbacd2696f26dde7105d7f07833c0cc33e authored over 1 year ago
Delete repos of org when purge delete user (#27273)

Fixes https://codeberg.org/forgejo/forgejo/issues/1514

I had to remove `RenameOrganization` t...

3dc0c962bf3a74188bed02c01b4d34636112805a authored over 1 year ago