aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
feature-activitypubMerge branch 'main' into feature-activitypub65433 years
feature-go-ap-inbox-outboxMove repo endpoints to /api/v1/activitypub/repoAnthony Wang3 years
feature-go-fedgo.mod: add go-fed/{httpsig,activity/pub,activity/streams} dependencyLoïc Dachary3 years
feature-inbox-outboxPersonInboxGet and PersonOutboxPostAnthony Wang3 years
feature-manual-inbox-outboxAdd following and follower ActivityStreams endpointsAnthony Wang3 years
feature-manual-inbox-outbox-oldSend a remote follow in PersonInboxGetAnthony Wang3 years
giteaSync the class change of Edit Column Button to JS code (#23400)yp053272 years
libreplanet-federation-demoA bunch of super hacky codeAnthony Wang2 years
mainmake fmtAnthony Wang2 years
oldMerge branch 'feature-go-ap-inbox-outbox'Anthony Wang3 years
[...]
 
TagDownloadAuthorAge
v1.19.0-devcommit 49a4e4555a...techknowlogick2 years
v1.18.0-rc0commit 3f7cab42dc...techknowlogick2 years
v1.17.3commit f48fda8eef...65432 years
v1.17.2commit 32eef4aa2e...techknowlogick3 years
v1.17.1commit 68cceb5321...techknowlogick3 years
v1.17.0commit 8769df117d...65433 years
v1.17.0-rc2commit 2c93bd79f2...65433 years
v1.16.9commit 713bc6c8dc...65433 years
v1.17.0-rc1commit 710a1419fa...65433 years
v1.18.0-devcommit 433443ffa9...65433 years
[...]
 
AgeCommit messageAuthor
2023-03-16make fmtHEADmainAnthony Wang
2023-03-15Fix some annoying segfaultsAnthony Wang
2023-03-12Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-03-12Sync 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>giteayp05327
2023-03-12Preserve 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 CrowdinGiteaBot
2023-03-11Use 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-11Refactor 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. ![image](https://user-images.githubusercontent.com/2114189/224099638-378a8a86-0865-47d1-bcba-f972506374c7.png) ![image](https://user-images.githubusercontent.com/2114189/224099690-70276cf5-b1e4-404a-b0c6-582448abf40e.png) --------- Co-authored-by: techknowlogick <techknowlogick@gitea.io>wxiaoguang
2023-03-11[skip ci] Updated translations via CrowdinGiteaBot
2023-03-10Hide 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