0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-04-28 11:03:00 +00:00
nextcloud_server/__tests__
Ferdinand Thiessen c7014a7cc4
fix(files_trashbin): correctly sort custom columns in trashbin view
1. Refactor to make code better testable (move columns and view source to `files_views` folder)
2. Fix deletion time fallback (JS Date vs unix timestamp for
   "delted"-column)
3. Correctly sort `deletedBy` and `originalLocation` columns to use
   natural sort like any other column
4. Add unit tests for columns and views

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-11 15:05:44 +01:00
..
FileSystemAPIUtils.ts chore: Add SPDX header 2024-05-10 11:07:50 +02:00
mock-window.js test: Add end-to-end tests for new public share Vue UI 2024-09-06 03:38:48 +02:00
setup-global.js fix(files_trashbin): correctly sort custom columns in trashbin view 2025-03-11 15:05:44 +01:00
setup-testing-library.js refactor(federatedfilesharing): Replace deprecated functions 2024-10-29 14:28:58 +01:00