Commit graph

1055 commits

Author SHA1 Message Date
3c518c48e6 Fixed cookies not being set correctly when running on a non-standard port. 2022-06-06 16:57:45 +02:00
ba4f03cefa Fixed GeoIP lookup causing an exception when no MMDB is available. 2022-06-06 16:42:38 +02:00
01b3f41742 Update Vagrant setup script. 2022-06-04 03:38:49 +02:00
dbb67262e5 Fixed an issue. 2022-04-27 23:24:38 +00:00
95610cb3ef Fixed stupid conversions. 2022-03-19 19:53:44 +00:00
59edead442 Fixed avatar changing issue. 2022-03-02 23:15:36 +00:00
469b4f7859 Replace more things with Index implementations, also bump QR Code library. 2022-03-01 23:14:03 +00:00
ef4921949b Removed old redirect handlers. 2022-02-28 19:52:53 +00:00
56911715fe Added root context class, moved routes into it and removed _sockchat.php redirect. 2022-02-28 19:47:50 +00:00
3bc18f3d2c Removed MisuzuException and use RuntimeException as base. 2022-02-28 01:55:36 +00:00
22bc5f4168 Fixed JSON content type issue. 2022-02-27 17:37:27 +00:00
a18b3244e9 Fixed 'infinity undefineds'. 2022-02-27 17:21:57 +00:00
ac30c42285 Fixed issues with chat authentication. 2022-02-27 17:17:55 +00:00
881426e950 First bits of Indexification. 2022-02-26 01:27:52 +00:00
21526491c6 Added sample data generation based on Markov chaining. 2022-02-24 23:49:37 +00:00
029e996b58 Added robots.txt to gitignore (oops). 2022-02-19 22:44:57 +00:00
efa7e048d8 Removed robots.txt from the repo. 2022-02-19 22:43:21 +00:00
d55585372e Ran PHPStan over everything and attempted some fixes. 2022-02-19 19:03:00 +00:00
3a118fef15 Update TOTP.php 2022-02-18 02:50:41 +01:00
ddadb1d068 More dumbass fixes. 2022-02-15 22:39:29 +00:00
fef958b10b Trim call fix. 2022-02-15 22:37:18 +00:00
0da24c0aaa Fixed compatibility issues with PHP 8.1. 2022-02-15 22:28:49 +00:00
2c57107eb9 Use Symfony Mailer instead of SwiftMailer because they killed the latter for no reason. 2022-02-15 22:14:38 +00:00
f9181fc6f9 Surprisingly painless upgrade to Twig 3.x. 2022-02-15 21:21:19 +00:00
96e266b1fc Moved profile check into Misuzu. 2022-02-14 21:26:30 +00:00
a86500ad7a Yeah, I'm somewhat of an idiot myself. 2022-02-14 21:11:12 +00:00
e5dcd654d3 Some adjustments. 2022-02-14 21:04:34 +00:00
a28b5b275c An attempt at adding the token fetching thing to Misuzu. 2022-02-14 20:52:09 +00:00
647cc0061f 88x31 courtesy of geb 2022-02-13 03:36:15 +01:00
dependabot[bot]
0dcf1095bb Bump twig/twig from 2.14.6 to 2.14.11
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.14.6 to 2.14.11.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/v2.14.11/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v2.14.6...v2.14.11)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 02:28:32 +00:00
64b4744352 apparently it was a double OOPS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2022-02-10 01:20:41 +01:00
2a79184bdb OOPS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2022-02-10 01:18:06 +01:00
6535f8c787 Updated LICENSE format. 2022-02-10 01:16:06 +01:00
e37ec29123 Make script enable debug mode. 2022-01-17 03:16:27 +01:00
1bca6b4692 Forgot a couple, oops! 2022-01-17 03:06:45 +01:00
c6cc2ecc67 Attempt to fix permissions on Unix-like systems. 2022-01-17 03:05:45 +01:00
3bc4de431c Attempt to fix .sh line endings. 2022-01-17 02:45:38 +01:00
8df4166520 Added Vagrant config and script for quick setting up a virtual development environment. 2022-01-17 02:37:46 +01:00
fb77a936f5 Removed leftovers from chat token system. 2022-01-13 00:59:35 +01:00
4a3a28629b So long, spookiness. 2021-10-31 18:22:46 +01:00
deb4dc1089 Enable spookiness. 2021-10-23 19:26:01 +02:00
8c9ec82a56 I give up. 2021-09-17 20:53:24 +00:00
a363d8d574 Fixed cookie getting lost (attempt). 2021-09-17 20:51:18 +00:00
51bc99e454 Removed chat token creation. 2021-09-17 20:45:20 +00:00
6d3a24c723 Turned the air conditioner back off. 2021-09-10 13:57:07 +00:00
8bd006a576 Turned on the air conditioner. Don't catch a cold! 2021-09-08 20:59:37 +00:00
f4ca3edddf Fixed header disappearing at 800px width. 2021-09-01 16:08:59 +00:00
b7a14de9df Registration adjustments. 2021-08-28 20:36:24 +00:00
50dee8eeb4 Removed the existing, broken follow system. 2021-08-28 20:25:01 +00:00
813d3421bb Landing page redesign. 2021-08-28 17:06:14 +00:00