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
* upstream/main: (26 commits)
Add 'Show on a map' button to Location in profile, fix layout (go-gitea#26214)
Use shared template for webhook icons (go-gitea#26242)
Reduce margins on user settings page, introduce `flex-container` (go-gitea#26046)
Refactor and enhance issue indexer to support both searching, filtering and paging (go-gitea#26012)
Show image size on view page (go-gitea#25884)
Fix pull request check list is limited (go-gitea#26179)
Fix API leaking Usermail if not logged in (go-gitea#25097)
[skip ci] Updated licenses and gitignores
Fix typo in metadata (go-gitea#26207)
Update js and py dependencies (go-gitea#26243)
De-emphasize issue sidebar buttons (go-gitea#26171)
Don't autosize textarea in diff view (go-gitea#26233)
Add `/public/assets` to `.ignore` (go-gitea#26232)
Fix attachment clipboard copy on insecure origin (go-gitea#26224)
Fix commit compare style (go-gitea#26209)
Fix unable to display individual-level project (go-gitea#26198)
Fix access check for org-level project (go-gitea#26182)
Fixed incorrect locale references (go-gitea#26218)
Use calendar icon for `Joined on...` in profiles (go-gitea#26215)
Add changelog for 1.20.2 (go-gitea#26208)
...
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
@@ -648,6 +648,7 @@ And the following unique queues:
648
648
-`DEFAULT_USER_IS_RESTRICTED`: **false**: Give new users restricted permissions by default
649
649
-`DEFAULT_ENABLE_DEPENDENCIES`: **true**: Enable this to have dependencies enabled by default.
650
650
-`ALLOW_CROSS_REPOSITORY_DEPENDENCIES` : **true** Enable this to allow dependencies on issues from any repository where the user is granted access.
651
+
-`USER_LOCATION_MAP_URL`: **""**: A map service URL to show user's location on a map. The location will be appended to the URL as escaped query parameter.
651
652
-`ENABLE_USER_HEATMAP`: **true**: Enable this to display the heatmap on users profiles.
0 commit comments