83 Commits

Author SHA1 Message Date
ruan
439fab95ae Add server origin column, disabled by default 2019-09-08 09:13:49 +02:00
ruan
d6c1d89bd4 Limit jQuery attempts to 30 (3 seconds) 2019-06-17 13:10:32 +02:00
ruan
1437d0155a Fix left-aligned avatars being collapsed to the next line if username/reason is too long
If there is a better way to fix this besides "display: flex" I'll consider it.
2019-01-01 16:25:27 +02:00
ruan
ef84e6f782
Use undashed UUIDs for URL parameters 2018-09-22 15:14:27 +02:00
ruan
7e4d5de57a
Fix for previous commit 2018-09-22 14:40:47 +02:00
ruan
ac9219e06a
Simplify uuid_dashify 2018-09-22 14:39:21 +02:00
ruan
f35efe70de
Use bindParam instead of execute parameters 2018-09-22 14:34:07 +02:00
ruan
c8eb678db9
Add #39 2018-09-22 14:22:19 +02:00
ruan
eaee415b66
Use <div> instead of <p> for avatars 2018-09-01 14:38:54 +02:00
ruan
0d36e13bd3
Add individual translations for "Permanent Ban", "Permanent Mute" 2018-09-01 14:13:45 +02:00
ruan
120bfd1a07
Add detection and error handling for extensions like pdo_mysql 2018-07-29 08:48:13 +02:00
ruan
c4afc1399f
Spring cleaning 2018-07-21 12:51:35 +02:00
ruan
2a6815ae9f
Array-based dynamic column selection generation 2018-06-01 12:13:14 +02:00
ruan
87e7b25fa2
Use PDO::FETCH_ASSOC for listings 2018-05-31 10:33:44 +02:00
ruan
0f8ff13c43
More refactoring 2018-04-26 07:59:12 +02:00
ruan
b63a0eb3eb
Fixed warnings icons 2018-04-23 08:27:02 +02:00
ruan
48e9b8856e
Bring back "Banned By", "Muted By", etc messages. 2018-04-19 18:18:12 +02:00
ruan
d265020738
Return translation key, not 404, when there is no matching value 2018-04-19 17:49:03 +02:00
ruan
6800b207a9
Small CSS fixes 2018-04-19 14:02:44 +02:00
ruan
4510409c29
Check form updates for Bootstrap 4 2018-04-19 13:57:26 +02:00
ruan
39fbdeb0a2
Fix badge centering on info.php, set as right-of-center
Badges are now treated as zero-width and will not weigh down the centered header title.
2018-04-19 12:22:46 +02:00
ruan
9e56b60cd5
Fix check form button 2018-03-30 11:09:16 +02:00
ruan
dc6fe732b4
Adjustments & fixes 2018-03-30 10:26:39 +02:00
ruan
4b38a80e6c
Autoversion scripts 2018-03-30 09:46:47 +02:00
ruan
2349cda4e1
Add noselect to avatar line-break 2018-03-13 12:31:47 +02:00
ruan
78cec5c94b
Refactor CSS 2018-03-13 12:08:53 +02:00
ruan
73eb0e152f
Add [IP Ban], [IP Mute] labels for info.php 2018-03-09 09:01:11 +02:00
ruan
f64a147a72
Spring cleaning - another big refactor for the locale system
en_US locale reduced from 88 messages to 43 messages.
Redundant messages have been purged, making it much easier to translate everything.
Message indexes now form a consistent and generified tree/branch/leaf structure.
2018-03-09 08:29:13 +02:00
ruan
9260bbdf4e
Add #30 - option to disable server scope column 2018-02-28 10:05:06 +02:00
ruan
88cc07540b
Fixed avatar source bug 2018-02-28 09:39:14 +02:00
ruan
16f2dc1f7c
Changed avatar source tokens from $UUID/$NAME to {uuid}/{name} 2018-02-28 09:32:52 +02:00
ruan
f282e9cfde
Request non-dashed UUIDs from avatar source 2018-02-22 06:16:32 +02:00
ruan
a2abd7f782
Add offline-mode avatar source as Crafatar no longer supports names 2018-02-21 12:40:15 +02:00
ruan
bc233ad9d4
Add server scope column to all tables 2017-12-04 06:53:05 +02:00
ruan
260d6a67cc
Big refactor to locale system for fallback language support 2017-12-04 06:44:23 +02:00
ruan
531aa2c6d5
Add option for offline-mode UUID avatars 2017-09-08 06:29:33 +02:00
ruan
a07db7e7e9
Revert timezone code for now 2017-06-30 07:07:16 +02:00
ruan
0b4d3fc39c
Add line break for name_under 2017-06-29 23:20:59 +02:00
ruan
663221c76a
Fix new expiry method issues 2017-06-29 23:19:58 +02:00
ruan
bfccfee536
Non-null removed_by_name is not expired 2017-06-29 22:24:42 +02:00
ruan
47a1529529
Timezones are fun 2017-06-29 22:21:37 +02:00
ruan
fc65dda94b
Add better punishment expiry detection 2017-06-29 22:12:47 +02:00
ruan
1daa5b36ca Always accept console_name as a console alias for get_avatar() 2017-06-22 14:22:09 +02:00
ruan
a05d144380
Remove yes/no translations since they are never used 2017-05-15 06:38:34 +02:00
ruan
424be314af
Disable left align in info.php (fixes #20) 2017-05-09 13:05:01 +02:00
ruan
bde64a2058
Add new columns (todo impl) 2017-05-08 15:21:23 +02:00
ruan
401d7a161a
Align left when not center 2017-04-15 10:32:23 +02:00
ruan
e18c77dfd6
Remove utf-8 header() since charset is defined in header.php html 2017-03-29 12:02:00 +02:00
ruan
b70d73788b
Use \x instead of \u because \u doesn't work everywhere for some reason 2017-02-27 09:09:20 +02:00
ruan
4d449c47b6
fixed bug with chat color character (§) in punishment reasons resulting in empty reason 2017-02-27 08:43:03 +02:00