mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 08:22:44 +01:00
cd5278a44c
The previous URL encoding would encode spaces to '+' for the app name which is incorrect. Use base64 encoding instead which does not have such issues. |
||
---|---|---|
.. | ||
attachment.go | ||
cache.go | ||
cors.go | ||
cron.go | ||
cron_test.go | ||
database.go | ||
database_sqlite.go | ||
database_test.go | ||
git.go | ||
indexer.go | ||
indexer_test.go | ||
lfs.go | ||
log.go | ||
mailer.go | ||
markup.go | ||
migrations.go | ||
picture.go | ||
project.go | ||
queue.go | ||
repository.go | ||
service.go | ||
session.go | ||
setting.go | ||
setting_test.go | ||
storage.go | ||
storage_test.go | ||
task.go | ||
webhook.go |