https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
b48a440 it seems the cm delay before refresh is not needed. Removing it makes the black boxes also go away. 12 November 2019, 19:04:01 UTC
4f08d1f fix bug where buttons at top of frame don't change if you switch the type (this is kind of serious) 12 November 2019, 18:30:42 UTC
3e5ba4c jupyter menu bar seems to be working :-) 12 November 2019, 18:22:19 UTC
0cbb3b5 make progress on jupyter menus; just need to finish up selecting properly 12 November 2019, 16:28:49 UTC
7ad8460 wait slightly longer before refreshing codemirror -- this gets rid of the black box in the upper left corner of cells in jupyter 12 November 2019, 16:27:54 UTC
79a56bd Merge branch 'master' into jupyter-menus 12 November 2019, 15:26:20 UTC
709a4f9 jupyter menus using antd -- work in progress 12 November 2019, 15:25:57 UTC
caa555b Revert "webapp/Tip: to make shareserver work, catch antd imports -- silly fix" This reverts commit e0088b8778eed622d244722f516639e813f47b98. 12 November 2019, 15:11:21 UTC
07a0bb3 much better fix for problem importing smc-webapp code on the backend (after reverting https://github.com/sagemathinc/cocalc/commit/bfcded161afcb01f12834edc19822df50b54c7e4) 12 November 2019, 14:49:15 UTC
5718e0c Revert "webapp: make it compile again" This reverts commit bfcded161afcb01f12834edc19822df50b54c7e4. 12 November 2019, 14:32:39 UTC
0d8ea41 webapp/static: increase node.js memory to 3gb (tops out at ~2.5gb) 12 November 2019, 12:32:34 UTC
bfcded1 webapp: make it compile again 12 November 2019, 12:17:23 UTC
3a12601 refactor dropdown menu code 11 November 2019, 22:12:27 UTC
73f11b5 Merge branch 'master' of github.com:sagemathinc/cocalc 11 November 2019, 17:55:45 UTC
4f20e3a fix a little height bug 11 November 2019, 17:55:32 UTC
76a9e7f Merge pull request #4219 from sagemathinc/webapp-rm-wiki removing wiki portal link and misc other usages of "wiki" 11 November 2019, 16:49:32 UTC
b1f5402 fix #4227 -- scroll too aggressively 11 November 2019, 16:47:37 UTC
3d8d527 Get rid of explicit 200MB limit in +New page... 10 November 2019, 03:45:43 UTC
70d7b88 implement backend support for chunking; note -- obviously -- if a project tries to upload a file and hasn't been restarted and the file is at least 30MB, then the result **will be corrupted**, since the old backend didn't know about chunking. 10 November 2019, 03:40:40 UTC
ca12f22 temporarily disable chunking so that master isn't totally broken --- I realized I still need to implement the backend side of this. 10 November 2019, 02:37:36 UTC
30ee503 fix #3716 (dumb file size upload limit) and fix #4165 (update dropzone to newest version) 10 November 2019, 02:14:11 UTC
5e82eae minor correction in when frame tree type selector is larger 09 November 2019, 22:45:49 UTC
a96c988 hacks for better integration of antd with exiting bootstrap for now. 09 November 2019, 20:47:28 UTC
8959465 make latex select engine use antd instead (so menu appears in edge cases) 09 November 2019, 20:25:45 UTC
bc169dd Merge branch 'master' of github.com:sagemathinc/cocalc 09 November 2019, 20:13:46 UTC
f7a4d22 rewrite the other two titlebar dropdowns to use antd instead, which fixes them getting "cut off" 09 November 2019, 20:12:36 UTC
ba3c0b0 rewrite the other two titlebar dropdowns to use antd instead, which fixes them getting "cut off" 09 November 2019, 20:07:55 UTC
abba4a2 fix #4224 - improvements to drop-down menu for multi-file latex editing; in particular switch to antd's dropdown, which works vastly better, and only show tex and bib files 09 November 2019, 19:44:04 UTC
6108738 fix #4217 -- "latex: running synctex while not ready causes UI to hang" 09 November 2019, 07:34:56 UTC
ffb2494 fix #4223, i.e., support multifile format button (I had just forgot to implement this) 09 November 2019, 06:50:43 UTC
f6e01e5 fix #4222 -- errors and warnings panel (the state just wasn't being set due to a last minute change) 09 November 2019, 06:27:55 UTC
713fbbb webapp: removing wiki portal link and misc other usages of "wiki" 07 November 2019, 16:40:41 UTC
ca309c0 Merge pull request #4216 from DrXyzzy/front-end-test-08 Front end test 08 07 November 2019, 04:20:35 UTC
c0e024d multifile editor -- fix an issue with saving 07 November 2019, 02:40:58 UTC
af20b3a small changes to make ES strict mode happy 06 November 2019, 23:55:15 UTC
6e027eb Merge remote-tracking branch 'origin/master' into front-end-test-08 06 November 2019, 23:31:33 UTC
5162331 test shared folder & file 06 November 2019, 23:29:45 UTC
732c29e dont show secret key in debug output 06 November 2019, 23:28:57 UTC
dfe5fca add cocalc-test attributes 06 November 2019, 23:28:05 UTC
76f525e exclude more files that are mis-identified 06 November 2019, 23:18:02 UTC
aef1372 fix #3750 -- latex hyperref link boxes in pdf preview are off -- by doing much more, including upgrading pdfjs to the latest version, which involves massive api changes (but probably performance improvements and bug fixes) 06 November 2019, 23:05:26 UTC
9c67222 fix seeing unstable_flushDiscreteUpdates with latest react version when clicking on pdf preview 06 November 2019, 19:46:04 UTC
ad8747b multifile -- refactor code to get rid of "state change during render", and also generally make things maybe more robust 06 November 2019, 18:38:02 UTC
ec80ad7 add cocalc-test attributes 06 November 2019, 02:49:04 UTC
761f6ab add test of R jupyter kernel 06 November 2019, 02:47:52 UTC
d97cc35 add test for admin user 06 November 2019, 01:15:07 UTC
7b0eaff rename ApiGetString b/c it's not just for API tests 06 November 2019, 01:13:58 UTC
c5b1a5d add cocalc-test for Admin, CoCalc, Help, Account buttons 06 November 2019, 01:10:23 UTC
3b3baf2 update gutters properly when newly opening a frame (or switching to) 06 November 2019, 00:12:15 UTC
b647a50 make error/warning/etc gutter markers appear in the right frame 05 November 2019, 23:55:27 UTC
9b12751 multifile latex -- explicit build on save for subfiles 05 November 2019, 23:24:09 UTC
e8ae059 multifile latex -- make clicking on warnings/errors go to right file and show right place in PDF 05 November 2019, 22:41:31 UTC
c3c1e48 ugly code that makes programmatically going to a line work... 05 November 2019, 22:11:27 UTC
177a68b better saving and building with multiple files 05 November 2019, 19:44:31 UTC
c4bea0e multifile-latex: save all dependent files before build. 05 November 2019, 18:03:26 UTC
ebec79d completely disable multifile support for knitr, since it is hard 05 November 2019, 17:44:11 UTC
dc0e38f multifile latex: improve menu selection for switching files; don't build if no document command 05 November 2019, 17:13:05 UTC
fbd9566 move x11 button to more logical location 05 November 2019, 16:46:19 UTC
4a58dd2 Merge branch 'master' into multifile-latex 05 November 2019, 16:10:52 UTC
75ee973 Merge pull request #4211 from DrXyzzy/front-end-test-07 Front end test 07 05 November 2019, 16:10:40 UTC
43fafc5 latex: (1) much more general forward search; (2) added a eval_code api call for project; (3) switching between included files 05 November 2019, 05:59:41 UTC
20b8fab dropdown list of files to edit 04 November 2019, 22:39:14 UTC
da0275f start working with eslint & prettier 04 November 2019, 07:46:06 UTC
648b9b0 add simple test for sagews 04 November 2019, 06:30:30 UTC
b040477 multifile-latex -- change to making the file replace current editor; add a broken not-implemented file list dropdown 04 November 2019, 05:56:10 UTC
d09e261 make the latex log parser actually include the file list. 04 November 2019, 04:59:13 UTC
9955945 when showing the latex subfile, also properly jump to the correct line number 04 November 2019, 04:17:32 UTC
3adc5c8 make inverse search (double click on preview) open the correct file in a subframe if needed 04 November 2019, 03:21:08 UTC
977020b add counter to retry log messages 04 November 2019, 03:00:19 UTC
7866248 Merge remote-tracking branch 'origin/master' into front-end-test-07 04 November 2019, 02:57:10 UTC
830140b make the filename for subframes clearer 04 November 2019, 02:12:26 UTC
3631bc8 Merge branch 'master' of github.com:sagemathinc/cocalc 01 November 2019, 19:39:55 UTC
d6f4c53 hide certain frame types from public view. 01 November 2019, 19:39:27 UTC
adcef07 Fix arrow-body-style rule 01 November 2019, 19:19:34 UTC
d909b39 fix yet another setState on unmounted component... 01 November 2019, 19:10:00 UTC
6f7917c in progress: test sagews 01 November 2019, 18:05:54 UTC
c81033a Merge branch 'master' into code-editor 01 November 2019, 18:04:30 UTC
81942d3 Merge pull request #4200 from sagemathinc/run-prettier-and-eslint Run prettier and eslint 01 November 2019, 18:00:08 UTC
a7a364b Merge pull request #4206 from sagemathinc/fix-pythontex-plotting-4203 webapp/latex/pythontex: tell matplotlib what to use 01 November 2019, 17:32:59 UTC
129b807 Merge pull request #4204 from sagemathinc/fix-rmd-plotting webapp/rmd: make sure mpl backend is set correctly when plotting via matplotlib 01 November 2019, 17:32:37 UTC
dc39aec webapp/latex/pythontex: tell matplotlib what to use -- #4203 01 November 2019, 17:21:01 UTC
f287ba6 remove a type annotation that caused some version of typescript to complain 01 November 2019, 17:20:56 UTC
44a0098 webapp/rmd: make sure mpl backend is set correctly when plotting via matplotlib -- #4202 01 November 2019, 16:27:04 UTC
30ba054 change export syntax 01 November 2019, 14:21:54 UTC
73aa2e5 remove delay after project delete 01 November 2019, 14:20:18 UTC
6ef90e2 subframe code editor -- printing 01 November 2019, 05:16:13 UTC
a884051 code subframe -- correct buttons, and also display of editor errors inline 01 November 2019, 05:06:09 UTC
a69edd2 code subframe: show loading until loaded 01 November 2019, 04:11:21 UTC
20b2754 code subframe -- reset path on changing frame type 01 November 2019, 04:03:38 UTC
ed859d4 Merge branch 'master' into code-editor 31 October 2019, 23:36:39 UTC
f51a0c5 fix another major bug -- opening file in public mode was broken completely, due to can_open_file_ext capabilities (added by hsy) and async waiting for project to start (added by ws) 31 October 2019, 23:27:25 UTC
1f53c66 better fix for #3442 and also document the trick that is being used (tricks should also be documented) 31 October 2019, 23:07:18 UTC
b9372fa remove git editor (if you want to bring it back... look in git history) 31 October 2019, 23:02:06 UTC
b7826d1 do not show meaningless websocket indicator for public view of project 31 October 2019, 22:58:54 UTC
4ba6699 fix bug where showing directory listing for public view of project (it just hung loading forever) -- caused by recent refactors 31 October 2019, 22:52:44 UTC
6bad682 fix bug when copying between projects: this was really bad and made it impossible to copy to the same directory in a different project (e.g., home directory to home directory, which is VERY common) 31 October 2019, 22:48:40 UTC
f5199dc more bug fixes: (1) make the render method of DirectoryInput not modify state in the same render loop; (2) make the default for ProjectState props.state have the right type 31 October 2019, 22:35:04 UTC
7048f35 fix bug when creating a new project when calling setState on component that is not mounted 31 October 2019, 22:26:07 UTC
c7d3707 code subframe: refactor code so Leaf is rendered as a separate component, so can use reduxProps to pull in state from other store. Also, improve frame tree typing some. 31 October 2019, 20:23:48 UTC
d33991e Add rule requiring curly brackets for arrow functions 31 October 2019, 18:13:01 UTC
back to top