https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
f7df24b webapp/pdfjs: show page number between pages again 18 January 2019, 13:07:07 UTC
e43d2f9 new version 18 January 2019, 05:07:17 UTC
b2fa027 Merge branch 'master' of github.com:sagemathinc/cocalc 18 January 2019, 05:02:33 UTC
4cf310e major change: only load recent projects, and load more on clicking a button. This should decrease server load when many users login. It should also decrease clutter for users. 18 January 2019, 05:00:35 UTC
071e0bc fix chat notifications not showing the first time (!) 18 January 2019, 04:58:33 UTC
cf1fd17 Update overview.rst 17 January 2019, 13:00:54 UTC
b02d50e better fix for merge conflict 17 January 2019, 12:54:17 UTC
9c5424f Merge pull request #3372 from sagemathinc/add-store-to-admin-page Add persistence to user search in admin page 17 January 2019, 12:34:28 UTC
8e65411 Merge pull request #3416 from sagemathinc/x11-zoom-btns webapp/x11: 100, 125 and 150% and 200% zoom selections 17 January 2019, 12:33:50 UTC
03eb3d5 Merge branch 'master' into x11-zoom-btns 17 January 2019, 12:33:27 UTC
864135b Merge pull request #3439 from sagemathinc/issue/3438 webapp: update react-sortable-hoc due to #3438 17 January 2019, 12:29:36 UTC
0385972 Merge pull request #3469 from sagemathinc/fix-file-listing-terminal-mode Fix file listing terminal mode 17 January 2019, 12:29:21 UTC
6fd4382 fix the traceback of https://github.com/sagemathinc/cocalc/issues/3470, which doesn't actually fix the bug though... 17 January 2019, 11:51:44 UTC
710d073 quick fix to reduce network info clutter -- only show when not connected 17 January 2019, 11:43:16 UTC
dd02724 restrict file_use to only files edited in the last 14 days, since periodically cocalc is being overloaded by difficult queries involving file_use 17 January 2019, 00:42:49 UTC
781f8d6 debounce sync for sagews/jupyter/code all the same at 1.5 seconds. 16 January 2019, 22:42:27 UTC
31ac294 add project websocket indicator to project tab, to provide actual feedback about the status of your connection (instead of just the console). 16 January 2019, 19:29:17 UTC
dda9c38 starting hub when doing dev in cocalc-docker would kill the project you are starting the hub in 16 January 2019, 18:29:38 UTC
14d3c68 Merge branch 'master' of github.com:sagemathinc/cocalc 16 January 2019, 16:09:07 UTC
dcaa0d0 fix a sync bug: there was a race condition on initialization that sometimes lost state, preventing saving. 16 January 2019, 16:04:07 UTC
83834c8 Merge remote-tracking branch 'origin/master' into fix-file-listing-terminal-mode 16 January 2019, 14:16:00 UTC
86045da put back error logging on save fail in code-editor actions 16 January 2019, 05:08:33 UTC
f0c5256 Ensure that terminal outputs use the same styling 15 January 2019, 19:56:27 UTC
da45d04 Remove miniterm.cjsx 15 January 2019, 19:28:47 UTC
86b299a Fix handler functions 15 January 2019, 19:27:05 UTC
81da2d7 Format file 15 January 2019, 19:25:27 UTC
45a2ed2 Fix decaffeinate suggestions 15 January 2019, 19:24:58 UTC
493142f Fix TS errors 15 January 2019, 19:16:38 UTC
eb2dd51 Auto-convert project_miniterm 15 January 2019, 19:15:52 UTC
8093a52 Use appropriate zIndex 15 January 2019, 18:46:46 UTC
23c5aef Merge pull request #3460 from sagemathinc/software-stable-2019-01-12 software: adding stable-2019-01-12 and tweaking descriptions a little bit 15 January 2019, 15:52:23 UTC
208fa84 Merge pull request #3467 from sagemathinc/proj-log-fix-sorting webapp/project log: fix sorting of log entries, especially when searching 15 January 2019, 13:19:17 UTC
a0b0d37 fix traceback caused by a log message in sync-doc.ts; re-enable more verbose project sync-doc logging for now 15 January 2019, 12:55:50 UTC
5ffae54 webapp/project log: fix sorting of log entries, especially when searching 15 January 2019, 10:27:40 UTC
8c9dba2 new ver 15 January 2019, 07:47:40 UTC
01dc8b6 (1) add save button to chatrooms, (2) revamp how save works for frame tree editors (much simpler and more robust event driven code) 15 January 2019, 07:46:10 UTC
1e7e8bc code refactor: make the Save button (from frame tree) its own re-usable component. yeah :-) 15 January 2019, 05:07:44 UTC
a73de4b Change broken import 14 January 2019, 21:46:45 UTC
17b23c1 Merge branch 'master' into add-store-to-admin-page 14 January 2019, 21:08:38 UTC
678afb7 software: adding stable-2019-01-12 and tweking descriptions a littel bit 14 January 2019, 10:06:10 UTC
11c2acc fix serious bug that prevented institute pay from working (this was a bug I introduced when converting the db-schema from coffeescript) 14 January 2019, 03:38:17 UTC
cf6001c just put in a comment about why there may be some errors querying db-standby on sign in 14 January 2019, 02:39:39 UTC
94f2e67 anonymous synctables not working (this was just system notifications when user not signed in); also exponential backoff on failure. 14 January 2019, 02:26:27 UTC
8c5d703 fix https://github.com/sagemathinc/cocalc/issues/3459 -- "sagews: get_all_cells → Cannot read property 'lineCount' of undefined " 13 January 2019, 16:16:11 UTC
f2bc0f6 fix https://github.com/sagemathinc/cocalc/issues/3455 -- on projects page the triangle to toggle editing collaborators is broken! This is really just a one-letter fix; @j3 made a typo and wrote "project" instead of "projects". The other changes are to get rid of a not-necessary complicated API, but don't matter. We need jest frontend unit testing!!!! 12 January 2019, 16:54:38 UTC
e9bf051 fix https://github.com/sagemathinc/cocalc/issues/3456 -- sync: _syncdb_cursor_activity → process → Cannot read property 'equals' of undefined 12 January 2019, 16:38:38 UTC
831a5d7 switch stats link back to not using share server, so always updated 12 January 2019, 15:50:20 UTC
5c6da92 checking for FATAL query failures wasn't working 12 January 2019, 00:11:57 UTC
0733152 revert bug introduced in https://github.com/sagemathinc/cocalc/commit/576382b1729f4b3f34d9401026d000ec907bc152 and also add ugly workaround to deal with live data. 11 January 2019, 23:39:06 UTC
9863f19 horrible workaround for now regarding jupyter notebooks not appearing in some cases 11 January 2019, 22:56:14 UTC
d1b61ec possibly address a jupyter open race condition. 11 January 2019, 22:11:48 UTC
1af23cf fix cocalc jupyter execution order issue (major problem) 11 January 2019, 21:34:31 UTC
748ae28 Merge pull request #3412 from sagemathinc/mem-warn-use-actual-limit webapp/project: use actual limit for memory warnings 11 January 2019, 19:48:03 UTC
2bcaf34 Merge pull request #3429 from sagemathinc/proj-uptime-str Project uptime string 11 January 2019, 19:44:16 UTC
671f2e1 Merge pull request #3411 from sagemathinc/test-fix-timestamp-jitter hub/test: fix some timestamp jitter 11 January 2019, 19:42:44 UTC
9f5375c Merge pull request #3428 from sagemathinc/x11-sqlitebrowser x11: add sqlitebrowser 11 January 2019, 19:36:45 UTC
1f2cbaf Merge pull request #3441 from sagemathinc/issue/3440 webapp/project actions: path in close_tab is not always defined -- #3440 11 January 2019, 19:36:16 UTC
9d31ed3 Merge pull request #3444 from sagemathinc/x11-gedit-help x11: help moved to new location and Gedit launcher 11 January 2019, 19:32:20 UTC
2220a00 Merge pull request #3445 from sagemathinc/rm-ff-65-warn webapp preflight: remove ff 65 warning 11 January 2019, 19:31:36 UTC
48496ce fix https://github.com/sagemathinc/cocalc/issues/3442 11 January 2019, 19:29:40 UTC
bebe4f6 probably fix https://github.com/sagemathinc/cocalc/issues/3450 11 January 2019, 19:19:47 UTC
9b043d2 better error 11 January 2019, 19:12:14 UTC
9fa6ea7 fix #3447 -- sync: handle_new_val → key must not be null 11 January 2019, 18:58:46 UTC
3ee3046 fix #3448 -- sync: handle_mesg_from_project → Cannot read property 'init_browser_client' of undefined 11 January 2019, 18:42:58 UTC
aec452a rewrite jupyter cursor handling to address jupyter → _syncdb_cursor_activity → Cannot read property 'get' of undefined #3452 11 January 2019, 18:29:05 UTC
0d9fc67 Merge remote-tracking branch 'origin/master' into x11-sqlitebrowser 11 January 2019, 14:27:32 UTC
41e51e5 Merge remote-tracking branch 'origin/master' into test-fix-timestamp-jitter 11 January 2019, 11:01:45 UTC
ce02e76 Merge remote-tracking branch 'origin/master' into x11-zoom-btns 11 January 2019, 11:01:06 UTC
8a8f6b2 Merge remote-tracking branch 'origin/master' into proj-uptime-str 11 January 2019, 11:00:39 UTC
01ee0cf Merge remote-tracking branch 'origin/master' into issue/3438 11 January 2019, 10:51:01 UTC
3af68f0 Merge remote-tracking branch 'origin/master' into issue/3440 11 January 2019, 10:50:38 UTC
d9940b2 Merge remote-tracking branch 'origin/master' into x11-gedit-help 11 January 2019, 10:50:22 UTC
c520a3d Merge remote-tracking branch 'origin/master' into rm-ff-65-warn 11 January 2019, 10:50:04 UTC
98bd051 I noticed an issue in production with a race condition, now that files open more quickly! 11 January 2019, 05:07:03 UTC
efa2840 fix admin opening of projects! 11 January 2019, 03:17:29 UTC
3585674 public paths not updating 11 January 2019, 02:59:58 UTC
5210c6c be more defensive with cursor handling code to avoid errors at runtime 11 January 2019, 02:29:50 UTC
a61332f put in another check to avoid a spurious stack trace 11 January 2019, 02:26:27 UTC
80296e5 obviously only save to disk if already ready. 11 January 2019, 02:09:41 UTC
d3c6bcf test fix -- close is now async 11 January 2019, 01:37:01 UTC
345f6d4 delete a hackish test that didn't work suddenly due to using debounce 11 January 2019, 01:35:23 UTC
7b32061 sync: chat notifications were broke by new commit api 11 January 2019, 01:15:33 UTC
5016519 throttle the cursor to massively reduce network traffic, and also make it so the cursor is only getting placed on text that exist 11 January 2019, 00:55:33 UTC
8c07629 better automatic saving of files on close (to further avoid loss of work) 11 January 2019, 00:16:44 UTC
81bebdf update version for syncts release 10 January 2019, 20:58:39 UTC
d4016fb Merge branch 'master' into syncts 10 January 2019, 20:58:36 UTC
2f68076 syncts: disable all verbose logging for project for now, for release. 10 January 2019, 20:57:29 UTC
e018c80 explicit timeouts for all project websocket api calls. 10 January 2019, 20:57:00 UTC
2a72298 (1) properly handle errors during file open (e.g., too big of file); (2) address edge case when websocket dies during sync_channel creation. 10 January 2019, 20:48:40 UTC
5b5fbf1 webapp preflight: remove ff 65 warning 10 January 2019, 20:46:54 UTC
7d0bd0c syncts: fix more edge cases where sync would break -- if database drops changes, or changes aren't successfully sent: basically project gets kill -9'd. Also, fix edge case when synctable disconnects and reconnets on backend right when a client is connecting 10 January 2019, 19:14:15 UTC
936487a x11: help moved to new location and Gedit launcher 10 January 2019, 15:46:01 UTC
c8d245a syncts: completely rewrite the browser side link between synctable and project 10 January 2019, 04:43:35 UTC
70e1547 syncts: wake project when editing a synctable using that project 10 January 2019, 00:46:44 UTC
4e5236e make test suite use new undo/redo api 10 January 2019, 00:10:54 UTC
3b5b762 change sync-doc api to have both commit and save, and use. makes offline mode work... 10 January 2019, 00:03:06 UTC
b915dcb better logingg and more version support 09 January 2019, 21:01:39 UTC
2493c8b Merge pull request #3443 from sagemathinc/issue/3442 webapp: account for cleared state in ProjectRow 09 January 2019, 15:55:55 UTC
657fbfb Add comment for non-obvious code 09 January 2019, 14:51:17 UTC
506dc7f webapp: account for cleared state in ProjectRow -- #3442 09 January 2019, 14:12:36 UTC
back to top