https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
af01871 webapp: let copy operation write to clipboard (if allowed) 28 June 2017, 14:01:04 UTC
94494ee project: add pre-computation to js of coffeescripts on install 28 June 2017, 06:27:43 UTC
dd16fb3 Merge branch 'master' of github.com:sagemathinc/cocalc 28 June 2017, 06:01:26 UTC
06c0759 add tiny amount of parallelism to building cocalc project code... 28 June 2017, 06:01:06 UTC
ba9c435 support safari fullscreen app mode 28 June 2017, 05:04:05 UTC
565e159 fix ios/touch related bugs -- fix https://github.com/sagemathinc/cocalc/issues/2135; fix https://github.com/sagemathinc/cocalc/issues/2137; less button colors; 28 June 2017, 03:38:42 UTC
d48e6c9 add esc/i mode toggle to vim mode for codemirror (so is clearer... and also possible to use on touch devices) 28 June 2017, 00:48:58 UTC
912e3b3 comment out some debugging code 28 June 2017, 00:45:07 UTC
6eeb5e8 add an internal copy/paste buffer for codemirror (motivated by ipad) 27 June 2017, 23:56:52 UTC
8224650 Merge pull request #2154 from sagemathinc/issue/2150 webapp: attempted fix for target paths not opening files properly 27 June 2017, 18:42:22 UTC
1d4bbeb webapp: attempted fix for target paths not opening files properly -- issue #2150 27 June 2017, 12:31:52 UTC
bf57a99 webapp: remove maintainence.html (not even deployed, hence pointless) 27 June 2017, 09:07:32 UTC
7f0c448 fix https://github.com/sagemathinc/cocalc/issues/2151 27 June 2017, 04:22:58 UTC
351c795 don't ask 26 June 2017, 23:53:49 UTC
85a03c7 properly remove touch height hack 26 June 2017, 23:44:46 UTC
2a6a188 simple touch/ipad tweaks -- don't force keyboard opening 26 June 2017, 23:31:08 UTC
be9cccc terminal: make it more touch aware 26 June 2017, 20:24:34 UTC
711149a bump code version 26 June 2017, 19:17:48 UTC
f435144 (1) increase changefeeds allowed per client a lot (they are very fast anyways); (2) fix some bugs and bad code that was resulting in problems cancelling changefeeds anyways 26 June 2017, 19:16:50 UTC
f4a944d Fix chat indicator video button spacing 23 June 2017, 19:44:50 UTC
49ee4d7 fixes so that terminal works better on ipad pro with the smart keyboard -- fixes https://github.com/sagemathinc/cocalc/issues/2088 23 June 2017, 08:13:30 UTC
d4a00b5 Merge pull request #2144 from DrXyzzy/issue/2143 enable debug logging if SMC_DEBUG is set 22 June 2017, 18:32:04 UTC
4b3be08 Merge pull request #2139 from sagemathinc/issue2021 fixed issue 2021 - indentation error for jupyter notebook 22 June 2017, 18:31:47 UTC
b9a3f54 enable debug logging if SMC_DEBUG is set 22 June 2017, 14:39:55 UTC
c438ddd fixed issue by changing output style to "pre-line" instead of "pre-wrap" for whitespace attribute 22 June 2017, 05:13:08 UTC
3de97c5 Fix dragging file tabs pixel errors 20 June 2017, 22:15:30 UTC
cdb38bd Unify shared props of file tabs 20 June 2017, 20:45:06 UTC
3ced460 Merge branch 'master' of github.com:sagemathinc/cocalc 20 June 2017, 20:41:29 UTC
ff19c12 9pt --> 10pt 20 June 2017, 20:41:23 UTC
49eaeaf Fix spacing from font size change 20 June 2017, 20:23:37 UTC
57fcdca old bug in tablet detection... 20 June 2017, 19:47:32 UTC
c320bf8 fix some bugs: (1) disable tooltips on touch devices; (2) fix drag-n-drop for touch; (3) fixing style of tabs when dragging 20 June 2017, 19:41:17 UTC
d003fd0 Merge pull request #2116 from DrXyzzy/issue/2053 add tests for making folder public and downloading 20 June 2017, 17:30:48 UTC
c73fe63 fix #1392 -- chat on ipad 20 June 2017, 17:25:15 UTC
c5461b0 Merge pull request #2127 from sagemathinc/issue/2103 Rename/move Side Chat files with the source files. 20 June 2017, 16:52:09 UTC
2136843 hub --> client message was listed as API message 19 June 2017, 21:31:03 UTC
d84d5b0 change expect on empty dir list returned 19 June 2017, 21:28:50 UTC
a907047 return empty list if exception thrown by os.listdir() 19 June 2017, 21:26:42 UTC
38123e6 revert check for python traceback in compute server response 19 June 2017, 21:11:20 UTC
29d6fc3 Simplify behavior for move 19 June 2017, 20:57:03 UTC
e5ebd5f Add dest_is_folder option to move 19 June 2017, 20:57:03 UTC
b1cb682 Fix setState(...) warnings of side chat 19 June 2017, 20:57:03 UTC
a10a332 Don't add chat path if already included 19 June 2017, 20:57:02 UTC
2809330 Copy chats on move 19 June 2017, 20:57:02 UTC
3df0a68 Fix error if chat doesn't exist 19 June 2017, 20:57:02 UTC
4e5467f Always fetch hidden files 19 June 2017, 20:57:02 UTC
6d68e53 Fix up path_join to normalized_path_join 19 June 2017, 20:57:02 UTC
3eefe60 Add copy chats as option to file moves 19 June 2017, 20:57:02 UTC
10b9d7a Merge pull request #2115 from sagemathinc/latex-refactor Latex refactor 19 June 2017, 16:48:10 UTC
0e821e8 Merge pull request #2120 from sagemathinc/issue/1226-v2 webapp/projects: do not show payment info if quotas are not even known 18 June 2017, 11:00:30 UTC
eac40f7 webapp/projects: do not show payment info if quotas are not even known (ProjectsStore::get_total_project_quotas could return undefined) -- issue #1226 take 2 17 June 2017, 09:17:45 UTC
977e078 one more hub exception I've been seeing... 16 June 2017, 16:49:44 UTC
9660f49 fix a traceback error saw in hub logs... 16 June 2017, 16:36:52 UTC
d024968 Merge branch 'master' of github.com:sagemathinc/cocalc 16 June 2017, 16:11:43 UTC
2777e4f define BAN_TIME_MS 16 June 2017, 16:11:36 UTC
c0a9b5a webapp/latex: few more words in the help tab 16 June 2017, 13:39:20 UTC
f5a2e88 don't send stacktrace response to public_get_directory_listing applied to nonexistent folder 16 June 2017, 06:48:01 UTC
3d78ccb add 2 tests for #2054 stacktrace in API response message 16 June 2017, 06:46:24 UTC
97f9fce add tests for making folder public and downloading 16 June 2017, 03:11:38 UTC
c9b418e webapp/latex: bit more refactor and consolidation 15 June 2017, 20:18:28 UTC
da8296a Merge remote-tracking branch 'origin/master' into latex-refactor 15 June 2017, 18:04:33 UTC
4ebf19a webapp/latex: some basic refactoring to bring back some sanity 15 June 2017, 18:00:02 UTC
296c23c Merge pull request #2114 from sagemathinc/reenable-require-ensure webpack: allowing for more chunks, and two points where it is introduced in the webapp code 15 June 2017, 17:11:31 UTC
1aa7caa Merge pull request #2112 from sagemathinc/issue/2111 webapp: various smc → cocalc renamings and licensing code 15 June 2017, 16:06:33 UTC
891e449 Merge pull request #2113 from sagemathinc/issue/1621 webapp/latex: restore png pdf preview scroll location when switching tabs 15 June 2017, 16:06:11 UTC
e7b907b webpack: allowing for more chunks, and two points where it is introduced in the webapp code 15 June 2017, 13:16:10 UTC
38ef1ce webapp/latex: restore png pdf preview window when switching tabs -- issue #1621 15 June 2017, 12:18:41 UTC
ff08ca8 webapp: various smc → cocalc renamings and licensing code -- issue #2111 15 June 2017, 09:38:24 UTC
f9400dd Merge pull request #2110 from DrXyzzy/issue/1987f Issue/1987f API collaborator message doc 14 June 2017, 21:28:48 UTC
fc71945 indent comments 14 June 2017, 21:11:50 UTC
e34d284 document invite_noncloud_collaborators 14 June 2017, 21:08:50 UTC
f455a31 document invite_collaborator and remove_collaborator 14 June 2017, 20:00:40 UTC
e4010e2 Merge pull request #2104 from sagemathinc/firefox-embedded-pdf webapp: re-enable firefox embedded pdf viewer 14 June 2017, 19:35:22 UTC
d8a7c53 Merge pull request #2102 from DrXyzzy/issue/2101 SageMathCloud -> CoCalc in email invitation 14 June 2017, 19:34:55 UTC
386f072 Merge pull request #2108 from sagemathinc/issue/2107 webapp/jupyter: fixing setting cursor locations without syncdb instance 14 June 2017, 19:34:36 UTC
88a47a0 tests for collaboration API calls; 1 is skipped for now 14 June 2017, 19:25:12 UTC
c5fd9c3 webapp/jupyter: fixing setting cursor locations without syncdb instance -- #2107 14 June 2017, 19:19:02 UTC
0a8f092 fix markdown for change_email_address examples 14 June 2017, 19:11:13 UTC
ef0169c webapp: re-enable firefox embedded pdf viewer -- see #1313 for some history on that 14 June 2017, 13:48:12 UTC
a943dda SageMathCloud -> CoCalc in email invitation 14 June 2017, 06:56:29 UTC
ed5cdd7 Merge pull request #2087 from DrXyzzy/issue/2076c expanded API intro doc section 13 June 2017, 19:31:44 UTC
1900b9d add missing curl examples for change_email_address 13 June 2017, 19:26:33 UTC
cc4fa02 increased sales tax 13 June 2017, 19:04:03 UTC
a9f882e expanded API intro doc section 13 June 2017, 18:59:10 UTC
652d238 increase some api test timeouts 13 June 2017, 18:18:51 UTC
6be4ee6 fix some message tests 13 June 2017, 18:12:13 UTC
909078f Merge pull request #2082 from sagemathinc/issue/2076 api doc enhancements 13 June 2017, 17:56:48 UTC
fd6d029 Merge pull request #2083 from sagemathinc/latex-help webapp/latex: adding help tab 13 June 2017, 17:50:21 UTC
faa7c7b Merge pull request #2086 from sagemathinc/hub-prometheus hub prometheus metrics -- pt. 2 13 June 2017, 17:50:06 UTC
aff1183 hub/metrics: bugfixes and simplifying initalization 13 June 2017, 13:36:18 UTC
3fc66bc latex/help: missing link about floats and images 13 June 2017, 09:04:46 UTC
f9f5fa4 Merge remote-tracking branch 'origin/master' into latex-help 13 June 2017, 09:02:47 UTC
40f4773 api/doc: point user directly to the applications landing page 13 June 2017, 08:59:22 UTC
21a6246 fix in docs 13 June 2017, 03:19:41 UTC
e8d93e3 add some unit testing of auth_token 13 June 2017, 03:03:01 UTC
3f8c133 implement auth token -- get it to work mostly; now need unit tests 13 June 2017, 02:18:46 UTC
681a217 implemented code for generating and managing auth token; no code yet for allowing user to use token and no unit tests. 12 June 2017, 22:28:07 UTC
3d651dc add user auth message 12 June 2017, 21:45:33 UTC
5d6388d proofread help markdown 12 June 2017, 20:34:52 UTC
37965a6 another metrics recorder fix 12 June 2017, 20:03:15 UTC
back to top