mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
7ec6cddd27
* Add 'mark all read' option to notifications Signed-off-by: Sasha Varlamov <[email protected]> * Fix exported comment Signed-off-by: Sasha Varlamov <[email protected]> * Format method comments Signed-off-by: Sasha Varlamov <[email protected]> * Fix exported comment Signed-off-by: Sasha Varlamov <[email protected]> Format method comments Signed-off-by: Sasha Varlamov <[email protected]> Tests for reactions (#3083) * Unit tests for reactions * Fix import order Signed-off-by: Lauris Bukšis-Haberkorns <[email protected]> Fix reaction possition when there is attachments (#3099) Refactor notifications swap function * Accept change to drop beforeupdate call * Update purge notifications error message for consistency * Drop unnecessary check for mark all as read button * Remove debugging comment