433 Commits

Author SHA1 Message Date
Szymon S
fc2db02f6a Add pl_PL.utf8.php 2020-01-31 11:12:43 +00:00
ruan
f8318961ed Check names based on descending order of login date instead of ascending 2020-01-26 12:51:52 +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
6df668a9fc Update license 2020-01-10 18:10:35 +02:00
ruan
c0869f654d Update tables-not-found.php 2019-11-30 14:55:10 +02:00
ruan
56ebfe0150 Add support for checking players without JavaScript 2019-11-29 13:09:00 +02:00
ruan
967ff7638d Add fr_FR.utf8.php (credit: @Elikill58) #49 2019-10-31 12:45:51 +02:00
ruan
439fab95ae Add server origin column, disabled by default 2019-09-08 09:13:49 +02:00
ruan
7038eccf35 Merge remote-tracking branch 'origin/master' 2019-09-08 08:32:37 +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
b68a2a9e2e Merge branch 'patch-1' into 'master'
Add Traditional Chinese translation

See merge request ruany/litebans-php!41
2019-08-02 06:36:34 +00:00
YTRemRem
9a759c8e9c Add Traditional Chinese translation (credit: @_RemRem_) 2019-08-02 06:34:31 +00:00
Ruan
0cfce5bba4 Merge branch 'patch-3' into 'master'
Fix some other bugs.

See merge request ruany/litebans-php!40
2019-06-19 15:05:43 +00:00
fcc
91df21194c Fix some other bugs. 2019-06-19 15:01:20 +00:00
Ruan
5f497ae784 Merge branch 'patch-2' into 'master'
Fix some errors and optimize translation.

See merge request ruany/litebans-php!39
2019-06-19 14:15:34 +00:00
fcc
da97cc6917 Fix some errors and optimize translation. 2019-06-19 14:13:45 +00:00
ruan
d6c1d89bd4 Limit jQuery attempts to 30 (3 seconds) 2019-06-17 13:10:32 +02:00
ruan
6031097f30 Update lang/README.md 2019-06-02 12:41:46 +02:00
ruan
b775163347 Merge remote-tracking branch 'origin/master' 2019-05-18 15:05:17 +02:00
ruan
d9fe00a23c Set a default timeout of 5 seconds for database connections 2019-05-18 15:05:03 +02:00
Ruan
2cc00f5026 Merge branch 'patch-3' into 'master'
Update cs_CZ.utf8.php

See merge request ruany/litebans-php!38
2019-02-07 17:09:39 +00:00
MrMorganCz
b21eaca689 Update cs_CZ.utf8.php 2019-02-07 16:24:23 +00:00
Ruan
eda0cf61cf Merge branch 'patch-2' into 'master'
Update cs_CZ.utf8.php

See merge request ruany/litebans-php!37
2019-02-07 14:58:52 +00:00
MrMorganCz
6f868f70e7 Update cs_CZ.utf8.php 2019-02-07 14:53:51 +00: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
a7de659113 Update LICENSE.md 2019-01-01 16:23:26 +02:00
Ruan
f888a5ea08 Merge branch 'patch-1' into 'master'
Add overlay to crafatar image render

See merge request ruany/litebans-php!36
2018-12-09 18:03:18 +00:00
Noah van der Aa
33f2a380fe Added overlay to crafatar avatar images. 2018-12-09 17:52:37 +00:00
Ruan
030b16c52c Merge branch 'patch-1' into 'master'
Update Chinese Translation

See merge request ruany/litebans-php!35
2018-12-02 07:20:45 +00:00
fcc
f1b861908e Update Chinese Translation 2018-12-02 07:17:17 +00:00
ruan
c5d89e32a0
Clean up info.php 2018-10-15 07:36:10 +02: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
90f854eb71
Rename " de_DE.utf8.php" to "de_DE.utf8.php" (remove leading space) 2018-10-09 10:30:15 +02:00
ruan
e432e47743
Add Russian translation (credit: @serflash.skeiter) 2018-10-04 14:57:58 +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
ea93ca37bd Merge branch 'undefined' into 'master'
Chinese translation

See merge request ruany/litebans-php!33
2018-08-18 12:59:03 +00:00
fcc
ed4339db1b Chinese translation 2018-08-18 07:54:07 +00:00
Ruan
5538086fe1 Merge branch 'patch-1' into 'master'
Update cs_CZ.utf8.php

See merge request ruany/litebans-php!32
2018-08-06 05:01:00 +00:00
TheTopCz
a8d534ad4d Update cs_CZ.utf8.php 2018-08-06 01:55:16 +00:00
TheTopCz
448eadc58e Update cs_CZ.utf8.php 2018-08-06 01:52:02 +00:00
TheTopCz
008dec75a4 Update cs_CZ.utf8.php 2018-08-06 01:43:49 +00:00