7353553de7
Rewrote the comments system. ( #1 )
...
old one basically bitrotted to death, may it rinse in prosciutto
Reviewed-on: #1
Co-authored-by: flashwave <me@flash.moe>
Co-committed-by: flashwave <me@flash.moe>
2025-02-20 02:19:32 +00:00
7bf9a7eedd
Made certain strings less ugly.
2025-02-09 16:41:09 +00:00
cc37b7cad3
Added user name history beginnings.
2025-02-09 01:32:35 +00:00
f39e1230c5
Moved passwords out of the users table.
2025-02-09 00:26:12 +00:00
7f85abba6e
Made timestamps be at the end of the users table like every other table.
2025-02-08 23:24:29 +00:00
372797c564
Moved profile about sections into their own table.
2025-02-08 23:20:53 +00:00
8bb2400d3f
Moved forum signatures into dedicated table.
2025-02-08 22:52:36 +00:00
d1173c6e0f
Fixed collections on the ENUM columns.
2025-02-08 21:27:50 +00:00
31d89a08bf
Moved profile background settings out of the users table.
2025-02-08 21:20:44 +00:00
d9f35594e7
Changed internal parser selection value from integers to a string enum.
2025-02-08 17:51:18 +00:00
a0f5444292
Added id to the audit logs table.
2025-02-08 02:51:03 +00:00
c28e0a90dd
Moved birthdate into separate table.
2025-02-08 02:43:54 +00:00
b13cc7804d
Moved TOTP codes out of the main users table.
2025-02-08 01:36:33 +00:00
497bc5323d
Made database column names more consistent across the board.
2025-02-07 23:10:41 +00:00
534e947522
Merged OAuth2 handling into Misuzu.
2025-02-02 02:09:56 +00:00
f2233c5390
Built redirector service into Misuzu.
2025-01-29 21:08:13 +00:00
7d710e2d02
Use nextParameter instead of addParameter and manually counting where possible.
2024-12-19 02:23:05 +00:00
55a2424fee
Updated to latest Index version.
2024-10-05 02:40:29 +00:00
aabffb7b30
Added optional string role IDs for the API.
2024-09-16 21:44:37 +00:00
90f3fd1c88
Base64 encode PM titles and bodies in the database.
...
To prevent personal discomfort with having to do database messages and seeing people's personal conversations.
I haven't run into it yet, but I'd rather avoid it altogether.
2024-06-02 19:54:33 +00:00
3e7935fb79
Added private messages.
2024-01-30 23:47:02 +00:00
42d4e1f238
Removed broken CONSTRAINT from perms table creation.
2023-12-16 18:51:17 +00:00
349cc237c5
Rewrote permissions system.
2023-08-30 22:37:21 +00:00
0a0e882950
Fixed search and updated collations of various fields to more appropriate ones.
2023-08-03 12:40:37 +00:00
cb40f1efce
Added counters table for storing numbers of things statically.
2023-07-28 23:17:37 +00:00
5022222162
Pluralise user role relations table name.
2023-07-27 13:09:22 +00:00
d31cc70128
Rewrote user warnings backend.
2023-07-26 22:43:50 +00:00
60cc6643a0
Added new banning system.
...
it actually works and isn't confusing this time around!
2023-07-26 18:19:48 +00:00
96f9ea7271
Added new moderator notes system.
2023-07-25 14:40:31 +00:00
a894db2052
Rewrite login attempts log to use new database backend.
2023-07-22 16:37:57 +00:00
52aa43dd94
Determine client info on insert rather than on retrieve for speed improvements.
...
i suppose device detect only ever expects to analyse a single string at once given its made for matomo so it on the slower side for multiple dingusses
2023-07-21 12:47:59 +00:00
c798ce5d61
Added ability to add redirects to deleted topic ids.
2023-04-30 00:18:14 +00:00
67aeb9a70a
Updated database migration system to use the Index methods.
2023-01-07 04:15:19 +00:00
c0e5e8c9ed
Removed IP blacklist for now.
2023-01-05 15:56:36 +00:00
d43cb6f794
Removed unfinished leftovers of priority voting and polls.
2023-01-01 05:01:18 +00:00
ca814279f1
Removed support for rolling back database migrations.
2023-01-01 03:42:18 +00:00
fb77a936f5
Removed leftovers from chat token system.
2022-01-13 00:59:35 +01:00
50dee8eeb4
Removed the existing, broken follow system.
2021-08-28 20:25:01 +00:00
2d97364f05
Added owner id to comment categories.
2020-05-30 14:46:32 +00:00
1fdded1ad0
Made forum searches case insensitive.
2020-05-29 19:12:01 +00:00
2b5faa0aac
Made password recovery OOP.
2020-05-29 15:30:49 +00:00
526609fe2d
Added some missing indices to the tables.
2020-05-27 14:37:50 +00:00
d2aa478c58
Rewrote session code to be OOP.
2020-05-25 19:58:06 +00:00
174d25d40f
Made login attempts functions OOP.
2020-05-25 14:15:17 +00:00
bfe69276b8
Rewrote audit log to be OOP.
2020-05-21 15:05:30 +00:00
9f14269fb6
// haha yes i forgot the migration
2019-12-14 01:58:14 +01:00
1a40c11a54
Emoticon restructure.
2019-12-09 03:41:34 +01:00
fe1562fd86
Reworked profile field handling.
2019-12-03 02:06:36 +01:00
87a2ce77f8
Updated migration template.
2019-08-14 21:48:09 +02:00
818f9fbb04
Added missing database migration for config.
2019-08-14 21:46:19 +02:00