Commit graph

17 commits

Author SHA1 Message Date
52e948aadb Improved video embed handling. 2023-01-29 01:51:54 +00:00
dc43ac47f8 Fixed various video embedding bugs. 2023-01-26 22:51:33 +00:00
381afe28c4 Fixed videos not embedding in the posting preview. 2023-01-25 23:03:38 +00:00
e6496378ea 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
08b6358cba Pruned a lot of existing Javascript, comments will receive and overhaul later. 2023-01-02 20:07:55 +00:00
d43cb6f794 Removed unfinished leftovers of priority voting and polls. 2023-01-01 05:01:18 +00:00
d55585372e Ran PHPStan over everything and attempted some fixes. 2022-02-19 19:03:00 +00:00
4a3a28629b So long, spookiness. 2021-10-31 18:22:46 +01:00
deb4dc1089 Enable spookiness. 2021-10-23 19:26:01 +02:00
50dee8eeb4 Removed the existing, broken follow system. 2021-08-28 20:25:01 +00:00
44fc436134 Made user asset handling OOP. 2020-06-07 20:37:03 +00:00
ae877ad1e3 Fixed comments not working. 2020-05-27 16:02:00 +00:00
ff30523e09 Fixed a couple oversights. 2020-05-18 21:40:21 +00:00
b66eb8ba76 Moved news pages into the router and made news object oriented. 2020-05-16 22:35:11 +00:00
69620fe461 Moving away from LESS and TypeScript part 4 of 4! 2020-05-12 03:13:29 +00:00
67884c3dcc Moving away from LESS and TypeScript part 3 of ?. 2020-05-11 01:17:05 +00:00
69b105cddd Moving away from LESS and TypeScript part 1 of ?. 2020-05-10 04:08:22 +00:00