Commit Graph

158 Commits

Author SHA1 Message Date
ruan
ca7e7dcccc Change default avatar source
In response to Crafatar serving default skins for some reason.
2020-06-08 17:35:40 +02:00
ruan
317b1d44d0 Make configuration more consistent 2020-05-03 15:24:14 +02:00
ruan
b924f87b90 Add timezone specification example 2020-04-24 08:45:57 +02:00
ruan
355a40727d Fix redirection on non-English locales 2020-02-12 07:03:07 +02:00
ruan
6c40fdfeb9 Clean up, add query comments
All user input appended to queries is either constantified or prepared - SQL injection should be impossible.
2020-01-18 11:54:28 +02:00
ruan
56ebfe0150 Add support for checking players without JavaScript 2019-11-29 13:09:00 +02:00
ruan
439fab95ae Add server origin column, disabled by default 2019-09-08 09:13:49 +02:00
ruan
29d54464ca Hide server scope column by default
Most people only use global bans so this can easily be redundant information.
2019-09-08 08:32:23 +02:00
ruan
d6c1d89bd4 Limit jQuery attempts to 30 (3 seconds) 2019-06-17 13:10:32 +02:00
ruan
d9fe00a23c Set a default timeout of 5 seconds for database connections 2019-05-18 15:05:03 +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
Noah van der Aa
33f2a380fe Added overlay to crafatar avatar images. 2018-12-09 17:52:37 +00:00
ruan
d4da4a8e22 Revert settings.php cleanup from last commit
Intellij diff highlighting broke for some reason.
2018-10-11 05:06:04 +02:00
ruan
4b85ad4f81 Revert "Use faster query to fetch entry counts"
This reverts commit 95bdf49
2018-10-11 04:58:53 +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
e482c72e39 Fix table rendering bugs 2018-08-30 09:43:56 +02:00
ruan
95bdf49a6a Use faster query to fetch entry counts 2018-08-26 15:09:49 +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
d54715a9ac CSS updates 2018-07-08 15:19:45 +02:00
ruan
29f5ef865b CSS updates 2018-07-08 15:18:19 +02:00
ruan
21b774a33a Make colors configurable for navbar and badges 2018-07-08 11:18:29 +02:00
ruan
d7c3b8ae83 Use badge-pill instead of badge for header totals 2018-07-07 20:34:58 +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
5857a0d374 Optimize queries 2018-05-31 10:16:10 +02:00
ruan
61c0d4717a Autoversion favicon 2018-05-12 06:25:38 +02:00
ruan
77c4bf71a0 Add "Expired" tag, make labels more customizable 2018-05-05 09:38:51 +02:00
ruan
0f8ff13c43 More refactoring 2018-04-26 07:59:12 +02:00
ruan
09ca583c3f Refactor CSS 2018-04-26 07:41:06 +02:00
ruan
bb1b3e7c59 Update jQuery to 3.3.1 2018-04-23 08:48:41 +02:00
ruan
0dc8337a6e Minify glyphicons.css 2018-04-23 08:46:20 +02:00
ruan
e6d96da71d Fixed glyphicons as they were removed from Bootstrap 4 2018-04-23 08:39:05 +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
f276e9df34 Set name_link to index.php by default, add example 2018-04-19 12:38:35 +02:00
ruan
ded88338f8 Increase history.php label size from 13px to 16px 2018-04-19 12:33:25 +02:00
ruan
c87e6e5810 Display badges as inline-flex instead of inline-block
They will no longer stack on top of each other as of last commit
2018-04-19 12:29:38 +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
a4708ee3f8 Copyright is not a nav-link 2018-04-19 05:54:04 +02:00
ruan
813b72d2b0 Redirect to outdated-plugin instead of tables-not-found if bans table exists 2018-04-19 05:52:51 +02:00