Commit Graph
3671 Commits
Author SHA1 Message Date
Jessica Lawsheandsharelatex 24a2cafc33 Merge pull request #1038 from sharelatex/jel-style-improvements
Content pages style improvements

GitOrigin-RevId: 6cb212deba561ebfa6349bdfcf16e309679be275
2018-10-19 14:12:35 +00:00
Jessica Lawsheandsharelatex 7a03fbeb06 Merge pull request #1018 from sharelatex/jel-track-changes-info-page
Styling for track changes info page and add existence checks for metadata

GitOrigin-RevId: 86a6b178e8107c75ef5b877acc1aaa3d8d1ebd80
2018-10-19 14:12:30 +00:00
Paulo Reis a957593b62 Avoid adding custom toggler attributes when the feature flag is false. 2018-10-19 10:34:07 +01:00
Paulo Reis 4232732646 Avoid using Angular eval for user-provided strings in the layout directive. 2018-10-19 10:00:52 +01:00
Jessica LawsheandGitHub a1fa48b3ed Merge pull request #1033 from sharelatex/jel-portal-default-bg
Add default portal background
2018-10-18 10:31:07 -05:00
Jessica Lawshe 88f3fce26e Add default portal background 2018-10-17 17:00:50 -05:00
Jessica Lawshe 1362da710b Watch for hash change for tabs 2018-10-17 09:31:48 -05:00
Jessica Lawshe 97fdf72346 If hash not empty and remove unused file 2018-10-17 09:31:48 -05:00
Paulo ReisandJessica Lawshe 1424ae686a Add scrollIntoView behaviour. 2018-10-17 09:31:48 -05:00
Paulo ReisandJessica Lawshe 399a9ed604 Create bookmarkable tabs directive. 2018-10-17 09:31:48 -05:00
Jessica Lawshe 8e99142537 Add main CMS controller
Main is in index now, and blog controller moved to separate file
2018-10-17 09:31:48 -05:00
Tim Alby 6f63cd7ca0 add notification to confirm unconfirmed emails 2018-10-15 14:47:16 +02:00
Jessica LawsheandGitHub 1256d29af9 Merge pull request #1020 from sharelatex/jel-wiki-tables
Add class for table without borders
2018-10-12 08:55:51 -05:00
Alasdair SmithandGitHub f35ffc861f Merge pull request #1014 from sharelatex/ns-allow-capital-letters-in-ref-commands
allow capital letters in ref commands e.g. \Cref
2018-10-12 10:08:18 +01:00
Alasdair SmithandGitHub 8fc04e8c6c Merge pull request #1021 from sharelatex/as-addsearch
Port AddSearch styles from v1
2018-10-12 10:08:08 +01:00
Alasdair Smith 518ae83e48 Override search result title to use sans-serif 2018-10-12 09:53:22 +01:00
Alasdair Smith 0f9b65be23 Fix spaces -> tabs in copy/pasted code 2018-10-12 09:52:51 +01:00
Alasdair Smith 85912595e8 Port addsearch styles from v1 2018-10-11 12:13:51 +01:00
Timothée AlbyandGitHub 89590d5199 Merge pull request #1003 from sharelatex/cmg-split-screen-button
Switch between pdf and editor with full-screen button
2018-10-11 10:54:53 +01:00
Tim Alby 16db3a0806 gracefully handle subscriptions without currency 2018-10-11 10:38:48 +01:00
Alasdair SmithandGitHub e91ab3bf83 Merge pull request #1017 from sharelatex/as-fix-autocompile-loop
Prevent autocompile loop
2018-10-11 10:30:39 +01:00
Alasdair Smith 96d7d83b90 Add guard against autocompile being disabled 2018-10-11 09:30:21 +01:00
Jessica Lawshe a5eb6d0311 Add class for table without borders 2018-10-10 16:21:02 -05:00
Alasdair Smith 9dd965da3c Prevent autocompile loop
If an autocompile hits a rate limit, it would get into a bad state where
it would continuely loop making compile requests. This is because the
compile response resolving would disable auto compile (because the rate
limit was hit) but also trigger calculation of uncompiled changes, which
would not check if autocompile was disabled. The fix is to just check if
autocompile is disabled.
2018-10-10 15:04:18 +01:00
Simon DetheridgeandGitHub ea2782ff22 Merge pull request #1005 from sharelatex/spd-no-more-asterisks
Sanitize paths in all relevant ProjectEntityHandler methods
2018-10-10 10:44:13 +01:00
Nate StemenandGitHub 3548f61615 allow capital letters in ref commands e.g. \Cref 2018-10-09 14:58:02 -04:00
Simon Detheridge 32149e652f Handle 'invalid element name' error in project list ui
When invalid filenames are found during project-copy, the somewhat obscure (and non-localised) 'invalid element name' error is returned. Add a special case to handle this particular error and display something more descriptive to the user.

