Commit graph

30 commits

Author SHA1 Message Date
Sergio Brighenti 8242ef5443 compress the release zip 2022-06-20 13:56:50 +02:00
dependabot[bot] f1728d7e91
Bump grunt from 1.5.2 to 1.5.3
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 00:12:41 +00:00
dependabot[bot] daf3665414
Bump grunt from 1.4.1 to 1.5.2
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 to 1.5.2.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.2)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 06:27:02 +00:00
SergiX44 7634741676 implemented cache for remote filesystems
fixes #424
2022-02-08 22:24:16 +01:00
SergiX44 2ae95bc409 release: 3.5.1 2021-10-22 19:50:34 +02:00
SergiX44 3f0f491e6e fix dependencies vulns 2021-10-06 09:53:57 +02:00
Sergio Brighenti 014b5428aa Improved og implementation
Bugfixes
2021-03-07 17:21:07 +01:00
Sergio Brighenti 8f79ede78f Fixed issue with responsive menu on mobile
updated packages
2020-11-13 22:54:13 +01:00
Sergio Brighenti d59be8e2f2 Update dependencies 2020-10-20 22:58:14 +02:00
Sergio Brighenti ead80525ed Release 2020-09-05 11:45:12 +02:00
Sergio Brighenti e073f95c8f Added line numbers 2020-05-18 12:20:59 +02:00
dependabot[bot] e416d8c831
Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 00:44:03 +00:00
Sergio Brighenti 4e5c1a9675 Implemented ldap authentication
(closes #71)
2020-03-31 15:21:01 +02:00
Sergio Brighenti 0facbf6aec Update deps 2020-03-16 13:13:22 +01:00
Sergio Brighenti 10d7e0654d Preparing for new features
Fixed #131
2020-02-25 17:09:36 +01:00
Sergio Brighenti 3b7e2fadde Fixed error with migrate command (closes #115) 2019-12-04 12:27:23 +01:00
SergiX44 5a0b5adcad Partially added web upload
#70 #50
2019-11-13 16:23:10 +01:00
Sergio Brighenti 2567ea3c5a Changed videojs to plyr
Fixed migrate command
2019-11-13 13:53:45 +01:00
Sergio Brighenti 8fe739139f Fixed icons in installer 2019-09-15 16:09:31 +02:00
Sergio Brighenti 42883417e8 Fixed bad redirects (closes #62)
Improved installer extensions recognitions
Improved cli commands
2019-09-03 21:53:12 +02:00
Sergio Brighenti f47bc3241a Improved install wizard 2019-05-23 21:24:04 +02:00
Sergio Brighenti ba3de850f7 Improvements to the package system 2019-05-09 12:51:33 +02:00
Sergio Brighenti 0ce9bde57c Improved session error handling
Added check for the minimum php version
Package update and cleanup
2019-05-07 00:49:24 +02:00
Sergio Brighenti 7de2b75cdc Updated js deps 2019-03-03 15:13:31 +01:00
Sergio Brighenti fb8fd68340 Implemented search
Updated js deps
2019-01-22 17:39:57 +01:00
Sergio Brighenti da437a203b Refactoring storage access
Added checks during installation phase
2018-12-09 14:42:50 +01:00
Sergio Brighenti 5e454b3720 Updated dependencies 2018-11-19 19:07:36 +01:00
Sergio Brighenti 4b25b842b1 Added support for sharex deletion url 2018-11-17 21:54:05 +01:00
Sergio Brighenti 9ae8375be0 Added popever to write the telegram message when sharing.
Packaging improvements.
Updated some dependencies.
Allow Facebook bots to display the preview.
2018-10-13 13:09:02 +02:00
Pietro Marangon 3cb4ca790c Fix & improvements (#2)
* New .gitignore
Added violinist.io configuration
Start with CI
Started moving CSS/JS to NPM

* Fix & improvements
Security improves (SHA256 instead of MD5) and new PHP7 random function
Security fix admin check from database instead of session
Security fix user active for every page that require login
UX fix admin cannot demote himself
Added Gruntfile.js
Updated composer.json dependency
Addeded PHP >=7.1 to composer.json
Moved static file to src

* Results of .gitignore "static/"

* Fix migration for admin user_code

* Travis test for grunt (JS)

* Changed user_code generation method
Updated Travis test
2018-06-02 22:32:14 +02:00