server icon indicating copy to clipboard operation
server copied to clipboard

Remake location property saving with Vue

Open Pytal opened this issue 3 years ago • 1 comments

Address renamed to Location on the UI, as suggested by @jancborchardt

Requires

  • [ ] Modular components from https://github.com/nextcloud/server/pull/33217

Pytal avatar Jul 20 '22 00:07 Pytal

Possible performance regression detected

Show Output
1 queries added

≠ /remote.php/dav/files/test with 1 queries added
  + UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)
≠ /remote.php/dav/files/test/test.txt with 1 queries removed
  - UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)
≠ /remote.php/dav/files/test/many_files with 1 queries added
  + UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)
= /remote.php/dav/files/test/new_file.txt
= /remote.php/dav/files/test/new_file.txt

github-actions[bot] avatar Jul 26 '22 01:07 github-actions[bot]

Rebased

Pytal avatar Aug 26 '22 00:08 Pytal