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
* add [ui] Reactions
* move contend check from form to go functions
* use else if
* check if reaction is allowed only on react
(so previous custom reaction can be still removed)
* use $.AllowedReactions in templates
* use ctx.Flash.Error
* use it there too
* add redirection
* back to server error
because a wrong reaction is a template issue ...
* add emoji list link
* add docs entry
* small wording nit
suggestions from @jolheiser - thx
* same reactions as github
* fix PR reactions
* handle error so template JS could check
* Add Integrations Test
* add REACTIONS setting to cheat-sheet doc page
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+1
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
118
118
-`DEFAULT_THEME`: **gitea**: \[gitea, arc-green\]: Set the default theme for the Gitea install.
119
119
-`THEMES`: **gitea,arc-green**: All available themes. Allow users select personalized themes
120
120
regardless of the value of `DEFAULT_THEME`.
121
+
-`REACTIONS`: All available reactions. Allow users react with different emoji's.
121
122
-`DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
122
123
-`SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
123
124
-`USE_SERVICE_WORKER`: **true**: Whether to enable a Service Worker to cache frontend assets.
A full list of supported emoji's is at [emoji list](https://gitea.com/gitea/gitea.com/issues/8)
172
+
164
173
## Customizing the look of Gitea
165
174
166
175
As of version 1.6.0 Gitea has built-in themes. The two built-in themes are, the default theme `gitea`, and a dark theme `arc-green`. To change the look of your Gitea install change the value of `DEFAULT_THEME` in the [ui](https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui) section of `app.ini` to another one of the available options.
0 commit comments