Branch | Commit message | Author | Age | |
---|---|---|---|---|
feature-activitypub | Merge branch 'main' into feature-activitypub | 6543 | 3 years | |
feature-go-ap-inbox-outbox | Move repo endpoints to /api/v1/activitypub/repo | Anthony Wang | 3 years | |
feature-go-fed | go.mod: add go-fed/{httpsig,activity/pub,activity/streams} dependency | Loïc Dachary | 3 years | |
feature-inbox-outbox | PersonInboxGet and PersonOutboxPost | Anthony Wang | 3 years | |
feature-manual-inbox-outbox | Add following and follower ActivityStreams endpoints | Anthony Wang | 3 years | |
feature-manual-inbox-outbox-old | Send a remote follow in PersonInboxGet | Anthony Wang | 3 years | |
gitea | Sync the class change of Edit Column Button to JS code (#23400) | yp05327 | 2 years | |
libreplanet-federation-demo | A bunch of super hacky code | Anthony Wang | 2 years | |
main | make fmt | Anthony Wang | 2 years | |
old | Merge branch 'feature-go-ap-inbox-outbox' | Anthony Wang | 3 years | |
[...] | ||||
Tag | Download | Author | Age | |
v1.19.0-dev | commit 49a4e4555a... | techknowlogick | 2 years | |
v1.18.0-rc0 | commit 3f7cab42dc... | techknowlogick | 2 years | |
v1.17.3 | commit f48fda8eef... | 6543 | 2 years | |
v1.17.2 | commit 32eef4aa2e... | techknowlogick | 3 years | |
v1.17.1 | commit 68cceb5321... | techknowlogick | 3 years | |
v1.17.0 | commit 8769df117d... | 6543 | 3 years | |
v1.17.0-rc2 | commit 2c93bd79f2... | 6543 | 3 years | |
v1.16.9 | commit 713bc6c8dc... | 6543 | 3 years | |
v1.17.0-rc1 | commit 710a1419fa... | 6543 | 3 years | |
v1.18.0-dev | commit 433443ffa9... | 6543 | 3 years | |
[...] | ||||
Age | Commit message | Author | ||
2023-03-16 | make fmtHEADmain | Anthony Wang | ||
2023-03-15 | Fix some annoying segfaults | Anthony Wang | ||
2023-03-12 | Merge remote-tracking branch 'origin/main' into forgejo-federation | Anthony Wang | ||
2023-03-12 | Sync the class change of Edit Column Button to JS code (#23400)•••In #22767, we changed the class of `Edit Column` button from `red` to `primary` But `red` is used to find this button in js..... --------- Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>gitea | yp05327 | ||
2023-03-12 | Preserve file size when creating attachments (#23406)•••When creating attachments (issue, release, repo) the file size (being part of the multipart file header) is passed through the chain of creating an attachment to ensure the MinIO client can stream the file directly instead of having to read it to memory completely at first. Fixes #23393 Co-authored-by: KN4CK3R <admin@oldschoolhack.me> Co-authored-by: techknowlogick <techknowlogick@gitea.io> | Peter | ||
2023-03-12 | [skip ci] Updated translations via Crowdin | GiteaBot | ||
2023-03-11 | Use buildkit for docker builds (#23415)•••This switches Docker builds to use build kit which is less prone to error than legacy docker-in-docker building. It also switches back to using the upstream docker image again now that it has been updated to a version that supports alpine 3.14+ Co-authored-by: John Olheiser <john.olheiser@gmail.com> | techknowlogick | ||
2023-03-11 | Refactor branch/tag selector dropdown (first step) (#23394)•••Follow: * #23345 The branch/tag selector dropdown mixes jQuery/Fomantic UI/Vue together, it's very diffcult to maintain and causes unfixable a11y problems. It also causes problems like #19851 #21314 #21952 This PR is the first step for the refactoring, move `data-` attributes to JS object and use Vue data as much as possible. The old selector `'.choose.reference .dropdown'` was also wrong, it hits `<div class="choose reference"><svg class="dropdown icon">` and would cause undefined behaviors. I have done some quick tests and it works. After this PR gets merged, I will move the code into a Vue SFC in next PR.   --------- Co-authored-by: techknowlogick <techknowlogick@gitea.io> | wxiaoguang | ||
2023-03-11 | [skip ci] Updated translations via Crowdin | GiteaBot | ||
2023-03-10 | Hide target selector if tag exists when creating new release (#23171)•••Close #22649. |status|screenshot| |-|-| |empty tag name|<img src="https://user-images.githubusercontent.com/15528715/221490165-fd3abd2e-6dc5-4562-bece-d1d6a305479e.png" width="300px"/>| |new tag|<img src="https://user-images.githubusercontent.com/15528715/221490450-49b2a48e-b206-49f4-bd79-34b1ea64156f.png" width="300px"/>| |existing tag|<img src="https://user-images.githubusercontent.com/15528715/221490301-4d1879dd-4947-4abc-9b9a-e77be1806981.png" width="300px"/>| | Zettat123 | ||
[...] | ||||
Clone | ||||
https://git.unnamed.website/gitea |