You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
Giteabot 6124c78de0
Fix date rendering by adding `<gitea-absolute-date>` (#29725) (#29747)
Backport #29725 by @silverwind

Alternative to: https://github.com/go-gitea/gitea/pull/29698
Fixes: https://github.com/go-gitea/gitea/issues/29034

<img width="278" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/12ecd967-2723-410d-8a28-a1b0f41b7bba">

It also fixes a secondary issue that we were showing timestamp tooltips
over date, which makes no sense, so these are now gone as well:

<img width="284" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/a70432f3-97b6-41e6-b202-b53b76924a66">

Co-authored-by: silverwind <me@silverwind.io>
3 months ago
..
actions Set pre-step status to `skipped` if job is skipped (#29489) (#29523) 3 months ago
activitypub More refactoring of `db.DefaultContext` (#27083) 9 months ago
analyze Rename code_langauge.go to code_language.go (#26377) 10 months ago
assetfs Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 10 months ago
auth Next round of `db.DefaultContext` refactor (#27089) 9 months ago
avatar Remove nfnt/resize and oliamb/cutter (#25999) 11 months ago
base Use general token signing secret (#29205) (#29325) 4 months ago
cache improve unit test for caching (#26185) 11 months ago
charset Preserve BOM in web editor (#28935) (#28959) 4 months ago
container Implement FSFE REUSE for golang files (#21840) 2 years ago
context Use strict protocol check when redirect (#29642) (#29644) 3 months ago
contexttest Make "/user/login" page redirect if the current user has signed in (#29583) (#29599) 3 months ago
csv Refactor locale number (#24134) 1 year ago
doctor Initalize stroage for orphaned repository doctor (#28487) (#28490) 6 months ago
emoji Update emoji set to Unicode 15 (#25595) 12 months ago
eventsource More `db.DefaultContext` refactor (#27265) (#27347) 8 months ago
generate Use general token signing secret (#29205) (#29325) 4 months ago
git Do not double close reader (#29354) (#29370) 4 months ago
gitgraph More `db.DefaultContext` refactor (#27265) (#27347) 8 months ago
graceful Avoid unexpected panic in graceful manager (#29629) (#29630) 3 months ago
hcaptcha Consume hcaptcha and pwn deps (#22610) 1 year ago
highlight Add option to disable ambiguous unicode characters detection (#28454) (#28499) 6 months ago
hostmatcher Support allowed hosts for webhook to work with proxy (#27655) (#27675) 8 months ago
html Refactor backend SVG package and add tests (#26335) 10 months ago
httpcache Less naked returns (#25713) 11 months ago
httplib Less naked returns (#25713) 11 months ago
indexer Fix wrong line number in code search result (#29260) (#29623) 3 months ago
issue/template Replace `interface{}` with `any` (#25686) 11 months ago
json Replace `interface{}` with `any` (#25686) 11 months ago
label Make label templates have consistent behavior and priority (#23749) 1 year ago
lfs Refactor lfs requests (#26783) 9 months ago
log Reduce some allocations in type conversion (#26772) 10 months ago
markup Fix inconsistent rendering of block mathematical expressions (#29677) (#29711) 3 months ago
mcaptcha Implement FSFE REUSE for golang files (#21840) 2 years ago
metrics Reduce usage of `db.DefaultContext` (#27073) 9 months ago
migration Replace `interface{}` with `any` (#25686) 11 months ago
nosql Update tool dependencies, lock govulncheck and actionlint (#25655) 11 months ago
options Use a general approach to access custom/static/builtin assets (#24022) 1 year ago
packages Close all hashed buffers (#27787) (#27790) 8 months ago
paginator Use more specific test methods (#24265) 1 year ago
pprof Implement FSFE REUSE for golang files (#21840) 2 years ago
private Use correct `has error` check for internal responses (#28796) (#28798) 5 months ago
process Less naked returns (#25713) 11 months ago
proxy Use proxy for pull mirror (#22771) 1 year ago
proxyprotocol Implement FSFE REUSE for golang files (#21840) 2 years ago
public Refactor CORS handler (#28587) (#28611) 6 months ago
queue Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) (#29546) 3 months ago
recaptcha Implement FSFE REUSE for golang files (#21840) 2 years ago
references Fix issue link does not support quotes (#29484) (#29487) (#29536) 3 months ago
regexplru Upgrade go dependencies (#25819) 11 months ago
repository Only log error when tag sync fails (#29295) (#29327) 4 months ago
secret Improve decryption failure message (#24573) 1 year ago
session Next round of `db.DefaultContext` refactor (#27089) 9 months ago
setting Fix incorrect cookie path for AppSubURL (#29534) (#29552) 3 months ago
sitemap Fix sitemap (#22272) 1 year ago
ssh Remove SSH workaround (#27893) (#29332) 4 months ago
storage Fix object storage path handling (#27024) 9 months ago
structs chore(api): support ignore password if login source type is LDAP for creating user API (#28491) (#28525) 6 months ago
svg Refactor backend SVG package and add tests (#26335) 10 months ago
sync Implement FSFE REUSE for golang files (#21840) 2 years ago
system Implement FSFE REUSE for golang files (#21840) 2 years ago
templates Rework markup link rendering (#26745) (#28803) 5 months ago
test Move web/api context related testing function into a separate package (#26859) 9 months ago
testlogger Replace `interface{}` with `any` (#25686) 11 months ago
timeutil Fix date rendering by adding `<gitea-absolute-date>` (#29725) (#29747) 3 months ago
translation Add a trailing slash to dashboard links (#29555) (#29573) 3 months ago
turnstile Add new captcha: cloudflare turnstile (#22369) 1 year ago
typesniffer Detect ogg mime-type as audio or video (#26494) 10 months ago
updatechecker Implement FSFE REUSE for golang files (#21840) 2 years ago
upload Implement FSFE REUSE for golang files (#21840) 2 years ago
uri Implement FSFE REUSE for golang files (#21840) 2 years ago
user Implement FSFE REUSE for golang files (#21840) 2 years ago
util Use general token signing secret (#29205) (#29325) 4 months ago
validation Check blocklist for emails when adding them to account (#26812) 9 months ago
web Refactor CORS handler (#28587) (#28611) 6 months ago
webhook Fix schedule tasks bugs (#28691) (#28780) 5 months ago