gitea/modules/log
wxiaoguang c2e23d3301
Fix PR web route permission check (#33636)
See the FIXME comment in code. Otherwise, if a repo's issue unit is
disabled, then the PRs can't be edited anymore.

By the way, make the permission log output look slightly better.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: metiftikci <metiftikci@hotmail.com>
2025-02-19 00:55:19 +00:00
..
color.go Improve testing and try to fix MySQL hanging (#32515) 2024-11-15 23:45:07 +08:00
color_console.go
color_console_other.go
color_console_windows.go
color_router.go
event_format.go Refactor pprof labels and process desc (#32909) 2024-12-20 12:17:14 +08:00
event_format_test.go Refactor pprof labels and process desc (#32909) 2024-12-20 12:17:14 +08:00
event_writer.go
event_writer_base.go Reduce some allocations in type conversion (#26772) 2023-08-29 00:43:16 +08:00
event_writer_conn.go
event_writer_conn_test.go
event_writer_console.go Refactor markup package (#32399) 2024-11-04 10:59:50 +00:00
event_writer_file.go Refactor markup package (#32399) 2024-11-04 10:59:50 +00:00
flags.go Refactor pprof labels and process desc (#32909) 2024-12-20 12:17:14 +08:00
flags_test.go
init.go
level.go
level_test.go
logger.go
logger_global.go Add some tests to clarify the "must-change-password" behavior (#30693) 2024-04-27 12:23:37 +00:00
logger_impl.go Fix PR web route permission check (#33636) 2025-02-19 00:55:19 +00:00
logger_test.go Fix PR web route permission check (#33636) 2025-02-19 00:55:19 +00:00
manager.go
manager_test.go Fix sub-command log level (#25537) 2023-06-28 08:02:06 +02:00
misc.go
stack.go