mirror of
https://github.com/filegator/filegator.git
synced 2025-08-26 09:24:42 +02:00
Symfony links upd
This commit is contained in:
@@ -4,7 +4,7 @@ currentMenu: sessions
|
||||
|
||||
## Default Session handler
|
||||
|
||||
Session handling is provided through the Symfony's [HttpFoundation](https://symfony.com/doc/current/components/http_foundation.html) component. Please check their docs for more info.
|
||||
Session handling is provided through the Symfony's [HttpFoundation](https://symfony.com/doc/4.4/components/http_foundation.html) component. Please check their docs for more info.
|
||||
|
||||
Default session handler will user PHP's built in file storage. You can also specify your own `$save_path` to store session files.
|
||||
|
||||
|
@@ -24,7 +24,7 @@ File upload supports drag&drop, progress bar, pause and resume. Upload is chunke
|
||||
## Features & Goals
|
||||
- Multiple storage adapters (Local, FTP, Amazon S3, Dropbox, DO Spaces, Azure Blob and many others via [Flysystem](https://github.com/thephpleague/flysystem))
|
||||
- Multiple auth adapters with roles and permissions (Store users in json file or database)
|
||||
- Multiple session adapters (Native File, Pdo, Redis, MongoDB, Memcached and others via [Symfony](https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpFoundation/Session/Storage/Handler))
|
||||
- Multiple session adapters (Native File, Pdo, Redis, MongoDB, Memcached and others via [Symfony](https://github.com/symfony/symfony/tree/4.4/src/Symfony/Component/HttpFoundation/Session/Storage/Handler))
|
||||
- Single page front-end (built with [Vuejs](https://github.com/vuejs/vue), [Bulma](https://github.com/jgthms/bulma) and [Buefy](https://github.com/buefy/buefy))
|
||||
- Chunked uploads (built with [Resumable.js](https://github.com/23/resumable.js))
|
||||
- Zip and bulk download support
|
||||
|
Reference in New Issue
Block a user