https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
9fcff69 webapp/sagews2html: default values for image sizes 27 February 2017, 16:24:19 UTC
7c8b359 Merge remote-tracking branch 'origin/master' into issue/1663 27 February 2017, 14:46:32 UTC
38306a3 Merge pull request #1722 from sagemathinc/issue/1718 notes about backing changes data with a small table 26 February 2017, 00:55:17 UTC
67bd1ed Merge branch 'master' of github.com:sagemathinc/smc 24 February 2017, 20:51:01 UTC
ddeeb56 horrible fix for https://github.com/sagemathinc/smc/issues/1327 - "when switching to a codemirror editor tab, the cursor and scroll positions aren't restored properly" 24 February 2017, 20:50:28 UTC
a687971 Merge pull request #1725 from sagemathinc/issue/1724 webapp/sagews: _handle_input_hide_show_gutter_click check if there is a line 24 February 2017, 20:42:12 UTC
5602546 webapp/sagews: _handle_input_hide_show_gutter_click check if there is a line -- issue #1724 24 February 2017, 20:38:51 UTC
3b4f724 pg: notes about using a trigger_notification table to back the data of "changefeeds" 24 February 2017, 18:53:12 UTC
646f727 fix https://github.com/sagemathinc/smc/issues/1721 -- sagews: codemirror undefined in cell_start_marker 24 February 2017, 18:00:18 UTC
b8e602c Merge branch 'master' of github.com:sagemathinc/smc 24 February 2017, 17:32:48 UTC
138d3a2 fix https://github.com/sagemathinc/smc/issues/1719 by basically rewriting the de-archiver, since it had so many subtle bugs... 24 February 2017, 17:32:06 UTC
5accb28 Merge remote-tracking branch 'origin' into issue/1718 24 February 2017, 16:49:40 UTC
746550f webapp/latex: load/save of conf_doc sometimes happens when codemirror is no longer there. exception: Cannot read property 'getValue' of undefined at f.exports.LatexEditor.f.load_conf_doc. 24 February 2017, 16:37:22 UTC
88297f4 hub/pg: notes about a 10 min TTL for trigger_notifications running every full minute -- issue #1718 24 February 2017, 12:26:28 UTC
c0e0b62 hub/pg: using trigger_notifications table id to send the payload -- issue #1718 24 February 2017, 12:26:21 UTC
98f37b5 hub/pg: trigger_notifications table to hold the data, requires to redefine the notification trigger function -- #1718 24 February 2017, 12:26:10 UTC
2a6290e update version -- peeps need to refresh 24 February 2017, 06:36:53 UTC
030ca59 fix https://github.com/sagemathinc/smc/issues/1717 (also change some rendering spans to divs) 24 February 2017, 06:34:03 UTC
d29ee45 maybe make realtime sync slightly more robust in an edge case (*NOT* sure about this) 24 February 2017, 06:16:36 UTC
f299a5f hotfix for https://github.com/sagemathinc/smc/issues/1713 -- magenta 23 February 2017, 19:22:13 UTC
a4bf067 fix https://github.com/sagemathinc/smc/issues/1715 -- "sagews: codemirror fails displaying a docstring" 23 February 2017, 18:59:40 UTC
94f7c41 fix https://github.com/sagemathinc/smc/issues/1714 -- "course/main: CourseEditor.show_files -> set_focused_page is not a function" -- somebody changed the name of the function in the project actions, but didn't update in the course! 23 February 2017, 18:37:49 UTC
28a7bce webapp/printing: trying to embed referenced img files in md cells -- WIP. this is a good idea but it is still broken -- #1663 23 February 2017, 18:33:50 UTC
d22983b Merge branch 'master' of github.com:sagemathinc/smc 23 February 2017, 17:35:09 UTC
aa399eb related to https://github.com/sagemathinc/smc/issues/687 -- do not link in zxcvbn via webpack, even as a late-loaded chunk (by commenting out the ensure/require) 23 February 2017, 17:34:24 UTC
02503d4 webapp/wizard: fallback for unknown modes 23 February 2017, 13:39:07 UTC
c972a28 scripts/pg: use array aggregation to avoid extra queries -- still slow, though 22 February 2017, 21:33:20 UTC
d384998 probably fix https://github.com/sagemathinc/smc/issues/1702 -- don't do anything in process_sage_updates if editor already closed 22 February 2017, 18:41:32 UTC
1f8d344 Merge branch 'master' of github.com:sagemathinc/smc 22 February 2017, 18:29:43 UTC
0b78716 fix https://github.com/sagemathinc/smc/issues/1701 -- "history: account store sometimes not available"; fixed by using that if store isn't defined, then user can't be logged in, since login happens a bit after complete page load and assumes that store has been created. 22 February 2017, 18:28:10 UTC
6f37e47 scripts/db queries: updating "active_courses" reporting 22 February 2017, 18:26:14 UTC
ff365d3 fix https://github.com/sagemathinc/smc/issues/1710 -- older browsers do not know "Set()" -- fix by rewriting to use Javascript map. 22 February 2017, 18:21:07 UTC
256366b fix https://github.com/sagemathinc/smc/issues/1712 -- missing or broken icon for "Forgot password" message; by getting rid of a bunch of useless sass... 22 February 2017, 18:06:30 UTC
2825f2e pg: smc_db_queries part 1; initial transcription and project_collaborators works 22 February 2017, 15:29:36 UTC
73839d1 webapp/sagews: sometimes, when printing threejs the scene data is not defined -- in print_to_pdf_data: TypeError: Cannot read property "set_static_renderer" of undefined 22 February 2017, 13:07:28 UTC
7795963 pg: active quers according to file access log 22 February 2017, 13:05:58 UTC
7af2519 do not mess with clock skew if user's clock isn't off by a significant amount... in which case -- WARN THEM. 21 February 2017, 22:41:10 UTC
1397b6e Merge branch 'issue/1191't push origin master 21 February 2017, 19:52:54 UTC
2521be1 webapp/notification bell: simple background highlighting when active -- issue #1191 21 February 2017, 19:39:13 UTC
1416932 webapp/latex: @pdflatex.page(n) is always defined. what counts is the existence of the .element attribute 21 February 2017, 15:09:09 UTC
2d43640 better fix for https://github.com/sagemathinc/smc/issues/1699 -- jupyter notebook save exception 20 February 2017, 21:09:19 UTC
41252bc delete heading that isn't used at bottom. 20 February 2017, 20:46:29 UTC
4f4b98b Merge pull request #1696 from embray/design-overview Draft of partial notes on SMC design 20 February 2017, 20:45:23 UTC
adcdd1b A few more typo fixes and clarifications 20 February 2017, 16:22:10 UTC
49d6ec7 Typo, formatting fixes mostly. Removed now defunct references to RethinkDB 20 February 2017, 16:06:54 UTC
f34a909 Merge branch 'master' of github.com:sagemathinc/smc 19 February 2017, 16:51:07 UTC
1fa2267 fix close_unused_projects; reduce db verbosity for require 'c'. 19 February 2017, 16:50:38 UTC
b9e2511 Merge branch 'master' of github.com:sagemathinc/smc 19 February 2017, 14:52:24 UTC
afd35f2 fix bug in optimization 19 February 2017, 14:52:14 UTC
6c03748 pg: dropping index on webapp_errors.message -- not necessary at all 18 February 2017, 16:37:47 UTC
ea47907 Merge branch 'upstream_issue_1668' of https://github.com/timothyclemansinsea/smc into timothyclemansinsea-upstream_issue_1668 18 February 2017, 00:27:39 UTC
6766e63 Merge branch 'master' of github.com:sagemathinc/smc 18 February 2017, 00:26:23 UTC
b960d89 Merge branch 'timothyclemansinsea-upstream_issue_1595' 18 February 2017, 00:26:07 UTC
6358a66 Merge branch 'upstream_issue_1595' of https://github.com/timothyclemansinsea/smc into timothyclemansinsea-upstream_issue_1595 18 February 2017, 00:25:12 UTC
1d70cdc Merge pull request #1603 from timothyclemansinsea/upstream_issue_1601 For #1601: remove little warning banner if course fee required 18 February 2017, 00:23:14 UTC
b32e84b Merge pull request #1674 from sagemathinc/course-explicit-about-collab-error webapp/projects: be explicit about which project one is not a collaborator of 17 February 2017, 23:43:03 UTC
23035ae Merge branch 'issue/1567' 17 February 2017, 23:41:49 UTC
a38e206 Merge branch 'master' into issue/1567 17 February 2017, 23:34:50 UTC
d9e5d65 throttle cdertain changes 17 February 2017, 20:21:19 UTC
acc3770 Merge branch 'master' of github.com:sagemathinc/smc 17 February 2017, 19:41:18 UTC
2e90e6c add disabled option to debounce all synctable change events 17 February 2017, 19:40:55 UTC
568217b eliminate dead code involving public sharing of project... 17 February 2017, 19:39:31 UTC
db388b7 Draft of partial notes on SMC design 17 February 2017, 18:13:00 UTC
4301efd pg: notes about creating a readonly role and a user in that restricted role 17 February 2017, 16:52:31 UTC
28c1417 adding imagemagick deb for 'convert' 17 February 2017, 15:28:56 UTC
6f7f605 webapp/lib/latex: searching for filename until end of line -- #1567 17 February 2017, 14:45:46 UTC
f532d14 webapp: small lodash cleanup 17 February 2017, 14:43:44 UTC
c1d57fd compute server: add _apt user to whitelisted ones, used in ubuntu 16.04 lts for apt 16 February 2017, 14:58:44 UTC
79a10f3 licensing headers 16 February 2017, 11:54:42 UTC
d3556f2 readme: some clarification about install and setup on the github landing page 16 February 2017, 10:27:45 UTC
3f3cdc7 For #1668 don't show warning for file associations starting with noext- 16 February 2017, 01:50:02 UTC
f175567 Merge branch 'upstream_issue_1595' of github.com:timothyclemansinsea/smc into upstream_issue_1668 16 February 2017, 01:16:50 UTC
c45caf4 fix https://github.com/sagemathinc/smc/issues/1689 -- MathJax sometimes breaks 15 February 2017, 23:00:45 UTC
886fbb4 subtle/deep worksheet startup improvements: fix https://github.com/sagemathinc/smc/issues/1686 and https://github.com/sagemathinc/smc/issues/1589; and subtle bug in async_debounce; and a backend bug inolving show_identifiers 15 February 2017, 20:42:48 UTC
aa237e6 further robustness for jupyter wrapping that I found by opening and closing ipynb files aggressively 15 February 2017, 18:48:43 UTC
ef2391e this should hopefully be a proper fix for https://github.com/sagemathinc/smc/issues/1678 (not a hack-ish fix)... but it's hard to know 15 February 2017, 18:33:08 UTC
14b5bf2 fix https://github.com/sagemathinc/smc/issues/1687 -- synctable._save: cb undefined 15 February 2017, 18:24:35 UTC
ad78c11 fix https://github.com/sagemathinc/smc/issues/1685 -- sagews introspect_line cb: target undefined (?) 15 February 2017, 17:48:31 UTC
a467f77 fix bug in interact caused by new sage version 15 February 2017, 15:53:10 UTC
0c29ddd Merge branch 'master' of github.com:sagemathinc/smc 15 February 2017, 15:36:24 UTC
82182b4 improve sage server startup -- speed up and improve logging 15 February 2017, 15:35:55 UTC
77b6da1 webapp error: disabling error reporter in development mode 15 February 2017, 12:56:19 UTC
e0e05a8 webapp/chat: pre-tags for code in chat should inherit font size and the usual padding 15 February 2017, 10:45:43 UTC
fe073b7 webapp/course: fixing course title margins 15 February 2017, 10:11:20 UTC
31b046d fix https://github.com/sagemathinc/smc/issues/1679 -- sagews/sage_call: Cannot read property 'call' of undefined 15 February 2017, 02:23:24 UTC
c028370 Merge branch 'master' of github.com:sagemathinc/smc 15 February 2017, 01:41:31 UTC
f20d73b trivially adjust the progress bar further 15 February 2017, 01:20:23 UTC
050bb6e Merge pull request #1683 from sagemathinc/editor-cm_getCursor-undefined webapp/editor: Cannot read property getCursor of undefined 14 February 2017, 19:18:13 UTC
835b7d7 Merge pull request #1682 from sagemathinc/latex-no-preview_embed-on-ff webapp/latex: on firefox, the embedded preview is disabled 14 February 2017, 19:17:37 UTC
36bf843 Merge pull request #1681 from sagemathinc/latex-_smc_inline_errors-undefined webapp/latex: fixing "_smc_inline_errors" undefined 14 February 2017, 19:17:11 UTC
c9bc49e increase active users bar 14 February 2017, 19:16:34 UTC
bc50350 webapp/editor: Cannot read property getCursor of undefined 14 February 2017, 18:26:05 UTC
cc93ac1 webapp/latex: on firefox, the embedded preview is disabled 14 February 2017, 17:37:07 UTC
57cf89d webapp/latex: fixing "_smc_inline_errors" undefined 14 February 2017, 17:27:41 UTC
dc7c710 Merge pull request #1680 from sagemathinc/3d-deprecation-noKeys webapp/3d: noKeys deprecated 14 February 2017, 14:49:15 UTC
9fce8a7 webapp/3d: noKeys deprecated -- see https://github.com/mrdoob/three.js/blob/master/examples/js/controls/OrbitControls.js#L962 14 February 2017, 13:01:49 UTC
fdf4aae pg: more webapp error related queries that are handy when sifting through the table 14 February 2017, 11:26:06 UTC
cc75a9a Merge pull request #1670 from sagemathinc/error-9486e96a webapp/latex: safeguard against error 9486e96a-342d-4acb-b1bf-2848645da0dc: Cannot read property 'clearGutter' of undefined at f.exports.LatexEditor.f._reset_inline_errors 14 February 2017, 06:22:28 UTC
d35d6c8 followup to https://github.com/sagemathinc/smc/pull/1672 14 February 2017, 06:18:15 UTC
3edfe4e Merge pull request #1672 from sagemathinc/error-getViewport webapp/errors: "getViewport" property is undefined 14 February 2017, 05:51:07 UTC
back to top