154 Commits
Author SHA1 Message Date
Saul JohnsonandGitHub 644b1814fb Merge pull request #40 from lambdacasserole/package-sec-update
Bump package versions
2020-08-11 00:08:41 +01:00
Saul Johnson f5f2f6a1f6 Bump package versions 2020-08-11 00:07:44 +01:00
Saul JohnsonandGitHub 260b5ffd3f Merge pull request #33 from lambdacasserole/dependabot/composer/symfony/http-foundation-3.4.39
Bump symfony/http-foundation from 3.3.6 to 3.4.39
2020-08-10 23:59:31 +01:00
Saul JohnsonandGitHub 8fdcfcc9dd Merge pull request #39 from lambdacasserole/donations-div
Add donations subtemplate and CSS
2020-08-10 23:54:14 +01:00
Saul Johnson 68ea1bb192 Update readme 2020-08-10 23:48:51 +01:00
Saul Johnson 0cca6e0806 Delete donations template file 2020-08-10 23:44:55 +01:00
Saul Johnson 97965e4efe Add donation CSS 2020-08-10 23:37:01 +01:00
Saul Johnson 49df775a26 Add donations subtemplate to gitignore 2020-08-10 21:19:34 +01:00
Saul Johnson fa14ea58ad Add donations subtemplate 2020-08-10 21:18:38 +01:00
Saul JohnsonandGitHub c4ac2b2a62 Merge pull request #38 from lambdacasserole/rotation-label-fix
Fix molecule label rendering/rotation bug
2020-08-09 22:43:58 +01:00
Saul Johnson 4f1c50d953 Fix molecule label rendering/rotation bug 2020-08-09 22:35:40 +01:00
Saul Johnson 5123c561e9 Revert "Remove autoprefixer"
This reverts commit e954202650.
2020-05-16 15:34:21 +01:00
Saul Johnson d8cd43176b Merge branch 'master' of github.com:lambdacasserole/avogadrio 2020-05-16 15:22:35 +01:00
Saul Johnson e954202650 Remove autoprefixer 2020-05-16 15:22:24 +01:00
Saul JohnsonandGitHub 9e1cd35ac4 Merge pull request #35 from lambdacasserole/molecule-rotation
Molecule rotation
2020-05-16 15:02:42 +01:00
Saul Johnson 163b655ebe Add credit 2020-05-16 15:00:22 +01:00
Saul Johnson fc8fb0384b Tweak to sidebar width 2020-05-16 14:58:34 +01:00
Saul Johnson 9a80c7fc5c Tidy up code 2020-05-16 14:57:54 +01:00
Saul Johnson 2e16e0ad15 Enable rotation of molecules 2020-05-16 14:39:42 +01:00
dependabot[bot]andGitHub 48a11bed8a Bump symfony/http-foundation from 3.3.6 to 3.4.39
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.3.6 to 3.4.39.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v3.3.6...v3.4.39)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-10 22:08:12 +00:00
Saul Johnson a45f4dc0df Update dependencies 2020-04-10 23:07:20 +01:00
Saul JohnsonandGitHub dbc916ee66 Fix some out-of-date stuff in the readme 2017-09-13 22:40:57 +01:00
Saul Johnson ee6e1667c9 Fix silly Guzzle misconfiguration 2017-09-13 21:16:50 +01:00
Saul JohnsonandGitHub 33e5ead455 Merge pull request #22 from lambdacasserole/vertical-pipe-fix
Restructure SMILES lookup services into chain of responsibility
2017-08-27 19:47:29 +01:00
Saul Johnson dd9925adb9 Minor documentation change 2017-08-27 19:18:32 +01:00
Saul Johnson 78f8f621a0 Make Wikipedia SMILES converter caching 2017-08-27 19:17:51 +01:00
Saul Johnson 291e0497ce Add docs and remove validity check on cache access 2017-08-27 19:11:36 +01:00
Saul Johnson 7a9910202c Upgrade Condense 2017-08-27 19:10:53 +01:00
Saul Johnson 7b6c069c06 Add Wikipedia fallback for SMILES lookup 2017-08-27 17:22:29 +01:00
Saul Johnson f09e4a1934 Rename SMILES converter to refer to specific service 2017-08-27 15:14:52 +01:00
Saul Johnson 868575488e Add method for fixing faulty SMILES strings 2017-08-25 20:19:48 +01:00
Saul JohnsonandGitHub d4b470023a Disable debug mode by default 2017-08-22 20:18:51 +01:00
Saul JohnsonandGitHub f1903b6c6d Merge pull request #20 from lambdacasserole/fix-long-url-crash
Fix rendering of large molecules
2017-08-22 20:09:11 +01:00
Saul Johnson c770b756ef Avoid subrequests in controller 2017-08-22 19:59:50 +01:00
Saul JohnsonandGitHub 7b1f41b874 Merge pull request #18 from lambdacasserole/fix-url-spaces
Handle spaces in URLs safely
2017-08-22 19:47:40 +01:00
Saul Johnson 4fdfa01a28 Handle spaces in URLs safely 2017-08-22 19:42:21 +01:00
Saul JohnsonandGitHub e375fc7006 Merge pull request #16 from lambdacasserole/fix-smiles-dots
Permit periods in SMILES structures
2017-08-22 19:06:37 +01:00
Saul JohnsonandGitHub 563fd2cda1 Permit periods in SMILES structures 2017-08-22 19:04:12 +01:00
Saul JohnsonandGitHub e5bfa3e367 Merge pull request #14 from lambdacasserole/feature-sharing
Add ability to share molecules using URL
2017-08-16 19:08:26 +01:00
Saul Johnson 306ce4f22d Update page URL to match molecule currently displayed 2017-08-16 18:46:50 +01:00
Saul Johnson c3b2f81521 Accept query params to set initial preview state 2017-08-16 18:26:13 +01:00
Saul JohnsonandGitHub 7e4606c248 Merge pull request #13 from lambdacasserole/feature-burger-autoshow
Add parameter to expand burger menu by default
2017-08-16 17:28:04 +01:00
Saul Johnson 52e5d6cb7a Add parameter to expand burger menu by default 2017-08-16 17:24:40 +01:00
Saul JohnsonandGitHub ae0f2a8faf Merge pull request #10 from lambdacasserole/fix-smiles-length-limit
Allow SMILES structures fewer than 7 characters long
2017-08-15 18:38:08 +01:00
Saul Johnson 49857140d0 Allow SMILES structures fewer than 7 characters long 2017-08-15 18:34:59 +01:00
Saul JohnsonandGitHub cd219d2f45 Merge pull request #9 from lambdacasserole/feature-custom-labels
Feature custom labels
2017-08-15 18:20:58 +01:00
Saul Johnson 424574af37 Update API and frontend with custom label feature 2017-08-15 18:18:36 +01:00
Saul Johnson 899f1bbbaa Add support for disabling chiral labels and adding custom labels 2017-08-15 18:14:17 +01:00
Saul JohnsonandGitHub 7b9ed09587 Merge pull request #6 from lambdacasserole/download-btn-update
Make download button a download hyperlink
2017-08-14 17:16:31 +01:00
Saul Johnson 7e38981391 Set filename according to molecule name if available 2017-08-14 17:15:15 +01:00