All notable changes to this project will be documented in this file.
- backward compatibility fixes for browser extension
- fix Bugs in Dashboard
- delet at first progressbar for downloads
- Style fixed
- add languagepack english
- fix bugs on all pages
- add serverconnection page
- add mobile Navbar on bottom of screen
- fix dashboard
- fix search
- fix download ->buttons now with function
- features remove:
- style switcher
- fix share
- Bug fix -simple Theme
- code structure improvements (eg. PSR4)
- fix login
- fix style switcher
- new modern Style
- Community Version
- features add:
- style switcher
- version checker
- fix Search
- fix Uploads
- fix Downloads
- fix Dashboard
- fix Sharefiles
- fix style switcher
- php 8 adaptations
- fix memory overflow on large shares
- revert back to PHP 7 in docker image
- set php
memory_limit
to-1
in docker container phpinfo
plugin- use PHP 8 as base docker image
- install php
opcache
extension for better performance
- alphabetical ordering in files view
- restore gd stuff for partlist
- correct rel info url
- make
NEWS_URL
configurable - make
SERVERLIST_URL
configurable - get GUI NEWS from Github
- set default
error_reporting
to0
(can be changed withPHP_INI_ERROR_REPORTING
) - set default
display_errors
toOff
(can be changed withPHP_INI_DISPLAY_ERRORS
)
- allow tab selection in perma link
- fix permalink usage
- fix relinfo link builder
- add back a simplified RelInfo Icon in
downloads
,uploads
,share
andsearch
view - add
permalink
on top Bar - load http files with
file_get_contents
instead offsockopen
- refactor code and style of
/index.php
for better readability - removed
minigui
- document
ENV
variables for docker - remove phpaj
savebw
option - remove phpaj downloads
autoclean
option - remove now useless phpaj options from settings view
- allow progressbar configuration from ENV
- allow auto login in
top
frame
- add ability to handle multiple links
- fix link exporter (AJL and BB-Code)
- switch from
fsockopen
tocurl
for all core requests (faster)
- remove PopUps on link export
- fix minigui for PHP 7.X
- import project into VCS
- make Code PHP 7.X compatible
- add Docker support
- remove outdated
appledocs
implementation