ocf / ocfweb

The main ocf website
https://www.ocf.berkeley.edu
Other
40 stars 91 forks source link

list shorturls on some page #485

Open abizer opened 5 years ago

abizer commented 5 years ago

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.

pxhanus commented 5 years ago

I'll grab this with @squashcat

dkess commented 5 years ago

Do we want this to require staff authorization?

abizer commented 5 years ago

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 notifications@github.com 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 .

pxhanus commented 5 years ago

@squashcat

iacChris commented 5 years ago

I am going to work on this.