Commit Graph
16862 Commits
Author SHA1 Message Date
James Allen 7fed2155be Differentiate between timeouts, server errors, and LaTeX failures in client 2014-05-19 16:10:52 +01:00
James Allen 6c5a2c2740 Reconfigure internal CLSI call to understand more than just success/failure 2014-05-19 16:10:52 +01:00
Henry Oswald a53d767eca changed 412 status code to 400 2014-05-19 14:02:54 +01:00
James Allen 5cd66aad58 Return more informative errors 2014-05-19 07:18:57 -04:00
Henry Oswald de38cbf595 destroy session when getting project details 2014-05-19 12:01:05 +01:00
Henry Oswald 6f9969d6e1 log out after smoke tests 2014-05-19 11:53:10 +01:00
Henry Oswald af2de3cdeb finished off change email 2014-05-19 11:50:32 +01:00
James Allen de0d79e1bf Use configurable upload directory 2014-05-17 21:01:48 +01:00
Henry Oswald 7437115967 added controler t change user email 2014-05-16 17:45:48 +01:00
Henry Oswald c4a420bd7f writen function to set the user email safely 2014-05-16 17:29:54 +01:00
James Allen cc962e1c44 Add indexes in background 2014-05-16 17:00:30 +01:00
James Allen 6a371c267f Fix indexes 2014-05-16 16:41:40 +01:00
James Allen 29ad81c134 Use expiresAt rather than tempCreatedAt 2014-05-16 16:41:14 +01:00
James Allen 8b0b79bc32 Use TTL index to auto-delete updates after a week when versioning is not enabled 2014-05-16 15:59:12 +01:00
James Allen 7cca4f0368 Don't store and send version data 2014-05-16 13:06:35 +01:00
James Allen a62bff5052 USe parallel limit on zip file streaming 2014-05-16 11:50:15 +01:00
Henry Oswald 28ae33b100 added login link to reset message 2014-05-16 11:34:28 +01:00
Henry Oswald 221c2214dd changed class from email to password on form 2014-05-16 11:30:44 +01:00
Henry Oswald 50df82697a Merge branch 'master' of github.com:sharelatex/web-sharelatex 2014-05-16 11:27:09 +01:00
James Allen 2104c69cb9 Stream files into zip in series 2014-05-16 11:26:58 +01:00
Henry Oswald 9419d3a0e5 hooked up the frount end ui to show the email can not be found,
added client side valdidation on password, removed server side min
length check. Just check that it is not 0 len
2014-05-16 11:26:29 +01:00
James Allen e9c164dc73 Fix test that could never fail 2014-05-16 11:01:36 +01:00
James Allen 240dc2e319 Use crypto.randomBytes 2014-05-16 10:52:31 +01:00
Henry Oswald 9c3c57f2a8 renamed TokenGenerator to PasswordResetTokenHandler and added Expire to function name 2014-05-16 10:43:55 +01:00
Henry Oswald bf1bb22afd added rate limiting to password reset endpoint 2014-05-16 10:31:33 +01:00
Henry Oswald ca1539cac0 added timefreeze to recurly wrapper, don't think it really works but never know *double shurg* 2014-05-15 22:21:49 +01:00
Henry Oswald 133c4759f8 fix tests, whoops 2014-05-15 18:26:00 +01:00
Henry Oswald e1b3f3542c added some logging 2014-05-15 18:14:05 +01:00
Henry Oswald 24c50189b6 Merge branch 'master' of github.com:sharelatex/web-sharelatex 2014-05-15 18:01:49 +01:00
Henry Oswald f7245f32d0 cleaned up old password reset cruft 2014-05-15 18:01:43 +01:00
Henry Oswald 96d98329f1 token based reset works 2014-05-15 17:58:25 +01:00
Henry Oswald 1ffd19099b writen getUserIdFromToken 2014-05-15 17:20:42 +01:00
Henry Oswald 9f901fb1ba added the token generator and its getNewToken function 2014-05-15 17:16:20 +01:00
Henry Oswald 64688e661d written password reset controller 2014-05-15 16:50:38 +01:00
James Allen e72dd50089 Use configurable uploads folder location 2014-05-15 16:32:17 +01:00
James Allen 946f451155 Move to default settings file 2014-05-15 16:22:06 +01:00
Henry Oswald 551e1d465a written password reset handler 2014-05-15 16:20:23 +01:00
James Allen 93883c7a03 Fix calling of updateDoc 2014-05-15 15:43:04 +01:00
James Allen f6e85c4140 Don't proxy version number to/from docstore 2014-05-15 12:44:08 +01:00
James Allen ffd10a8439 Don't send or get versioning info to/from web
The version number is only used by the doc updater and so can be cleanly
encapsulated in a collection that only the doc updater knows about. The version
is already stored under docOps, so continue to tore it there.
2014-05-15 11:13:16 +01:00
James Allen e25fb7e435 Keeping writing and reading updates from Mongo to cover the deploy period 2014-05-14 16:04:25 +01:00
Andreas Källberg db89f8c8db Fixes #63, highlighting file names when renaming up to full stop 2014-05-14 16:40:51 +02:00
James Allen bdfe018cad Log out warning when using Mongo for version still 2014-05-14 14:16:27 +01:00
James Allen 0199f2e129 Use version from web, with fallback to old mongo collection 2014-05-14 13:28:17 +01:00
James Allen 8973969224 Merge branch 'master' into remove_mongo_doc_ops
Conflicts:
	app/coffee/DocOpsManager.coffee
	test/acceptance/coffee/ApplyingUpdatesToADocTests.coffee
	test/acceptance/coffee/FlushingDocsTests.coffee
	test/unit/coffee/DocOpsManager/DocOpsManagerTests.coffee
	test/unit/coffee/RedisManager/prependDocOpsTests.coffee
	test/unit/coffee/RedisManager/pushDocOpTests.coffee
2014-05-14 12:39:40 +01:00
James Allen 79457227e1 Support up to 2mb requests 2014-05-13 12:54:58 +01:00
Henry Oswald 1f1f535c8b removed lines which may be causing issue with domain 2014-05-12 18:33:09 +01:00
Henry Oswald ce67c8c655 added logging to err domain 2014-05-12 15:57:08 +01:00
Henry Oswald 3bbeff5aff moved all metrics to use the module, deleting old metrics file and added different check in err domain 2014-05-12 15:45:15 +01:00
James Allen 4a27342b01 Merge branch 'docstore_integration' 2014-05-12 14:23:41 +01:00