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

Multi-sheet doesn't work #28

Closed imsearcher closed 7 years ago

imsearcher commented 7 years ago

Hi, Ownpad can not display the spreadsheets I created. I found InternetShortcut is correct. However, "=" is encoded to %3D in the viewer.php. Then ethercalc server is not able to recognize the name. I use owncloud 9.

otetard commented 7 years ago

Hi!

Thanks for the feedback. I’ve just fixed two issues with Ethercalc support concerning URL checking (bb26f5ad2581cfef33f12c436d4b44eb88f3b375 and d8305d39b13cadfd157d0a050c1dfa6d8a3ca413) and prevent URL encoding of the first = if present in the URL (88d72ed80ccb81dcccc9b0d0546c66262aa5cd20).

Could you tell me if this solves your problem?

Olivier;

imsearcher commented 7 years ago

Hi Olivier,

It works perfectly. Thank you very much!

kousu commented 6 years ago

This is working for me too. I don't think @poVoq is right about this having anything to do with #45.