You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Add global setting how timestamps should be rendered (go-gitea#28657)
[skip ci] Updated translations via Crowdin
Upgrade xorm to new version which supported update join for all supported databases (go-gitea#28590)
Fix: system webhooks API bug (go-gitea#28531)
Fix alpine package files are not rebuilt (go-gitea#28638)
Fix migration test (go-gitea#28659)
Avoid cycle-redirecting user/login page (go-gitea#28636)
Fix long package version names overflowing (go-gitea#28619)
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
231
231
-`ONLY_SHOW_RELEVANT_REPOS`: **false**: Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
232
232
A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
233
233
-`EXPLORE_PAGING_DEFAULT_SORT`: **recentupdate**: Change the sort type of the explore pages. Valid values are "recentupdate", "alphabetically", "reverselastlogin", "newest" and "oldest"
234
+
-`PREFERRED_TIMESTAMP_TENSE`: **mixed**: The tense all timestamps should be rendered in. Possible values are `absolute` time (i.e. 1970-01-01, 11:59) and `mixed`. `mixed` means most timestamps are rendered in relative time (i.e. 2 days ago).
0 commit comments