There is no file nor directory at the given path: 'rhodecode/templates/admin/notifications/${url('notification', notification_id=notification.notification.notification_id)}' at revision eacd33e0c5b3
Files
@ 4a2a66bf93c5
Branch filter:
Location: kallithea/whitespacecleanup.sh
4a2a66bf93c5
880 B
text/x-sh
AuthUser: Drop ip_addr field
None of the AuthUser consumers actually need to get the IP address from
the AuthUser object, so it's just redundant.
Also, AuthUser represents a user session, and should not be used as a
generic user + IP address data structure.
None of the AuthUser consumers actually need to get the IP address from
the AuthUser object, so it's just redundant.
Also, AuthUser represents a user session, and should not be used as a
generic user + IP address data structure.