James Allen
f3338f621e
Release version 0.1.4
2015-03-20 15:25:59 +00:00
James Allen
1e8667400b
Release version 0.1.4
2015-03-20 15:25:43 +00:00
James Allen
79e71cdf92
Release version 0.1.4
2015-03-20 15:25:02 +00:00
James Allen
f7e0f0c54b
Add comment about tests on OS X
2015-03-20 15:02:26 +00:00
James Allen
801b5653e4
Fix unit test when false is not at /bin/false
2015-03-20 14:27:25 +00:00
James Allen
d12341da1d
Release version 0.1.4
2015-03-20 14:21:34 +00:00
James Allen
985abe42fe
Release version 0.1.4
2015-03-20 14:21:17 +00:00
James Allen
a370739722
Release version 0.1.4
2015-03-20 14:20:13 +00:00
James Allen
a772109e16
Merge pull request #288 from barracks510/master
...
Update NGINX Configuration
2015-03-20 14:17:04 +00:00
Brian Gough
fb43cf12c1
Merge pull request #161 from sharelatex/remove-pdflistview
...
make new pdf viewer the default for all users
2015-03-20 14:12:57 +00:00
Brian Gough
b0a32b1ef8
make new pdf viewer the default for all users
...
remove old pdf viewer
2015-03-20 11:28:28 +00:00
James Allen
ff55e4c5ed
Merge branch 'private_registration'
2015-03-20 10:34:17 +00:00
Dennis Chen
a48a9234ce
Update NGINX Configuration
2015-03-20 01:31:03 -07:00
James Allen
393169bc2a
Create a grunt task to create the admin user
2015-03-19 17:36:50 +00:00
James Allen
e2d515f957
Allow public registration module to hook into email system
2015-03-19 17:19:56 +00:00
James Allen
185514ea35
Fix failing unit test
2015-03-19 16:41:09 +00:00
Brian Gough
3bdf2158c1
avoid exception on page size change
2015-03-19 14:26:06 +00:00
James Allen
9b8cf7bcfa
Remove public registration and require that a user be registered by an admin
2015-03-19 14:22:48 +00:00
Brian Gough
6320fcccec
remove underscore from pollSavingStatus
...
the underscore module is not loading in time for some users on MacOS
2015-03-19 14:22:22 +00:00
James Allen
d76ef86077
Tell user to contact admin email to register
2015-03-18 16:20:26 +00:00
James Allen
93a088618a
Return proper error from registration handler
2015-03-18 16:19:48 +00:00
James Allen
cb948fede2
Move email sending into registration controller
2015-03-18 15:57:01 +00:00
Brian Gough
adb98d05b5
sentry 1.1.16 does not yet support release parameter, use build tag instead
2015-03-18 15:50:26 +00:00
Brian Gough
27d59eeac9
Merge pull request #160 from sharelatex/report-build-to-sentry
...
add grunt version target to report version to sentry
2015-03-18 13:23:31 +00:00
Sibren Vasse
f4f74a2baf
Fix for adblock blocking loginscreen.
2015-03-17 20:14:55 +01:00
Brian Gough
5d788ca7c5
add grunt version target to report version to sentry
...
it writes the git commit id and Jenkins build number into the sentry
configuration
2015-03-17 16:59:17 +00:00
Brian Gough
d7e53941b6
Merge branch 'master' of github.com:sharelatex/clsi-sharelatex
2015-03-16 16:47:56 +00:00
Brian Gough
59c25fc703
remove unnecessary call to async.series in OutputFileFinder
...
callback was previously async but is now synchronous, so high stack
usage.
2015-03-16 16:47:25 +00:00
Brian Gough
896a7c36ce
Merge pull request #17 from sharelatex/add-v8-performance
...
add v8 profiler
2015-03-16 15:18:48 +00:00
Brian Gough
9ee2706410
add v8 profiler on /profile?time=MS url
2015-03-16 15:02:45 +00:00
Brian Gough
a5e63f7261
Merge pull request #18 from sharelatex/terminate-processes
...
Use process group to terminate processes
2015-03-13 11:32:57 +00:00
Brian Gough
143d44e54b
add tests for SafeExec module
2015-03-13 10:15:53 +00:00
Brian Gough
a7b9376919
use SIGTERM instead of SIGKILL to allow process to shut down cleanly
2015-03-13 10:15:37 +00:00
Brian Gough
9aaef729ad
cleanup and comments
2015-03-13 10:10:51 +00:00
Brian Gough
63ee4d1e7d
use close event instead of exit to capture stdout/stderr correctly
2015-03-13 10:10:21 +00:00
Brian Gough
0e5abe1ff8
update tests to use safe_exec
2015-03-13 09:31:43 +00:00
Brian Gough
33d8974d02
kill process group on timeout of convert commands
2015-03-12 17:09:27 +00:00
Brian Gough
01d5322ef3
fix end of stream marker to handle languages like en_GB
...
when using language like 'en_GB' aspell reports it as 'en' in response
to $$l
2015-03-12 14:41:23 +00:00
James Allen
5da5c5c435
Accept arrays of messages to send to client
2015-03-12 14:32:35 +00:00
Brian Gough
a91faaf55c
use the language code $$l as the end of stream marker
...
cannot use a custom word in the session dictionary due to language
restrictions on allowed characters, e.g. armenian 'hy' does not allow
latin characters
2015-03-12 12:33:45 +00:00
Brian Gough
86d1092f85
include log line for each spell check
2015-03-12 11:43:09 +00:00
Brian Gough
e4a3e63ff7
remove unused parameter
2015-03-12 11:42:59 +00:00
Brian Gough
c9771272df
include log message for process timeout
2015-03-12 11:24:04 +00:00
Brian Gough
821f4b9a24
clean up timers when Aspell process exits
2015-03-12 11:13:58 +00:00
Brian Gough
00153e61ad
trim output when error occurs
2015-03-12 11:12:46 +00:00
Brian Gough
3bbd0d49a9
don't let error events overwrite exit event
...
(not sure if this can happen but it would be bad if it did)
2015-03-12 10:27:50 +00:00
Brian Gough
c8103a4f35
don't run the idle shutdown timer if the process has errored
2015-03-12 10:27:11 +00:00
Brian Gough
3da42df92c
log when a worker is removed from the pool
2015-03-12 10:26:52 +00:00
Brian Gough
3542918941
add logging for ASpell worker errors
2015-03-12 09:55:15 +00:00
Brian Gough
7936269804
add metrics for ASpell workers
2015-03-12 09:54:57 +00:00