This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Releases: FileFighter/WebApp
Releases · FileFighter/WebApp
v0.0.12 - Hofix for Foldernames with URLencoded chars
What's Changed
- Fix url decoding making folders with umlauts accessable again by @qvalentin in #305
Full Changelog: v0.0.11...v0.0.12
v0.0.10 - Updates and better passwords
What's Changed
- Update the metadata of the html skeleton by @open-schnick in #200
- Update dependency sonarqube-scanner to v2.8.1 by @renovate in #195
- update some deps by @qvalentin in #209
- Update dependency husky to v7 by @renovate in #207
- make navbar close on click and fix centering bug by @qvalentin in #208
- Update devDependencies (patch) by @renovate in #214
- Update dependency @types/react-dom to v17.0.9 by @renovate in #190
- Update dependency @types/react to v17.0.15 by @renovate in #189
- FF-491 relative timestamps by @qvalentin in #220
- Some bug fixes by @qvalentin in #219
- Update dependency @types/react to v17.0.16 by @renovate in #222
- Update dependency @testing-library/user-event to v13.2.1 by @renovate in #216
- Update dependency npm-check-updates to v11.8.3 by @renovate in #215
- Update dependency @types/react-redux to v7.1.18 by @renovate in #212
- Download/Preview Error Page by @qvalentin in #221
- use npm ci by @qvalentin in #224
- Feature/proxy timeout by @qvalentin in #241
- Update dependency axios to v0.21.2 [SECURITY] by @renovate in #237
- use sass instead of node sass by @qvalentin in #271
- (CI) use node 16 by @qvalentin in #275
- Feature/deps by @qvalentin in #242
- Adding a pre-commit hook to enforce formatting by @open-schnick in #279
- Update dependency react-bootstrap to v2 by @renovate in #249
- Implementing zxcvbn instead of stupid rules by @open-schnick in #272
Full Changelog: v0.0.9...v0.0.10
v0.0.9 Fix for pw hashing
Merge pull request #199 from FileFighter/feature/changeLandingPage Set files as LandingPage
v0.0.8 Preview of Files
remove registration from navbar when you are not admin (#194)
v0.0.7 Download
Feature/files context menu (#161) * Extracted FileIcon * Corrected Typo in FileEntities * Corrected Typo in FileEntities * Add FileListContextMenu Basic * WIP Context menu * Positioning Context Menu * changed context menu items * Added icons * Added commits * removed context menu on right click * refactoring * extracted sorting method * remove else * removed else in arrays.ts * removed else in serviceWorker * remove else in sortFilesAndFolders * added drop down menu * rename fileList Header * WIP Context Menu Content * Basic Menu done * Implemented Download to Dropdown Menu * fixed bug in filesystem toolbar which allowed to click buttons when they are faded out * Added Binary Icon * Refactored FileIcons * Code Style * updated snapshot tests * install husky * resolved issue with missing dropdown indicator * add query parameters to form by input tags * add query parameter forwarding to nginx Co-authored-by: qvalentin <valentin.theodor@web.de>
Upload Endpoint
Upload Endpoint (#152) * Upload basics(#117) * add basic handleMultipleApiActions method and redux store * finish handle multiple api actions, implement it for delete and upload * add dropzone lib, improve redux store * test some file download stuff * move current folder content to redux store, so we can update it after uploading * update snapshot * adust fsEnity model to new refactored model * basics logic for preflight wip * add basic components for overwrite merge dialog * broken stuff * overwrite / merge / rename basic functional * selecting all and checking if name is valid * Yes it is possible to make a 100+ lines method readable, here is how! * remove debug * demo deltete * add second preflight logic * remove file when they are deleted, fix preflight result parser * add constant for Filehandler url, map download button * add basic download functiality * update tests * cant fix this test * fix some bugs with preflight handling * fix snapshot by removing modal * handle response for upload * fix comparion of paths * remove debug * ADD_TO_CONTENTS reducer now removes duplicates * use nginx for hosting and include reverse proxy features (#124) * use nginx for hosting and include reverse proxy features * use recomended tagging and updating in dockerfile * gitignore * tweak nginx config * fix proxy pass for fh * try to fix proxy for fe * try fe proxy when file does not exist (fallback to index) * fix proxy redirect to backend * Integrate Upload fixes (#153) * fix adding new fsEntities and add currentID * fix es lint * fix upload of empty folder and currentFsItemId check * update test * remove hardcoded fileIDS * fix current ID header parsing, design changes * add action to overwrite/merge all button * increase client_max_body_size of rest api * change constants * requested changes by @open-schnick
Edit Profile, Login Design
Merge pull request #132 from FileFighter/bug/profile-merge-tests Fixed warning
Show Files, Sort Files, CSS
v0.0.4 Added Logo with border
Login, Registration & Redux
Login Logic & UI
Registration Logic & UI
Redux handling
Cookies
V0.0.2
Basic Health Api Call