Commit Graph

2894 Commits

Author SHA1 Message Date
Spectre
d2f7686c2c Korean translation (#1681) 2018-11-11 14:04:47 +01:00
lifehome
512d9e5e5b Fix Chinese font issue (#1680)
* Fixed rendering bug and color code consistency

* I screwed the time.
2018-11-08 18:08:57 +01:00
lifehome
81d07f82ef New strings and fixes for zhHK translation (#1677)
* Grammar + punctuation fix

I actually done this like months ago, but forgot to commit it tho. 😐 FML

* 2FA strings translated

* Email verification strings translated
2018-11-08 08:27:25 +01:00
Rainer
5e187f585e Updated Estonian translation files (#1678)
* Updated Estonian translation files

* Minor fixes

Fixed the link in messages_et.yml and translated the bottom part of help_et.yml
2018-11-04 23:44:43 +01:00
Aleksandr 'kidi' Mayer
6b9d1d2422 Updated Russian messages up to 29.10.18 (#1673) 2018-10-29 23:38:20 +01:00
Gabriele C
3e1d217973 Fix gson dependency 2018-10-23 16:56:49 +02:00
Gabriele C
d2373ed73f Fix unit test 2018-10-23 16:12:00 +02:00
tomasloksa
6177698943 Fix gammar (#1669) 2018-10-20 21:24:23 +02:00
Alexandre Vanhecke
0b0e8d71b7 Implements whitelist for inventories interactions (#1657) 2018-10-10 02:35:35 +02:00
montlikadani
1d6729425f Do not create a welcome.txt file when boolean is false (#1633)
* Update WelcomeMessageConfiguration.java

* Update WelcomeMessageConfiguration.java

* Fix compile error
2018-10-09 02:21:21 +02:00
Eufranio
6c62888377 Update brazilian localization (#1648) 2018-10-02 17:39:10 +02:00
gemerfoxy
033b214ca6 Improved translations (#1643)
Some word has been corrected to proper Indonesian language
2018-09-19 15:31:30 +02:00
Gabriele C
84a65344c7 Fix unit test 2018-09-19 00:32:42 +02:00
Gabriele C
7f91b739f2 Maven cleaup 2018-09-17 22:55:36 +02:00
Gabriele C
09c3e7bf22 Drop deprecated v2 API 2018-09-17 20:21:09 +02:00
Gabriele C
f7024d5382 Fix #1625 2018-09-17 20:16:05 +02:00
EdPlaysMC
f9e94a4121 Update messages_zhcn.yml (#1642) 2018-09-16 10:29:15 +02:00
EdPlaysMC
16f5b25256 Translated TODO (#1641) 2018-09-16 10:21:01 +02:00
Gabriele C
2324835064
Fix test 2018-09-13 09:04:32 +02:00
Gabriele C
867ac87f1c
Bungee: send OP players by default 2018-09-12 13:04:56 +02:00
ljacqu
5ac34d5987 Merge branch '1449-commands-with-delay' 2018-09-11 22:11:49 +02:00
ljacqu
22c08c9fc3 #1449 Fix copying of Commands, add tests with command delay 2018-09-11 22:04:27 +02:00
ljacqu
db2094efc1 Merge remote-tracking branch 'origin/master' into patch-15
Conflicts: messages_es.yml
2018-09-09 20:32:58 +02:00
ljacqu
035c2f352a #1449 Update commands.yml and make getter/setter in sync for new delay property 2018-09-09 15:53:39 +02:00
ljacqu
b7f0159618 Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into delay-commands-event 2018-09-09 15:49:12 +02:00
ljacqu
44763a055f Fix VerificationCommandTest sometimes failing
- Need to set up ConsoleLogger to avoid NPE, didn't always happen because if all tests are run in a batch another test will initialize it
2018-09-09 15:47:52 +02:00
ljacqu
ee764c0a6e
Update configme (#1631)
* Upgrade to ConfigMe 1.0.1
* Use ConfigMe reader whenever possible, minor simplifications
2018-09-09 15:45:00 +02:00
montlikadani
6676a39447 Updated hungarian locale files to the latest version (#1632)
* Update help_hu.yml

* Update messages_hu.yml
2018-09-09 15:42:18 +02:00
ljacqu
b22f26822b
#1627 Replace BCryptService with Maven dependency (#1629)
* #1627 Replace BCryptService with Maven dependency
- Remove BCryptService in favor of a better BCrypt implementation (Maven dependency)
- Introduce BCryptHasher wrapping the dependency with more suitable methods
- Fix inaccurate details about salt length in docu annotation: for BCrypt it's always 22 chars
- Change phpBB hash to produce 2y hashes instead of 2a

* #1627 Use UTF-8 encoding when (dis)assembling Strings

* #1627 Small test additions
2018-09-03 23:13:48 +02:00
Alan Gomes
d39562d624 Create permission to bypass bungeecord server teleportation (#1626) 2018-09-02 13:01:04 +02:00
Alan Gomes
4be174f083 Add PostgreSQL support (#1620)
* Add PostgreSQL support

* Fix code issues and create integration tests

* Fix identation

* Test Postgres data source in postgres integration test

* Relocated the postgres driver
2018-09-02 12:12:35 +02:00
ljacqu
f79c364f84 Minor fixes as reported by CodeClimate 2018-09-01 09:17:42 +02:00
ljacqu
58e04556ee Checkstyle: Add 'WhitespaceAfter' check, fix some violations 2018-09-01 08:38:14 +02:00
Gabriele C
e2e2c6bb79 Inform only online servers 2018-08-30 12:39:01 +02:00
Gabriele C
91063ce199 Actually check if datasource is cached 2018-08-30 12:18:19 +02:00
Gabriele C
75e7a11d0d Change how messaging actually works, support broadcast messages 2018-08-30 11:47:25 +02:00
Gabriele C
e0d8caa95b Add debug message for #1622 2018-08-27 15:04:37 +02:00
Gabriele C
22623aac85 Fix unit test 2018-08-26 19:23:15 +02:00
Gabriele C
da7e7edc37
Fix messaging [WIP] (#1614)
* Fix messaging [WIP]

* Make codeclimate happy

* Codeclimate, pls

* got it, i hope

* Improvements

* Remove duplicated checks, other improvements, make login/logout broadcasts

* Optimize project imports

* Make codeclimate happy again
2018-08-26 15:29:47 +02:00
Gabriele C
adb3c06f51 Fix #1617
Dinstinct invalid countries ("--") from localhost addresses ("LOCALHOST"), allow localhost access by default.
2018-08-22 16:56:14 +02:00
iStrqfingRD
bbcc9d5fcc Update messages_es.yml (#1608) 2018-07-28 21:10:42 +02:00
DNx
f0cd775d7c Pass the ip check into player join event
if AuthMe still cannot get the ip address.
2018-07-22 13:03:58 +07:00
RatchetCinemaESP
65ca3c10a4
Update messages_es.yml
Translated TWO_FACTOR messages.
2018-07-19 21:48:00 +02:00
Melih Budak
8c88136812 Update messages_tr.yml (#1604)
Fixed a very small wrong. And it was checked again.
2018-07-19 21:14:11 +02:00
Melih Budak
f00bf2e8b5 Update message_tr.yml (#1603) 2018-07-19 09:41:58 +02:00
ljacqu
c420255ad7
Merge pull request #1547 from AuthMe/ip-check
[Discussion] Skip IP check for API registration
2018-07-16 19:24:14 +02:00
Gabriele C
b1c322c60c
Add #1591 debug code (#1599) 2018-07-16 14:49:35 +02:00
Gabriele C
38711a9913 1.13 compatible 2018-07-16 13:57:14 +02:00
Gabriele C
1a1ba31bf1
Merge branch 'master' into ip-check 2018-07-16 13:35:03 +02:00
DNx
6a219c3fc4 this one not get committed 2018-07-08 02:26:50 +07:00