mikifus / padland

Padland is a tool to manage, share, remember and read collaborative documents based on the Etherpad technology in Android.
Apache License 2.0
62 stars 15 forks source link

Parse padname & server from URL #44

Closed madduck closed 6 years ago

madduck commented 6 years ago

I often have a URL and right now, I have to manually cut out the pad name, as well as the server, when in fact this should be trivially possible for the app to do. Please consider this a wishlist! ;)

mikifus commented 6 years ago

Hi,

This should be quite straigthforward. The reason I didn't implement it like this is because the app is designed to only allow pads on the configured servers. This is done in order to prevent phishing attacks among other possible security problems.

Still I'll try to implement this.