ljacqu
12566f03ef
Fix country code link in config comment
2017-01-29 12:40:20 +01:00
ljacqu
7578247085
Write tests for BukkitService
2017-01-24 21:39:01 +01:00
ljacqu
56017c81d0
Minor - don't perform registration settings migration if old path doesn't exist
...
- Migration was otherwise performed if config.yml was blank, which produces confusing output
2017-01-22 13:14:26 +01:00
ljacqu
367380265e
#1015 Distinguish player-dependent tags from "simple" tags
2017-01-22 10:52:51 +01:00
ljacqu
811bdee128
#1015 Implement lazy replace of tags for welcome message
...
- Check which tags are used when loading the welcome message and only apply their replacements afterwards
- Moves AuthMe#replaceAllInfo to a more appropriate place
- Avoid fetching data again for each line
2017-01-22 10:52:51 +01:00
Tim Visée
1557ce8f5f
Be consistent in Dutch language usage
...
Changed 'uw' to 'jouw', as 'jouw' is used as language style in this translation file.
2017-01-21 15:30:48 +01:00
Tim Visée
b078e9e5fd
Translate comment headers in Dutch help file
2017-01-21 14:55:02 +01:00
Tim Visée
5ea36e15bf
Translate comment headers in Dutch translation file
2017-01-21 14:51:55 +01:00
Tim Visée
ef345f43b4
Revert command parameter in Dutch language pack
...
Because of https://github.com/AuthMe/AuthMeReloaded/pull/211#issuecomment-274260157
2017-01-21 14:48:49 +01:00
ljacqu
666e242212
Delete CollectionUtils (unused)
2017-01-21 14:47:18 +01:00
Den
64a47e0107
Update messages_ru.yml ( #211 )
...
* Update messages_ru.yml
What was done:
1. There have been transferred posts.
2. Have been changed this awful big and bold letters in messages
-------------------------------------------------------------------------
Что было сделано:
1. Были переведены сообщения.
2. Были изменены этот ужасные большие и жирные буквы в сообщениях
* Update messages_ru.yml
"THE_CAPTCHA"
* Update messages_ru.yml
"<theCaptcha>"
2017-01-21 14:30:25 +01:00
Maxetto
a5bee69e54
[Messages_IT] Follow consistency updates ( #210 )
...
And translate grouping annotations.
2017-01-17 11:25:26 +01:00
Tim Visée
7705faa4f9
Merge pull request #209 from AuthMe/nl-messages-update
...
Update Dutch messages
2017-01-15 15:19:16 +01:00
Tim Visée
68f6bd5b2a
Made command notations consistent
2017-01-15 15:15:56 +01:00
Tim Visée
5548dffd7f
Reworked Dutch translation file with mommy 😊
2017-01-15 15:12:16 +01:00
Tim Visée
cb43e88ba0
Create Dutch help file
2017-01-15 14:54:39 +01:00
Tim Visée
16d01202c1
Update Dutch messages to more common languages, make translations consistent with English template
2017-01-15 14:51:05 +01:00
Gabriele C
26194d676d
#1063 Add useSSL option
2017-01-14 22:14:37 +01:00
ljacqu
29b6e16148
Update Dutch messages
2017-01-14 15:13:46 +01:00
ljacqu
d761b0ee5c
#1055 Fix verifyMessages task not to shift comments up
2017-01-14 12:13:48 +01:00
Eufranio
d2467d566b
Fixed typo
...
i think now i'm in the right branch
2017-01-12 22:18:04 -03:00
ljacqu
d81592512e
#1055 Reorder message files and update translations page
2017-01-11 21:31:01 +01:00
ljacqu
d68c73799b
#1055 Grouping and sorting of text messages (PR #198 )
...
* Initial grouping of messages_en.yml (thanks to input by @Twonox)
* Change MessageFileVerifier to only do verification - no writing
* Create classes for sorting and grouping messages as per the messages_en file
2017-01-11 21:09:17 +01:00
Tuanjr
9c7bb8438e
Update messages_vn.yml
...
Update and fix typo
(cherry picked from commit c04b00f
)
2017-01-11 20:57:40 +01:00
Twonox
69d83332e3
Updated help_fr.yml (noticed by @ljacqu) ( #207 )
2017-01-11 20:50:33 +01:00
Twonox
8248f80eb4
Create help_fr.yml ( #206 )
2017-01-10 21:06:11 +01:00
Twonox
5306574c79
FR messages - Clean up ( #202 )
2017-01-09 21:19:11 +01:00
ljacqu
cc0d16c7e1
Remove redundant and unused message
...
- Remove 'reg_voluntarily'
- Remove 'user_unknown' in favor of 'unknown_user' - but move text from old 'user_unknown' to 'unknown_user'
Found by @Twonox
2017-01-09 21:16:53 +01:00
RatchetCinemaESP
a5e1bbb37a
Update messages_es.yml ( #204 )
...
Translated line 78...
2017-01-09 20:46:49 +01:00
Gabriele C
0f227c0240
Merge pull request #201 from Platinteufel/patch-2
...
Update messages_de.yml
2017-01-08 21:42:25 +01:00
Platinteufel
0fd599e90c
Update messages_de.yml
2017-01-08 21:20:23 +01:00
Gabriele C
ef5dfabd9c
Merge pull request #199 from hsombini/mailAddressField
...
Email address field for email servers that does not use email as the …
2017-01-08 17:40:05 +01:00
Twonox
fe86299c7d
Update messages_fr.yml ( #200 )
2017-01-08 15:44:36 +01:00
hsombini
4d4e6b43fb
Email address field for email servers that does not use email as the auth username
2017-01-07 15:47:24 -02:00
ljacqu
47e6cc4885
#1044 Fix custom join message feature; change default to empty string
2017-01-07 11:34:58 +01:00
ljacqu
deb5c65f89
#1055 Add link to Wiki registration page in config, update translations page
2017-01-07 11:08:45 +01:00
ljacqu
385f7d6b1d
#1055 Remove multiple "please register" messages
...
Part 1:
- Use only one message entry for "Please register", that may have to be adapted to reflect the proper /register arguments
- Remove other message entries from code and from the messages files
Breaking change: reg_email_msg is also removed
2017-01-07 09:01:03 +01:00
Gabriele C
044e3e3845
Don't use the customJoinMessage if removeJoinMessage is enabled
2017-01-06 12:00:05 +01:00
ljacqu
6cf8789fe0
#758 Show login usage message on invalid arguments, #1053 send translatable "no permission" message
...
- Add default method to ExecutableCommand interface that allows to define the message key to show if a command's arguments are invalid. If not defined the behavior is as before: show the output of /<command> help
- Use translatable "no permission" message instead of hardcoded one
2017-01-05 20:47:14 +01:00
Gabriele C
dcf046dfc5
Add option "customJoinMessage" #1044
2017-01-05 01:39:24 +01:00
Gabriele C
979d8b98c4
Fix wrong runTaskTimer behaviour #1050
2017-01-05 01:13:30 +01:00
tsangsiuki12
7c6e9fb9fd
New Chinese Translation with all lines translated ( #196 )
...
* This is a newly translated chinese version
Comes with new line translated
* Rename messages_zhmc to messages_zhmc.yml
* Update messages_zhmc.yml
* Update messages_zhmc.yml
2017-01-04 17:33:12 +01:00
ljacqu
429088a42f
commands.yml: Fix executor property name in comments
2017-01-02 16:32:24 +01:00
ljacqu
0b4d7273f6
#427 Define registration type with two options - one configuring the 2nd argument
...
- Split sole setting to two: one defining the registration type, and one defining what the register command should take as second argument
- Contains ugly code that will be fixed with a later issue
2016-12-31 15:34:40 +01:00
Gabriele C
d298e1c6f1
Merge pull request #194 from Eufranio/patch-2
...
Update and fix messages_br
2016-12-30 00:07:05 +01:00
Eufranio
dfeeb1fcd4
Translate help_br
2016-12-29 17:06:25 -02:00
Eufranio
c8232e62c9
Update and fix messages_br
2016-12-29 16:58:16 -02:00
ljacqu
e461112a8a
Minor - remove unused code
...
- Flatfile to SQLite migration was moved into the data source provider. It was forgotten to remove the code from the old location
2016-12-29 14:34:34 +01:00
ljacqu
e905ff3013
#427 Make email option for /register [pass] [email] variant
2016-12-27 15:37:52 +01:00
ljacqu
dfad0211b7
Fix language for 'lt': it's Lithuanian
2016-12-26 14:57:29 +01:00
games647
f4b999217c
Fix sending empty inventories on logout for versions above 1.11
...
(Fixes #1039 )
2016-12-26 10:44:09 +01:00
Jacek Maciejak
03f04a9c15
Update messages_pl.yml
...
Line: 81
//RikoDEV
2016-12-25 10:46:01 +01:00
koca2000
85e0fd6fb6
Updated messages_cz.yml ( #192 )
2016-12-24 12:50:22 +01:00
ljacqu
57f3c72de0
Update translation verifications
2016-12-24 10:09:54 +01:00
Maxetto
3604c70a54
[Messages_IT] Add message entry for each registration type
2016-12-24 09:23:28 +01:00
ljacqu
d717f75bb4
#1014 Use ConfigMe improvements to create custom Enum set property
2016-12-23 23:51:23 +01:00
ljacqu
9ce680f56e
Merge remote-tracking branch 'origin/master'
2016-12-23 23:22:19 +01:00
ljacqu
5f8a19223f
Update ConfigMe and Mockito version
2016-12-23 23:22:05 +01:00
koca2000
4a2e0d4216
#427 Add message entry for each registration type
...
* Added message for /register password email
* Added messages for /register password and /register email commands
2016-12-23 14:39:43 +01:00
ljacqu
92f71d47c2
Merge branch '427-register-with-pass-and-email' of https://github.com/AuthMe-Team/AuthMeReloaded
2016-12-21 21:39:30 +01:00
Xephi59
de97c60b5d
FixMe from Gnat008 : Add PermissionsBukkit groups support
2016-12-20 21:35:26 +01:00
ljacqu
370d203873
#830 Write tests for registration process
2016-12-18 13:11:56 +01:00
Maxetto
459bd6b7de
[Messages_IT] Add "email_send_failure"
...
And reordering values to match English one.
2016-12-18 01:23:52 +01:00
ljacqu
398fa4d38d
#830 Refactor registration process
...
- Introduce registration executors: one for each registration variant; each extending class implements one registration variant and worries about that method's details only
- AsyncRegister receives the player and a registration executor
2016-12-17 21:59:34 +01:00
ljacqu
a52fb95656
#427 Implement /register [pass] [email] variant
2016-12-17 15:09:31 +01:00
ljacqu
cb64e83988
Fix wrong HTML entity replacement in tool task
2016-12-17 13:51:44 +01:00
ljacqu
f9acb3cca1
#427 Replace registration settings with one registration type property
...
- Merge "useEmail" / "usePasswordConfirmation" / "useEmailConfirmation" settings into enum property
- Migrate old settings
2016-12-15 22:36:54 +01:00
Alexandre Vanhecke
811ceaf7ff
Fix merge from master
2016-12-15 21:36:45 +01:00
Alexandre Vanhecke
fae7286776
Merge branch 'master' into 745-captcha-login-message
2016-12-12 17:58:37 +01:00
ljacqu
e8692160c5
Remove unused import/export messages tool tasks
2016-12-11 10:31:49 +01:00
ljacqu
5b6d0f5d97
Create tool task that adds javadoc to the MessageKey entries
2016-12-11 10:17:26 +01:00
ljacqu
b3a8c726cf
Use Optional in CacheDataSource again
...
- An exception is thrown e.g. when running '/authme email player' where 'player' does not exist because CacheLoader#load may not ever return null (see Javadoc). Therefore, we are forced to wrap the PlayerAuth in an Optional.
- Use Java 8 Optional instead of Google's
2016-12-11 09:55:47 +01:00
ljacqu
5a4e827893
#960 Send message to player if email could not be sent
2016-12-11 09:47:48 +01:00
ljacqu
7054c087f1
Integrate Romanian corrections and additions by @nicuch
2016-12-11 08:18:03 +01:00
DNx5
2586963780
Remove redundant Optional usages
2016-12-06 01:24:36 +07:00
ljacqu
2d27c0cbb6
Add Romanian translation
2016-12-04 16:26:13 +01:00
ljacqu
c325d0db41
Merge CommandService and ProcessService to CommonService
...
- Replace CommandService and ProcessService with CommonService: a service that offers our typical needs to work with settings, messages and permissions
- Remove validation methods from CommonService: inject ValidationService directly. Validation methods are not used very frequently and therefore don't belong in CommonService. Their presence was a relict from our architecture before injection was used.
2016-12-03 12:10:30 +01:00
ljacqu
a38d3a25b8
Update Mockito version
2016-12-01 19:41:31 +01:00
ljacqu
2bd5fcde3c
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 411-forced-commands
2016-11-28 21:57:09 +01:00
ljacqu
808ed84269
#411 Finalize forced commands implementation
2016-11-28 21:51:31 +01:00
ljacqu
79a3858b29
#685 Allow to configure number of rounds for PBKDF2
2016-11-26 18:41:04 +01:00
ljacqu
86db805c15
Merge branch '685-fix-pbkdf2' into master
2016-11-26 18:40:19 +01:00
ljacqu
5ec1c3fe24
#1018 Load group names when AuthGroupHandler is constructed
2016-11-26 16:34:14 +01:00
ljacqu
122c6586bc
#685 Add php implementation for PBKDF2
...
- Create php sample for PBKDF2
- Rename pbkdf2 java classes (remove Crypt prefix)
- Remove options from hash setting comment that should not be used
2016-11-25 16:41:55 +01:00
ljacqu
de5324bbc6
#685 Fix PBKDF2 implementation
...
- Fix our PBKDF2 hash implementation and its test class
- Use external dependency as PBKDF2 implementation
2016-11-25 15:51:15 +01:00
ljacqu
f6ed39b118
#411 Improve command migration handling, write tests
2016-11-24 17:39:57 +01:00
ljacqu
e83935c11e
#1003 Create test for settings migration service
2016-11-24 12:02:22 +01:00
RatchetCinemaESP
57e7c71d72
Mini update messages_es.yml ( #185 )
...
Fix mini error in:
74# incomplete_email_settings
2016-11-24 11:18:14 +01:00
ljacqu
e883944da2
#411 Create tests for command migration and manager, minor tweaks
2016-11-23 00:01:35 +01:00
ljacqu
1370352679
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 411-forced-commands
2016-11-22 22:05:13 +01:00
ljacqu
d2a28bdaed
#850 Fix export of legacy hashes property
...
- Ugly workaround due to #1014 : need to have EnumSetProperty extend from StringListProperty type so that it is exported in a proper manner (as a string list). To get an enum Set we need to call a dedicated method on EnumSetProperty for the time being.
2016-11-22 22:02:34 +01:00
ljacqu
254655abdb
#411 Migrate settings to new structure (work in progress)
...
- Work in progress: config.yml cannot be loaded after migration
2016-11-22 21:16:56 +01:00
ljacqu
7d65d2a7c4
Fix various code issues as detected by Sonar
...
Mostly minor changes:
- Add deprecated javadoc tag on deprecated members
- Reduce duplication (FlatFile, BackupService, ...)
- Make methods static
- Reduce size of anonymous classes
- Replace name with displayName in PermissionsSystemType (avoids confusing with Enum name())
- Tabs to spaces
- Merge if statements
Code from third-party sources (BCryptService, BinTools, PHPBB) not modified.
2016-11-22 18:20:55 +01:00
ljacqu
8685e50988
Update Polish translations (TODO)
...
All translations are correct.
(cherry picked from commit b3882ed)
2016-11-20 17:45:29 +01:00
ljacqu
dda7bd5cb5
#1008 Check that OfflinePlayer's name is not null
...
- Add check
- Create test
2016-11-19 17:36:05 +01:00
ljacqu
30343d7587
Do not modify player's air level before he logs in
2016-11-19 15:25:41 +01:00
RatchetCinemaESP
91aa5dc251
Update messages_es.yml ( #183 )
...
I have translated:
77 #email_show
78 #show_no_email
A greeting!
2016-11-19 14:23:38 +01:00
ljacqu
b20d2fcd69
#1000 Add Polish messages by @RikoDEV
2016-11-19 11:45:07 +01:00
ljacqu
5b51ecb0dd
Minor: pass null as migration service in tests if no migration should occur
2016-11-19 11:04:12 +01:00
ljacqu
a196420eca
Fix AuthMe initialization test after update to 1.11
2016-11-17 22:07:39 +01:00