ocfweb
ocfweb copied to clipboard
list shorturls on some page
would be nice to have a sorted list of all the ocf.io/s/
database-backed shorturls for reference, rather than going to PMA to get the list from the anonymous public view. This should be pretty straightforward to implement and a good starter project for someone to get some experience with django or ocfweb.
I'll grab this with @squashcat
Do we want this to require staff authorization?
nah it should be fine to have public. Any security should be provided by ACLs on the resulting links themselves
On Tue, Apr 9, 2019 at 2:01 PM Daniel Kessler [email protected] wrote:
Do we want this to require staff authorization?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ocf/ocfweb/issues/485#issuecomment-481434188, or mute the thread https://github.com/notifications/unsubscribe-auth/AB0_lm68i8N7s3V8osEquOYAJKyiZS1Lks5vfP-YgaJpZM4b5bPP .
@squashcat
I am going to work on this.