Alexei Sorokin
|
af63e9a7ad
[DATABASE] Set all primary keys as "not null" explicitly
|
5 years ago |
Diogo Cordeiro
|
f67a93eddc
[CORE] Bump Database requirement to MariaDB 10.3+
|
5 years ago |
Miguel Dantas
|
7070a14480
[CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root
|
5 years ago |
Miguel Dantas
|
3e5ce46e98
[CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one
|
5 years ago |
Mikael Nordfeldth
|
1b3d583418
file_quota for OembedPlugin too
|
8 years ago |
Mikael Nordfeldth
|
1981cb7662
Select the first generated thumbnail, which should be the proper size
|
8 years ago |
Mikael Nordfeldth
|
566977c136
forgot 'new' after throw
|
8 years ago |
Mikael Nordfeldth
|
15c16ac54e
Make sure File_thumbnail->getPath() doesn't throw NoResultException
|
8 years ago |
Mikael Nordfeldth
|
4360c65ed9
Super special case where we should copy files instead of mv
|
8 years ago |
Mikael Nordfeldth
|
4e5c0e70a6
fillConfigVoids to set default value of empty config options
|
8 years ago |
Mikael Nordfeldth
|
265fa12917
Relatively experimental change to store thumbnails in 'file/thumb/' (by default)
|
8 years ago |
Mikael Nordfeldth
|
dd229e855a
Allow finding the "original remote thumbnail"
|
8 years ago |
Mikael Nordfeldth
|
893d888152
Add urlhash field to File_thumbnail for indexing
|
8 years ago |
Mikael Nordfeldth
|
346e34e543
Return dynamically generated URLs for thumbnails for all locally stored entries
|
8 years ago |
Mikael Nordfeldth
|
86106b890a
Output fixed sizes of thumbnails so we don't get jumpy scrolling
|
9 years ago |
Mikael Nordfeldth
|
63251fb9d0
Modernize File_thumbnail to use Managed_DataObject functions
|
9 years ago |
Mikael Nordfeldth
|
eefef44378
filename is never used for indexing so let's make it text
|
9 years ago |
Mikael Nordfeldth
|
f6432fdf48
File_thumbnail->getUrl now gives Attachment_thumbnail action URL
|
9 years ago |
Mikael Nordfeldth
|
286b54e527
Use getUrl() on File and File_thumbnail instead of ->url
|
9 years ago |
Mikael Nordfeldth
|
325e784ccd
Don't store duplicates of files.
|
9 years ago |
Mikael Nordfeldth
|
0590f2975e
Merge branch 'utf8mb4' into nightly
|
9 years ago |
Mikael Nordfeldth
|
0dfe39ac87
File_thumbnail url is not an index
|
9 years ago |
Mikael Nordfeldth
|
2f86cd8602
utf8mb4 conversion on database with index adjusts
|
9 years ago |
Mikael Nordfeldth
|
8fbdb45cc6
Primarily the getUrl call is fixed. Also some new class calls
|
9 years ago |
Mikael Nordfeldth
|
3927acdde5
getUrl() fixed for File and File_thumbnail to correct http/https stuff and other
|
9 years ago |
Mikael Nordfeldth
|
214a10ddec
File_thumbnail fixes (run scripts/upgrade.php)
|
10 years ago |
Mikael Nordfeldth
|
d59eb5e184
Dynamically generate thumbnails (see full text)
|
10 years ago |
Mikael Nordfeldth
|
7025817cc1
File_thumbnail lacked getUrl function
|
10 years ago |
Mikael Nordfeldth
|
06d4cecf7f
MediaFile thumbnail event hooks + VideoThumbnails plugin
|
10 years ago |
Mikael Nordfeldth
|
1a9a8ea730
staticGet for sub-Managed_DataObject classes now calls parent
|
11 years ago |