Henry Oswald
|
e099a4a100
|
added default of empty string to user details, fixed route as well
|
2014-06-11 15:14:07 +01:00 |
|
James Allen
|
1eaba59df0
|
Use Ember to load project list
|
2014-06-11 14:52:23 +01:00 |
|
Henry Oswald
|
473da4fa4c
|
endpoint for user details is written
|
2014-06-11 12:46:28 +01:00 |
|
James Allen
|
99705ebb4f
|
Merge branch 'master' into master-redesign
|
2014-06-11 12:38:59 +01:00 |
|
James Allen
|
aaf87647c1
|
Null check for resizing diffs that may not have an ace editor
|
2014-06-11 11:58:19 +01:00 |
|
James Allen
|
54ecab854d
|
Don't try to open deleted docs for editing
|
2014-06-11 11:53:46 +01:00 |
|
James Allen
|
3ddfa607e1
|
Add in null array checks
|
2014-06-11 11:26:45 +01:00 |
|
James Allen
|
45fd924c49
|
Remove console.log line
|
2014-06-11 11:17:18 +01:00 |
|
James Allen
|
e91d4d61e9
|
Make track changes file view read only
|
2014-06-11 10:46:45 +01:00 |
|
Henry Oswald
|
3aff131428
|
added controller endpoint for updating user personal info
|
2014-06-10 22:26:43 +01:00 |
|
Henry Oswald
|
560288348a
|
moved delete project inside the editor to the http endpoint
|
2014-06-10 18:28:45 +01:00 |
|
Henry Oswald
|
ddfdc9e3f7
|
removed timeout for compile on the client side, rely on serverside http request
|
2014-06-10 18:14:28 +01:00 |
|
Henry Oswald
|
dabed896be
|
lowercase password reset email
|
2014-06-10 17:54:29 +01:00 |
|
Henry Oswald
|
3e4cfc5ba9
|
added url into error message when downloading from filestore
|
2014-06-10 14:09:36 +01:00 |
|
James Allen
|
2c73ca509b
|
Style account settings page (doesn't actually work yet)
|
2014-06-09 10:56:26 +01:00 |
|
James Allen
|
05b8bc36ec
|
Style password resets
|
2014-06-09 10:25:38 +01:00 |
|
James Allen
|
d3221f1cf1
|
Style login and register forms
|
2014-06-09 10:19:02 +01:00 |
|
James Allen
|
ead812eacc
|
Style folder list
|
2014-06-09 09:11:42 +01:00 |
|
James Allen
|
68aff781af
|
Sort out style of project list
|
2014-06-09 08:51:12 +01:00 |
|
James Allen
|
3cbf5fa4f4
|
More style tweaks to the project page
|
2014-06-06 19:37:04 +01:00 |
|
James Allen
|
ad9121f10d
|
More style improvements
|
2014-06-06 19:19:53 +01:00 |
|
James Allen
|
4f05926113
|
Get project page mostly styled
|
2014-06-06 17:47:52 +01:00 |
|
James Allen
|
0a1f1b8f38
|
Sort out responsive navbar
|
2014-06-06 16:37:59 +01:00 |
|
James Allen
|
b6217c401e
|
Merge branch 'master' into master-redesign
Conflicts:
public/stylesheets/less/trackchanges.less
|
2014-06-06 15:10:57 +01:00 |
|
James Allen
|
521befddd3
|
Merge pull request #76 from dfelder/patch-1
Ignore commented lines when setting root doc #52
|
2014-06-06 14:53:03 +01:00 |
|
James Allen
|
4fbebfbdc6
|
Tidy up styles
|
2014-06-06 14:43:45 +01:00 |
|
James Allen
|
5c27ff4430
|
Don't show diffs of deleted docs (much simpler)
|
2014-06-06 14:43:45 +01:00 |
|
James Allen
|
02f48be825
|
Allow docs to be restored
|
2014-06-06 14:43:45 +01:00 |
|
James Allen
|
1e31024bd7
|
Show diffs of deleted docs
|
2014-06-06 14:43:45 +01:00 |
|
James Allen
|
cabaf1ae1a
|
Show deleted documents when viewing history
|
2014-06-06 14:43:45 +01:00 |
|
James Allen
|
556afc8776
|
Rename settings to defaults
|
2014-06-06 13:00:28 +01:00 |
|
James Allen
|
6d24c69e96
|
Don't return deleted docs by default, make it a flag
|
2014-06-06 12:37:42 +01:00 |
|
Daniel Felder
|
1d12b88b09
|
Ignore commented lines when setting root doc #52
Same code I used in public/coffee/pdf/CompiledView.coffee. I didn't test it locally though.
|
2014-06-05 18:00:07 +02:00 |
|
Henry Oswald
|
22c467c231
|
Merge pull request #75 from dfelder/master
compile current file if top level document #42
|
2014-06-05 16:42:10 +01:00 |
|
Henry Oswald
|
8d337a26db
|
add null checks and defaults for the cached smoke test results
|
2014-06-05 16:13:06 +01:00 |
|
Henry Oswald
|
98efa96f3e
|
added caching of health checks so we can hit them heaviy from multiple places without potential concurency problems
|
2014-06-05 15:51:24 +01:00 |
|
Henry Oswald
|
142db9dc4e
|
Merge pull request #14 from c4live/master
Update FileHandler.coffee: ignore any error that happens while deleting ...
|
2014-06-05 15:36:57 +01:00 |
|
c4live
|
408bf43b98
|
Update FSPersistorManager.coffee
Using code 'ENOENT' for error checking instead of errno 34.
|
2014-06-05 16:01:38 +02:00 |
|
James Allen
|
4818ae8131
|
Use flag to only get deleted doc when appropriate
|
2014-06-05 14:10:44 +01:00 |
|
James Allen
|
7870b4fb55
|
Return deleted docs
|
2014-06-05 13:29:50 +01:00 |
|
c4live
|
5bc89c3cbf
|
Update FileHandler.coffee
Restoring error check.
|
2014-06-05 14:10:49 +02:00 |
|
c4live
|
1e42221954
|
Update FSPersistorManager.coffee
Do not propagate the error if trying to delete a directory that does not exist.
|
2014-06-05 14:10:05 +02:00 |
|
James Allen
|
828aefe2c8
|
Add in extra null check
|
2014-06-05 10:20:56 +01:00 |
|
c4live
|
a9be97622b
|
Update FileHandler.coffee: ignore any error that happens while deleting directory during insertFile.
|
2014-06-05 10:31:05 +02:00 |
|
James Allen
|
753a7609e3
|
Loosely fix responsiveness of header
|
2014-06-04 17:57:29 +01:00 |
|
James Allen
|
72939e7dd8
|
Import new navbar design
|
2014-06-04 17:46:22 +01:00 |
|
James Allen
|
024e21e0ae
|
Upgrade Jade
|
2014-06-04 16:28:20 +01:00 |
|
James Allen
|
43684fda3a
|
Move to bootstrap 3 (site barely functional)
|
2014-06-04 16:14:35 +01:00 |
|
James Allen
|
2fb8620ba0
|
Allow deleting of projects forever
|
2014-06-04 12:45:04 +01:00 |
|
James Allen
|
4b8f57de80
|
Add in archived projects link
|
2014-06-04 11:58:53 +01:00 |
|