Add possibility to block and unblock Sones.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 14:11:15 +0000 (16:11 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 14:11:15 +0000 (16:11 +0200)
commitd564858954b0df2464b2ea536a770c408d5aad75
treea246d39ced9b7acbff1a2457d0ac0a33bdb4f755
parent4d23b48e1e973d3fab7fdad7c0aeda5557a9a03f
Add possibility to block and unblock Sones.
src/main/java/net/pterodactylus/sone/web/BlockSonePage.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/web/UnblockSonePage.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/web/WebInterface.java
src/main/resources/i18n/sone.en.properties
src/main/resources/templates/blockSone.html [new file with mode: 0644]
src/main/resources/templates/knownSones.html
src/main/resources/templates/unblockSone.html [new file with mode: 0644]