Skip to content

Latest commit

 

History

History
651 lines (578 loc) · 42.5 KB

CHANGELOG.md

File metadata and controls

651 lines (578 loc) · 42.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[4.1.0]

Added

Changed

Removed

[4.0.0] - 2022-12-09

Added

Changed

Fixed

Removed

[3.10.0] - 2022-11-13

Added

Changed

Fixed

[3.9.1] - 2021-02-28

Changed

[3.9.0] - 2021-02-27

Changed

  • README.md
  • .htaccess
  • .gitignore
  • @fortawesome/fontawesome-free 5.15.1 to 5.15.2
  • bootstrap 4.5.3 to 4.6.0
  • browser-sync 2.26.12 to 2.26.14
  • datatables.net 1.10.22 to 1.10.23
  • datatables.net-bs4 1.10.22 to 1.10.23
  • gulp-favicons 2.4.0 to 3.0.0
  • gulp-sourcemaps 2.6.5 to 3.0.0

Fixed

[3.8.0] - 2020-10-17

Added

Changed

Deprecated

Fixed

  • superadmin could see the "Create Folder" button for third party accounts
  • dropdown menu position
  • user registration with upload limit
  • sql files
  • headline in user/recovery-codes.html.twig

Removed

[3.7.0] - 2020-05-30

Added

Changed

Fixed

  • create folder button in "Edit File" modal

Removed

  • npm-postinstall.php

[3.6.0] - 2020-03-15

Added

Changed

Fixed

  • non spinning fa-sync-alt

[3.5.0] - 2020-03-09

Please see UPGRADE.md!

Added

Changed

Fixed

  • file extension on download in FileController.php
  • application crash on download, if file name has some forbidden special chars

[3.4.0] - 2020-02-29

Added

Changed

Removed

Fixed

[3.3.0] - 2020-02-16

Please see UPGRADE.md!

Added

Changed

Removed

  • datatables 1.10.18 and replaced by datatables.net 1.10.20
  • acl_resources['delete_*'] and replaced by acl_resources['remove_*']
  • acl_resources['edit_*'] and replaced by acl_resources['update_*']
  • edit-file.js and replaced by update-file.js
  • modal-edit-file.html.twig and replaced by modal-update-file.html.twig

[3.2.0] - 2020-01-19

Please see UPGRADE.md!

Added

Changed

Removed

Fixed

[3.1.0] - 2020-01-04

Added

Changed

  • jquery 3.3.1 to jquery 3.4.1
  • del 4.1.0 to del 5.1.0
  • browser-sync 2.26.3 to browser-sync 2.26.7
  • gulp 4.0.1 to gulp 4.0.2
  • gulp-clean-css 4.1 to gulp-clean-css 4.2
  • gulp-imagemin 5.0.3 to gulp-imagemin 6.2.0
  • @fortawesome/fontawesome-free 5.8.1 to @fortawesome/fontawesome-free 5.12.0
  • cookieconsent 3.1.0 to cookieconsent 3.1.1

[3.0.0] - 2019-04-23

Added

  • nochso/html-compress-twig dependency
  • google/recaptcha dependency
  • symfony/console dependency
  • composer.lock
  • package-lock.json
  • lang attribute to langswitch
  • {% htmlcompress %}...{% endhtmlcompress %} to templates/layouts/layout.html.twig
  • <header>, <main> and <footer> html tag to templates/layouts/layout.html.twig
  • register form
  • settings for user validation
  • settings for active pages
  • user validation function
  • role selection, remove user and hide user to user/show-all.html.twig
  • confirm window if a record should be removed
  • Cookie policy modal text and table
  • database model (db-model.png)
  • gulpfile-config.dist.json
  • postinstall script in npm-postinstall.php
  • database column comments
  • cookiesAllowed JavaScript variable
  • construction partial
  • Bootstrap dropdown, nav, display and float
  • CI for twig templates
  • pseudo headlines for error templates
  • condition for reCAPTCHA in layout.html.twig, register.html.twig and UserController
  • responsive font size
  • prevention of duplicated note file names
  • burger navigation
  • pdf viewer

Changed

Fixed

Removed

  • user-create route and replaced by user-register
  • user-save route and replaced by user-register-save
  • Font Awesome JS/SVG Framework from build process
  • redundantly error message in FileController
  • new \mysqli and replaced by new \PDO in Setup.php

[2.3.1] - 2018-10-22

Fixed

  • DataTables arrows different from Windows to macOS
  • $_SESSION['currentRole'] is not set in some cases

[2.3.0] - 2018-10-21

Added

[2.2.2] - 2018-10-16

Added

  • Spinner to form submit button (visible after click)
  • Disable form submit button on click
  • Continuous integration update
  • Inactive PHP 5.5 image to Dockerfile

Changed

Fixed

[2.2.1] - 2018-10-16

Added

Changed

Fixed

  • Translation output on recovery code page
  • Cut-off font on the file show page

[2.2.0] - 2018-10-15

Added

  • Translations
  • Raw filter to flash message text
  • Links in some alerts
  • Lock / unlock icon to file show view
  • Show selected file for upload in file upload field
  • Comments
  • cascade={"persist", "remove"} to File::$file
  • onDelete="SET NULL" to File::$file
  • Styling for file show headline

Changed

  • Translations
  • File extension from active to hidden system
  • SQL files

Fixed

  • Remove user redirect
  • Reset database script
  • User lock / unlock tooltips

Removed

  • File extension active
  • Show file icon in tables
  • Child file remove logic

[2.1.2] - 2018-10-11

Added

  • Files are hidden after upload
  • Skip CLI colors on windows operating system

Changed

  • Bottom margin for 2FA forms

Fixed

  • German typo

[2.1.1] - 2018-10-11

Added

  • Access on hidden files for superadmin
  • Access on hidden users for superadmin
  • Redirect to same user page where "click" happened
  • nowrap CSS class to table values
  • FileExtension.php
  • Twig filter file_size in FileExtension

Changed

  • $settings to $this->settings in FileController
  • Margins in forms
  • Templates with new file_size twig filter
  • File::$size from integer to string

[2.1.0] - 2018-10-10

Added

Changed

Removed

  • config/routes-de-DE.php
  • config/routes-en-US.php
  • public in File.php

[2.0.0] - 2018-10-10

Added

Changed

  • Mobile behavior of the whole site
  • User::getFilesIncludedFalse() to User::getUniqueFiles()

Removed

  • plugin/slick.scss
  • module/_slider.scss
  • HomepageTest.php