Skip to content

Commit

Permalink
Merge pull request #46059 from nextcloud/perf/remove_useless_session
Browse files Browse the repository at this point in the history
  • Loading branch information
Altahrim authored Jun 27, 2024
2 parents 21740fe + 71dffd9 commit ec39228
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/files/lib/Controller/ViewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public function showFile(?string $fileid = null): Response {
/**
* @NoCSRFRequired
* @NoAdminRequired
* @UseSession
*
* @param string $dir
* @param string $view
Expand All @@ -138,7 +137,6 @@ public function indexView($dir = '', $view = '', $fileid = null, $fileNotFound =
/**
* @NoCSRFRequired
* @NoAdminRequired
* @UseSession
*
* @param string $dir
* @param string $view
Expand All @@ -153,7 +151,6 @@ public function indexViewFileid($dir = '', $view = '', $fileid = null, $fileNotF
/**
* @NoCSRFRequired
* @NoAdminRequired
* @UseSession
*
* @param string $dir
* @param string $view
Expand Down

0 comments on commit ec39228

Please sign in to comment.