Commit Verlauf

Autor SHA1 Nachricht Datum
  Diogo Cordeiro 4544f29832 [AVATAR] Ensure this Action stays secure vor 4 Jahren
  Alexei Sorokin 0eec6fcfb6 [DATABASE] Replace NOW() with CURRENT_TIMESTAMP vor 4 Jahren
  Diogo Cordeiro d058a70557 [MEDIA] Simplify Attachment actions vor 5 Jahren
  Diogo Cordeiro 7298468df7 [FILE] Fix Return value of File::getFileOrThumbnailSize() must be of the type int, null returned vor 5 Jahren
  Alexei Sorokin ee7f0a2016 [DATABASE] Re-introduce PostgreSQL support vor 5 Jahren
  Alexei Sorokin 5b797328f2 [DATABASE] Always quote identifiers vor 5 Jahren
  Diogo Cordeiro afe8158cb7 [MODULES] Allow to upload third party plugins vor 5 Jahren
  Miguel Dantas 6d552f15b6 [Embed] Resize thumbnails fetched by Embed to avoid keeping original images when we need only 128x128. Size configurable in config.php vor 5 Jahren
  Diogo Cordeiro f67a93eddc [CORE] Bump Database requirement to MariaDB 10.3+ vor 5 Jahren
  Miguel Dantas 7070a14480 [CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root vor 5 Jahren
  Miguel Dantas 3e5ce46e98 [CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one vor 5 Jahren
  Miguel Dantas f746866b65 [StoreRemoteMedia] StoreRemoteMedia now uses the new filename format, which allows it to display correctly in the UI. Formatting fixes vor 5 Jahren
  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... vor 5 Jahren
  Miguel Dantas da82048d77 [MEDIA] Fix trying to display file wich is not available locally vor 5 Jahren
  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 vor 5 Jahren
  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 vor 5 Jahren
  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 vor 5 Jahren
  Miguel Dantas ccebe536b3 [MEDIA] Removed blacklisted extensions, "trusts" upload extension (doesn't affect anything) and updated sysadmin documentation vor 5 Jahren
  Miguel Dantas 5eb4a7d711 [MEDIA] File downloader now in PHP, added proper name in the UI and changed the format for new attachment file names vor 5 Jahren
  Miguel Dantas 20c73f0596 [FORMATING] Ran php-cs-fixer on lib/mediafile.php, lib/imagefile.php and classes/File.php vor 5 Jahren
  Miguel Dantas b224d93098 [MEDIA] ImageFile now extends MediaFile and validates images more aggressively. vor 5 Jahren
  Mikael Nordfeldth 586aaa596e Quote URL on dupe search and better logging on upgrade vor 7 Jahren
  Mikael Nordfeldth 979c525124 I like to throw exceptions instead of using if statements. vor 7 Jahren
  Mikael Nordfeldth d84bf83419 Created function File->setTitle(str) vor 8 Jahren
  Mikael Nordfeldth f02d32b718 Reworked File->getUrl to throw exception vor 8 Jahren
  Mikael Nordfeldth b4a0bff740 Some mimetype madness! vor 8 Jahren
  Mikael Nordfeldth 7978cd6d59 s/EmptyIdException/EmptyPkeyValueException/ vor 8 Jahren
  Mikael Nordfeldth 1dfac3ad63 Allow getting filesize by function vor 8 Jahren
  Mikael Nordfeldth 6d6db77f06 Documentation update in File class file vor 8 Jahren
  Mikael Nordfeldth 87dd0fbdb6 UseFileAsThumbnailException uses direct File object now vor 8 Jahren