https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
575f063 webapp: ignore query strings like "?session=local" in internal links 08 August 2017, 13:21:19 UTC
48317ab fix bug in using stripe to add new user first time. 07 August 2017, 22:08:29 UTC
c226156 Merge pull request #2232 from sagemathinc/wizard-updates Wizard updates 07 August 2017, 17:36:22 UTC
910b591 Merge remote-tracking branch 'origin/master' into wizard-updates 07 August 2017, 12:37:58 UTC
dd047dc Merge pull request #2260 from sagemathinc/issue/2259 smc_pyutil: use fastentrypoints.py to speed up starting commands 06 August 2017, 14:58:33 UTC
bf2b2cf smc_pyutil: use fastentrypoints.py to speed up starting commands -- issue #2259 06 August 2017, 09:09:41 UTC
53c8706 duh 06 August 2017, 04:34:25 UTC
8dba23f make sage server support COCALC_SECRET_TOKEN path 06 August 2017, 04:17:17 UTC
8e9b250 fix dumb bug 05 August 2017, 03:05:32 UTC
366e6f6 include /tmp in RAM usage computation 05 August 2017, 02:49:30 UTC
9f2fa9f implemented #2229 -- persistent sessions, but did entirely client-side, which frankly makes way more sense. This is a major UX change, but is just naturally what people expect, I think. It's safe for now, since it should do nothing unless the user explicitly puts ?session=something in their URL; later we can make this automatic... 04 August 2017, 20:02:04 UTC
a213a11 fix https://github.com/sagemathinc/cocalc/issues/2255 -- url params and store sync 04 August 2017, 18:07:17 UTC
0607472 Merge pull request #2253 from sagemathinc/project-new-markdown webapp: markdown button in project/new and changing tex file icon to the one for latex (instead of excel?) 04 August 2017, 17:01:25 UTC
6a95820 Merge pull request #2252 from sagemathinc/issue/2245 sagews: improve error message 04 August 2017, 16:56:41 UTC
94e2ec7 Merge pull request #2251 from sagemathinc/issue/2234 webapp: introduce ?fullscreen=kiosk mode, as a no-way-back to normal fullscreen state 04 August 2017, 16:27:41 UTC
441a8bb Merge branch 'master' into wizard-updates 04 August 2017, 16:03:55 UTC
45a4099 webapp/fullscreen: only redux store variable "fullscreen" but as an enum 04 August 2017, 14:25:25 UTC
80d1c8f webapp: markdown button in project/new and changing tex file icon to the one for latex (instead of excel?) 04 August 2017, 13:49:17 UTC
d294def sagews: improve error message -- issue #2245 04 August 2017, 12:22:51 UTC
72d98d6 webapp: introduce ?fullscreen=kiosk mode, as a no-way-back to normal fullscreen state -- issue #2234 04 August 2017, 11:27:52 UTC
428808a Merge branch 'master' of github.com:sagemathinc/cocalc 04 August 2017, 04:06:25 UTC
c7b9df7 fix horrendous bugs in misc_node.execute_code... 04 August 2017, 04:06:04 UTC
7f4d0b7 Merge branch 'master' of github.com:sagemathinc/cocalc 04 August 2017, 03:01:18 UTC
51e12de maybe prevent seeing a blank document 04 August 2017, 03:01:04 UTC
cebe14b update disk space immediately first 04 August 2017, 02:44:20 UTC
d500069 Merge branch 'kucalc' 04 August 2017, 01:38:39 UTC
a55a285 more kucalc coding. 04 August 2017, 01:30:05 UTC
a5dc3a4 move kucalc specific code to kucalc.coffee 04 August 2017, 01:21:20 UTC
cda5125 set actual status 04 August 2017, 01:10:51 UTC
b1c9fc7 ARGH -- python vs coffeescript 04 August 2017, 00:53:44 UTC
9b89e5e more code for computing status 04 August 2017, 00:48:29 UTC
579de2c attempt at code for computing status in the project 04 August 2017, 00:32:56 UTC
49f24d3 Merge branch 'export_sagews2ipynb_button' 03 August 2017, 23:54:27 UTC
1a7b1bb Merge branch 'master' into export_sagews2ipynb_button 03 August 2017, 23:51:22 UTC
eb4f151 Merge branch 'master' of github.com:sagemathinc/cocalc 03 August 2017, 23:48:21 UTC
91f5d4b add that there is ssh info to the schema comment 03 August 2017, 23:47:53 UTC
221f7f7 Merge branch 'master' of github.com:sagemathinc/cocalc into export_sagews2ipynb_button 03 August 2017, 23:38:58 UTC
63883b3 Added step to save the file to disk before converting 03 August 2017, 23:38:30 UTC
b0de7af permit project to access and write to status field of project settings. 03 August 2017, 23:29:50 UTC
9bf60a9 Merge pull request #2249 from sagemathinc/export_sagews2ipynb_button Export sagews2ipynb button 03 August 2017, 22:54:29 UTC
8541142 Added frontend processes to do the conversion and open the file 03 August 2017, 22:23:31 UTC
855504a Merge branch 'master' of github.com:sagemathinc/cocalc into export_sagews2ipynb_button 03 August 2017, 21:05:28 UTC
a05f674 Add a colon 03 August 2017, 11:02:34 UTC
8fea679 Update Issue Triage.md 03 August 2017, 10:58:35 UTC
666c4b4 Add existing dev docs 03 August 2017, 10:55:03 UTC
3113c54 Merge branch 'master' of github.com:sagemathinc/cocalc into export_sagews2ipynb_button 02 August 2017, 23:35:32 UTC
2b7e31d Merge pull request #2242 from DrXyzzy/issue/2240 process frame and other extra kwds in threed() 01 August 2017, 14:42:37 UTC
c983d86 examples: typo in header comments 01 August 2017, 13:50:22 UTC
18dc86f Merge remote-tracking branch 'origin/master' into wizard-updates 01 August 2017, 13:49:02 UTC
04a6e17 process frame and other extra kwds in threed() 01 August 2017, 08:30:04 UTC
51cea55 Merge pull request #2238 from DrXyzzy/issue/2236 Issue/2236 sage_server with sage-8.0 31 July 2017, 13:42:14 UTC
bb556e0 allow newer version of singular_kernel and delete obsolete test 31 July 2017, 12:04:44 UTC
d6e9cc1 allow for deprecation warning for using OpenSSL.rand 31 July 2017, 12:02:13 UTC
f4c73cf allow for line buffering variation 31 July 2017, 12:00:59 UTC
caa9284 increase timeout for heavily loaded test server 31 July 2017, 11:45:40 UTC
6a7e862 set_globals() during sage_server start needed with sage 8.0 31 July 2017, 11:45:13 UTC
a2fc2f0 console -- don't use a timeout for fixing terminal re-render issue 28 July 2017, 18:20:40 UTC
b0bf7f2 reverting last change for now until get a chance to do this right. 27 July 2017, 20:43:20 UTC
06f4581 reduce ignore time further 27 July 2017, 20:21:50 UTC
07936b8 examples: more numpy.optimize (few are missing) 27 July 2017, 20:03:34 UTC
f7a61fa Merge branch 'master' of github.com:sagemathinc/cocalc 27 July 2017, 17:20:22 UTC
adc45c1 reduce terminal timeout 27 July 2017, 17:20:13 UTC
dacf663 Merge pull request #2227 from DrXyzzy/issue/1835b Issue/1835b updates to sagews pytest 27 July 2017, 13:53:38 UTC
8deb801 Merge pull request #2220 from sagemathinc/drag-n-drop-chat-images Drag n drop chat images 27 July 2017, 13:52:07 UTC
448c376 Merge remote-tracking branch 'origin/master' into wizard-updates 27 July 2017, 12:03:29 UTC
585a09c terminal codes: maybe fix the worst bug of all time...? 27 July 2017, 01:22:04 UTC
6dcd685 allow console server to have a specified port 26 July 2017, 19:50:55 UTC
279d18f console server; prefer .js files is available. 26 July 2017, 19:13:21 UTC
05a72e9 don't explicitly import coffeescript file 26 July 2017, 18:41:57 UTC
cb7c28e clean up tests to prep for fix for #1835 26 July 2017, 16:29:25 UTC
6958722 dont test sagemath kernel in jupyter bridge 26 July 2017, 16:28:33 UTC
3a7e650 Merge remote-tracking branch 'origin/master' into wizard-updates 26 July 2017, 10:56:42 UTC
98b5d4c Put chat images in a hidden folder 25 July 2017, 11:58:31 UTC
13ac0c5 Merge pull request #2226 from sagemathinc/keyboardshort Markdown editor- removed keyboard shortcut for center 25 July 2017, 04:51:01 UTC
09666c3 Markdown editor- removed keyboard shortcut for center 25 July 2017, 00:30:08 UTC
406fdb3 Merge pull request #2185 from DrXyzzy/issue/1987i log_client_error test without `done` on logging step 24 July 2017, 15:41:35 UTC
2520904 Insert at upload start Continue uploading even after unmounting 24 July 2017, 15:40:13 UTC
120a525 Merge remote-tracking branch 'origin/master' into wizard-updates 24 July 2017, 15:19:15 UTC
092351b Added button with ipynb icon. Doesn't do anything yet 22 July 2017, 02:21:08 UTC
7125883 Add adjustable preview template 21 July 2017, 19:26:11 UTC
3669afa Allow dropping of files onto chat box 21 July 2017, 18:13:28 UTC
3e73665 fix https://github.com/sagemathinc/cocalc/issues/2211 21 July 2017, 16:35:19 UTC
9f34b17 webapp: renaming wizard → examples 21 July 2017, 14:30:31 UTC
f7519db wizar: python intro additions 21 July 2017, 12:52:08 UTC
1a9201b wizard: more on python and numpy 20 July 2017, 16:09:07 UTC
fbb9a82 wizard: updating to python3 20 July 2017, 15:10:21 UTC
33633ce Merge branch 'master' of github.com:sagemathinc/cocalc 20 July 2017, 03:04:57 UTC
b7e533e ban all email to/from @qq.com 20 July 2017, 03:04:40 UTC
591ee33 gitignore: ignoring files related to testing 19 July 2017, 12:23:51 UTC
0dfc499 add more mobile terminal support... 18 July 2017, 22:36:13 UTC
8d04738 add two packages to Docker image 18 July 2017, 22:35:53 UTC
bc02e21 Merge pull request #2200 from sagemathinc/billing-faq-additions webapp/billing: adding more details to the FAQ explaining aspects around project files and courses 17 July 2017, 14:30:52 UTC
cf14fac webapp/billing: adding more details to the FAQ explaining aspects around project files and courses (in particular around avoiding vendor lock-in) 17 July 2017, 12:05:29 UTC
750dd2d Merge branch 'master' of github.com:sagemathinc/cocalc 15 July 2017, 04:52:22 UTC
b5ea9d7 add a note about ssh 15 July 2017, 04:52:14 UTC
52dce8c Merge pull request #2197 from sagemathinc/fullscreen-top-margin-fix webapp: get rid of top padding iff in fullscreen mode 13 July 2017, 20:01:00 UTC
ce4740e webapp: get rid of top padding iff in fullscreen mode 13 July 2017, 18:05:55 UTC
88374c9 Merge pull request #2195 from sagemathinc/issue/2190 webapp: fix course invitation template text 13 July 2017, 14:37:43 UTC
fe1b326 add some secret shortcuts for working around ipad bugs... 13 July 2017, 14:22:02 UTC
5bcb620 webapp: obviously, some refactoring leftovers are the cause for #2190 13 July 2017, 14:16:01 UTC
back to top