nextcloud / files_lock

GNU Affero General Public License v3.0
24 stars 8 forks source link

Backend improvement - provide details about the lock when the Files API throws an Exception #8

Open ArtificialOwl opened 4 years ago

ArtificialOwl commented 4 years ago

Once https://github.com/nextcloud/server/pull/18080 is merged, using TemporaryLockedException to returns details about the lock (ETA, owner) so that other apps does not need to keep trying to save any edit every n seconds.