Added a modal error handler for when this error is generated by clicking the 'copy' icon in the project list, instead of using the 'more' dropdown which opens a modal copy dialog

bug: overleaf/sharelatex#908
Signed-off-by: Simon Detheridge <s@sd.ai>
2018-10-09 17:23:43 +01:00
Tim Alby 48e5c6b523 add UserMembership logic 2018-10-09 12:09:11 +01:00
Chrystal Griffiths 849c5253c7 Avoid duplicating code 2018-10-08 17:50:10 +01:00
Simon DetheridgeandGitHub af9c9517f3 Merge pull request #999 from sharelatex/as-validate-password-length
Validate password length
2018-10-08 13:55:25 +01:00
Jessica Lawshe 8ef7f6c26d Adjust margins to separate clickable items on templates 2018-10-08 11:09:06 +01:00
Alasdair Smith f26f30e677 Fix spaces instead of tabs 2018-10-08 10:44:26 +01:00
Alasdair Smith e37a54e254 Make error message match other styles 2018-10-08 10:44:26 +01:00
Alasdair Smith 8777b0f5f8 Style error message after moving it above inputs 2018-10-08 10:44:26 +01:00
Alasdair Smith af499e4539 Style error message on register form 2018-10-08 10:44:26 +01:00
Alasdair Smith 2edca417b1 Reduce padding 2018-10-08 10:44:25 +01:00
Alasdair Smith 1fe8aebf5b Add error handling for 400 responses 2018-10-08 10:44:25 +01:00
Chrystal Maria GriffithsandGitHub 6b8eb0ac23 Merge pull request #996 from sharelatex/jel-meta-img
Update default meta images
2018-10-04 15:01:19 +01:00
Chrystal Maria GriffithsandGitHub e932eb074b Merge pull request #992 from sharelatex/as-fix-mathjax
Fix mathjax incorrectly loading config
2018-10-04 15:01:05 +01:00
Chrystal Griffiths 13843f82a0 Use settings appName 2018-10-04 09:57:51 +01:00
Jessica Lawshe bbe847c16d Update default meta images
Favicons are not picked up by social sites.
2018-10-03 17:34:40 +01:00
Alasdair Smith fb8ed890f9 Correctly load Safe mathjax extention using provided config 2018-10-03 11:52:33 +01:00
Jessica Lawshe 0ff6ef0748 Ensure Wiki search link color property set on hover 2018-09-27 11:52:38 -05:00
Jessica Lawshe 23c9c719af Update hover color for tabs 2018-09-27 11:52:30 -05:00
Jessica Lawshe 69421cb7b7 Add hover color for content page links 2018-09-27 11:52:09 -05:00
Jessica Lawshe aaac1fabfd Set width for iframes on blog posts 2018-09-26 12:45:50 -05:00
James Allen 8ebfd7882d Add logos for homepage 2018-09-26 10:34:50 +01:00
Jessica LawsheandGitHub 208ed3cec8 Merge pull request #967 from sharelatex/jel-content-pages-styling
Content pages styling
2018-09-25 13:42:06 -05:00
Brian GoughandGitHub fee9358a45 Merge pull request #939 from sharelatex/bg-temporarily-disable-chktex
temporarily disable syntax checking
2018-09-25 09:27:33 +01:00
Jessica Lawshe 670129049f Fix text wrapping on quotes 2018-09-24 16:12:13 -05:00