This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
gitea
Watch
1
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-05-17 15:21:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5dc9d621fd998387bc8e495580055bc9f6756b5a
gitea
/
modules
/
setting
History
wxiaoguang
093c9e8ee6
fix: "run as root" check (
#37622
)
...
Remove the hacky and fragile `sed os.Getuid()` patch.
2026-05-09 17:32:30 +02:00
..
config
…
actions_test.go
…
actions.go
Introduce
ActionRunAttempt
to represent each execution of a run (
#37119
)
2026-04-23 23:33:41 +00:00
admin.go
…
api.go
…
asset_dynamic.go
…
asset_static.go
…
attachment_test.go
…
attachment.go
…
cache.go
…
camo.go
…
config_env_test.go
…
config_env.go
…
config_option_instance.go
…
config_provider_test.go
…
config_provider.go
…
config.go
…
cors.go
…
cron_test.go
…
cron.go
…
database.go
refactor: only reset a database table when the table's data was changed (
#37573
)
2026-05-08 00:49:40 +00:00
federation.go
…
git_test.go
…
git.go
…
gloabl_lock.go
…
glob.go
…
global_lock_test.go
…
global.go
…
highlight.go
…
i18n.go
…
incoming_email.go
fix: treat email addresses case-insensitively (
#37600
)
2026-05-08 15:14:33 +00:00
indexer_test.go
…
indexer.go
…
lfs_test.go
…
lfs.go
…
log_test.go
…
log.go
fix: redirect early CLI console logger to stderr (
#37507
)
2026-05-02 15:45:31 +00:00
mailer_test.go
…
mailer.go
…
markup_test.go
…
markup.go
…
metrics.go
…
migrations.go
…
mime_type_map.go
…
mirror.go
…
oauth2_test.go
…
oauth2.go
…
other.go
…
packages_test.go
…
packages.go
…
path_test.go
…
path.go
…
picture.go
…
project.go
…
proxy.go
…
queue.go
…
repository_archive_test.go
…
repository_archive.go
…
repository.go
Add DEFAULT_TITLE_SOURCE setting for pull request title default behavior (
#37465
)
2026-04-28 21:33:20 +00:00
security.go
feat(security): set X-Content-Type-Options: nosniff by default (
#37354
)
2026-04-24 11:21:34 +00:00
server.go
refactor: serve site manifest via
/assets/site-manifest.json
endpoint (
#37405
)
2026-04-24 13:00:59 +00:00
service_test.go
…
service.go
…
session.go
…
setting.go
fix: "run as root" check (
#37622
)
2026-05-09 17:32:30 +02:00
ssh.go
…
storage_test.go
…
storage.go
…
task.go
…
testenv.go
Refactor integration tests infrastructure (
#37462
)
2026-04-29 16:37:38 +00:00
time.go
…
ui.go
…
webhook.go
…