nextcloud/apps/files/src
Louis Chemineau 0dcd2ca733 fix: Show storage full warning when storage is actually full
< 0 values for "free" do not mean that the storage is full: 6befdd6dd7/lib/public/Files/FileInfo.php (L31-L42)

Signed-off-by: Louis Chemineau <louis@chmn.me>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-26 08:58:41 +00:00
..
actions fix(files): Fix having to resolve conflicts twice when dropping files 2024-09-25 14:27:32 -07:00
components fix: Show storage full warning when storage is actually full 2024-09-26 08:58:41 +00:00
composables fix(files): Add missing directory variable to error message 2024-08-08 17:20:54 +02:00
mixins fix(files): Allow to drag and drop new files also on empty directories 2023-11-27 17:35:14 +01:00
models Do not load preview if version tab is not active 2023-06-28 17:00:23 +02:00
newMenu fix(files): trim names on new node creation 2024-08-09 13:11:39 +00:00
plugins/search feat(files): add search plugin to search in specified folder exclusively 2024-03-07 21:10:54 +01:00
router fix: Correctly import types in Typescript files 2024-02-13 18:04:45 +01:00
services fix(files): Fix having to resolve conflicts twice when dropping files 2024-09-25 14:27:32 -07:00
store fix(files): correctly import WebDAV client in files store 2024-06-18 08:39:44 +00:00
utils fix(files): Use @nextcloud/files filename validation to show more details 2024-07-26 02:23:19 +02:00
views fix(files): undefined sidebar 2024-09-04 16:09:58 +00:00
eventbus.d.ts refactor: Use composable for currentView and views to make it reactive when shared with other Vue apps 2024-07-10 19:05:38 +02:00
FilesApp.vue fix(files): combine navigation and files list into single Vue app 2024-01-25 00:25:54 +01:00
init.ts fix(Federation): Show some icon for federated users on shares 2024-09-23 10:50:27 +01:00
logger.js Port Files navigation to vue 2023-01-04 16:45:41 +01:00
main-personal-settings.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
main.ts fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-18 12:46:13 +02:00
reference-files.ts fix(files): provide onDestroy callback for interactive widgets 2024-03-16 06:18:44 +00:00
sidebar.js sidebar: allow turning off tags view by default 2023-11-27 18:25:09 +00:00
types.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 10:05:38 +02:00
vue.d.ts fix(files): Add declaration for $navigation 2024-01-25 15:07:52 +01:00