otetard / ownpad

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

Change the modify date on each click on the file #106

Open meaz opened 2 years ago

meaz commented 2 years ago

The lists of files in Nextcloud folders, has a column "Modified", which shows an incorrect value for .pads. What I mean, is that as pads are edited outside of ownpad (they are directly into the etherpad instance), if you change something on the pad, it is not reflected on the list of files in Nextcloud, so you can't know that something changed in the pad. And it's a pain to work with .pads when the number grows. In particular due to the temporary limitation of deletion set on some etherpad instance.

Something that could help would be to change the modify date on each click on the file. Like this, it would assume that the pad has been modified. In that way you could have better indication on when was the last time you used the pad.