gnu-social/plugins/OStatus/classes
Diogo Peralta Cordeiro 6028175bfc [Media] Fix issues with database file storage
Fixed file quota as well.

There can be more than one file for the same filehash IF the url are different.

Possible states:
  - A file with no url and with filename is a local file.
  - A file with an url but no filename is a remote file that wasn't fetched,
    not even the thumbnail.
  - A file with an url and filename is a fetched remote file (maybe just a
    thumbnail of it).
  - A file with no filename nor url is a redirect.

Routes:
  Given these states, updated routes so that an attachment can only be
  retrieved by id and a file by filehash.

Major API changes:
  File::getByHash now returns a yield of files

Major UI changes:
  - Now remote non stored files are presented.
  - /view became preferred
  - Redirects to remote originals are preferred.

Many other minor bug fixes...
2021-02-21 16:03:46 +00:00
..
FeedSub.php [DATABASE] Disable 'NULL' strings evaluation as SQL NULLs 2019-11-02 12:21:43 +03:00
HubSub.php [DATABASE] Various table schema related fixes 2019-09-11 12:07:54 +03:00
Magicsig.php [CORE] Plugin API now extends a new Module API 2019-08-24 01:59:33 +01:00
Ostatus_profile.php [Media] Fix issues with database file storage 2021-02-21 16:03:46 +00:00