Commit Graph

434 Commits

Author SHA1 Message Date
Gabriele C
5cc58da85f Update HikariCP 2018-04-19 11:02:20 +02:00
games647
80538b4bb2
Force english language during unit testing
Fixes #1536
2018-04-05 15:19:03 +02:00
ljacqu
fc54c0311b #1539 Columns handler: finishing touches
- Add relocation rule for shading of the library
- Fix SQLite connection not being refreshed on reload
2018-04-02 23:19:13 +02:00
ljacqu
ad9e6dbb6d Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into 1539-datasource-columns-integration 2018-04-02 22:33:26 +02:00
Gabriele C
f752b9d7a7
[CI-SKIP] Fix jenkins url in pom 2018-03-26 21:50:56 +02:00
Gabriele C
837bfb7935
Update dependencies 2018-03-24 15:47:40 +01:00
ljacqu
5a58f2c44f #1539 Integrate data source columns library
- Create wrapper around SqlColumnsHandler for AuthMe-specific behavior
- Integrate columns handler into first SQLite and MySQL method implementations
2018-03-24 12:24:43 +01:00
Gabriele C
fed07714b5
Pom cleanup 2018-03-17 03:06:07 +01:00
games647
f33446ee25 Migrate to GEO IP 2 (Related #1471) (#1529)
* Migrate to GEO IP 2, because support will drop in April

* Change all links of maxmind to https
* Update maxmind database dependency and add javatar to extract
the database from the tar archive
(now only a small difference in jar file size -> ~80KB smaller)
* Verify downloaded archive using MD5 (There are no other checksums available)
* Migrate to Java NIO instead of old java file I/O (Feedback?)
* Internal Optional usage for nullable values (Feedback?)

Minor:
* Schedule a Bukkit async task instead of creating a thread manually
* Validate ip input string
* Extract validation into single method
* Close all resources safely using try-resources

* More https links

* Add documentation

* Set the same last modification as in the tar archive

* Fix tests

* Comment how the legacy API responded to unknown entries

* Document missing function param

* Document our maxmind dependency modifications

* Include time unit into constant

* More logging for downloading the database

* Add missing return if the database cannot be found

* Delete temporarily file after working with it
2018-03-17 03:00:24 +01:00
Gabriele C
914b76ad12
Update dependencies 2018-03-14 00:31:43 +01:00
Gabriele C
c93bfae90c
Try to fix jenkins javadocs archive 2018-03-13 23:58:24 +01:00
Gabriele C
fe538a4341 Revert "[CI-SKIP] Don't generate javadocs and sources by default"
This reverts commit 8a66a92f81.
2018-03-13 22:23:43 +01:00
Gabriele C
8a66a92f81
[CI-SKIP] Don't generate javadocs and sources by default 2018-03-13 11:57:08 +01:00
Gabriele C
d80a9b27cb Try to fix javadocs generation 2018-03-07 23:41:28 +01:00
Maxetto
430716b206
Fix build 2018-02-28 18:05:51 +01:00
Gabriele C
37fb3a2c54
Bye bye old repository
RIP 2015-2018
2018-02-27 08:49:57 +01:00
sgdc3
d07e887472 Update libraries 2018-02-27 01:14:37 +01:00
Gabriele C
b47bc9daa7
Fix the permissionex dependency 2018-02-16 20:51:51 +01:00
Gabriele C
386703a1b4
Update maven plugins and dependencies 2018-02-14 02:10:24 +01:00
sgdc3
74c06346d8 Eureka, found a better solution to deploy the non shaded jar as default artifact! 2018-01-31 21:43:55 +01:00
sgdc3
e0e9263546 Remove travis, update circle ci config 2018-01-31 19:10:05 +01:00
sgdc3
db820b7d05 Fix duplicated artifacts 2018-01-29 18:26:43 +01:00
sgdc3
fca2a7809f Override the default deploy strategy 2018-01-29 18:12:57 +01:00
sgdc3
fbf1f29a0b Fix deploy execution 2018-01-29 15:15:55 +01:00
sgdc3
a92084ec60 Fix the deploy system 2018-01-29 15:08:59 +01:00
Gabriele C
a76eee5965
Remove deploy configuration 2018-01-29 04:44:17 +01:00
sgdc3
e980c80ef8 Damn maven please deploy the right jar 2018-01-29 01:14:31 +01:00
sgdc3
f250289a1e Pom cleanup, fix output filename 2018-01-28 22:01:14 +01:00
Alexandre Vanhecke
9b60c26a1d
Update pom.xml 2018-01-22 00:40:30 +01:00
ljacqu
acaaf6fe41 Minor dependency updates
- JaCoCo 0.8.0 brings some interesting exclusions in code coverage, which means we might be able to drop TestHelper#validateHasOnlyPrivateEmptyConstructor soon
2018-01-21 21:01:23 +01:00
Alexandre Vanhecke
acb8cbe6d7 Update pom.xml with deploy configuration 2018-01-20 03:52:08 +01:00
Alexandre Vanhecke
5e61e5c806
Update pom.xml 2018-01-19 20:30:39 +01:00
Alexandre Vanhecke
b5b03405da
Update pom with maven deploy plugin 2018-01-19 19:58:41 +01:00
Alexandre Vanhecke
4c15979701
Update pom.xml with deployment informations 2018-01-19 19:47:28 +01:00
ljacqu
3c0236e15e #1035 Fix handling of new login command constraints
- Incorporate ConfigMe fix
- Various fixes in the integration
2018-01-15 22:39:29 +01:00
Gabriele C
4213867048
Update dependencies 2017-12-19 10:29:14 +01:00
Gabriele C
17eb7acf4d
Change version format 2017-11-29 09:17:37 +01:00
ljacqu
7932c1bf90 Update to injector 1.0
- Includes Factory and SingletonStore so our custom implementation is removed
2017-11-25 21:27:18 +01:00
ljacqu
86a07771d7 Open 5.5 development iteration 2017-11-25 14:41:23 +01:00
Gabriele C
350321c80b
Bump version to 5.4.0 release candidate 1
Change version format.
2017-11-24 09:45:29 +01:00
Alexandre Vanhecke
8fe92da119 #1150 - Add Argon2 support
- Add argon2 implementation

- Extract argon2 library check to method on Argon 2
- Add link to Wiki page on errors
- Check within Argon2Test if the test cases should be run, not in the abstract parent
2017-10-23 00:10:48 +02:00
sgdc3
d4d85c5e15 Update dependencies 2017-10-20 00:19:28 +02:00
ljacqu
6fa2fdbdda #1345 Update to injector 0.4.1 2017-10-05 23:02:58 +02:00
Gabriele C
d95e5adc39 Compile for 1.12.2 2017-10-02 08:09:28 +02:00
sgdc3
83b5a3d66d Update dependencies 2017-09-27 14:55:59 +02:00
Gabriele C
f754331de6 Implement LuckPerms permission handler
#1324
2017-09-14 20:39:15 +02:00
Gabriele C
6e842890e3 Update HikariCP version 2017-09-09 02:06:32 +02:00
Gabriele C
a87f3e5838 Make compile dependencies optional 2017-09-03 00:24:54 +02:00
Gabriele C
b96ae61697 Remove some old plugin hooks, update dependencies 2017-08-31 11:47:55 +02:00
ljacqu
f3a656892f Open 5.4 development iteration 2017-07-08 23:21:53 +02:00