Daniel Supernault
|
77da3c4b0a
[CORE] Add Argon2I support
|
7 éve |
Daniel Supernault
|
70da5e8113
[CORE] Update AuthCryptPlugin
|
7 éve |
Daniel Supernault
|
b2de992785
[CORE] Add timing safe backwards compatible password_verify
|
7 éve |
Diogo Cordeiro
|
0c0b47df2b
[CORE] Move public resources to a /public directory
|
6 éve |
Diogo Cordeiro
|
e5c484b01d
[CORE] Remove PEAR Command as it is not used
|
5 éve |
Diogo Cordeiro
|
36431c7b94
[FORMAT] Run php-cs-fixer in php-gettext
|
5 éve |
Diogo Cordeiro
|
4a7a1e9255
[CORE][COMPOSER] Move plugins extlibs to composer (where appropriate)
|
5 éve |
Diogo Cordeiro
|
c3e7e08531
[CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
|
7 éve |
brunoccast
|
fd9d0b6f84
[ROUTES] Allow accept-header specification during router creation
|
5 éve |
brunoccast
|
9a4be090ae
[ROUTES] PSR2-format
|
5 éve |
Miguel Dantas
|
0ecf4b9b4e
[CORE] Added documentation and fixed typo in attachments action
|
5 éve |
Miguel Dantas
|
5afa86ac95
[CORE] Fix bug where we we're losing track of a file, in case the image needed to be reencoded
|
5 éve |
Miguel Dantas
|
00d825073f
[CORE] Fixed Media tests
|
5 éve |
Miguel Dantas
|
9969ff7861
[CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root
|
5 éve |
Diogo Cordeiro
|
cbc1ac46ce
[PEAR] Modernize Validate code
|
5 éve |
Miguel Dantas
|
4aa2f22387
[CORE] Fix X-Sendfile for nginx, using the X-Accel-Redirect header
|
5 éve |
Miguel Dantas
|
ed5afe1ccd
[CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one
|
5 éve |
Miguel Dantas
|
ef453a49a8
[StoreRemoteMedia] StoreRemoteMedia now uses the new filename format, which allows it to display correctly in the UI. Formatting fixes
|
5 éve |
Miguel Dantas
|
3c994b5f39
[MEDIA][OEMBED] Fixed regression in OEmbed, because it relied on accessing the files directly, which previous commits broke. The File table really should have a bool...
|
5 éve |
Miguel Dantas
|
4404c100e6
[OEMBED][UI] Skip adding an image thumbnail for oembed results if we
|
5 éve |
Miguel Dantas
|
fb00ee196d
[MEDIA] Fix trying to display file wich is not available locally
|
5 éve |
Miguel Dantas
|
c85fac8289
[CORE] Fixed bug where all thumbnails were using the original file
|
5 éve |
Miguel Dantas
|
ad022b6c87
[INSTALL] Fixed issue in installing where default.php needs util.php but it's not loaded
|
5 éve |
Miguel Dantas
|
211db86d90
[CORE][ACTION] Removed getfile action. Superseded by attachment/*/download, which additionally uses a file hash as oposed to a filename.
|
5 éve |
Miguel Dantas
|
031c17a240
[CORE][UI] Made attachment actions and its subactions be able to identify attachments by id and by filehash. Changed the url stored in the DB to be attachment//view
|
5 éve |
Miguel Dantas
|
fdb9e9dfd5
[CORE] Refactored attachement actions to remove duplicate code
|
5 éve |
Miguel Dantas
|
78bf5cb306
[CORE][UI][ROUTER] Added view action, which inlines images and videos but downloads everything else. Fixed File url to get an URL fromthe view action, so when a making a remote notice, the correct URL is used, not accessing directly to the file
|
5 éve |
Miguel Dantas
|
1ef34718b2
[CORE] Attachments and thumbnails aren't accessed directly by the file under the file storage folder, but indirectly from PHP, so that access to the file folder can be blocked in the server config
|
5 éve |
Miguel Dantas
|
c6d897bc78
[CORE] Fixed common_get_preferred_php_upload_limit, because some values in php.ini can be -1 or 0 for unlimited
|
5 éve |
Miguel Dantas
|
fb1a623ffa
[MEDIA] Removed blacklisted extensions, "trusts" upload extension (doesn't affect anything) and updated sysadmin documentation
|
5 éve |