https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
a1cfca7 webapp/course: a rename of status_map to status seems to be the culprit for #1547 29 August 2017, 13:49:30 UTC
8fc9330 db query: fix string-interpolation that should result in a string for postgres containing a "-string for the key in a json object 28 August 2017, 14:24:36 UTC
2bea075 dev/docker: moved to https://github.com/sagemathinc/cocalc-docker 27 August 2017, 13:34:41 UTC
09e6a74 Merge branch 'master' of github.com:sagemathinc/cocalc 27 August 2017, 04:20:47 UTC
95112e6 fix typo in printing tax (was computed in total properly) 27 August 2017, 04:20:32 UTC
f70753b fix an obvious async mistake discovered via traceback log 27 August 2017, 01:50:05 UTC
34affa3 fix blob traceback issue (in several ways at once) 26 August 2017, 14:45:05 UTC
9234fc5 fix copy between projects 26 August 2017, 13:42:30 UTC
d6fe721 Merge branch 'master' of github.com:sagemathinc/cocalc 26 August 2017, 12:31:38 UTC
bb6b155 proper format 26 August 2017, 12:06:22 UTC
f60c3b0 correct fix 26 August 2017, 12:03:16 UTC
b43aa0d switch back to cc-ls temporarily 26 August 2017, 11:49:36 UTC
3fa1af3 Merge pull request #2328 from sagemathinc/issue/2323 Close race condition hole in student creation 26 August 2017, 02:30:28 UTC
00bb9aa Merge branch 'master' of github.com:sagemathinc/cocalc 25 August 2017, 21:28:36 UTC
fea3a2f bad dir listing issue 25 August 2017, 21:28:21 UTC
6fca03f webapp: changing switch time for welcome-to-kucalc banner to expected time 25 August 2017, 17:45:27 UTC
461eff9 new frontend/backend required version 25 August 2017, 17:10:12 UTC
6cbce0b Close race condition hole in student creation 25 August 2017, 16:54:32 UTC
9b3f69e Merge branch 'kucalc-master' of github.com:sagemathinc/cocalc into kucalc-master 25 August 2017, 13:48:24 UTC
8ef4211 rewrote blob store for hub to support filesystem approach instead of gcloud storage api 25 August 2017, 13:47:55 UTC
ff864dd project quota privileged: explicitly disabling user upgrades with an explanation 25 August 2017, 13:13:01 UTC
2bfdbb5 project quota: adding "privileged" for elevated docker permissions -- kucalc only 25 August 2017, 13:01:37 UTC
7253abd Merge pull request #2321 from sagemathinc/kucalc-switch-banner DO NOT MERGE! Kucalc switch banner 24 August 2017, 19:22:59 UTC
ec410b3 project: enhacements for the prometheus /metrics endpoint 24 August 2017, 11:40:02 UTC
75d49c9 Merge branch 'kucalc-master' into kucalc-switch-banner 24 August 2017, 09:14:40 UTC
fb3b6a2 much better appraoch to freeing idle project objects -- just use debounce 24 August 2017, 04:59:25 UTC
255f926 implement idle timeout for kucalc hub project (i.e. avoid massive hub memory leak) -- not debugged or tested at all. 24 August 2017, 04:48:50 UTC
9327633 add timeout to getJSON for file listing 24 August 2017, 01:44:12 UTC
1d98234 change some caching params 24 August 2017, 00:49:54 UTC
3e4f81e fix dependence of stupid part of my stupid jupyter daemon script that hard-coded python, which broke due to python3 23 August 2017, 23:59:05 UTC
8aad377 revert changes I made to project file listing info messages, based on feedback. 23 August 2017, 23:14:11 UTC
b5444ff Merge branch 'master' into kucalc-master 23 August 2017, 22:58:06 UTC
bfe6979 polish 23 August 2017, 21:48:49 UTC
92d206a Merge pull request #2320 from sagemathinc/kucalc-warning-banner webapp: kucalc infrastructure change warning banner, and changing entry in account.other_settings to be a (string) timestamp instead of a boolean (one step towards #1982) 23 August 2017, 21:38:34 UTC
ff5b8bb need fs module 23 August 2017, 16:40:37 UTC
0b1ee78 make computation of RAM usage faster 23 August 2017, 16:23:04 UTC
ef807a9 webapp: safeguard to only show banner after its trigger time 23 August 2017, 13:53:39 UTC
8ae86a3 webapp: after kucalc switch, show this banner -- ATTN, the hardcoded timestamp should then be in the past 23 August 2017, 13:48:44 UTC
05e8584 webapp: kucalc infrastructure change warning banner, and changing entry in account.other_settings to be a (string) timestamp instead of a boolean (one step towards #1982) 23 August 2017, 13:38:43 UTC
150ff3b webapp: kucalc infrastructure change warning banner, and changing entry in account.other_settings to be a (string) timestamp instead of a boolean (one step towards #1982) 23 August 2017, 13:34:03 UTC
5b93785 Merge branch 'kucalc-master' into upgrade-project-restart-warning 22 August 2017, 20:29:05 UTC
af44ccd fix spacing for disk quota 22 August 2017, 15:58:20 UTC
d7fd1c0 don't show memory usage in project settings unless project is running 22 August 2017, 15:54:59 UTC
943623b Adjust restart wording 22 August 2017, 15:19:58 UTC
7923433 Merge branch 'master' into upgrade-project-restart-warning 22 August 2017, 15:15:44 UTC
7784153 change description of pending 22 August 2017, 04:47:16 UTC
6fb35d0 restart project whose quota changes if it is in pending state 22 August 2017, 04:12:05 UTC
bf7e7ef don't show extra state text everywhere (looks dumb) 22 August 2017, 04:02:36 UTC
3185fed make client aware of pending state. 22 August 2017, 01:48:12 UTC
9d3d594 make directory listing respect cc-in-cc dev env var. 22 August 2017, 01:24:07 UTC
12e29b5 finish implementing error handling for new directory listing approach. 22 August 2017, 01:16:09 UTC
7f20379 add pending state 22 August 2017, 01:15:44 UTC
dab1b53 client side -- start project running if necessary when getting directory listing 21 August 2017, 22:14:41 UTC
be21769 improve an error message involving stripe... 21 August 2017, 20:06:06 UTC
af812c1 Merge branch 'master' into kucalc-master 21 August 2017, 06:35:20 UTC
2e53d1a restore only once 21 August 2017, 06:31:19 UTC
39e8edc rewrite file listing to use new raw server endpoint. 21 August 2017, 04:06:42 UTC
66fb4c3 read file as binary so images work 20 August 2017, 23:00:58 UTC
78087da read file -- check size first 20 August 2017, 22:53:53 UTC
d4984e9 first attempt at read_file 20 August 2017, 22:40:32 UTC
550d51b got it. 20 August 2017, 22:24:53 UTC
c2004e9 add more logging to make debugging public mesg easier 20 August 2017, 22:17:59 UTC
9a3574a duh 20 August 2017, 21:36:08 UTC
cc77568 python vs coffeescript gonna drive me CRAZY! 20 August 2017, 21:33:18 UTC
68b0e8d fix URL to include base url; update fetch params 20 August 2017, 21:23:42 UTC
99bd008 problem with request... 20 August 2017, 21:13:23 UTC
6aceaa1 implement directory listing using raw server; probably broken... 20 August 2017, 21:03:45 UTC
b09d585 add URI to project to get directory listing efficiently through nodejs and the raw server (much more efficient that exec, python, smc-ls, etc.) 20 August 2017, 03:59:55 UTC
55d8d27 adapt smc_compute so it can also run in a kucalc project, for better code sharing for now. 20 August 2017, 02:09:39 UTC
bcc47af yeah. 20 August 2017, 01:05:03 UTC
676445e more mistakes 20 August 2017, 01:00:36 UTC
3c931e3 fixing little mistakes 20 August 2017, 00:56:23 UTC
146dcc5 oops 20 August 2017, 00:39:34 UTC
3052565 working on automatically restarting project when quota changes 20 August 2017, 00:37:44 UTC
aa4f281 kucalc -- restarting project on quota change (work in progress) 20 August 2017, 00:16:30 UTC
d8d56dc realize the error in my ways (correct some tired-written BS) 19 August 2017, 20:41:44 UTC
48b4b2c very tedious debugging :-( 19 August 2017, 20:37:12 UTC
0314bba oops -- don't break things forever! 19 August 2017, 20:31:20 UTC
363688f fix some issues with server-side synctables not being defined 19 August 2017, 20:19:10 UTC
df4bf21 hopefully finishing implementation of copying between projects 19 August 2017, 20:05:29 UTC
f3b6791 Change a space 19 August 2017, 10:24:04 UTC
f10f596 fix issues with copy path insert 19 August 2017, 03:53:43 UTC
f592e90 working on kucalc copy: first stab at query 19 August 2017, 03:19:49 UTC
56632d7 switch from copy_files to copy_paths to match what it's been called 19 August 2017, 01:05:19 UTC
81ef78f Merge branch 'master' into kucalc-master 19 August 2017, 00:58:27 UTC
85b0caa fix https://github.com/sagemathinc/cocalc/issues/2310 -- make session multi-account aware 19 August 2017, 00:54:26 UTC
77048e2 add table that will be used for coordinating copying between projects 18 August 2017, 23:54:09 UTC
cd835c5 delete "within" 18 August 2017, 22:49:36 UTC
8c32edb oops 18 August 2017, 22:27:40 UTC
163d58f remove spurious user_map from ssh keys thing; add more help; sort in correct order 18 August 2017, 22:19:45 UTC
4789c87 ssh: change text slightly 18 August 2017, 22:09:38 UTC
280adc5 Merge branch 'master' into kucalc-master 18 August 2017, 19:23:30 UTC
58cc128 webapp: react static building stroke again -- hotfix for https://github.com/sagemathinc/cocalc/pull/2302 18 August 2017, 19:15:52 UTC
f47f859 Merge pull request #2304 from sagemathinc/paypal-50-usd-limit webapp/billing: paypal only above $50 18 August 2017, 17:12:53 UTC
8abe10d webapp/billing: paypal only above $50 18 August 2017, 16:46:48 UTC
2804556 one simple change to make console dramatically more usable; another on the backend that takes the min of recent resizes would then do it. 18 August 2017, 16:23:16 UTC
cc396ee Merge branch 'master' of github.com:sagemathinc/cocalc 18 August 2017, 16:02:42 UTC
d845fb9 webapp/help: make links to api and policies relative to the base url 18 August 2017, 08:14:40 UTC
b94d343 Merge pull request #2302 from DrXyzzy/issue/2301 add CoCalc API link 18 August 2017, 08:05:57 UTC
3772deb hub/invoice: add address and taxid to the invoice/receipt 18 August 2017, 08:01:57 UTC
back to top