Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/files/js/filelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -2232,6 +2232,10 @@
this.hideMask();

if (status === 401) {
if (this.getCurrentDirectory() === '/') {
// Give up, if we are not authorized to access user root folder, we are logged out
location.reload(); // this will redirect the user to the login page while saving the current url
}
return false;
}

Expand Down