Skip to content

Commit

Permalink
Implement file locking information (#9566)
Browse files Browse the repository at this point in the history
* Implement file locking information

* Implement lock in files-table (ugly)

* Implement lock owner in buildResource

* Display lock owner

* remove lock column

* Add changelog

* Add tooltip to reflect status

* Add aria label

* Disable move, delete, rename for locked files

* Address PR issues, add lock file

* Remove lockowner from details (for now)

* Fix misreplaced code

* Now i found the right code to remove

* Add unittests

* remove unused prop in test

* Fix acceptance tests
  • Loading branch information
lookacat committed Aug 24, 2023
1 parent a3d93c4 commit 2613590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/oc10-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ There are a few config values which need to be set in order for ownCloud Web to
"apps" : [
"files",
"preview",
"search",
"draw-io"
],
"applications" : [
Expand Down

0 comments on commit 2613590

Please sign in to comment.