otetard / ownpad

Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.
GNU Affero General Public License v3.0
58 stars 25 forks source link

Check for valid URL #25

Closed inhalte closed 7 years ago

inhalte commented 7 years ago

Changes are committed. Could not test it, but I think it should work. Still had to use preg_replace, since preg_quote doesn't replace the normal slash.

otetard commented 7 years ago

Thanks!

One last thing (sorry). It would be very good to merge the three commits ;). By doing a git rebase -i HEAD~3 and then replace “pick” with with “squash” for the last two commits should do the job. You can then update your PR by doing a git push --force.

Olivier;

inhalte commented 7 years ago

Done

otetard commented 7 years ago

Thanks, PR merged.

Olivier;