Commit Graph

  • 5c2d7139bc Create unit tests for antibot refactoring ljacqu 2016-10-03 21:55:04 +02:00
  • 88ce493438 AntiBot cleanup + moved to services Gabriele C 2016-10-02 19:41:14 +02:00
  • c8cbd4e853 Update dependencies Gabriele C 2016-10-02 17:19:50 +02:00
  • 71ac86ff02 Remove StringUtils#join in favor of String#join (Java 8) ljacqu 2016-10-02 12:44:10 +02:00
  • e07c685d2a Minor tool task improvements - List tasks alphabetically in tools runner - Remove redundant space before CUSTOM entry in hash algorithms table ljacqu 2016-10-02 10:55:02 +02:00
  • 6f4a5fee07 Add missing permission to plugin.yml, fix description ljacqu 2016-10-02 10:48:26 +02:00
  • 74a61188f5 Update docs / fix hash algorithms task / fix unit tests - From a common session wit sgdc3 ljacqu 2016-10-01 23:43:37 +02:00
  • 62b8af6a37 Fix #904 (Ljacqu, pls fix me :P) Gabriele C 2016-10-01 23:09:39 +02:00
  • 06d61db7f0 #822 Minor - fix Essentials userdata folder in config comment ljacqu 2016-10-01 14:47:31 +02:00
  • f6a2b2b34b #293 Translatable help messages: basic structure (work in progress) - Create service that provides localized messages when available for HelpProvider ljacqu 2016-10-01 14:40:08 +02:00
  • 113a3f346c Message file verifier: allow to simply enter the language code instead of full path - To check a single file just enter the language file, e.g. "es" - Pass File object to MessageFileVerifier instead of String path that will be constructed to a File again... ljacqu 2016-10-01 11:02:24 +02:00
  • 8d64c0e5bf #830 Initialize login process with more specific methods (with password vs. force login) ljacqu 2016-10-01 00:48:23 +02:00
  • 532dbd5921 Update messages_es.yml (#164) RatchetCinemaESP 2016-09-30 12:59:17 +02:00
  • b1502f0369 Merge branch 'master' of https://github.com/Xephi/AuthMeReloaded ljacqu 2016-09-30 09:42:18 +02:00
  • e10ec7878e Translation br update (#959) DeathrushW 2016-09-30 04:40:01 -03:00
  • 1102097e8a #956 Fix sending of email with recovery code ljacqu 2016-09-29 21:44:24 +02:00
  • 69e489626f Merge pull request #163 from Maxetto/patch-6 Gabriele C 2016-09-22 21:16:30 +02:00
  • d32a91470f [Messages_IT] Keep Alive Maxetto 2016-09-21 20:34:39 +02:00
  • 6baf7fb8d5 Update 'cz' messages translation DNx 2016-09-20 14:10:46 +07:00
  • f81de8a5e5 #952 Fix settings initialization when config.yml does not exist yet - Need to copy the file from the JAR if it doesn't exist before attempting to open it ljacqu 2016-09-19 18:02:39 +02:00
  • f688eb4574 #937 Fix auto login after register not working in sync mode - Need a small delay to allow the database to store the PlayerAuth object in the registration process ljacqu 2016-09-18 22:51:24 +02:00
  • 4eab258993 #937 Add option for AuthMe to run in sync - Create BukkitService#runTaskOptionallyAsync and BukkitService#scheduleSyncTaskFromOptionallyAsyncTask whose behavior depends on a new setting - Use the new methods where applicable - Declare events async or sync depending on the new setting ljacqu 2016-09-18 21:58:14 +02:00
  • ff9f50f63f #886 Do not include players with lastlogin = 0 in autopurge or default purge ljacqu 2016-09-18 16:49:34 +02:00
  • 405bd563d8 #950 Add unregister by name to API - Add method to API - Ensure that unregistering in datasource is case-insensitive ljacqu 2016-09-18 14:46:02 +02:00
  • f804b528e5 Change message verification task to add todo comments in same order - Make verification task add todo comments to YML files in the same order as the MessageKey enum - Use DefaultCharsets everywhere instead of Guava's Charsets class (thanks to DNx5) ljacqu 2016-09-17 10:56:30 +02:00
  • 20fdc3693a Update todo comments in messages files ljacqu 2016-09-17 09:58:46 +02:00
  • 92b8da5697 Merge pull request #161 from DenPim/patch-1 DNx 2016-09-17 14:42:44 +07:00
  • e335353d92 Update messages_ru.yml Den 2016-09-17 09:41:43 +03:00
  • e73d938d4b Merge pull request #160 from Platinteufel/patch-1 DNx 2016-09-17 08:14:57 +07:00
  • 4ab5794007 Update messages_de.yml Platinteufel 2016-09-17 02:16:51 +02:00
  • bdf8819aa7 Create FileUtils#delete and write tests for FileUtils ljacqu 2016-09-17 00:42:18 +02:00
  • 0aa02b70f0 Merge branch '472-confirm-email-recovery' of https://github.com/AuthMe-Team/AuthMeReloaded ljacqu 2016-09-16 23:45:54 +02:00
  • d55ede5dab Fix failing test ljacqu 2016-09-16 23:45:40 +02:00
  • c1e90a8faf Minor - favor Guava's UTF-8 charset constant; sensible -> sensitive in issue template ljacqu 2016-09-16 23:38:36 +02:00
  • d1b7c0ed99 #942 #943 Unit test NewAPI registered names methods ljacqu 2016-09-16 23:27:58 +02:00
  • c78acee6e0 #472 Add translatable messages and unit tests ljacqu 2016-09-16 23:18:32 +02:00
  • e30d7220bd #472 Store recovery codes in memory instead of in data source ljacqu 2016-09-16 21:42:16 +02:00
  • 25df3ce032 add features to our API #943 Gabriele C 2016-09-16 20:10:57 +02:00
  • bff344ba8f #472 Recovery code: allow to configure length, expiration and email ljacqu 2016-09-10 16:39:35 +02:00
  • c5f5c0d2fd #472 Require recovery code before resetting password - /email recovery generates recovery code and resets password only if recovery code is also given - Change data source method to return email and recovery code ljacqu 2016-09-10 14:27:26 +02:00
  • 3b723bbbe9 Fix removal of recovery code ljacqu 2016-09-10 09:29:34 +02:00
  • 0aac8928af #472 Create recovery code/expiration columns and methods in data source ljacqu 2016-09-10 09:13:17 +02:00
  • ffc5b77f36 Revert: [RevertMe] Remove essentials hook (currently unavailable using maven) ljacqu 2016-09-09 21:56:32 +02:00
  • d959b0a3f2 #932 Use class collector for listener consistency test ljacqu 2016-09-09 21:54:18 +02:00
  • 93c59555f8 Revert "Test if jenkins is stupid" Gabriele C 2016-09-08 14:32:40 +02:00
  • 71c289f2f3 Revert "Try if jenkins became smarter" Gabriele C 2016-09-08 14:32:37 +02:00
  • 5045338a83 Try if jenkins became smarter Xephi 2016-09-08 11:27:33 +02:00
  • 59abf6ecf4 Test if jenkins is stupid Xephi 2016-09-08 11:18:46 +02:00
  • 933f0ba3d6 Update HikariCP version Gabriele C 2016-09-08 10:28:19 +02:00
  • 10493a3fa3 #932 Create class collector and use it where applicable - Extract logic for walking through a directory and loading its classes into a separate class - Replace all implementations with the new ClassCollector ljacqu 2016-09-07 22:50:12 +02:00
  • f63871600a [RevertMe] Remove essentials hook (currently unavailable using maven) Gabriele C 2016-09-07 16:04:20 +02:00
  • 41cd7dd28b Cleanup Gabriele C 2016-09-07 16:03:12 +02:00
  • 4a2ea7d372 Remove bungeecord messaging hook Gabriele C 2016-09-06 14:13:26 +02:00
  • 8327421dd4 Translated into Russian new messages. DardBrinza 2016-07-13 22:05:57 +02:00
  • c8565e1ce5 Minor - replace our BiConsumer interface in test with Java 8's ljacqu 2016-09-04 22:36:36 +02:00
  • 80ee018cc3 Update VersionEye badge #939 Gabriele C 2016-09-04 18:57:57 +02:00
  • 0dac0c4b21 #927 Relocate ConfigMe Gabriele C 2016-09-04 16:30:30 +02:00
  • 3a2aa05137 Fix settings migration using boolean from old property #927 - ConfigMe's PropertyResource#getString only returns a String if the value is indeed a string, whereas Bukkit's FileConfiguration#getString will return whatever the value is as a string -> not a good idea to use PropertyResource#getString to get an old boolean property's value if it is still present ljacqu 2016-09-04 16:00:04 +02:00
  • 25780ede89 #927 Use 0.1 version and adjust to changes from ConfigMe ljacqu 2016-09-04 15:32:58 +02:00
  • 09f403f357 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into configme-integration ljacqu 2016-09-04 15:25:18 +02:00
  • 6857bd929e Fix generics in ConverterCommandTest ljacqu 2016-09-04 15:01:52 +02:00
  • 4df4e823ec Merge remote-tracking branch 'origin/master' ljacqu 2016-09-04 14:49:21 +02:00
  • 8dfd66d10b Merge branch '933-mysql-to-sqlite-converter' of https://github.com/AuthMe-Team/AuthMeReloaded ljacqu 2016-09-04 14:48:34 +02:00
  • 5efed1b697 Bump java version requirement Gabriele C 2016-09-04 14:48:13 +02:00
  • 5930f705f2 Send more precise message when converter type does not exist ljacqu 2016-09-04 14:46:28 +02:00
  • bc9d67abbd Bye bye java 7! Gabriele C 2016-09-04 14:42:50 +02:00
  • ee5ed13931 Replace enum with map in converter command ljacqu 2016-09-04 14:23:13 +02:00
  • 6768f5fdce Relocate the injector Gabriele C 2016-09-04 14:16:35 +02:00
  • af4e8acc04 Maven cleanup Gabriele C 2016-09-04 14:04:27 +02:00
  • 589e589e45 #933 Add MySQL to SQLite converter - Create common parent for converting from one datasource type to another - Add MySQL to SQLite child - Create tests ljacqu 2016-09-04 13:59:23 +02:00
  • 7deb75ab85 Deprecate GroupManager handler Gabriele C 2016-09-04 13:29:01 +02:00
  • 0aaaa1dda9 Merge remote-tracking branch 'refs/remotes/Xephi/master' Gabriele C 2016-09-04 13:03:53 +02:00
  • 6e5c901c4b Fix build Gabriele C 2016-09-04 12:58:50 +02:00
  • 945c9e9587 Upadate messages_pt.yml eduardo 2016-08-20 17:08:56 +02:00
  • b7f4c0d460 Merge pull request #157 from katabamia/master DNx 2016-09-04 03:56:15 +07:00
  • 69e8313771 Merge pull request #936 from Xephi/revert-934-master DNx 2016-09-04 03:50:40 +07:00
  • 7b5943c7f1 Revert "Translate to Japanese" DNx 2016-09-04 03:50:07 +07:00
  • 21212137ba Merge pull request #934 from katabamia/master DNx 2016-09-04 03:49:59 +07:00
  • 2b07752b4f Add messages_ja.yml katabame 2016-09-04 04:59:34 +09:00
  • 803653ee0d Add default DeathBot password as unsafe Gabriele C 2016-09-03 15:40:47 +02:00
  • e8f0afe6b6 Fix console character Gabriele C 2016-09-03 15:26:19 +02:00
  • 34a2b46768 #927 Fix Settings initialization and failing tests ljacqu 2016-09-03 11:30:03 +02:00
  • b8153c2578 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into configme-integration ljacqu 2016-09-03 10:31:05 +02:00
  • 0d368ef1a2 Revert: Use official bPermissions artifact - Since 3ea933ffc63744cc7606ca03f87f304563bbd50c the Jenkins build has been failing and it is no longer possible to build locally. Now Travis and CircleCI are also failing. ljacqu 2016-09-03 10:05:32 +02:00
  • 81c4dd3611 Merge branch 'master' of https://github.com/Xephi/AuthMeReloaded ljacqu 2016-09-03 10:04:07 +02:00
  • 9fa5f2beea Mysql CP performance enhancements Gabriele C 2016-09-02 15:48:58 +02:00
  • 23874266d3 Add a note to check for already existing issues games647 2016-09-02 10:57:50 +02:00
  • c6b35688eb Merge pull request #155 from AuthMe/872-use-player-haspermission Gabriele C 2016-08-31 22:40:49 +02:00
  • 36dfab636a #927 Update code to recent changes in ConfigMe ljacqu 2016-08-31 22:19:27 +02:00
  • dd27ff7daa #872 Use Player#hasPermission instead of custom PermissionHandler method - Use Player#hasPermission to check if a player has a permission - Remove hasPermission method from PermissionHandler implementations ljacqu 2016-08-31 21:27:43 +02:00
  • c7bb7b460e #927 Integrate ConfigMe into AuthMe (work in progress) - Replace own code with ConfigMe ljacqu 2016-08-30 15:28:07 +02:00
  • b07e60a807 Correct UK language code Gabriele C 2016-08-29 13:05:08 +02:00
  • 8efdbc0fb8 Add UA language #925 Gabriele C 2016-08-29 16:15:01 +02:00
  • 3ea933ffc6 Use official bPermissions artifact Gabriele C 2016-08-29 01:21:40 +02:00
  • 33eab1df21 #876 Make expiration configurable and implement cleanup for old entries ljacqu 2016-08-28 12:12:46 +02:00
  • 993f3fb236 Language consistency update Maxetto 2016-08-28 01:45:24 +02:00
  • f666ea9370 Minor - make ReflectionTestUtils.getFieldValue do the casting directly ljacqu 2016-08-27 21:30:01 +02:00
  • 2417bf4c3f #876 Keep track of wrong logins by (ip, username) and implement threshold ljacqu 2016-08-27 21:28:11 +02:00
  • bfcd28a9a1 Add all passed groups when adding new permission groups (fixes bug in unused code) ljacqu 2016-08-27 21:27:06 +02:00
  • e224d62b7e Hashes: make tests faster when 'skip long tests' profile is enabled ljacqu 2016-08-27 21:26:36 +02:00