This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules
Gusted 1465e0cbb2
Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532)
- Backport #19531
  - Doing 64-bit atomic operations on 32-bit machines is a bit tricky by golang, as they can only be done under certain set of conditions(https://pkg.go.dev/sync/atomic#pkg-note-BUG).
  - This PR fixes such case whereby the conditions weren't met, it moves the int64 to the first field of the struct, which will 64-bit operations happening on this property on 32-bit machines.
  - Resolves #19518
2022-04-27 10:32:28 -05:00
..
activitypub
analyze
appstate
auth fix pam authorization (#19040) (#19047) 2022-03-10 08:15:35 +00:00
avatar Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
base
cache
charset Don't treat BOM escape sequence as hidden character. (#18909) (#18910) 2022-02-26 23:15:04 +01:00
context RepoAssignment ensure to close before overwrite (#19449) (#19460) 2022-04-21 18:55:44 +02:00
convert Set correct PR status on 3way on conflict checking (#19457) (#19458) 2022-04-22 09:11:42 +08:00
csv Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
doctor [doctor] authorized-keys: fix displayed check name (backport #19464) (#19484) 2022-04-25 13:45:18 +02:00
emoji
eventsource
generate Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
git Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466) 2022-04-22 16:58:50 +01:00
gitgraph Collaborator trust model should trust collaborators (#18539) (#18557) 2022-02-03 11:20:37 -05:00
graceful Immediately Hammer if second kill is sent (#18823) (#18826) 2022-02-20 01:37:52 +08:00
hcaptcha
highlight Bump to build with go1.18 (#19120 et al) (#19127) 2022-03-19 18:46:47 +01:00
hostmatcher Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319) 2022-04-05 13:32:24 -04:00
httpcache
httplib
indexer Prevent dangling archiver goroutine (#19516) (#19526) 2022-04-27 16:05:52 +08:00
json
lfs Improve SyncMirrors logging (#19045) (#19050) 2022-03-10 16:06:35 +01:00
log
markup Bump goldmark to v1.4.11 (#19201) (#19203) 2022-03-24 11:47:40 -04:00
metrics Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
migration Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
nosql Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) (#18938) 2022-02-28 15:45:38 +00:00
notification Fix problem when self-assign notification (#18797) (#18976) 2022-03-02 20:11:55 +00:00
options Remove golang vendored directory (#18277) 2022-01-14 18:16:05 -05:00
password
pprof
private Fix the bug: deploy key with write access can not push (#19010) (#19182) 2022-03-23 13:44:41 +00:00
process Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
proxy
public Fix mime-type detection for HTTP server (#18371) 2022-01-23 21:17:20 +08:00
queue Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532) 2022-04-27 10:32:28 -05:00
recaptcha
references
repository Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236) 2022-03-29 23:19:57 +03:00
secret
session Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
setting Only request write when necessary (#18657) (#19422) 2022-04-19 12:10:24 -04:00
ssh Update golang.org/x/crypto (#19097) (#19098) 2022-03-19 12:16:15 +00:00
storage Clean paths when looking in Storage (#19124) (#19179) 2022-03-23 09:23:00 +00:00
structs When updating mirror repo intervals by API reschedule next update too (#19429) (#19433) 2022-04-20 16:04:26 +02:00
svg
sync
templates Prevent start panic due to missing DotEscape function 2022-03-23 16:09:57 +00:00
test
timeutil Don't store assets modified time into generated files (#18193) 2022-01-06 21:33:17 -05:00
translation Sort locales according to their names (#18211) 2022-01-08 12:18:39 +00:00
typesniffer
updatechecker Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
upload
uri
user
util Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319) 2022-04-05 13:32:24 -04:00
validation
web