https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
6170c46 webapp: fix type/style of ErrorDisplay and tweak jupyter errors 07 May 2021, 13:58:43 UTC
c497d3c webapp: ErrorDisplay on top of course editor and tweaking that tiny error box when it has a lot of text 07 May 2021, 12:58:52 UTC
9be8b65 webapp/error display: banner mode for frame-editor, and tweaks for default usage 07 May 2021, 09:38:48 UTC
7fa1f81 Merge remote-tracking branch 'origin/master' into fix-close-x-error-5252 06 May 2021, 15:07:55 UTC
d6f1a22 Merge branch 'master' of github.com:sagemathinc/cocalc 06 May 2021, 15:03:05 UTC
d70fd10 fix a typescript error 06 May 2021, 15:02:32 UTC
9cf06ff webapp: further tuning the error display bar and FC-ing the close-x function 06 May 2021, 14:54:02 UTC
ae686e9 Merge remote-tracking branch 'origin/master' into fix-close-x-error-5252 06 May 2021, 14:53:28 UTC
5794572 Merge pull request #5334 from sagemathinc/license-NPOs license: mention non-profit organizations as well 06 May 2021, 14:41:07 UTC
e990055 stick with the name "smc-util" for now to keep the transition gradual 06 May 2021, 14:35:24 UTC
c643109 Merge remote-tracking branch 'origin/master' into fix-close-x-error-5252 06 May 2021, 14:31:49 UTC
958f428 use npm workspaces -- all this does is make it so npm install automatically makes smc-util available as the module @cocalc/util to code in smc-webapp, smc-project, smc-hub and smc-util-node. That's it. No code actually uses this yet. This is done via a harmless symlink that gets created by npm. Right now we have code in smc-hub and smc-project that involves hackish symlinks (e.g., smc-util --> smc-project/smc-util, which barely works. This is the foundation to fix that properly in a simple iterative fashion without breaking things as we go or adding complexity. 06 May 2021, 13:57:16 UTC
2f2e27c license: mention non-profit organizations as well 06 May 2021, 07:57:38 UTC
2f44b3c webapp: error display as a banner, some css tuning... 05 May 2021, 18:15:59 UTC
42cb4ff Merge remote-tracking branch 'origin/master' into fix-close-x-error-5252 05 May 2021, 16:03:26 UTC
c175056 Merge pull request #5333 from sagemathinc/fix-project-blobstore project: fix 8a4a349f4ef4 and a bit of refactoring 05 May 2021, 15:46:58 UTC
6d22e8f project: fix 8a4a349f4ef4 and a bit of refactoring 05 May 2021, 15:41:08 UTC
125e537 webapp: error display fixes 05 May 2021, 15:32:41 UTC
9b546d7 Merge pull request #5332 from sagemathinc/jupyter-blobs-filesize-cleanup project/jupyter: improvements blobstore 05 May 2021, 14:25:56 UTC
42ece27 Merge pull request #5330 from sagemathinc/tame-more-save-to-disk tame save to disk pt. 2 05 May 2021, 14:24:13 UTC
8a4a349 project/jupyter: trim large files (#5255), vacuum, and use prepared statements properly 05 May 2021, 13:37:04 UTC
550c7bb webapp/rmd-editor: but we still want to forcefully rebuild 04 May 2021, 15:09:43 UTC
203026a webapp/rmd-editor: we aggregate on hash value, because with longer build times, the "time" is certianly different 04 May 2021, 13:38:17 UTC
88d085d Merge remote-tracking branch 'origin/master' into tame-more-save-to-disk 04 May 2021, 13:03:55 UTC
f28857d webapp: removing all licenses -- fixes #5329 04 May 2021, 09:55:25 UTC
74d8e4c webapp: deal with undefined quota settings -- fixes #5329 04 May 2021, 09:36:01 UTC
738ead1 change a default to be more explicit/restrictive; doesn't actually make a difference in practice since the other groups aren't used 03 May 2021, 22:26:20 UTC
28ce2ed Merge pull request #5278 from sagemathinc/course-config-grading-proj Course: configure grading project 03 May 2021, 22:19:10 UTC
5606a4d Merge pull request #5326 from sagemathinc/jupyter-curosrs-FC make cursor classes FCs 03 May 2021, 22:09:25 UTC
a2dace7 Merge pull request #5328 from sagemathinc/katex-13.5 update katex to 0.13.5 03 May 2021, 22:07:47 UTC
3ddcf8d fix #5323 -- clipboard copy of word with embedded underscore has backslash when using wysywyg editor in .md file 03 May 2021, 22:04:52 UTC
f03ce0c webapp: reduce save&build ops for rmd, rst and wiki and wrap spellchecking 03 May 2021, 15:08:36 UTC
65fef0a webapp/jupyter: minor CSS fixes for katex/mathjax – to avoid horizontal scrollbars 03 May 2021, 13:48:49 UTC
28dce4b update katex to 0.13.5 03 May 2021, 08:37:54 UTC
709b932 Merge pull request #5327 from sagemathinc/latex-build-deps-changes latex: trigger build if dependency file changes 30 April 2021, 16:32:35 UTC
bc8cd16 webapp/latex: trigger build if dependency file changes 30 April 2021, 16:26:55 UTC
98c33c2 Merge pull request #5325 from sagemathinc/tame-latex-builds latex: do not rebuild on every save 30 April 2021, 15:12:44 UTC
760c209 webapp/jupyter: make "Cursor" an FC as well (used by slate) 30 April 2021, 13:48:41 UTC
de70a89 webapp/jupyter: positioned and static cursor as FC 30 April 2021, 13:13:15 UTC
d8fd7e1 webapp/jupyter: cursors main class as FC 30 April 2021, 12:20:32 UTC
f8d1140 webapp/latex: do not rebuild on every save 30 April 2021, 11:11:57 UTC
96c11fb course restrictions: finish implementing disabling Jupyter classic mode in student projects 28 April 2021, 22:01:22 UTC
a2f319a finish fix #5316 -- disable collabs 28 April 2021, 21:33:38 UTC
fe8cc76 course: implement most (but not all) of disabling collaborators 28 April 2021, 19:00:30 UTC
4b066d5 course: cleanup the disable configuration panel and add some not-yet-implemented options 28 April 2021, 18:44:18 UTC
40723d0 Merge pull request #5322 from sagemathinc/fc-html-rendered webapp/html: react.fc the rendered html preview 28 April 2021, 18:02:14 UTC
80dd61b Merge pull request #5321 from sagemathinc/fix-latex-multifile latex multifile support fixes 28 April 2021, 18:01:55 UTC
d47931d Merge pull request #5319 from sagemathinc/latex-word_count-fc webapp/latex/word_count: make this an FC, minor cleanups 28 April 2021, 18:01:36 UTC
337aaa3 Merge pull request #5318 from sagemathinc/rmd-tame-builds webapp/rmd: improve automatic builds 28 April 2021, 17:55:16 UTC
388ebad Merge pull request #5312 from sagemathinc/html-iframe-fc frame editor iframe: React.FC + fixing bugs 28 April 2021, 16:57:16 UTC
fef5ca3 webapp/html: react.fc the rendered html preview 28 April 2021, 14:17:18 UTC
fcda27d webapp/latex: include tex and bib files even if uppercase! 28 April 2021, 13:46:26 UTC
3acc44b latex/multifile: fix button -- part of #5320 28 April 2021, 13:33:03 UTC
9e25d6b webapp/latex/word_count: make this an FC, minor cleanups 28 April 2021, 13:22:43 UTC
55e35a3 webapp/rmd: tame automatic builds, make them optional like LaTeX, and only trigger builds once, because they could take a while to run 28 April 2021, 10:17:10 UTC
2805cb1 webapp/iframe frame: teaching the frame editor when a tab is visible and using this info to restore the scroll position 27 April 2021, 17:10:51 UTC
66fb067 webapp/iframe: React.FC + attempting to fix bugs 27 April 2021, 14:13:25 UTC
ee80a8f fix #5310 -- inconsistent student project restrictions configuration -- add a save button and state 26 April 2021, 22:52:15 UTC
b889e13 remove an unused import 25 April 2021, 20:20:39 UTC
7ca80f6 add comment about setting url 25 April 2021, 01:50:08 UTC
8df0965 Merge branch 'master' of github.com:sagemathinc/cocalc 25 April 2021, 01:46:48 UTC
c8a97c3 change how popups are opened 25 April 2021, 01:46:32 UTC
6e341d8 Merge pull request #5304 from sagemathinc/customize-invite-email hub/email: fix invite email sender config 23 April 2021, 18:19:33 UTC
64d773c Merge remote-tracking branch 'origin/master' into course-config-grading-proj 23 April 2021, 16:46:29 UTC
8a9c428 update help info page 23 April 2021, 16:00:49 UTC
a88f531 Merge pull request #5308 from sagemathinc/antd-searchbox webapp: make the Search Input & co more antd-like 23 April 2021, 15:38:22 UTC
1445bad Merge pull request #5301 from sagemathinc/copy-ops-tweaks Copy ops tweaks 23 April 2021, 15:36:13 UTC
ae2aa74 followup to #5309 -- fix the comment 23 April 2021, 15:34:20 UTC
bad167b Merge pull request #5309 from sagemathinc/fix-proj-invite-token hub: only fallback to non-token collab adding, if there is no token 23 April 2021, 15:33:17 UTC
7db3847 hub: only fallback to non-token collab adding, if there is no token 23 April 2021, 13:14:41 UTC
e327a3f webapp: make the Search Input & co more antd-like 23 April 2021, 12:45:07 UTC
6823262 implement #5307 -- provide an option for individuals to exclude themselves from being visible in user searches by name 22 April 2021, 23:23:05 UTC
c597d87 add a link to cocalc-desktop, so it isn't totally impossible to find 22 April 2021, 22:25:47 UTC
e189556 Merge remote-tracking branch 'origin/master' into copy-ops-tweaks 22 April 2021, 08:52:26 UTC
df762e1 Merge remote-tracking branch 'origin/master' into course-config-grading-proj 22 April 2021, 08:49:59 UTC
da5354d upgrade to slate version 0.62.0 official release! 21 April 2021, 20:43:11 UTC
bf696aa Lockdown --> restrict 21 April 2021, 20:43:04 UTC
aad6f22 Merge remote-tracking branch 'origin/master' into customize-invite-email 21 April 2021, 18:24:29 UTC
94bb940 hub/always_running: hotfix silly bug, AND vs OR, and a limit 21 April 2021, 18:24:05 UTC
4ce603f Merge remote-tracking branch 'origin/master' into customize-invite-email 21 April 2021, 16:24:44 UTC
f2adfc1 Merge pull request #5303 from sagemathinc/opti-always_running-query db/always_running: x IN <array>, not x NOT IN <array>! 21 April 2021, 16:16:41 UTC
d516a3e Merge pull request #5306 from sagemathinc/custom-snippets-newline-fix webapp/jupyter: custom snippets introduce too many newlines 21 April 2021, 16:14:20 UTC
02da849 webapp/jupyter: custom snippets introduce too many newlines 21 April 2021, 16:01:58 UTC
a5d8235 hub/client: remove comment 21 April 2021, 14:59:44 UTC
914bab3 hub: update nodemailer and fix replyTo attribute 21 April 2021, 14:56:10 UTC
70a5762 hub: better caching of smtp email client and fix site name in course invites 21 April 2021, 14:00:53 UTC
a3574c6 hub/email: fix invite email sender config 21 April 2021, 12:44:39 UTC
6049985 db/always_running: x IN <array>, not x NOT IN <array>! 21 April 2021, 08:49:02 UTC
1f2d8bb webapp/course: increase max copy parallel 20 April 2021, 15:07:25 UTC
eaa6f36 Merge remote-tracking branch 'origin/master' into copy-ops-tweaks 20 April 2021, 09:16:56 UTC
472512e slate: make an exception in range non-fatal 20 April 2021, 05:29:51 UTC
6c4dc0a fix #5292 -- course: sorting by project status doesn't work as expected 19 April 2021, 20:51:07 UTC
5cb1533 Merge pull request #5299 from sagemathinc/modernize-files-search-box modernize files search box code 19 April 2021, 18:29:54 UTC
83525ef add comment about how to properly fix what is checked for in https://github.com/sagemathinc/cocalc/pull/5298 19 April 2021, 18:22:58 UTC
c7d0cfc Merge pull request #5298 from sagemathinc/harden-magic-formatting jupyter/formatting: avoid messing up code cells starting with the escape sequence 19 April 2021, 18:20:12 UTC
e71ce95 webapp/course: reduce upper limit of parallel file copies 19 April 2021, 16:42:08 UTC
2cbd37d fogot comment 19 April 2021, 13:03:14 UTC
030be38 Merge remote-tracking branch 'origin/master' into modernize-files-search-box 19 April 2021, 12:59:29 UTC
93c3bfe Merge pull request #5300 from sagemathinc/index-run_quota-always_running db: index run_quota->>always_running 19 April 2021, 12:55:32 UTC
8ccd875 db: index run_quota->>always_running 19 April 2021, 12:51:49 UTC
back to top