Merge pull request #1518 from AuthMe/fixing-session-expired-message-spam
HexelDev
2018-03-05 20:42:42 +01:00
11d039c818space after 'if'(s)
HexelDev
2018-03-05 20:20:25 +01:00
9954c82cb6#1141 Add TOTP key field to database and PlayerAuth - Add new field for storing TOTP key - Implement data source methods for manipulation of its value
ljacqu
2018-03-05 19:50:58 +01:00
f9d1a3aef2Those were not meant to be there
Maxetto
2018-03-05 19:42:43 +01:00
8d5afa7fbcMinor: Use CommonService for permission lookup - Some changes found in a very old patch :) - drop injection of PermissionsManager in favor of CommonService - Rename IsEqualByReflectionMatcher's method to something more specific to differentiate it better from Hamcrest's equalTo() matcher
ljacqu
2018-02-23 23:37:24 +01:00
189647d9f2#1467 Fix character issues by always using UTF-8 when reading and writing - Change usages of Bukkit's FileResource to a ConfigMe PropertyReader - Specify UTF-8 for reading and writing
ljacqu
2018-02-11 09:22:42 +01:00
cd61febd76#1467 Change /authme messages to only update help text file now
ljacqu
2018-02-02 20:12:42 +01:00
1d6d9eb764#1467 Rearrange old keys migration so no entries get lost - 'error' was an old entry but now we have multiple entries under 'error' (which is now a section), so we need to ensure that we migrate the old 'error' entry before the migration sets anything under that path
ljacqu
2018-02-02 18:53:08 +01:00
Use the correct javadoc deprecated tag for the lastlogin method
games647
2018-01-27 22:56:42 +01:00
f7e9ac9685Add support for delaying commands.
DNx
2018-01-26 14:28:02 +07:00
1eaf321575#1467 Try to clean up abstract message file handler hierarchy - Move some handling with the default file configuration down to the help message file handler since it is the only one with such a behavior now
ljacqu
2018-01-25 21:48:48 +01:00
820e443b81#1467 Implement messages file migration - Create messages updater called when a messages YML file is loaded - Work in progress - Does not yet include changes to any message keys
ljacqu
2018-01-24 22:19:25 +01:00
b3a191d7e2Minor: simplify CheckMessageKeyUsages task and make check more strict
ljacqu
2018-01-22 19:52:39 +01:00
[Messages_IT] Add specific message for register captcha success
Maxetto
2018-01-21 23:42:37 +01:00
6f2c586441Test initialization of permission handlers in PermissionManager
ljacqu
2018-01-21 22:11:47 +01:00
acaaf6fe41Minor dependency updates - JaCoCo 0.8.0 brings some interesting exclusions in code coverage, which means we might be able to drop TestHelper#validateHasOnlyPrivateEmptyConstructor soon
ljacqu
2018-01-21 21:01:23 +01:00
610a699c95Refactor message handlers into injectable components (preparation for #1467)
ljacqu
2018-01-21 20:47:29 +01:00
Merge pull request #1477 from AuthMe/1035-handle-alt-accounts-in-commandsYml
ljacqu
2018-01-17 21:49:29 +01:00
fe4ea6d22bRemove migration of commands from config.yml to commands.yml - Migration was shipped with the 5.2 release and is now becoming harder to maintain; since it's quite old we drop it
ljacqu
2018-01-17 21:42:17 +01:00
3c0236e15e#1035 Fix handling of new login command constraints - Incorporate ConfigMe fix - Various fixes in the integration
ljacqu
2018-01-15 22:39:29 +01:00