James Allen
|
1675185f37
|
Merge pull request #474 from sharelatex/pr-project-name-tooltip
Project name tooltip
|
2017-04-03 14:04:02 +01:00 |
|
James Allen
|
8161b0ff1e
|
Merge pull request #472 from sharelatex/pr-fix-resolved-comments-order
Use ISO strings instead of of date type in locally resolved comments.
|
2017-04-03 14:03:25 +01:00 |
|
Paulo Reis
|
4a86ff4b44
|
Merge branch 'master' into pr-new-logo
|
2017-04-03 11:17:39 +01:00 |
|
Paulo Reis
|
6b9b8480a8
|
Only show the tooltip if the project name is truncated.
|
2017-03-31 16:36:58 +01:00 |
|
Paulo Reis
|
5b8c36dfc0
|
Add a project name tooltip.
|
2017-03-31 16:13:23 +01:00 |
|
Shane Kilkelly
|
49de7bf315
|
mock out metrics in test
|
2017-03-31 14:54:20 +01:00 |
|
Shane Kilkelly
|
60b298d9ee
|
upgrade to latest metrics
|
2017-03-31 14:43:19 +01:00 |
|
Paulo Reis
|
855d37289b
|
Use ISO strings instead of of date type in locally resolved comments.
|
2017-03-31 14:29:28 +01:00 |
|
Shane Kilkelly
|
bee62400a6
|
Merge branch 'master' into sk-upgrade-metrics
|
2017-03-31 14:08:12 +01:00 |
|
Shane Kilkelly
|
cc81eca902
|
Account for error being null
|
2017-03-31 10:46:13 +01:00 |
|
Shane Kilkelly
|
2c62acee0b
|
Cleaner error reporting for addFolder endpoint
|
2017-03-31 10:31:03 +01:00 |
|
Shane Kilkelly
|
15d0a40f85
|
When error occurs, unset state.inflight
|
2017-03-31 10:30:28 +01:00 |
|
Shane Kilkelly
|
49446afb82
|
Remove duplicate line
|
2017-03-31 10:30:10 +01:00 |
|
Paulo Reis
|
e9a5c37fb6
|
Adjust grey tone in error pages.
|
2017-03-30 16:46:04 +01:00 |
|
Paulo Reis
|
5ae7baccf5
|
New logo with better spacing.
|
2017-03-30 16:39:44 +01:00 |
|
Paulo Reis
|
250d19163b
|
Set video source only when the onboarding prompt is shown.
|
2017-03-30 10:35:16 +01:00 |
|
Brian Gough
|
42009093ef
|
Merge pull request #469 from sharelatex/bg-fix-tikzfeynman-code-check
handle the \feynmandiagram command in code check
|
2017-03-29 15:57:34 +01:00 |
|
Brian Gough
|
13492c7fc4
|
handle the \feynmandiagram command in code check
pulled from our ace repository https://github.com/sharelatex/ace
commit baeb9aff561d048b8a839683261ffdf149ecd4ef
|
2017-03-29 15:27:10 +01:00 |
|
Paulo Reis
|
f298fac638
|
Improve wording on error pages.
|
2017-03-28 16:57:08 +01:00 |
|
Paulo Reis
|
5b69156948
|
Use slightly lighter gray in headings.
|
2017-03-28 16:56:46 +01:00 |
|
James Allen
|
4c8ce65ce7
|
Allo overlapping comments
|
2017-03-28 16:50:30 +01:00 |
|
Paulo Reis
|
b7040c2aa6
|
Remove unused assets.
|
2017-03-28 16:13:50 +01:00 |
|
Paulo Reis
|
307cd8a11b
|
Update favicon-related assets with new typography.
|
2017-03-28 16:12:52 +01:00 |
|
James Allen
|
3bf19a38ee
|
Merge pull request #467 from sharelatex/ja-validate-recurly-subscription-on-creation
Handle a 404 from Recurly if account doesn't exist
|
2017-03-28 16:06:25 +01:00 |
|
James Allen
|
08699d7aa2
|
Handle a 404 from Recurly if account doesn't exist
|
2017-03-28 15:46:58 +01:00 |
|
Paulo Reis
|
6d9563e8fb
|
Try Merriweather as serif font.
|
2017-03-28 15:18:34 +01:00 |
|
Paulo Reis
|
41a454a955
|
Update new logo.
|
2017-03-28 15:18:15 +01:00 |
|
James Allen
|
f53234271f
|
Merge pull request #465 from sharelatex/sk-hide-email-errors
If sending email fails, return a generic error.
|
2017-03-28 13:16:43 +01:00 |
|
James Allen
|
2e6e51eb6d
|
Merge pull request #464 from sharelatex/ja-validate-recurly-subscription-on-creation
Check Recurly for subscription as well before creating subscription
|
2017-03-28 13:15:58 +01:00 |
|
Brian Gough
|
e8039c3204
|
Merge pull request #466 from sharelatex/bg-prevent-exception-on-nonexistent-project
fix unhandled exception in ProjectDetailsHandler
|
2017-03-28 11:56:38 +01:00 |
|
Brian Gough
|
835d8d618d
|
use error handler
|
2017-03-28 11:33:37 +01:00 |
|
Brian Gough
|
6002fdbad6
|
return 404 on project details not found
|
2017-03-28 10:30:53 +01:00 |
|
Brian Gough
|
f433510e61
|
return NotFound error in ProjectDetailsHandler
|
2017-03-28 10:12:52 +01:00 |
|
Brian Gough
|
4e66b045e3
|
fix unhandled exception in ProjectDetailsHandler
|
2017-03-28 09:44:50 +01:00 |
|
Shane Kilkelly
|
d2e1efe4a9
|
fix a daft mistake
|
2017-03-27 17:45:19 +01:00 |
|
Shane Kilkelly
|
69b9b308d4
|
If sending email fails, return a generic error.
This prevents us from leaking juicy details of our aws/ses setup via the
password-reset form.
|
2017-03-27 16:17:38 +01:00 |
|
Shane Kilkelly
|
30c5bbfdfc
|
Add a .nvmrc file
|
2017-03-27 14:45:34 +01:00 |
|
Paulo Reis
|
4614d21c26
|
Merge branch 'pr-new-logo' of github.com:sharelatex/web-sharelatex into pr-new-logo
|
2017-03-27 14:37:52 +01:00 |
|
Paulo Reis
|
ebff500c25
|
Use new assets in the announcements widget.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
6ac99115a4
|
Safari pinned tab favicon.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
73a9732b8e
|
Favicons for mobile devices.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
e00de35d24
|
Replace basic favicon.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
c9ae114e95
|
Avoid capturing mouse or pointer events in graphical assets.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
659028cf0f
|
Graphically anchor elements of 500 error visual.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
70863930c3
|
Split 500 visual into different elements.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
f5bf310d80
|
Adapt 500 error page.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
6d74eeeb64
|
Improve line-height.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
d82dc7c1a1
|
Basic responsive behaviour.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
e60b1b5922
|
Bootstrap 404 page; integrate styles.
|
2017-03-27 13:45:03 +01:00 |
|
Paulo Reis
|
0dcfffc417
|
Add stylesheets for error pages.
|
2017-03-27 13:45:03 +01:00 |
|