gitea/routers
zeripath 48ef04ee56
Drop the event source if we are unauthorized (#15275)
A previous commit that sent unauthorized if the user is unauthorized
simply leads to the repeated reopening of the eventsource. #

This PR changes the event returned to tell the client to close the
eventsource and thus prevents the repeated reopening.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-04-04 22:37:50 +01:00
..
admin [refactor] mailer service (#15072) 2021-04-02 11:25:13 +01:00
api/v1 [refactor] mailer service (#15072) 2021-04-02 11:25:13 +01:00
dev Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
events Drop the event source if we are unauthorized (#15275) 2021-04-04 22:37:50 +01:00
org Organization removal confirmation using name not password (#14738) 2021-03-01 16:33:05 +02:00
private Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
repo response 404 for diff/patch of a commit that not exist (#15221) 2021-04-01 08:17:14 +03:00
routes Fix bug on avatar middleware (#15124) 2021-03-23 18:20:24 +01:00
user [refactor] mailer service (#15072) 2021-04-02 11:25:13 +01:00
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 2021-02-19 22:36:43 +01:00
home.go Add ui.explore settings to control view of explore pages (2) (#14094) 2021-03-11 13:40:54 +00:00
init.go Print usefull error if SQLite is used in settings but not supported (#14476) 2021-01-27 04:57:18 +01:00
install.go use level config in main section when subsection not set level (#15176) 2021-03-28 20:08:19 +01:00
metrics.go Move metrics from macaron to chi (#13601) 2020-11-17 15:50:06 -05:00
swagger_json.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00