Lennart Kats
d3098fa2f0
Fix null.kill()
...
TypeError: Cannot call method 'kill' of null
at Parent.disconnect (/home/ubuntu/workspace/node_modules/vfs-child/parent.js:65:15)
at Parent.master.destroy (/home/ubuntu/workspace/plugins/c9.vfs.server/vfs.js:142:16) # Please
enter the commit message for your changes. Lines starting
at Vfs.destroy (/home/ubuntu/workspace/plugins/c9.vfs.server/vfs.js:109:21) # with '#' will be
ignored, and an empty message aborts the commit.
at EventEmitter.entry.destroy (/home/ubuntu/workspace/plugins/c9.vfs.server/cache.js:131:40) # On
branch fix-vfs
at remove (/home/ubuntu/workspace/plugins/c9.vfs.server/cache.js:110:23) # Changes to be
committed:
at null._onTimeout (/home/ubuntu/workspace/plugins/c9.vfs.server/cache.js:143:21) # modified:
node_modules/vfs-child/parent.js
at Timer.listOnTimeout [as ontimeout] (timers.js:112:15)
# Changes not staged for commit:
2015-11-04 13:27:12 +00:00
Lennart Kats
c1ea5744a0
Cleanup old ENOENT approach
2015-11-04 11:19:43 +00:00
Lennart Kats
4d49d34712
Fix vfs not always connecting if first node binary in list doesn't exist
...
We'd first get a EPIPE and then an ENOENT in this scenario,
breaking our retry behavior.
2015-11-04 11:19:10 +00:00
Ruben Daniels
72a9eb5d4a
Merge pull request +10051 from c9/fix/various
...
Fix issues with rename
2015-10-26 11:28:36 -07:00
nightwing
515478ef96
fix +9984 Rename variable broken for two instances on the same line
2015-10-26 05:41:39 +04:00
nightwing
68046d4445
fix removeLicenceComments breaking packaged file
2015-10-26 02:17:43 +04:00
nightwing
a11af58899
fix typo
2015-10-26 02:17:43 +04:00
Fabian Jakobs
b340c081af
add unit tests for domain mappings
2015-10-23 13:02:16 +00:00
Fabian Jakobs
7e1613d4ab
add user-content service
2015-10-23 13:00:32 +00:00
DanaIv
956aae8f1b
Merge pull request +10017 from c9/fix-invalid-analytics-userid
...
Fix invalid analytics userid
2015-10-23 14:02:21 +02:00
Matthijs van Henten
9f2ecc3c3b
Merge pull request +9896 from c9/fix-c9-url
...
restructure not to be architect plugin
2015-10-23 13:49:42 +02:00
Dana
f0c944db31
some refactoring and add tests
2015-10-23 11:46:43 +00:00
Dana
08f9cae23a
fix typo in internal domain check for email and add tests
2015-10-23 11:36:18 +00:00
Tim Robinson
40c010cffa
Revert "fix symlink loop detection"
...
This reverts commit 7126015b1b5b6a47205ab80d3fa89136c206c3b5.
2015-10-22 10:30:54 +00:00
Ruben Daniels
61016b8616
Merge pull request +9869 from c9/fix/various
...
Fix several small issues
2015-10-20 11:55:19 -07:00
Harutyun Amirjanyan
f72202160b
Merge pull request +9593 from c9/fix/testpanel
...
Test Panel Fixes
2015-10-20 22:45:31 +04:00
DanaIv
95a576abea
Merge pull request +9892 from c9/filter-test-accounts-client-side
...
Filter test accounts client side
2015-10-20 16:06:26 +02:00
Matthijs van Henten
6960ab7b0e
Merge pull request +9895 from c9/fix-profile-base-url
...
Fix profile base url
2015-10-20 14:19:32 +02:00
Lennart Kats
5fa6a0ca78
Add documentation
...
or some attempt at documentation
2015-10-20 10:24:15 +02:00
Matthijs van Henten
01e56ab0af
restructure not to be architect plugin
2015-10-19 22:30:12 +00:00
Dana
374205d1e3
Add further filtering client side
2015-10-19 16:22:43 +00:00
Fabian Jakobs
043984c8e1
Revert "Put user content on a different domain"
2015-10-19 17:22:19 +02:00
Fabian Jakobs
cfeb3724bc
Merge pull request +9793 from c9/user-domain
...
Put user content on a different domain
2015-10-19 13:47:02 +02:00
nightwing
7126015b1b
fix symlink loop detection
2015-10-17 18:35:09 +00:00
Tim Robinson
30ea37fecf
Merge pull request +9668 from c9/workspace-not-found
...
Log out whether the user is logged in when Workspace not found error occurs
2015-10-16 15:50:56 +02:00
Matthijs van Henten
e1bbf4d129
Merge pull request +9831 from c9/remove-test-users-tracking
...
Remove test users from event tracking
2015-10-16 09:51:42 +02:00
Dana
f7ed5dff99
Rename blacklist file to something more descriptive
2015-10-15 12:13:29 +00:00
Dana
53a222db34
Fix function export error
2015-10-15 08:21:18 +00:00
Dana
d39a09dcc1
fix tests
2015-10-14 15:46:27 +00:00
Fabian Jakobs
b0e10d15b5
secure redirect
2015-10-14 14:53:53 +00:00
Fabian Jakobs
8224fb8c66
add user content moved page
2015-10-14 13:31:30 +00:00
Dana
30853212c7
move internal domain check outside analytics
2015-10-14 10:22:36 +00:00
Fabian Jakobs
88c9baaf62
Merge remote-tracking branch 'origin/master' into user-domain
...
Conflicts:
Makefile
npm-shrinkwrap.json
2015-10-13 13:48:58 +00:00
Fabian Jakobs
95012eb90a
add to makefile
2015-10-13 11:56:55 +00:00
nightwing
8f36832df0
fix require.undef for resources loaded via text!
2015-10-09 00:05:23 +04:00
nightwing
caea61a57e
fix workspace list in local version
2015-10-05 13:22:56 +04:00
Ruben Daniels
9b17d0e88e
Merge branch 'master' of github.com:c9/newclient into fix/testpanel
2015-10-01 15:30:59 -07:00
nightwing
304819f37e
fix regression in handling right command key on mac
2015-10-01 23:26:24 +04:00
nightwing
c3714fb7a8
fix debugger not working with misconfigured localhost
2015-10-01 19:27:08 +04:00
Tim Robinson
4054d149b2
oberr is just a function
2015-10-01 10:42:51 +00:00
Tim Robinson
54fa807ed2
Turned oberr into a seperate module so we can use it client side
2015-10-01 10:40:17 +00:00
nightwing
241e14da31
fix issue with stale line widgets
2015-10-01 02:53:35 +04:00
Ruben Daniels
bca8b3196b
Merge branch 'master' of github.com:c9/newclient into fix/testpanel
2015-09-29 11:22:45 -07:00
nightwing
8d6487f819
use javascript mode for jsx files
2015-09-28 17:15:58 +04:00
nightwing
2e1b33cb33
update ace
2015-09-28 17:10:05 +04:00
nightwing
721cb0d8f3
add scrollbar min width
2015-09-25 20:49:23 +00:00
nightwing
f15df7e58a
fix diff for added/removed files
2015-09-20 19:22:54 +04:00
nightwing
0b5343e8c2
code style
2015-09-16 13:21:58 +04:00
nightwing
e5de2372c3
add recursive require.undef for sdk
2015-09-16 01:22:30 +04:00
nightwing
bd520032ad
show line widget for debugger exceptions
2015-09-13 17:28:53 +04:00