https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
c597273 Merge remote-tracking branch 'origin/master' into colorcode-filetabs 17 June 2020, 08:15:16 UTC
e98d0db Merge pull request #4670 from arm2arm/patch-1 moving to python 3.x print 16 June 2020, 21:02:50 UTC
4fcc5bc Merge pull request #4671 from sagemathinc/noncomm-stripe-4583 don't attempt to init stripe in commercial==no setting 16 June 2020, 20:50:42 UTC
3b15bd5 webapp/billing: never update customer (and init stripe) in commercial==no setting -- #4583 16 June 2020, 20:28:05 UTC
10d2676 moving to python 3.x print due to this the Dockerfile.gpu build doesnot start properly. in the tensorflow the default python is 3.x 16 June 2020, 20:14:33 UTC
c6e47fa fix #4669 -- avatar layout and chat 16 June 2020, 18:12:32 UTC
349aecd partial fix for #4663 -- we only set contenteditable mode for file types that *might* use in-browser spell checking. Sincde the mode can't be changed after the editor is created, this is the only easy fix. 16 June 2020, 17:27:10 UTC
5028608 fix some harmless but ugly fallout from @hsy's removal of analytics_events 16 June 2020, 17:24:04 UTC
2b1666a I saw a not defined traceback 16 June 2020, 17:06:01 UTC
ba77aa8 Merge pull request #4664 from sagemathinc/no-analytics-events mostly get rid of analytics_event 16 June 2020, 16:54:20 UTC
1d32155 Merge pull request #4666 from sagemathinc/housekeeping-4647 Housekeeping 4647 16 June 2020, 16:49:23 UTC
518532a webapp: remove loading the old bootstrap css 16 June 2020, 15:50:27 UTC
7cc9550 removing old dirs from webapp-lib and mysterious usages -- #4647 16 June 2020, 15:40:37 UTC
3e744bc webapp: make analytics_event a noop, rename it to user_tracking and also get rid of it almost everywhere 16 June 2020, 14:01:16 UTC
46c4e63 rewrite connection indicator 16 June 2020, 06:02:23 UTC
eb41399 bind the heck out of everything related to webapp-client; no more this BS. 16 June 2020, 06:01:55 UTC
c96f5e2 put in some logging related to COCALC_EXTRA_ENV 16 June 2020, 04:49:21 UTC
469568f add frontend ui to configure custom environment variables, thus fix #3929 15 June 2020, 22:48:54 UTC
028c74d move kiosk mode banner to a sensible file 15 June 2020, 20:51:53 UTC
8e0a9e2 revert to last released formidable version despite "Every version prior and including v1.2.2 is deprecated, please upgrade!" since the current version they recommend seems to randomly corrupt uploads at least on cocalc-docker. Also revert to more flexible code and workaround a formidable options bug. 15 June 2020, 15:58:00 UTC
81d0ae0 make tex2jax.js more generic 15 June 2020, 04:43:18 UTC
1d5910a fix #4659 -- second approach 15 June 2020, 04:09:03 UTC
972c2ea bugfix -- the student panel assignment view had the wrong antd conversion (looked skinny) 14 June 2020, 21:56:48 UTC
baf5bae I noticed a stacktrace in a course 14 June 2020, 21:50:27 UTC
996f276 change our smc-webapp frontend code to compile with "noImplicitThis", which means safer use of this and closer to "strict" typescript mode 14 June 2020, 21:47:45 UTC
fb2af19 fix some typescript errors that ts-forker tricked me into missing 14 June 2020, 20:46:36 UTC
1c63443 rewrite ConnectionIndicator 14 June 2020, 18:07:13 UTC
909c6f0 rewrite notification bell in typescript; fix a bunch of little typescript issue that got hidden by ts-fork bug 14 June 2020, 17:46:25 UTC
318f461 improve the style/look of find in project 14 June 2020, 06:36:35 UTC
dcc3e16 make it so find goes to the line when you click on a result 14 June 2020, 06:19:21 UTC
ac380c9 remove MessageDisplay which was only used in one place 14 June 2020, 05:30:07 UTC
21d8d9e rewrite media-viewer in typescript 14 June 2020, 05:07:39 UTC
d32c0ef rewrite system_notifications.coffee in typescript 14 June 2020, 04:19:38 UTC
34c1dfd address some issues with deleting aux files when (related to #4641) for sage-chat and jupyter 14 June 2020, 03:18:07 UTC
1a7d24b fix #4654 -- dropzone config issue 14 June 2020, 00:37:16 UTC
3d639dd new ver 14 June 2020, 00:11:00 UTC
ac105f8 fix #4653 -- files listing fails to open symlink to a directory 14 June 2020, 00:10:35 UTC
52bd84a fix missing function needed for copying between projects 13 June 2020, 23:51:14 UTC
2c80eda zombie projects.cjsx came back, maybe due to a merge 13 June 2020, 23:50:48 UTC
a5b1ec2 Merge pull request #4649 from sagemathinc/project-env-4523 project: support custom environment vars 13 June 2020, 22:02:52 UTC
24ba163 Merge branch 'master' into launch-csi -- this merge conflict was HORRENDOUS!!! 13 June 2020, 22:01:11 UTC
5512304 slightly better typescript... 13 June 2020, 18:21:16 UTC
64a605a finish rewrite of projects.cjsx (seems to work); also, we greatly increased typing of other chunks of code (e.g., billing) 13 June 2020, 17:08:06 UTC
6830439 bind_methods for session 12 June 2020, 18:51:24 UTC
261f265 fix bug in bind_methods for binding all methods 12 June 2020, 18:45:28 UTC
5f57eb5 work in progress -- mostly rewrote projects store 12 June 2020, 03:54:19 UTC
d05de72 rewrite projects Table 12 June 2020, 00:55:04 UTC
78dcf02 hopefully finished the UI part of projects rewrite -- time to rewrite actions and store next... 11 June 2020, 23:09:36 UTC
e44d02d projects: deleted or hidden filters 11 June 2020, 23:00:15 UTC
95b9ea6 projects -- implement sorting and better searching, including by state 11 June 2020, 22:48:05 UTC
d1d201f Merge branch 'master' into projects-ts 11 June 2020, 22:18:21 UTC
32f0b3e projects rewrite -- work in progress 11 June 2020, 22:17:57 UTC
bf33241 work in progress rewriting projects.cjsx... 11 June 2020, 21:10:43 UTC
0a6cd3e fix a major potential performance shortcoming in how app framework change handlers are called; fix a subtle issue with the useRedux hook and unmounting components 11 June 2020, 21:08:44 UTC
a92fd6c Merge pull request #4651 from sagemathinc/ignore-tsconfig.tsbuildinfo ignore tsconfig.tsbuildinfo 11 June 2020, 17:19:28 UTC
9c1c442 Merge branch 'master' into projects-ts 11 June 2020, 17:01:45 UTC
307ebcc webapp/projects: fix two ts compile errors 11 June 2020, 12:00:52 UTC
a33749f ignore tsconfig.tsbuildinfo 11 June 2020, 09:12:55 UTC
92f561e very broken work in progress rewriting projects.cjsx -- this is the really hard part 11 June 2020, 01:44:17 UTC
642c8d4 rewrite ProjectsListingDescription 11 June 2020, 00:36:48 UTC
f5aa844 rewrite ProjectList 10 June 2020, 23:22:08 UTC
092c29d rewrite project-row using antd + react hooks + better code 10 June 2020, 23:07:09 UTC
314dd47 removed unused formidable installs 10 June 2020, 17:36:22 UTC
98b911c Merge remote-tracking branch 'origin/master' into project-env-4523 10 June 2020, 15:39:16 UTC
75321b4 Merge pull request #4648 from sagemathinc/toc-scroll-top jupyter/toc: scroll header to top (excluding nbgrader cells) 10 June 2020, 15:36:09 UTC
3d4a28c project/extra env vars: pass on info to various systems 10 June 2020, 13:14:00 UTC
36aeb31 Merge remote-tracking branch 'origin/master' into project-env-4523 10 June 2020, 09:23:01 UTC
0f5e9d9 webapp/jupyter: actually, do it as before, cell visible 10 June 2020, 09:20:52 UTC
8c0982b Merge remote-tracking branch 'origin/master' into toc-scroll-top 10 June 2020, 08:52:49 UTC
8744aad rewrite loading all projects 10 June 2020, 01:12:13 UTC
b38eb20 harden a hook 10 June 2020, 00:51:14 UTC
13da7ab rewrite ProjectTitle component 10 June 2020, 00:46:59 UTC
de5acb8 unbreak jupyter rendering in share server. 10 June 2020, 00:20:36 UTC
522c5a5 (1) rewrite projects listings search using hooks/typescript/antd; (2) rewrite projects hashtags with hooks/typescript/antd; (3) switch to ts webpack plugin 5.0 **beta**; (4) fix a bunch of misc typescript bugs revealed by the better ts plugin 10 June 2020, 00:11:56 UTC
64fbde2 fix bug in new project creator by rewriting it using react hooks and better typing and antd; actual bug was just that ErrorDisplay was require'd from the wrong place 09 June 2020, 22:43:36 UTC
923ba4a jupyter/toc: scroll header to top (excluding nbgrader cells) 09 June 2020, 20:44:19 UTC
7bce339 project: start of supporting env vars 09 June 2020, 20:28:57 UTC
d97a091 use jupyter windowing always, but with a huge window on safari and firefox 09 June 2020, 19:38:04 UTC
a595c91 rewrite Jupyter contents using react hooks (fix #4579, I guess, which I could never reproduce) 09 June 2020, 17:04:53 UTC
a596520 make it impossible for raw json part of #4579 to happen. 09 June 2020, 16:48:14 UTC
8dc04e0 listings: make project side much more careful regarding temporary disconnect (like was already done on the frontend); improve logging 09 June 2020, 15:39:21 UTC
d078870 I noticed a stacktrace. 09 June 2020, 15:22:38 UTC
38dbd36 webapp/share: add missing awaits, comment out a barrier block and slight wording 09 June 2020, 14:12:09 UTC
4a420cf webapp: fix bug opening share wihtout compute image set 09 June 2020, 13:15:40 UTC
09284c2 webapp/launch custom image: make this more robust, show image name, show hr below passports only on sign-up panel, ... 09 June 2020, 09:45:10 UTC
adbd44a Merge branch 'master' of github.com:sagemathinc/cocalc 09 June 2020, 08:04:50 UTC
78e64dc fix #4579 -- jupyter content panel unresponsive when opening -- along the way rewrite parts with react hooks 09 June 2020, 08:04:08 UTC
b658746 Merge remote-tracking branch 'origin/master' into launch-csi 09 June 2020, 07:30:17 UTC
cbf49cc fix #4645 -- jupyter notebook minor version number update 09 June 2020, 07:19:39 UTC
1c313a9 change nbformat minor version in some places in our code 09 June 2020, 06:17:06 UTC
c98ef53 get rid of upload.coffee and use the new typescript code. 09 June 2020, 06:14:35 UTC
32ab1f9 hopefully fix #4640 -- drag and drop upload of anything in cocalc-docker is broken 09 June 2020, 04:58:25 UTC
9a49b13 I noticed a channel.end throw an exception on cleanup; best to ignore, I think 09 June 2020, 04:56:47 UTC
33d480e fix #4646 -- stale frame tree title (and other info) 09 June 2020, 04:32:26 UTC
c58d55a fix formatting of dropdown file select button to look less bad, maybe 09 June 2020, 02:39:53 UTC
120da1f make the actions in the frame tree title bar be properly typed 09 June 2020, 02:20:58 UTC
618bb3c rewrite title bar to use hooks: step 1 -- get it to compile 09 June 2020, 01:49:33 UTC
652c92f fix #4643 -- deleting a project removes upgrades from subscription but does not remove license 08 June 2020, 22:15:04 UTC
b500b48 chat: eliminate escape = clear/cancel an add a button, which makes chat again work well with vim mode 08 June 2020, 21:29:26 UTC
1598cd9 webapp/share: refactor launching a share action 08 June 2020, 16:41:16 UTC
back to top