https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
f340161 webapp/sagews: catching javascript exceptions, and some cleanup (als a try-catch in there!) for _recieve_broadcast -- issue #1168 31 October 2016, 21:33:26 UTC
bf9fce7 fix -- @interval parameter to fs.watchFile passed in incorrectly 31 October 2016, 20:38:42 UTC
38b9307 font size for chatroom input 31 October 2016, 05:30:51 UTC
c4c7a2c fix https://github.com/sagemathinc/smc/issues/1137 -- "when a user deletes their account, make it so any outstanding stripe subscriptions are cancelled" 31 October 2016, 04:43:46 UTC
c1f46b8 fix https://github.com/sagemathinc/smc/issues/1155 -- disable color selectors... 31 October 2016, 01:30:34 UTC
9f41a13 fix https://github.com/sagemathinc/smc/issues/1156 -- "md *AND* html (and sagews) editor: left/center/right/justify buttons do nothing" 31 October 2016, 01:18:09 UTC
e6d5d8a fix https://github.com/sagemathinc/smc/issues/1164 -- make hover text for timestamps show proper time (also nicer); and NOT show a UTC title (ugly and wrong) 31 October 2016, 00:04:04 UTC
c092a82 fix https://github.com/sagemathinc/smc/issues/1165 -- "mini-terminal doesn't properly display an error on timeout" 30 October 2016, 23:51:38 UTC
26fef74 Merge pull request #849 from timothyclemansinsea/upstream_issue_849 Show login form if user is anonymous and directory is private 30 October 2016, 23:20:07 UTC
34cb50d clean up 30 October 2016, 22:53:09 UTC
a059a65 fix show login if not_public error 30 October 2016, 22:30:29 UTC
f7fa636 Merge branch 'upstream_issue_849' of https://github.com/timothyclemansinsea/smc into 849 30 October 2016, 21:20:04 UTC
e97f332 fix https://github.com/sagemathinc/smc/issues/1138 again -- was too aggressive before 30 October 2016, 19:15:24 UTC
31d4072 fix https://github.com/sagemathinc/smc/issues/1138 -- "gracefully close project if you are removed from it by somebody else..." 30 October 2016, 19:03:33 UTC
9103e78 fix showing a good error for not public 30 October 2016, 19:03:00 UTC
8d656a7 Display a big fat alert warning if Primus isn't defined on load -- this is what often happens when you try to refresh and things are totally broken. Let's just make it clear immediately 30 October 2016, 18:46:51 UTC
ea9d529 fix https://github.com/sagemathinc/smc/issues/1162 -- settings/keyboard: Autoindent selectioncontrol+[nothing] 30 October 2016, 18:45:58 UTC
a412af7 fix https://github.com/sagemathinc/smc/issues/1161 -- "in sync'd codemirror, when doing undo/redo the top buffer is always position for the last edit, but it should be the focused buffer" 30 October 2016, 18:02:12 UTC
f269775 fixes so local-hub/project will work with node.js version 6.x 30 October 2016, 17:37:30 UTC
4587dde fix https://github.com/sagemathinc/smc/issues/333 -- don't allow account creation token if there are any configured single sign on passports 30 October 2016, 17:18:21 UTC
16801fd merge with master 30 October 2016, 16:12:09 UTC
0786550 make update react static work again by not assuming on frontend 30 October 2016, 01:45:20 UTC
e82ed33 fix https://github.com/sagemathinc/smc/issues/874 -- "chat room markdown/html rendering does some weird stuff" -- by sanitizing the markdown input **AFTER** it is converted from markdown to html, not before. It makes no sense to parse the markdown as html and sanitize, then later convert to html... 30 October 2016, 01:38:56 UTC
53fc328 autosave fallout: don't save files before they are loaded -- otherwise sometimes browser suddenly can't open a file since it autosaved during open 30 October 2016, 01:20:33 UTC
f1236a7 slightly different followup to #824 -- better to encode only filename, not the server url, obviously. 30 October 2016, 00:35:42 UTC
30dcfa7 fix https://github.com/sagemathinc/smc/issues/824 -- "jupyter server broken for directory name with backslashes" 30 October 2016, 00:32:21 UTC
79a2b84 fix https://github.com/sagemathinc/smc/issues/966 -- "toggling sagews cells in %md collapses too much" 29 October 2016, 19:37:11 UTC
b594c29 fix https://github.com/sagemathinc/smc/issues/980 -- shockingly easy -- smc.clear doesn't work robustly 29 October 2016, 18:27:22 UTC
aa7faeb hotfix: Loading not defined -- saw this in production 29 October 2016, 18:05:08 UTC
abaa90d better fix for fix https://github.com/sagemathinc/smc/issues/522 -- account for case when no results; also fix replace 29 October 2016, 16:51:20 UTC
44591f5 extend the remember me cookie to a long time - this is fine now since we support "sign out everywhere", which we didn't before 29 October 2016, 16:04:04 UTC
145a553 fix https://github.com/sagemathinc/smc/issues/522 -- "change sagews search to be aware of hidden control codes" 29 October 2016, 16:02:08 UTC
e39e041 Merge pull request #1151 from sagemathinc/issue/682 Improve start/stop all student projects UI feedback 29 October 2016, 15:07:29 UTC
71ddd7f build/jupyter: sage kernels should inline graphics by default 29 October 2016, 14:17:01 UTC
37484c0 Remove an error occured 29 October 2016, 01:18:27 UTC
0164f90 Fix throttle_ms 29 October 2016, 01:15:37 UTC
39b14be Remove wait nonsense 29 October 2016, 01:10:32 UTC
47f64f5 fix https://github.com/sagemathinc/smc/issues/506 -- some worksheet markdown crashes smc-sagews2pdf 28 October 2016, 20:25:45 UTC
e9dba8d only show save error when saving a file if the file is still open 28 October 2016, 19:21:39 UTC
a12024a rewrite filesystem watching by project to just use old fashioned polling - much more robust, sadly, and that's what we **Need**. 28 October 2016, 19:02:03 UTC
a13f3a8 fix fallout from https://github.com/sagemathinc/smc/issues/501 28 October 2016, 18:33:27 UTC
3c623c2 Merge pull request #1158 from sagemathinc/issue/591 sync: dealing with file paths not inside the project 28 October 2016, 17:26:07 UTC
48fca33 sync: dealing with file paths not inside the project -- issue #591 28 October 2016, 17:06:25 UTC
c000772 Merge pull request #1157 from sagemathinc/issue/501 webapp: md and latex editor render tweaks: preview no longer does not overlaps with buttons, fixing margin and offset computations, triggering recalc on latex building, some style cleanup. 28 October 2016, 16:00:27 UTC
ac759ba webapp: md and latex editor render tweaks: preview no longer does not overlaps with buttons, fixing margin and offset compuations, triggering recalc on latex building, some style cleanup. -- issue #501 28 October 2016, 15:42:59 UTC
473a3c9 webapp: global debug flag: require(feature).DEBUG controlled in webpack 28 October 2016, 11:11:11 UTC
7c2323f prometheus: also time how long it takes to tally up the process stats 28 October 2016, 10:05:04 UTC
32d4b91 prometheus: disambiguate both compute metric clients via labels 28 October 2016, 09:57:19 UTC
9b30635 search: apple keys 28 October 2016, 05:02:34 UTC
8a5da10 fix https://github.com/sagemathinc/smc/issues/311 -- better document search bar 28 October 2016, 04:56:12 UTC
ea2e386 Merge pull request #1145 from sagemathinc/issue/1144 Course: Fix long handout names 27 October 2016, 23:59:22 UTC
822f9f8 fix https://github.com/sagemathinc/smc/issues/485 -- "latex dpi preview issues" -- fixed another bug with mesg.file not defined; formatted. 27 October 2016, 23:57:40 UTC
3c6d66a Adjust readability of some code 27 October 2016, 23:42:25 UTC
e8552e0 Fix efficiency concerns 27 October 2016, 23:38:53 UTC
e786b3f fix https://github.com/sagemathinc/smc/issues/325 -- "Some actions on a cell sagews create an additional blank cell" -- by not making new cells except on execute. 27 October 2016, 23:29:17 UTC
a4c7194 Shrink handout title size 27 October 2016, 23:05:43 UTC
44ad636 Course: Fix long handout names 27 October 2016, 22:50:49 UTC
1b8bdd8 Improve start/stop all student projects UI feedback 27 October 2016, 22:45:50 UTC
40d5d11 https://github.com/sagemathinc/smc/issues/174 - "projects should ensure that ~/.sage directory exists, even if sage not run" 27 October 2016, 22:30:01 UTC
bba2233 fix https://github.com/sagemathinc/smc/issues/491 27 October 2016, 22:18:57 UTC
740cb7c fix https://github.com/sagemathinc/smc/issues/432 -- "Mode switching in Sage worksheets should only happen at beginning of line" 27 October 2016, 21:56:48 UTC
d150924 Merge pull request #1149 from sagemathinc/issue/100 sagews2pdf: no newline when inserting a graphic, then the latex is valid when there is an image inside an \href 27 October 2016, 17:58:02 UTC
2fa4c5c sagews2pdf: no newline when inserting a graphic, then the latex is valid when there is an image inside an \href -- issue #100 27 October 2016, 17:05:10 UTC
0bed4b2 Merge pull request #1148 from sagemathinc/issue/1098 webapp/client: increasing max number of listeners of Client to 3000 27 October 2016, 16:47:47 UTC
736cab5 webapp/client: increasing max number of listeners of Client to 3000 -- issue #1098 27 October 2016, 16:41:37 UTC
b523d4c fix https://github.com/sagemathinc/smc/issues/152 -- "if loading a jupyter notebook fails..." -- by letting user interact with jupyter directly by moving the monkey patching a little earlier and making width full from start. Looks a lot better during load and lets jupyter take care of problems however it wants without confusingly leaving SMC. 27 October 2016, 16:39:21 UTC
bead282 fix https://github.com/sagemathinc/smc/issues/1147 -- make local hub read/write file lock have a timeout 27 October 2016, 16:00:06 UTC
5a58273 Merge branch 'master' of github.com:sagemathinc/smc 27 October 2016, 14:54:24 UTC
7b76579 add delete_from_database for sync strings 27 October 2016, 14:54:11 UTC
1bb57f7 client db schema -- implement support for delete option to set and delete queries. Should be safe since just adds this functionality while leaving old code mostly unchanged 27 October 2016, 14:27:02 UTC
9b629aa jupyter notebook: increasing NotebookApp.iopub_data_rate_limit by 10x 27 October 2016, 11:52:55 UTC
aa59bb9 Merge pull request #1143 from sagemathinc/course-editor/require-pay Re-align checkbox for requiring students to pay 26 October 2016, 23:11:46 UTC
9f8a73e jupyter_editor -- I noticed a traceback live that resulted in a blanked screen 26 October 2016, 22:53:38 UTC
0e2d6a3 impose some jupyter rate limits 26 October 2016, 22:50:22 UTC
23f60a4 jupyter: severely limit iopub output rates, to reduce huge output notebooks... 26 October 2016, 22:28:31 UTC
732781b make some chatroom code more defensive to avoid traceback in edge case 26 October 2016, 22:10:30 UTC
7874896 add a script smc-jupyter-no-output that deletes all output from a jupyter script 26 October 2016, 21:54:19 UTC
261a77f top-down-react rewrite refactoring fallout -- reference to alert_message that is no longer imported 26 October 2016, 21:16:49 UTC
930584e Re-align checkbox for requiring students to pay 26 October 2016, 20:15:58 UTC
7675145 fix https://github.com/sagemathinc/smc/issues/351 -- "comment selected text in Sage worksheets should comment out all lines, not just first." 26 October 2016, 18:35:11 UTC
5cb7297 fix https://github.com/sagemathinc/smc/issues/136 -- Blend MathJax display math background with theme 26 October 2016, 17:56:19 UTC
40cb7e7 fix https://github.com/sagemathinc/smc/issues/118 -- "a name like "akić" doesn't appear correctly in our pdf invoices" 26 October 2016, 17:09:33 UTC
b75a8fa localStorage work on https://github.com/sagemathinc/smc/issues/237 26 October 2016, 16:23:47 UTC
940fd4a Merge branch 'master' into wstein/local-storage 26 October 2016, 15:27:29 UTC
b954dfd fix https://github.com/sagemathinc/smc/issues/1142 26 October 2016, 04:45:03 UTC
54f5585 fixed that deleting projects with no upgrades was completely broken by https://github.com/sagemathinc/smc/pull/1077 26 October 2016, 04:29:50 UTC
c1b70a2 make mode button look better... 26 October 2016, 04:21:19 UTC
ba168ea clean up the formatting of all the sass files using new codemirror plugin 26 October 2016, 04:14:29 UTC
e0e6b1a reformating a bunch of the new top-down-react code using the new align_assignments codemirror plugin 26 October 2016, 03:51:50 UTC
cd52605 add align assignments codemirror plugin 26 October 2016, 03:34:18 UTC
66b7137 simple way to fix https://github.com/sagemathinc/smc/issues/1028 -- log mini terminal display entry copy/paste 26 October 2016, 02:21:22 UTC
6019549 fix https://github.com/sagemathinc/smc/issues/116, since so easy... 26 October 2016, 02:08:14 UTC
d301f6d fix https://github.com/sagemathinc/smc/issues/559 -- "task list bug when using the #container hashtag"; might as well, since this was so easy to fix. 26 October 2016, 01:49:18 UTC
ac3a4fc first attempt to fix https://github.com/sagemathinc/smc/issues/237 -- properly detect and warn about missing cookies or localStorage 25 October 2016, 23:34:47 UTC
bc03b36 improve toggling split editor state: in particular, fix https://github.com/sagemathinc/smc/issues/1044 25 October 2016, 22:37:22 UTC
22bf85a fix https://github.com/sagemathinc/smc/issues/294 -- password reset link robustness 25 October 2016, 22:12:21 UTC
36b4bd0 fix https://github.com/sagemathinc/smc/issues/1097 -- scroll position is not restored in preview of .md tab 25 October 2016, 21:46:27 UTC
3670d16 move the html-md-editor code out of editor.coffee into own subdirectory, in prep for a quick hack to solve https://github.com/sagemathinc/smc/issues/1097, and later to rewrite using react 25 October 2016, 21:33:54 UTC
65bb0f1 Fix some fragility with project actions 25 October 2016, 20:37:56 UTC
80006f3 fix https://github.com/sagemathinc/smc/issues/1131 -- "don't show "free host warning" for member projects" 25 October 2016, 19:28:05 UTC
back to top