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
Fixes #27380
f2b2608a86b78f50de5d7a62b07040da1fbcc4ef authored over 1 year agoThis PR reduces the complexity of the system setting system.
It only needs one line to introd...
9f8d59858af581a2c278a4896a301339991ece5b authored over 1 year ago976d1760ac483a6f5fa8fa5ad24d94cae58497eb authored over 1 year ago
fe68bbeea00fae788f66d379a6cce01d61e11906 authored over 1 year ago
Fix #27431
dd221b9aec6a827da395eaca4f521674bc5be34a authored over 1 year ago74763f50aed7a1d9453a8da29da7c7a1a5a4bd56 authored over 1 year ago
Fix #27432
Regression of #27265
Same as https://github.com/go-gitea/gitea/pull/26046 but for repo and
org settings pages, reduc...
Fixes #27416
112f37c54658427b69012ce94eb0f0fe7d7806a4 authored over 1 year ago
Another Column that needs a Index. Found at
https://codeberg.org/forgejo/discussions/issues/61#...
b37f3332f1ff95ce1390d11c3a61f40f47396558 authored over 1 year ago
- MySQL 5.7 support and testing is dropped
- MySQL tests now execute against 8.1, up from 5.7 a...
frontport #27404
---------
Co-authored-by: delvh <[email protected]>
1c9990c16f3b6f9e249587d90d7ae93785196d4b authored over 1 year ago2ec0bf3878b5dc7b52e44375c172c723b71cb212 authored over 1 year ago
Part of #27065
---------
Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by...
Part of https://codeberg.org/forgejo/discussions/issues/61
This is workaround for a bug in Ma...
08507e2760638124d75774c29ef37e692a88c02d authored over 1 year ago
Add support for HEAD in paths:
```
/src/branch/HEAD/README.md
/src/commit/HEAD/README.md
```...
With this PR we added the possibility to configure the Actions timeouts
values for killing task...
Follow #27393
Sorry that I made a mistake in #27393. The `errbuf` is not empty when
the err...
Previously, if you had both a push and a pull mirror, the message did
not clarify if you've acc...
Fix #27389
caef9f950334c95c4b6e2f362fa6766c317419ea authored over 1 year agofix a typo in the comment
624c0ba920d8e01933f2be40797fa0c768378b89 authored over 1 year ago439a0cca2c84c83650fa94dea0bc9d36af347a13 authored over 1 year ago
Ref #27377
e4313feefde89ad0e70b24dde523fc0d93abe8a7 authored over 1 year agoThe documentation becomes no help since that but make people confusing.
4999d909a6e77c82034712a4a2f08abdd6085086 authored over 1 year ago---
The original text "To address this" should be translated to "为了解决这个问题".
"工单" looks like ...
Fixes #3852
Fixes https://github.com/go-gitea/gitea/issues/26707
Add a button on file histor...
33de64cb21505259338e393ef0d15ccb0f757475 authored over 1 year ago
- There's no need for `In` to be used, as it's a single parameter that's
being passed.
Refs:...
cb68e01e22fb20cb0e23090654a4e7285fb8d933 authored over 1 year agoc9cc57f130bcfc926ed07e68f89f449484566c92 authored over 1 year ago
Hello, it seems that one my previous PR (adding the sparse index to the
cargo package content p...
Followup https://github.com/go-gitea/gitea/pull/26820
## Archived labels UI for issue filter a...
Fix #27363
Regression of #27089
87aa552531c7845d7d82b004490e48f6aa80e85a authored over 1 year ago
When the user does not set a username lookup condition, LDAP will get an
empty string `""` for ...
Fix #26165
Fix #25257
As title
Fix #27369
Regression of #27265
This PR adds a separated column in the users table for operations. The
username link now redire...
Various improvements related to feeds:
- Fix markdown rendering
- Increase font size from 13...
Currently, checkboxes are positioned as absolute. This positioning
causes the input to overlay ...
Fix #27361
7d14aa062f71b5b23e26dbf344f23e6a520eb775 authored over 1 year ago4f169e4b47bccf314678eeb1da466cbbbef134e5 authored over 1 year ago
Only in org action settings, repo count is missing
Before:
![image](https://github.com/go-...
393193a3e075b2dc51bbd43a1cf440450f97907d authored over 1 year agoThis change introduces a fix for the PR #26214 to set the UserLocationMapURL correctly.
65e09a303ea46bee59126e36dd2ebb03508a3fad authored over 1 year agoCo-authored-by: delvh <[email protected]>
c3b7231966e629fbe4e5b9073f0781c715aa4600 authored over 1 year ago
make function name more descriptive as it would otherwise imply it could
be used for e.g. #2667...
Part of #27065
This PR touches functions used in templates. As templates are not static
type...
Before:
![before](https://github.com/go-gitea/gitea/assets/18380374/383822d5-7d77-4ec3-b49b-4...
3945c26722dececf2433107c47821238dae7e3c2 authored over 1 year agoUpdate RhodeCode features and add EE version
89fa8f9896e1a27da8c5ca76d316f1c971e9e90a authored over 1 year agoFix #27306
968be05bccbb117e53c107fbaf7b706a8d4027a3 authored over 1 year agoFixes #25117
Add UI for choosing branch to fork
Change default branch on single-branch for...
5e02e3b7ee8294e2ec94968ece9af56bf1aa1534 authored over 1 year agoe8840e7e2b6c4eaf6fa78dad49a29709ef35217b authored over 1 year ago
As title
![ksnip_20230926-115158](https://github.com/go-gitea/gitea/assets/70063547/a60be44a-...
15a504cb9f83fbe40df252159f68c8ed510c99d1 authored over 1 year ago
This Column is missing index. It is used by
[issue_service.deleteIssue](https://github.com/go-g...
Follow #23465 and #25624
This PR introduces the following improvements:
- We do not need to ...
Blank Issues should be enabled if they are not explicit disabled through
the `blank_issues_enab...
Close #26730
1. The `diff-detail-box` was abused, it shouldn't be used for
"DiffFileList/D...
Fix #27313 (see the comment)
And some UI improvements:
### Before
![image](https://gi...
72c68177ab78d026d25a0a440c35cdbc9723cd98 authored over 1 year ago
1. Put the `"octicon-shield-lock"` into the flex container, then it
doesn't need a separate fle...
just extend doctor with a usefully check :)
Co-authored-by: techknowlogick <techknowlogick@gi...
15fa0383fb5dd9ad1702dbc34ba7100c0cdbcc8c authored over 1 year ago
- Modify the deleted branch orphan check to check for the new table
instead.
- Regression from...
This PR removed `unittest.MainTest` the second parameter
`TestOptions.GiteaRoot`. Now it detect...
e74a3b18afdbe9bbf56b8f845c915c13894d15c3 authored over 1 year ago
e5e1d842c0f2b59b15c05b246a0abd0389f12efa authored over 1 year ago
As title.
Probably it's better to put those sub cmd to different dirs. Will do
that in the fut...
Fix translation from #27291
Source Map will be kept as English in Chinese usage habit.
Co-authored-by: yp05327 <[email protected]>
Co-authored-by: silverwind <[email protected]>
Co-au...
Partially Fix #25041
This PR redefined the meaning of column `is_active` in table
`action_ru...
Enable [globals](https://vitest.dev/config/#globals) in vitest, reducing
the noise in test files.
the divider should always display in the subscription page.
Co-authored-by: techknowlogick <t...
5ef5a0ade6a49c0e55697a0adc9bd33ef9c83a48 authored over 1 year agoe59c9e3ecdccac1262ed05d693fb826b03af9de8 authored over 1 year ago
Previously, the production build never output sourcemaps. Now we emit
one file for `index.js` b...
Fix #27286
Replace #27279
Should fix: #27213
709c2fad8a5c8f8dd270f9b291343d3a37d665e0 authored over 1 year agoFix #27268
eab20cb6bd7bcbc1c3fffd5a41f1d1029ed30e27 authored over 1 year ago1f89a45926a05cdeb6781da60d52082cacc340e2 authored over 1 year ago
Fix #27223
Regression of #27122
939d410a932138aee68388cbec0e2a3b5610b4c2 authored over 1 year agoClose #26843
d0012c880604e54c563e033d125375c9335277f8 authored over 1 year ago3f82ca38af7cb671ec9e2f2dff5e0d6b062091ea authored over 1 year ago
Part of #27065
---------
Co-authored-by: KN4CK3R <[email protected]>
7047df36d4c39fefa6464b713c66302aa0038123 authored over 1 year ago93bd4351bfb4a2f5f37ecb80d50496d044240e00 authored over 1 year ago
7960ba7e2bbe2eb6f98f6d99f2ce105468cdf56e authored over 1 year ago
These buttons are now disabled when the webhook is not active.
The buttons were always enable...
e6d8b146207de0f5d88b7c08dc75b1f2f078cbbe authored over 1 year agoIt seems that `Public` user visibility is missing in the template.
Before:
![image](https:...
65d0b7c13a1765f9d1714f153e164a82af5598d1 authored over 1 year ago
The `.new-menu` was using a pseudo-element based fade-out effect.
Replace this with a more mode...
c2eed613299fb7f40497d6b92f53dbdaf2047f53 authored over 1 year ago
Fixes: https://github.com/go-gitea/gitea/issues/27230
a50002c75c0acc3482826902bc8f4227cc98452d authored over 1 year ago
update DB docs per feedback.
https://gitea.com/gitea/gitea-docusaurus/issues/69
2325fe777dcb8c8bbaea84718dcfbdc298d33304 authored over 1 year ago
Fixes https://github.com/go-gitea/gitea/issues/27136.
This does the following for Monaco's EO...
3a187eace5643a3dc681f87bdd8d0edbb742aa8f authored over 1 year agoFixes #27202
8e23524b18f4075e7db3dc1a7270abc0d9793dcb authored over 1 year ago
- switch from some weird status badge to label
- translate untranslated `Reset registration tok...
Fix #27224
And add the case to the devtest page.
efd51762781d4ba57c459190846a26636aef6564 authored over 1 year agoFixes #27214
da0467e3b658b7105fec48c71cc64be4410ffce5 authored over 1 year ago6e2888ce27c308ec1f88b9912a520f44cc18c2c3 authored over 1 year ago
Fixes #27174
`release` is a reserved keyword in MySql. I can't reproduce the issue on
my set...
I noticed, that the push mirrors endpoint, is the only endpoint which
returns the times in long...
Fixes https://codeberg.org/Codeberg/Community/issues/1303
5f7388e586d4aa53e6689a0faa962ee26e5509cf authored over 1 year agofix underline for label on issue sidebar
6c563a302acf75203bfffcfa4fb7d7700b5689c8 authored over 1 year ago
- Update all JS and Poetry dependencies
- Remove deprecated `eslint-plugin-custom-elements` and...
Some code is not in use any more, remove them.
c0ed26f98725cd9d24fd4ab90fb8c677fd0d3e0f authored over 1 year ago383edf2fd7d3cf952c491dd483ba68d7a8e4aaf2 authored over 1 year ago