forgejo/modules/setting
Panagiotis "Ivory" Vasilopoulos 67e66ab40e
[GITEA] Add OpenStreetMap URL to Location field in profile
Not too important, but I think that it'd be a pretty neat touch.

(cherry picked from commit 64de4e02f9)

Add placeholder text

(cherry picked from commit 1396e2716b)

Add test for OSM feature (doesn't work yet)

(cherry picked from commit 2c94e6d56f)

Lint tests (sorry, I'm a bit tired)

(cherry picked from commit 5731fbb4a4)

It finally works, will add more tests later.

(cherry picked from commit 4437292622)

Improve testing

(cherry picked from commit 56a028ec96)

Introduce new button for OpenStreetMap URL

(cherry picked from commit 852317b467)

16, "gt-mr-2" in *all* icons

(cherry picked from commit c2c60a01eb)

Wait, I forgot about *that* icon

(cherry picked from commit 9930f9b8f2)

Alright, we just made all the icons in that submenu a bit bolder and more consistent.

(cherry picked from commit d5c0009ad0)

Remove | Safe attribute, it does exactly the opposite of what I intended it to.

(cherry picked from commit 1254f2aa9d)

Make OSM button configurable

(cherry picked from commit ba3d76f5ba)

Fix tests (tested)

(cherry picked from commit 22983c65f8)

Add more tests

(cherry picked from commit 4bbcbd37e1)

Add tooltip

(cherry picked from commit b906008ff1)

Revert "16, "gt-mr-2" in *all* icons"

This reverts commit c2c60a01eb.

(cherry picked from commit 02bb52617d)

Revert "Wait, I forgot about *that* icon"

This reverts commit 9930f9b8f2.

(cherry picked from commit a36d657509)

Revert "Alright, we just made all the icons in that submenu a bit bolder and more consistent."

This reverts commit d5c0009ad0.

(cherry picked from commit 27d8d1c5fc)
2023-07-26 16:48:06 +02:00
..
actions.go [CI] DEFAULT_ACTIONS_URL = https://codeberg.org 2023-07-26 13:36:02 +02:00
actions_test.go [CI] DEFAULT_ACTIONS_URL = https://codeberg.org 2023-07-26 13:36:02 +02:00
admin.go
api.go
asset_dynamic.go
asset_static.go
attachment.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
attachment_test.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
cache.go
camo.go
config_env.go Fix env config parsing for "GITEA____APP_NAME" (#26001) 2023-07-20 09:16:29 +00:00
config_env_test.go Fix env config parsing for "GITEA____APP_NAME" (#26001) 2023-07-20 09:16:29 +00:00
config_provider.go Display deprecated warning in admin panel pages as well as in the log file (#26094) 2023-07-26 03:53:37 +00:00
config_provider_test.go Refactor path & config system (#25330) 2023-06-21 13:50:26 +08:00
cors.go
cron.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
cron_test.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
database.go Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 2023-06-21 10:49:25 +00:00
database_sqlite.go
database_test.go
federation.go
git.go Use [git.config] for reflog cleaning up (#24958) 2023-05-28 01:07:14 +00:00
git_test.go Use [git.config] for reflog cleaning up (#24958) 2023-05-28 01:07:14 +00:00
highlight.go
i18n.go
incoming_email.go
indexer.go Allow skipping forks and mirrors from being indexed (#23187) 2023-05-25 16:13:47 +08:00
indexer_test.go
lfs.go Display deprecated warning in admin panel pages as well as in the log file (#26094) 2023-07-26 03:53:37 +00:00
lfs_test.go Display deprecated warning in admin panel pages as well as in the log file (#26094) 2023-07-26 03:53:37 +00:00
log.go Fix sub-command log level (#25537) 2023-06-28 08:02:06 +02:00
log_test.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
mailer.go Make mailer SMTP check have timed context (#24751) 2023-05-16 22:55:51 +02:00
mailer_test.go Remove unnecessary code (#24610) 2023-05-10 04:57:06 +00:00
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go Avoid polluting the config (#25345) 2023-06-18 16:10:44 +00:00
oauth2.go Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands (#25567) 2023-06-28 23:30:06 +02:00
other.go
packages.go Avoid creating directories when loading config (#25944) 2023-07-18 07:32:36 -05:00
packages_test.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
path.go Update path related documents (#25417) 2023-07-19 11:22:57 +02:00
path_test.go Refactor path & config system (#25330) 2023-06-21 13:50:26 +08:00
picture.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
project.go
proxy.go
queue.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
repository.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
repository_archive.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
repository_archive_test.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
security.go Make "install page" respect environment config (#25648) 2023-07-09 22:43:37 +00:00
server.go Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (#25974) 2023-07-21 12:14:20 +00:00
service.go [GITEA] Add OpenStreetMap URL to Location field in profile 2023-07-26 16:48:06 +02:00
service_test.go Support wildcard in email domain allow/block list (#24831) 2023-05-22 00:05:44 +00:00
session.go
setting.go Make "install page" respect environment config (#25648) 2023-07-09 22:43:37 +00:00
setting_test.go
ssh.go Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412) 2023-07-01 04:07:48 +00:00
storage.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
storage_test.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
task.go
time.go
ui.go Remove the service worker (#25010) 2023-05-31 02:07:04 +00:00
webhook.go