Commit graph

43898 commits

Author SHA1 Message Date
Benedikt Werner 51d2706de5
Fix setup fen validation 2021-06-26 09:44:52 +02:00
Benedikt Werner 33f9b6074d
Prefer ceval arrow over server eval 2021-06-26 06:22:27 +02:00
Benedikt Werner 3dd3c9d424
Fix aclp chart when resizing with analysis off 2021-06-26 05:26:48 +02:00
Benedikt Werner 5e69614f6d
Align bottom analysis clock 2021-06-26 05:20:15 +02:00
Konstantinos07 cdffb9ed00 adding missing simul form translations 2021-06-25 22:18:06 +03:00
Thibault Duplessis 1f92cdd1df adjust mod logging for zulip 2021-06-25 18:20:23 +02:00
kraktus c2c51dc926 Add a link to Appeal in the inquiry bar
when in an appeal inquiry.
2021-06-25 18:11:17 +02:00
romnzs 2f373fac72 Adjust coordinate css class names 2021-06-25 15:02:46 +03:00
kraktus c3f7ffb54c Fix rating graph not showing
Reload profile when switching to activity tab after clicking on `Advanced search`

Match behavior with all the games button (all, rated, etc.)
2021-06-25 13:22:04 +02:00
romnzs 6e9ed2e9af Merge branch 'master' into rethink-coordinate-transitions 2021-06-25 13:51:29 +03:00
Scala Steward aedf082825
Update specs2-core to 4.12.2 2021-06-25 10:05:49 +02:00
Benedikt Werner ae27830cfd
Show game result in zen mode 2021-06-25 08:23:09 +02:00
Benedikt Werner 502b19c6bb
Add 'implicit lang' 2021-06-25 06:31:41 +02:00
Benedikt Werner bd60137a10
More swiss translations 2021-06-25 01:36:27 +02:00
Benedikt Werner c85abe90c3
Fix promotion overlay and study player alignment 2021-06-25 01:09:24 +02:00
Albert Ford 06dbee3fa6 Use keydown instead of keypress for arrow keys 2021-06-24 14:17:01 -06:00
Konstantinos07 84fe1f3030
adding missing tournament form translations (#9245)
* adding missing tournament form translations

++ editing files affected by the removal of positionInputHelp value

* format

* use targetBlank
2021-06-24 19:45:19 +02:00
Niklas Fiekas 7fb5fcb3ea
Merge pull request #9248 from michael1241/translationchange
changing rating restriction translation
2021-06-24 18:32:52 +02:00
michael1241 bd2f41f12d changing rating restriction translation 2021-06-24 17:31:48 +01:00
Niklas Fiekas 6c71a5eb17 scalafmt 2021-06-24 17:52:06 +02:00
Niklas Fiekas 35c9b2797e
Merge pull request #9244 from benediktwerner/remove-isEngine
Remove unused UserRepo.isEngine
2021-06-24 13:42:10 +02:00
Niklas Fiekas 2c478f95fe
Merge pull request #9241 from benediktwerner/fix-cmn-toggle-off-by-1
Fix cmn-toggle occasional off-by-1
2021-06-24 13:41:56 +02:00
Niklas Fiekas 0143f01b48 remove debug 2021-06-24 13:20:33 +02:00
Niklas Fiekas 24e8f12112 stop using out parameter for nextBytes 2021-06-24 13:18:14 +02:00
Niklas Fiekas 33d9d64c3a replace ornicar.scalalib.Random with lila.common.Random 2021-06-24 13:12:48 +02:00
Niklas Fiekas 58b3a48c27 another round of rel noopener 2021-06-24 10:48:38 +02:00
Benedikt Werner 2973bc8219
Fix user search style (#9242)
* Fix user search style

* Prettier
2021-06-24 08:38:31 +02:00
Thibault Duplessis 287485ee78 better handle missing API request parameter 2021-06-24 07:51:00 +02:00
Benedikt Werner 42b914b338
Remove unused UserRepo.isEngine 2021-06-24 03:56:41 +02:00
Benedikt Werner 9dc2be1656
Learn: Don't load chessground twice 2021-06-24 03:43:46 +02:00
Benedikt Werner c8c92575c3
Fix cmn-toggle occasional off-by-1 2021-06-24 01:53:34 +02:00
Benedikt Werner 1c4d7b6f97
Display overlong names better 2021-06-23 21:16:49 +02:00
Niklas Fiekas f645f6a9e5
Merge pull request #9238 from benediktwerner/fix-last-movetime-calculation
Fix last move time calculation
2021-06-23 21:00:23 +02:00
Benedikt Werner d00bd71c74
Fix last move time calculation 2021-06-23 20:38:34 +02:00
Niklas Fiekas ee6fc18e1b uppercase Bearer in token_type 2021-06-23 16:55:37 +02:00
Thibault Duplessis 5068230821 fix log in with erased user 2021-06-23 14:48:25 +02:00
Adam Morris ba5231f36f
Filter by country in coach page (#9203)
* show country select option

* show countries in mselect

* fix conf/routes

* nearly add filtering

* requires selector for location in CoachApi.scala

* add CoachRepo

* try and user lookup aggregate

* working country selection

* put correvt query in scala

* working selections

* show correct number

* sorting

* All to all

* only show available countries

* only show available countries

* sbt scalafmtAll

* don't use hardcoded coach db key

* don't use CoachRepo file

* remove CoachRepo class

* remove Countries._ import and instead use Countries.allPairs

* only search for country if country selection is used

* don't use Option.get

* don't show non-countries in the country selection

* use country value in match country

* use coach value in aggregate

* filter non-countries without error

* rename to _user

* add missing pagination

* skip after matching country
2021-06-23 11:53:56 +02:00
Thibault Duplessis fc9256bc82 more irc tweaks 2021-06-23 08:10:02 +02:00
Thibault Duplessis b69042df35 tweak zulip message 2021-06-23 08:08:00 +02:00
Thibault Duplessis 8903188ea3 complete sending all HQ messages to both slack, discord and zulip 2021-06-22 22:15:30 +02:00
romnzs fa68487d45 Rethink coordinate transitions 2021-06-22 22:47:49 +03:00
Thibault Duplessis 63f18fff38 zulip integration WIP 2021-06-22 20:41:46 +02:00
Thibault Duplessis dbda86990f no need to store the whole thing in the rate limiter 2021-06-22 20:41:46 +02:00
Niklas Fiekas 86fea67e99 simplify token revocation 2021-06-22 19:49:18 +02:00
Niklas Fiekas 8ec792efaf reimplement programmatic oauth token revocation (#6629) 2021-06-22 18:44:13 +02:00
Niklas Fiekas 47ea2c0652 factor out HTTPRequest.bearer 2021-06-22 18:22:53 +02:00
Thibault Duplessis 6aba965835 remove wrong TS type - after #9225 2021-06-21 19:58:50 +02:00
Thibault Duplessis 9824a5528c
Merge pull request #9225 from sharadsw/zen-spectator
Disallow zen mode when spectating
2021-06-21 19:57:44 +02:00
Thibault Duplessis 1847f0574d better distinguish oauth from basic auth 2021-06-21 19:47:53 +02:00
Thibault Duplessis 4acd581c20 let teachers close accounts of managed students 2021-06-21 19:41:19 +02:00