This website requires JavaScript.
Blogs
Sign In
GitCaddy
/
GitCaddy Server
Limited
Watch
2
Star
0
Fork
0
You've already forked gitcaddy-server
Code
Issues
Releases
4
Files
84749bf81cc5075f1dff5280cb52761fcbca5bef
gitcaddy-server
/
cmd
History
wxiaoguang
c0d15fd109
Try to fix ACME path when renew (
#33668
)
...
Try to
fix
#32191
2025-02-23 13:12:08 +08:00
..
actions.go
Return
responseText
instead of string in some functions (
#28836
)
2024-01-19 10:45:23 +08:00
admin_auth_ldap_test.go
Penultimate round of
db.DefaultContext
refactor (
#27414
)
2023-10-11 04:24:07 +00:00
admin_auth_ldap.go
chore: fix some function names in comment (
#32300
)
2024-10-22 08:41:05 +08:00
admin_auth_oauth.go
chore: use errors.New to replace fmt.Errorf with no parameters will much better (
#30621
)
2024-04-21 19:44:03 +00:00
admin_auth_stmp.go
chore: use errors.New to replace fmt.Errorf with no parameters will much better (
#30621
)
2024-04-21 19:44:03 +00:00
admin_auth.go
chore: use errors.New to replace fmt.Errorf with no parameters will much better (
#30621
)
2024-04-21 19:44:03 +00:00
admin_regenerate.go
Move some asymkey functions to service layer (
#28894
)
2024-03-04 08:57:39 +00:00
admin_user_change_password.go
Add some tests to clarify the "must-change-password" behavior (
#30693
)
2024-04-27 12:23:37 +00:00
admin_user_create_test.go
Add a option "--user-type bot" to admin user create, improve role display (
#27885
)
2025-02-07 08:41:55 +00:00
admin_user_create.go
Add a option "--user-type bot" to admin user create, improve role display (
#27885
)
2025-02-07 08:41:55 +00:00
admin_user_delete.go
chore: use errors.New to replace fmt.Errorf with no parameters will much better (
#30621
)
2024-04-21 19:44:03 +00:00
admin_user_generate_access_token.go
chore: use errors.New to replace fmt.Errorf with no parameters will much better (
#30621
)
2024-04-21 19:44:03 +00:00
admin_user_list.go
Reduce usage of
db.DefaultContext
(
#27073
)
2023-09-14 17:09:32 +00:00
admin_user_must_change_password.go
Refactor to use urfave/cli/v2 (
#25959
)
2023-07-21 17:28:19 +08:00
admin_user.go
Refactor to use urfave/cli/v2 (
#25959
)
2023-07-21 17:28:19 +08:00
admin.go
Simplify how git repositories are opened (
#28937
)
2024-01-27 21:09:51 +01:00
cert.go
Expanded minimum RSA Keylength to 3072 (
#26604
)
2023-08-28 00:53:16 +00:00
cmd.go
Refactor to use urfave/cli/v2 (
#25959
)
2023-07-21 17:28:19 +08:00
docs.go
Refactor to use urfave/cli/v2 (
#25959
)
2023-07-21 17:28:19 +08:00
doctor_convert.go
Recommend/convert to use case-sensitive collation for MySQL/MSSQL (
#28662
)
2024-01-10 11:03:23 +00:00
doctor_test.go
Move doctor package from modules to services (
#28856
)
2024-01-20 10:07:31 +08:00
doctor.go
Move doctor package from modules to services (
#28856
)
2024-01-20 10:07:31 +08:00
dump_repo.go
Refactor to use urfave/cli/v2 (
#25959
)
2023-07-21 17:28:19 +08:00
dump.go
Add --skip-db option to dump command (
#30613
)
2024-04-21 23:32:12 +02:00
embedded.go
chore: use errors.New to replace fmt.Errorf with no parameters will much better (
#30621
)
2024-04-21 19:44:03 +00:00
generate.go
Refactor JWT secret generating & decoding code (
#29172
)
2024-02-16 15:18:30 +00:00
hook_test.go
Use test context in tests and new loop system in benchmarks (
#33648
)
2025-02-20 09:57:40 +00:00
hook.go
Make git push options accept short name (
#32245
)
2024-10-12 05:42:10 +00:00
keys.go
Refactor cmd setup and remove deadcode (
#29313
)
2024-02-22 07:04:30 +00:00
mailer.go
Return
responseText
instead of string in some functions (
#28836
)
2024-01-19 10:45:23 +08:00
main_test.go
Refactor env var related code (
#33075
)
2025-01-02 11:36:50 +08:00
main.go
unset XDG_HOME_CONFIG as gitea manages configuration locations (
#33067
)
2025-01-02 06:37:35 +08:00
manager_logging.go
chore: use errors.New to replace fmt.Errorf with no parameters will much better (
#30621
)
2024-04-21 19:44:03 +00:00
manager.go
Refactor to use urfave/cli/v2 (
#25959
)
2023-07-21 17:28:19 +08:00
migrate_storage_test.go
Use test context in tests and new loop system in benchmarks (
#33648
)
2025-02-20 09:57:40 +00:00
migrate_storage.go
Artifacts download api for artifact actions v4 (
#33510
)
2025-02-16 08:32:54 +08:00
migrate.go
Fix "stop time tracking button" on navbar (
#33084
)
2025-01-03 04:01:05 +08:00
restore_repo.go
Refactor to use urfave/cli/v2 (
#25959
)
2023-07-21 17:28:19 +08:00
serv.go
User facing messages for AGit errors (
#33012
)
2025-01-27 02:33:39 +00:00
web_acme.go
Try to fix ACME path when renew (
#33668
)
2025-02-23 13:12:08 +08:00
web_graceful.go
Implement FSFE REUSE for golang files (
#21840
)
2022-11-27 18:20:29 +00:00
web_https.go
Implement FSFE REUSE for golang files (
#21840
)
2022-11-27 18:20:29 +00:00
web.go
Support performance trace (
#32973
)
2025-01-21 18:57:07 +00:00