Commit Graph

45336 Commits (ec10605e204e345100feac6a0882f3d4aa889661)

Author SHA1 Message Date
Thibault Duplessis ec10605e20
Revert "Improve tournament names translation" 2021-09-22 19:57:20 +02:00
Benedikt Werner bcd7ade9ef
Prettier 2021-09-22 11:12:20 +02:00
Thibault Duplessis 1104c071dc
Merge pull request #9857 from VoltrexMaster/patch-1
refactor(bin): apply optimizations
2021-09-22 09:39:36 +02:00
Thibault Duplessis 38b5e65a86 fix default tournament.berserkable flag in API create endpoint 2021-09-22 08:21:46 +02:00
Thibault Duplessis fe01a52440 remove ranking read preferences 2021-09-22 08:02:22 +02:00
Thibault Duplessis 0bbfce39be tweak ublog ranking 2021-09-22 07:44:00 +02:00
Thibault Duplessis 8e54455c38
New translations: ublog.xml (Persian) (#9856) 2021-09-22 07:43:04 +02:00
Voltrex 76f30afe36
refactor(bin): apply optimizations
Refactored the `trans-dump.js` file by replacing redundant code, requiring only necessary methods and improving readability.
2021-09-22 07:02:59 +03:30
Thibault Duplessis 7ded358e2b
New Crowdin updates (#9847)
* New translations: site.xml (Odia)

* New translations: study.xml (Odia)

* New translations: site.xml (Odia)

* New translations: site.xml (Odia)

* New translations: preferences.xml (Odia)

* New translations: coach.xml (Odia)

* New translations: storm.xml (Odia)

* New translations: site.xml (Odia)

* New translations: site.xml (Odia)

* New translations: site.xml (Croatian)

* New translations: learn.xml (Croatian)

* New translations: puzzle.xml (Croatian)

* New translations: puzzle.xml (Croatian)

* New translations: class.xml (Croatian)

* New translations: puzzleTheme.xml (Croatian)

* New translations: storm.xml (Croatian)

* New translations: puzzleTheme.xml (Croatian)

* New translations: contact.xml (Croatian)

* New translations: patron.xml (Croatian)

* New translations: streamer.xml (Croatian)

* New translations: preferences.xml (Croatian)

* New translations: streamer.xml (Croatian)

* New translations: activity.xml (Croatian)

* New translations: site.xml (English, United States)

* New translations: site.xml (Belarusian)

* New translations: site.xml (Japanese)

* New translations: site.xml (German, Switzerland)

* New translations: site.xml (Greek)

* New translations: site.xml (Latin)

* New translations: site.xml (Romanian)

* New translations: site.xml (Spanish)

* New translations: site.xml (Portuguese, Brazilian)

* New translations: site.xml (Latvian)

* New translations: site.xml (Galician)

* New translations: site.xml (Polish)

* New translations: site.xml (Portuguese)

* New translations: site.xml (Slovak)

* New translations: site.xml (Catalan)

* New translations: site.xml (Latvian)

* New translations: ublog.xml (Catalan)

* New translations: site.xml (Dutch)

* New translations: site.xml (German)

* New translations: site.xml (Norwegian Bokmal)

* New translations: site.xml (Norwegian Bokmal)

* New translations: ublog.xml (Norwegian Bokmal)

* New translations: site.xml (Indonesian)

* New translations: swiss.xml (Indonesian)

* New translations: site.xml (French)

* New translations: ublog.xml (Portuguese)

* New translations: site.xml (Arabic)

* New translations: ublog.xml (Arabic)

* New translations: site.xml (English, United States)

* New translations: team.xml (English, United States)
2021-09-21 21:34:21 +02:00
Thibault Duplessis 5fbb9734be
Merge pull request #9852 from kraktus/tournaments_trans
Improve tournament names translation
2021-09-21 21:34:00 +02:00
Thibault Duplessis b6f28e46f1 more tournament join optimization 2021-09-21 21:29:20 +02:00
Thibault Duplessis 95fff08b50 optimize tournament endpoints 2021-09-21 21:21:01 +02:00
kraktus 2f9893d3b8 scalafmt 2021-09-21 17:37:00 +02:00
kraktus 057c6fd24f Tournament: Translate Perf 2021-09-21 17:35:23 +02:00
kraktus 83d74e331d Translate tournament names on Homepage 2021-09-21 17:12:18 +02:00
Benedikt Werner 262ce37c48
Only allow keyboard move king promotion in Antichess 2021-09-21 16:15:04 +02:00
Benedikt Werner 4a2f68f1b4
Allow king promotions in keyboard moves (for Antichess) 2021-09-21 15:46:10 +02:00
Thibault Duplessis 5ee55e1327 add ?withCurrentGames=1 flag to /api/stream/games-by-users endpoint 2021-09-21 10:03:10 +02:00
Thibault Duplessis 293e8f9f95 paginator page must > 0 2021-09-20 23:28:43 +02:00
Thibault Duplessis 123980730e Revert "tweak user profile code"
This reverts commit 6fc82e775a.
2021-09-20 19:12:27 +02:00
Thibault Duplessis e47d7402de
Merge pull request #9850 from nnickoloff1234/api-filter-user-tournaments-by-status
Add filtering by status to api/user/{username}/tournament/created
2021-09-20 19:10:52 +02:00
Thibault Duplessis 07e2b28a6c new tournament database index for createdBy+startsAt+status
for #9850

else the API endpoint could be scanning thousands of records
2021-09-20 18:58:41 +02:00
Thibault Duplessis 31ba5d3a08 type safety: use Status rather than Int - for #9850
also filters out exotic status numbers
2021-09-20 18:58:00 +02:00
Thibault Duplessis ab0c01e2a1 Merge branch 'api-filter-user-tournaments-by-status' of git://github.com/nnickoloff1234/lila into nnickoloff1234-api-filter-user-tournaments-by-status
* 'api-filter-user-tournaments-by-status' of git://github.com/nnickoloff1234/lila:
  Update TournamentRepo.scala
  add status filter parameter to users created tournaments api
2021-09-20 18:38:32 +02:00
Thibault Duplessis ced5e57c93 don't always publish user.online to discourage API misuse
Use this instead: https://lichess.org/api#operation/apiUsersStatus
2021-09-20 17:54:43 +02:00
Thibault Duplessis be678f9a41 serve up to 100 users in real-time status endpoint 2021-09-20 17:53:32 +02:00
Thibault Duplessis 174f118045 move /api/rel/following 2021-09-20 17:53:02 +02:00
nnickoloff1234 d564bd9933
Update TournamentRepo.scala 2021-09-20 18:46:40 +03:00
nickolay 172ad1c02c add status filter parameter to users created tournaments api 2021-09-20 18:35:30 +03:00
Thibault Duplessis 1a92c93554 remove followers streaming API which no-one uses
according to monitoring
2021-09-20 16:24:08 +02:00
Thibault Duplessis 5b5a712f40 mod following view 2021-09-20 16:09:33 +02:00
Thibault Duplessis f9178eca10 revert #9825 2021-09-20 15:22:17 +02:00
Thibault Duplessis ce7e72e968 fix zulip icon names 2021-09-20 14:52:46 +02:00
Thibault Duplessis 6d580e77da use the lock icon in tournament conditions 2021-09-20 14:38:02 +02:00
Thibault Duplessis 6c2c88de22 different results for mobile app 2021-09-20 12:21:47 +02:00
Thibault Duplessis 30c08f64ac move ranking collection to YoloDb 2021-09-20 11:51:42 +02:00
Niklas Fiekas 16ecf581b0 clarify unknownDueToRounding source string 2021-09-20 11:41:05 +02:00
Thibault Duplessis c9c2c21cd7 move the RendererActor 2021-09-20 10:11:02 +02:00
Thibault Duplessis 4952befc73 remove followers count from /account/info
which the app smashes 90 times per second
2021-09-20 09:14:45 +02:00
Thibault Duplessis 5b8ac46a25
New Crowdin updates (#9829)
* New translations: site.xml (Korean)

* New translations: team.xml (Korean)

* New translations: broadcast.xml (Korean)

* New translations: class.xml (Korean)

* New translations: storm.xml (Korean)

* New translations: team.xml (Latin)

* New translations: site.xml (Portuguese, Brazilian)

* New translations: site.xml (Russian)

* New translations: site.xml (Slovenian)

* New translations: site.xml (Finnish)

* New translations: site.xml (French)

* New translations: site.xml (Norwegian Nynorsk)

* New translations: swiss.xml (Slovenian)

* New translations: site.xml (Danish)

* New translations: site.xml (Lithuanian)

* New translations: site.xml (Polish)

* New translations: site.xml (Spanish)

* New translations: site.xml (Luxembourgish)

* New translations: ublog.xml (Luxembourgish)

* New translations: site.xml (Odia)

* New translations: ublog.xml (English, United States)

* New translations: ublog.xml (German, Switzerland)

* New translations: study.xml (Luxembourgish)

* New translations: ublog.xml (Lithuanian)

* New translations: ublog.xml (Japanese)

* New translations: ublog.xml (Italian)

* New translations: ublog.xml (Hungarian)

* New translations: ublog.xml (Finnish)

* New translations: ublog.xml (German)

* New translations: ublog.xml (Danish)

* New translations: ublog.xml (Belarusian)

* New translations: ublog.xml (Arabic)

* New translations: ublog.xml (Spanish)

* New translations: ublog.xml (French)

* New translations: ublog.xml (Chinese Simplified)

* New translations: activity.xml (Odia)

* New translations: ublog.xml (Ukrainian)

* New translations: ublog.xml (Russian)

* New translations: ublog.xml (Turkish)

* New translations: site.xml (German)

* New translations: site.xml (Odia)

* New translations: team.xml (Odia)

* New translations: lag.xml (Luxembourgish)

* New translations: site.xml (English, United States)

* New translations: ublog.xml (Danish)

* New translations: ublog.xml (German)

* New translations: ublog.xml (Polish)

* New translations: ublog.xml (English, United States)

* New translations: ublog.xml (Luxembourgish)

* New translations: ublog.xml (Odia)

* New translations: patron.xml (Luxembourgish)

* New translations: emails.xml (French)

* New translations: ublog.xml (Odia)

* New translations: arena.xml (Luxembourgish)

* New translations: arena.xml (Luxembourgish)

* New translations: site.xml (Portuguese, Brazilian)

* New translations: ublog.xml (Portuguese, Brazilian)

* New translations: ublog.xml (Norwegian Nynorsk)

* New translations: arena.xml (Luxembourgish)

* New translations: site.xml (Romanian)

* New translations: site.xml (Latvian)

* New translations: coach.xml (Luxembourgish)

* New translations: arena.xml (Luxembourgish)

* New translations: site.xml (Spanish)

* New translations: site.xml (Latvian)

* New translations: ublog.xml (Latvian)

* New translations: coach.xml (Luxembourgish)

* New translations: arena.xml (Luxembourgish)

* New translations: site.xml (Greek)

* New translations: coach.xml (Luxembourgish)

* New translations: coach.xml (Luxembourgish)

* New translations: ublog.xml (Dutch)

* New translations: site.xml (Latin)

* New translations: ublog.xml (Latin)

* New translations: ublog.xml (Greek)

* New translations: site.xml (Slovak)

* New translations: ublog.xml (Slovak)

* New translations: site.xml (Galician)

* New translations: ublog.xml (Russian)

* New translations: ublog.xml (Slovak)

* New translations: ublog.xml (Galician)

* New translations: site.xml (Greek)

* New translations: site.xml (Galician)

* New translations: ublog.xml (Greek)

* New translations: team.xml (Galician)

* New translations: site.xml (Belarusian)

* New translations: ublog.xml (Belarusian)

* New translations: ublog.xml (Belarusian)

* New translations: storm.xml (Russian)

* New translations: site.xml (Portuguese)

* New translations: study.xml (Portuguese)

* New translations: class.xml (Portuguese)

* New translations: ublog.xml (Lithuanian)

* New translations: ublog.xml (Spanish)

* New translations: ublog.xml (French)

* New translations: site.xml (Japanese)

* New translations: ublog.xml (Japanese)

* New translations: site.xml (Odia)

* New translations: ublog.xml (Japanese)

* New translations: site.xml (Odia)

* New translations: study.xml (Odia)

* New translations: site.xml (Odia)

* New translations: study.xml (Odia)

* New translations: site.xml (Odia)

* New translations: study.xml (Odia)
2021-09-20 07:41:17 +02:00
Thibault Duplessis 2fe175294e Merge branch 'master' of github.com:ornicar/lila
* 'master' of github.com:ornicar/lila:
  tweak relation caches
  show full list of friends
  remove timeline entries about people following me
  Revert "no longer send follow to friends timelines"
  no longer send follow to friends timelines
  ublog post image alt & credit
  analyse/embed/css: button cursor: pointer
  analyse/embed/css: Fix zh layout on mobile
  Prettier
  broadcast: Fix error URL
  ublog: Translate follow button properly
  css: Reduce page h2 line-height
  css: Make .button display: inline-block
  ublog/css: Prevent linebreak inside view count
  Fix zulip chat panic link
  Make shepherd close button visible
  Fix shepherd themes being swapped
2021-09-20 07:39:19 +02:00
Thibault Duplessis f15ead0c7b tweak relation caches 2021-09-19 22:24:26 +02:00
Thibault Duplessis 1333baf320 show full list of friends 2021-09-19 22:19:58 +02:00
Thibault Duplessis e7fc377aad remove timeline entries about people following me 2021-09-19 21:11:22 +02:00
Thibault Duplessis 184f6a73af Revert "no longer send follow to friends timelines"
This reverts commit d1ba97df75.
2021-09-19 21:10:42 +02:00
Thibault Duplessis 8836b8b652
Merge pull request #9842 from benediktwerner/fix-broadcast-error-link
broadcast: Fix error URL
2021-09-19 19:39:50 +02:00
Thibault Duplessis d1ba97df75 no longer send follow to friends timelines 2021-09-19 19:30:22 +02:00
Thibault Duplessis 503beddb89 ublog post image alt & credit 2021-09-19 17:22:09 +02:00
Benedikt Werner 154382ca19
analyse/embed/css: button cursor: pointer 2021-09-19 17:14:25 +02:00
Benedikt Werner c55a179336
analyse/embed/css: Fix zh layout on mobile 2021-09-19 17:11:01 +02:00