Diogo Peralta Cordeiro
|
5077b65d71
[Media] Fix several issues
|
3 年之前 |
Diogo Peralta Cordeiro
|
8bbbb890e3
[Media] Fix issues with database file storage
|
4 年之前 |
Alexei Sorokin
|
e62e429302
[File] Fix file deletion violating foreign keys
|
4 年之前 |
Alexei Sorokin
|
b1b1d2af93
[DATABASE] Update "modified" in Managed_DataObject instead of a DBMS trigger
|
4 年之前 |
Diogo Cordeiro
|
9f4c4edb02
[ActivityPub][Ostatus] Fetch avatars in accordance to the new media system
|
4 年之前 |
Alexei Sorokin
|
26115482ef
[SCHEMA] Improve timestamp storage
|
4 年之前 |
Diogo Cordeiro
|
f93d8694c3
[AVATAR] Ensure this Action stays secure
|
4 年之前 |
Alexei Sorokin
|
ed4cc01b2f
[DATABASE] Replace NOW() with CURRENT_TIMESTAMP
|
4 年之前 |
Diogo Cordeiro
|
3dcedfa8bd
[MEDIA] Simplify Attachment actions
|
5 年之前 |
Diogo Cordeiro
|
4a78510e37
[FILE] Fix Return value of File::getFileOrThumbnailSize() must be of the type int, null returned
|
5 年之前 |
Alexei Sorokin
|
16b5ddd230
[DATABASE] Re-introduce PostgreSQL support
|
5 年之前 |
Alexei Sorokin
|
d26aac77b3
[DATABASE] Always quote identifiers
|
5 年之前 |
Diogo Cordeiro
|
0d7c0069f2
[MODULES] Allow to upload third party plugins
|
5 年之前 |
Miguel Dantas
|
6d552f15b6
[Embed] Resize thumbnails fetched by Embed to avoid keeping original images when we need only 128x128. Size configurable in config.php
|
5 年之前 |
Diogo Cordeiro
|
f67a93eddc
[CORE] Bump Database requirement to MariaDB 10.3+
|
5 年之前 |
Miguel Dantas
|
7070a14480
[CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root
|
5 年之前 |
Miguel Dantas
|
3e5ce46e98
[CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one
|
5 年之前 |
Miguel Dantas
|
f746866b65
[StoreRemoteMedia] StoreRemoteMedia now uses the new filename format, which allows it to display correctly in the UI. Formatting fixes
|
5 年之前 |
Miguel Dantas
|
8f31a1a820
[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 年之前 |
Miguel Dantas
|
da82048d77
[MEDIA] Fix trying to display file wich is not available locally
|
5 年之前 |
Miguel Dantas
|
aa5c6bbf08
[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 年之前 |
Miguel Dantas
|
c7475d78b4
[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 年之前 |
Miguel Dantas
|
3c9a07677e
[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 年之前 |
Miguel Dantas
|
ccebe536b3
[MEDIA] Removed blacklisted extensions, "trusts" upload extension (doesn't affect anything) and updated sysadmin documentation
|
5 年之前 |
Miguel Dantas
|
5eb4a7d711
[MEDIA] File downloader now in PHP, added proper name in the UI and changed the format for new attachment file names
|
5 年之前 |
Miguel Dantas
|
20c73f0596
[FORMATING] Ran php-cs-fixer on lib/mediafile.php, lib/imagefile.php and classes/File.php
|
5 年之前 |
Miguel Dantas
|
b224d93098
[MEDIA] ImageFile now extends MediaFile and validates images more aggressively.
|
5 年之前 |
Mikael Nordfeldth
|
586aaa596e
Quote URL on dupe search and better logging on upgrade
|
7 年之前 |
Mikael Nordfeldth
|
979c525124
I like to throw exceptions instead of using if statements.
|
7 年之前 |
Mikael Nordfeldth
|
d84bf83419
Created function File->setTitle(str)
|
8 年之前 |