Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Releases: FileFighter/WebApp

v0.0.12 - Hofix for Foldernames with URLencoded chars

28 Feb 13:40
e695a42
Compare
Choose a tag to compare

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

23 Jan 19:52
2aade85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9 Fix for pw hashing

16 Jun 13:43
f28a2f1
Compare
Choose a tag to compare
Merge pull request #199 from FileFighter/feature/changeLandingPage

Set files as LandingPage

v0.0.8 Preview of Files

10 Jun 07:54
166d231
Compare
Choose a tag to compare
remove registration from navbar when you are not admin (#194)

v0.0.7 Download

18 May 16:44
f6b0285
Compare
Choose a tag to compare
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

13 May 16:41
e3ca08b
Compare
Choose a tag to compare
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

20 Apr 13:33
592ad18
Compare
Choose a tag to compare
Merge pull request #132 from FileFighter/bug/profile-merge-tests

Fixed warning

Show Files, Sort Files, CSS

07 Dec 08:37
Compare
Choose a tag to compare
v0.0.4

Added Logo with border

Login, Registration & Redux

24 Nov 11:05
Compare
Choose a tag to compare

Login Logic & UI
Registration Logic & UI
Redux handling
Cookies

V0.0.2

16 Oct 09:13
d427601
Compare
Choose a tag to compare

Basic Health Api Call