- 11 May, 2021 1 commit
-
-
Himanshu Garg authored
-
- 06 May, 2021 1 commit
-
-
Hollow Man authored
-
- 29 Apr, 2021 3 commits
-
-
AKandAK authored
-
Hollow Man authored
YoungAndroidProjectServce -> YoungAndroidProjectService overriden -> overridden invididual -> individual Signed-off-by: Hollow Man <hollowman@hollowman.ml>
-
Hollow Man authored
Fix typos: propertyDefintions -> propertyDefinitions Exsting -> Existing Signed-off-by: Hollow Man <hollowman@hollowman.ml>
-
- 26 Apr, 2021 1 commit
-
-
Jeffrey I. Schiller authored
When an error occurs while saving a file we need to put the associated file editor back in the dirty editors list. Otherwise data may be lost. Prior to this fix once i/o failed, the editor was considered clean and i/o would not be retried unless the editor was modified again. So for example if a designer attribute was changed, but the i/o failed, it would not get saved again, even if a change was made in the blocks editor and even if the “Save project” menu was used. Note: We do not re-schedule the failed i/o but instead depend on another user change (anywhere) or explicit use of the “Save project” menu. I considered re-scheduling the i/o but am concerned that if i/o is failing due to a server problem, a lot of clients retrying i/o may make it worse via the “thundering herd!” Change-Id: Ife50c3c20d407b4e009c639bc36c2596331342d7
-
- 16 Apr, 2021 3 commits
-
-
Evan W. Patton authored
Change-Id: I6ab0a4f0e50c8c4b0ba5de47625c28723bf198cb
-
Evan W. Patton authored
Change-Id: Ib6228b90ebf99c56ef8500968d61bdd60ab78324
-
Evan W. Patton authored
* Implement stats collection for builds Change-Id: If2ef82e55747522633fe2a3c458445f99332d7ac
-
- 15 Apr, 2021 1 commit
-
-
Evan W. Patton authored
* Load built-in templates via the repo parameter Change-Id: I62265b3a60ecf7b651d9a22a32775e5d7434d5e5
-
- 12 Apr, 2021 1 commit
-
-
Jeffrey I. Schiller authored
We run 9-15 buildservers simultaneously and have a status page that reports the /buildserver/vars foreach server. However it is hard to know which status is for which buildserver. So we add the buildserver hostname here. Change-Id: I46fc59626cccf668ab57a5f81581273f0358fd1e
-
- 07 Apr, 2021 1 commit
-
-
Evan W. Patton authored
Change-Id: I5d7de7966f27b5ae64ea38662daa00ea12ab519e
-
- 22 Mar, 2021 1 commit
-
-
AnujSinghal12 authored
-
- 17 Mar, 2021 1 commit
-
-
HimaniKaul authored
Change-Id: I3f186175afcb254bc9a329c2a0f445fc0e42b48a
-
- 16 Mar, 2021 3 commits
-
-
Himanshu Garg authored
-
AnujSinghal12 authored
-
Hollow Man authored
This commit is a further address to the issue #1518 Currently when the selected language is not English in login page, when login failed (e.g the password is incorrect), the login page will return with an English Page. The commit fix this problem by adding an additional locale parameter to fail method in LoginServlet.java
-
- 07 Mar, 2021 1 commit
-
-
Jeffrey I. Schiller authored
Chrome 89 implements RFC8285 by default. It implements a general mechanism for RTP header extensions. We do not use these.... Unfortunately the WebRTC library we are using in the Companion does not understand the extension request in the WebRTC offer message and refuses the offer completely, resulting in WebRTC not working from Chrome 89 (and presumably onward). This change removes the extension from the offer prior to sending it to the Companion, so WebRTC works again. We believe this is harmless, because we do not use audio or video over WebRTC and this extension has no impact on the data channel (which we do use). Change-Id: I68f4ebaa2099ca0b4bbc7b1abd0a565dbde1f4e6
-
- 01 Mar, 2021 2 commits
-
-
Evan W. Patton authored
Change-Id: I5338ee15a316828495e3782491a90785b46cdb1b
-
Evan W. Patton authored
Change-Id: I931be1eb40f800d168aeb3b110f9a872b4e0385f
-
- 27 Feb, 2021 1 commit
-
-
Evan W. Patton authored
Change-Id: I11033332060ba9f9dee29fc41dd661a1e48f7081
-
- 22 Feb, 2021 1 commit
-
-
Beka Westberg authored
-
- 01 Feb, 2021 3 commits
-
-
Jeffrey I. Schiller authored
Add two boolean fields. The “monall” field (in production for a while) permits the monitoring of all key changes. This is used for statistics gathering and research. The “privileged” flag permits commands that manage the overall server. At the moment the only such command is one to manually close specified client connections. Note: MIT App Inventor itself does not make use of these flags, but the MIT App Inventor source tree is the canonical authoritative location for the token format definition. Change-Id: If7cd4ae7cf2fd49718607aeac51d8a56f76df877
-
AnujSinghal12 authored
-
Siddharth authored
-
- 27 Jan, 2021 1 commit
-
-
Sander Jochems authored
-
- 26 Jan, 2021 1 commit
-
-
AnujSinghal12 authored
-
- 20 Jan, 2021 7 commits
-
-
Pavitra Golchha authored
-
Rupesh Kumar authored
-
Evan W. Patton authored
Change-Id: I305dca87f36e6d6659a3586cb9b3b014bbcafa89
-
Evan W. Patton authored
* Correct order of blocks affecting global variable references * Fix renaming of global variables when keyword translated
-
Pavitra Golchha authored
-
Pavitra Golchha authored
-
Evan W. Patton authored
Change-Id: Ic74aa9b4800d44a11ab1b5ddf7403d110aacf750
-
- 13 Jan, 2021 1 commit
-
-
Diego Barreiro authored
-
- 12 Jan, 2021 1 commit
-
-
Pavitra Golchha authored
-
- 05 Jan, 2021 1 commit
-
-
Evan W. Patton authored
* Fix Chinese and Brazilian Portuguese translation loading * Fix references to compiled messages in unit tests Change-Id: Ib67aff12abc3538d0e5053d9d680d934f382abb5
-
- 16 Dec, 2020 1 commit
-
-
Susan Rati Lane authored
-
- 04 Dec, 2020 1 commit
-
-
Beka Westberg authored
-
- 01 Dec, 2020 1 commit
-
-
Conor Shipp authored
-