Commit Graph

5659 Commits

Author SHA1 Message Date
JustArchi
5a8cb6b2f0 Misc 2018-07-23 06:15:12 +02:00
JustArchi
0269cf5a3a Update contributing guidelines 2018-07-23 06:04:10 +02:00
Łukasz Domeradzki
8f66207bd5 Travis: Misc improvements (#863)
* Test

* Test
2018-07-23 05:20:04 +02:00
JustArchi
2556debd9a CIs: Build all branches
This will sadly trigger double build for travis due to lack of https://github.com/travis-ci/travis-ci/issues/6612 but overall it'll be useful for PRs targetting non-master branch.
2018-07-23 04:13:41 +02:00
JustArchi
849066e79f Translations update 2018-07-21 19:38:15 +02:00
JustArchi
d17714f066 Misc 2018-07-21 19:30:32 +02:00
JustArchi
f471689a06 Packages update 2018-07-20 01:46:46 +02:00
JustArchi
a044b6d460 Update crowdin instructions for linux 2018-07-20 01:37:27 +02:00
JustArchi
8ff4c6cba0 Make regex case sensitive 2018-07-19 17:51:14 +02:00
Abrynos
7567aefdc6 Add BuildVariant to GET /Api/ASF - Implement feature-request #859 (#860)
* Add OSVariant to GET /Api/ASF

* Change order of checks and strings in exception to match constructor

* Rename OSVariant to BuildVariant and keep alphabetic order

* Change call of constructor to match actual constructor

* Add missing parenthesis and nameof(globalConfig)
2018-07-19 17:27:25 +02:00
JustArchi
befba3280f Cleanup after #856
@abrynos
2018-07-18 17:53:06 +02:00
Abrynos
a61899e0c2 Feature GET, DELETE /Api/GamesToRedeemInBackground/{Bot} (#856)
* Implement DELETE /Api/GamesToRedeemInBackground/{Bot}

* Implement GET /Api/GamesToRedeemInBackground/{Bot}

* Revert unintentional change in logic

* Remove Code duplication and clean up naming

* Remove Required from Properties that will only be serialized

* Remove extra newline

* return null instead of empty Dictionaries

* Remove extra newline

* Simplify GetUsedKeys() and GetUnusedKeys() to GetUsedAndUnusedKeys()

* Simplify Tasklist getting Keys

* Fix naming-mistake and move logic of creating custom objects below

* Make use of standard ASF optimization mode pattern

* Optimize a bit

* Reiterate List in GetUsedAndUnusedKeys()

* That will compile now

* switch back to enumerable Collection of tasks

* Remove useless comment

* Tell user association between File and Bot

* Make results of Tasks ICollection<whatever>



I miss typedef-Keyword from C.... would've liked "whatever"

* Make botTaskTuples IEnumerable again

* Rename to tasks and results and make adapt results' <whatever> to the one used in tasks

* Fix naming

* Pick proper name for response-object

* Make GetKeysFromFile() private and add proper logic if file does not exist

* Switch to IList for better acces by index

* Return empty Dicitonary if no file is present

* Use 0 as initialization capacity

* Add missing space
2018-07-18 17:30:41 +02:00
JustArchi
8dca99a610 Misc 2018-07-18 14:24:34 +02:00
SKANKHUNTER
f48e2740fe IPC GUI Update Nr.9 (#855)
* Go back to AdminLTE 2.4.2

* Misc

* Fix "dropup" on dropdown fields

* Add option to hide inactive bots

* Fix spelling error

* Fix expanding box animation issue

* Check dropDown/Up when windows was resized

* Revert

* Fix config entry WebProxy

* Add nightmode to index.html

* Update fontAwesome to 5.1.0

* Revert

* Misc
2018-07-18 01:41:31 +02:00
JustArchi
a8936cf922 Add handling for SteamKit2.ProtocolTypes 2018-07-17 21:19:55 +02:00
JustArchi
1b5fc78068 Correct WebProxy type for #855 2018-07-17 21:10:18 +02:00
JustArchi
4826bbbd32 WebConfigGenerator build 2018-07-15 13:25:15 +02:00
JustArchi
043ef060b1 Translations update 2018-07-15 13:22:56 +02:00
JustArchi
df31bcb86b Misc 2018-07-15 13:15:04 +02:00
JustArchi
f13c5bf34e Remove deprecated settings 2018-07-14 16:29:33 +02:00
JustArchi
86ccc786b4 Misc: Prefer EUR over USD for PP donations
Regarding fees.
2018-07-13 13:37:19 +02:00
Tristar7
a345e0cf98 Fix for #803 (#820) 2018-07-13 13:30:01 +02:00
JustArchi
cc42684d47 Bump 2018-07-13 12:57:15 +02:00
JustArchi
5e1e1225f8 Translations update 3.2.0.5 2018-07-13 12:33:38 +02:00
JustArchi
bb8fcff476 Revert "CI: Misc"
This reverts commit 96d43ec6ed.
2018-07-13 12:15:35 +02:00
JustArchi
96d43ec6ed CI: Misc 2018-07-13 12:09:41 +02:00
JustArchi
f70a0215d2 CI: Misc 2018-07-12 10:42:59 +02:00
JustArchi
1562cb38e1 Misc 2018-07-11 17:01:17 +02:00
JustArchi
7c789c62f4 Disable EditorConfig for R# until it gets better support with it 2018-07-11 16:59:40 +02:00
JustArchi
ca0d6575d8 Packages update 2018-07-11 16:31:46 +02:00
JustArchi
c48a98b8b3 😕 2018-07-11 11:11:29 +02:00
JustArchi
879e9dcb34 Misc 2018-07-11 11:05:46 +02:00
JustArchi
8f33d60df0 CI: One less todo to worry about 2018-07-11 11:04:29 +02:00
Abrynos
19cacdb826 Feature editorconfig (#844)
* Move scrollable-menu's up by their height where there's always space for them to be displayed - Implements #805

* create .editorconfig

* revert Implementation of #805 for this branch

* Remove default values

* Work through everything on https://docs.microsoft.com/en-US/visualstudio/ide/editorconfig-code-style-settings-reference

* clean up with tabs

* Remove all tabs

* Fix small mistake and make some settings global

* Add everything that has severity level of none with default value and severity level of suggestion; pack things with similarities together

* Remove forgotten warning

* Remove default line

* Make csharp_style_expression_bodied_* when_on_single_line

* Add suggestion to modifier order

* Add csharp_new_line_before_* with false:suggestion

* Fix small mistake with casts

* Add suggestion severity to final newline

* Remove wrong duplicate of csharp_new_line_before_open_brace

* Switch to default modifier order

* rename public_members_must_be_capitalized to all_members_must_be_capitalized

* Add missing newline

* Make warnings suggestions like everywhere else

* remove error-level where no one is allowed
2018-07-11 08:53:08 +02:00
JustArchi
2a1d5d1e60 Correct R# modifiers orders 2018-07-10 15:05:06 +02:00
JustArchi
06aad0c7d1 Misc 2018-07-10 14:54:01 +02:00
JustArchi
aaff52a40e Misc 2018-07-10 14:53:04 +02:00
JustArchi
9a609975cd Bump 2018-07-10 11:45:04 +02:00
JustArchi
59b28c0099 Packages update 3.2.0.4 2018-07-10 11:35:37 +02:00
JustArchi
f257968a5f Translations update 2018-07-10 10:45:15 +02:00
Łukasz Domeradzki
a4cd7d47c5 CI fixes (#847)
* AppVeyor fixes

* Test

* Revert "Test"

This reverts commit 5700ad66a8.

* Revert "AppVeyor fixes"

This reverts commit d15777dea4.

* Try something else
2018-07-10 10:20:53 +02:00
JustArchi
84331b8c7b Add linux-arm workaround for https://github.com/dotnet/coreclr/issues/18486 2018-07-10 09:37:51 +02:00
Abrynos
9cb348529f Implement #841 (#843)
* Move scrollable-menu's up by their height where there's always space for them to be displayed - Implements #805

* Implement #841

* Revert Implementation of #508 for this branch

* Add if-clause to avoid unintended regex-matches
Tabify Bot.cs

* Use StringComparison and Stick to Archis convention regarding curly brackets

* Remove unnecessary convertion to List and stick to Archis convention regarding \n

* Make regex-prefix disappear; remove empty line

* remove tabs created by VS -.-
2018-07-08 13:51:30 +02:00
JustArchi
0c4bbabb86 Correct BotInvalidAuthenticatorDuringLogin 2018-07-07 09:05:50 +02:00
JustArchi
8b4e4c5361 WebConfigGenerator build 2018-07-05 00:26:06 +02:00
JustArchi
69eed4484a Fix screwup 2018-07-05 00:25:43 +02:00
JustArchi
ff56a88769 Bump 2018-07-04 23:59:03 +02:00
JustArchi
3a79d63855 WebConfigGenerator build 2018-07-04 23:58:19 +02:00
JustArchi
8537ad54e5 FarmingOrder -> FarmingOrders 3.2.0.3 2018-07-04 23:43:18 +02:00
Łukasz Domeradzki
4e573a2c9e CI: Try to limit number of parallel restores (#839)
* Try to limit number of parallel restores

* Add comments

* Misc

* Misc

* Misc
2018-07-04 22:55:34 +02:00