misuzu/src
flash d5bb0bb475 Complete revamp of the forum video bbcode.
Rather than blindly embedding everything, video metadata is first requested through the URL metadata lookup service.
This slightly protects you from automatically connecting to third party servers and also vastly improves page loading performance in tandem with caching on the server.
A similar implementation will eventually make its way to the audio bbcode and will also be worked in the img bbcode somehow.
This will then eventually make it possible to embed audio and video in markdown the same way you'd embed an image.
2023-01-25 22:33:59 +00:00
..
Changelog Imported into new repository. 2022-09-13 15:14:49 +02:00
Comments Imported into new repository. 2022-09-13 15:14:49 +02:00
Config Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
Console Updated database migration system to use the Index methods. 2023-01-07 04:15:19 +00:00
Database Updated database migration system to use the Index methods. 2023-01-07 04:15:19 +00:00
Feeds Imported into new repository. 2022-09-13 15:14:49 +02:00
Forum Store forum permission types as numbers rather than bit shifts. 2023-01-06 00:02:40 +00:00
GeoIP Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
Http/Handlers Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
Imaging Index updates + floatval, intval -> casts. 2023-01-01 19:06:01 +00:00
Net Changed name of context class and global variable. 2023-01-06 20:35:03 +00:00
News Imported into new repository. 2022-09-13 15:14:49 +02:00
Parsers Complete revamp of the forum video bbcode. 2023-01-25 22:33:59 +00:00
SharpChat Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
Twitter Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
Users Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
AuditLog.php Remove IPAddress::remote and all implicit resolving of the request remote address. 2023-01-05 18:33:03 +00:00
AuthToken.php Imported into new repository. 2022-09-13 15:14:49 +02:00
Config.php Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
CSRF.php Imported into new repository. 2022-09-13 15:14:49 +02:00
DB.php Updated database migration system to use the Index methods. 2023-01-07 04:15:19 +00:00
Emoticon.php Imported into new repository. 2022-09-13 15:14:49 +02:00
GitInfo.php Imported into new repository. 2022-09-13 15:14:49 +02:00
HasRankInterface.php Imported into new repository. 2022-09-13 15:14:49 +02:00
Mailer.php Imported into new repository. 2022-09-13 15:14:49 +02:00
manage.php Removed unused tester permission. 2023-01-06 00:03:29 +00:00
Memoizer.php Imported into new repository. 2022-09-13 15:14:49 +02:00
MisuzuContext.php Updated database migration system to use the Index methods. 2023-01-07 04:15:19 +00:00
Pagination.php Index updates + floatval, intval -> casts. 2023-01-01 19:06:01 +00:00
perms.php Removed unused tester permission. 2023-01-06 00:03:29 +00:00
Template.php Changed name of context class and global variable. 2023-01-06 20:35:03 +00:00
TOTP.php Restructured config handler. 2023-01-01 20:23:53 +00:00
TwigMisuzu.php Changed name of context class and global variable. 2023-01-06 20:35:03 +00:00
url.php Removed IP blacklist for now. 2023-01-05 15:56:36 +00:00
Zalgo.php Imported into new repository. 2022-09-13 15:14:49 +02:00