Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

v23.0.0

Compare
Choose a tag to compare
@Michaelpalacce Michaelpalacce released this 16 Jan 13:32
· 10 commits to master since this release

23.0.0

  • Moved to github actions

22.4.1

  • Fixed logout

22.4.0

  • Fixed the style for the paste button
  • Added a version checker

22.3.0

  • Newest version of event_request

22.2.0

  • Newest version of event_request allowing me to remove static middleware!
  • Removed unnecessary static middleware

22.1.0

  • Reduced Dockerfile size
  • Improved the user section on mobile

22.0.4

  • Reenabled the browsing protection
  • Fix to dockerfile to speed up

22.0.3

  • jenkinsfile added docker build

22.0.2

  • forbidden dirs fix
  • Jenkinsfile fix email

22.0.1

  • Jenkinsfile

22.0.0

  • Small redesign of the menu bars to use icons instead of text, now those icons will be hidden when disabled instead of just changing opacity and disabling them

21.0.1

  • Fix for icons

21.0.0

  • Added a PWA

20.0.0

  • Changed the way data is persisted
  • Made a docker image and published it to dockerhub
  • Now the default route of the user is cached in localStorage

19.1.0

  • Added control and shift clicking

19.0.0

  • Creating folders now will navigate you inside the folder
  • Added styling for texts thanks to highlight.js
  • Moved the current directory in the Back Button section
  • Compacted User design and Profile design
  • Selecting multiple items now highlights them better
  • The Browse menu is now seperated a bit to better reflect different actions
  • The Browse Items now will show -- for folder size and will show the time modified

18.1.0

  • Login position adjustment

18.0.1

  • Fixed a bug with downloading

18.0.0

  • Reworked how the menus are displayed
  • Dashboard browse favorites are fully functional now
  • Fixed metadata being deleted cause of incorrect user handling
  • Users are saved more often and with bigger precision
  • Components are now fetched async on startup correctly

17.6.0

  • Fixed a bug when changing a user's username

17.5.0

  • Fixed a lot of permissions and role based bugs, all should work smoothly now.
  • Added adding new roles
  • Added deletion of roles not in use ( besides root )
  • Added role changing ( besides root )
  • Newest event_request update
  • Improved the initial bootstrap process.
  • Added a Refresh button on the Users page for users and roles

17.3.0

  • Added visualization for roles

17.3.0

  • Added some fixes for permissions, where method was verified last and it should be done first
  • Added some fixes in the user permissions to set a default example how permissions should look like
  • Started working on Roles and adding roles ( currently only listing is completed and adding is WIP )
  • Small changes ( added some animations )

17.2.0

  • Some frontend fixes, auth fixes and acl fixes

17.1.5

  • Fix to deployment

17.1.4

  • Small bugfix

17.1.3

  • Dependency moved to newer version
  • Fix a small bug with clicking too fast through browse

17.1.2

  • Fixed some issues
  • Improvements to the browse section, now on-click is handled better
  • Added instructions for Development

17.1.1

  • Small fix

17.1.0

  • Polished update strategy,
  • Added new commands to backup user data on update
  • Fixed so password is hashed from now on
  • Fixed some bugs with permissions

17.0.0

  • Major refactoring done, a lot of functionality has been refactored and reworked
  • Moved a lot of files around
  • Moved towards using pm2 to manage the process instead of own logic
  • Removed a lot of commands that were not necessary and a lot of variables
  • Terminal removed