-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] [Backend] oEmbed endpoint standardization & Wikonnect Open Graph protocol integration #640
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: mimidots <[email protected]>
proverbial-ninja
approved these changes
Mar 22, 2021
0xMurage
added a commit
that referenced
this pull request
Mar 30, 2021
* [FEATURE] [FRONTEND] Update H5P editor on-init event hook (#631) * change editor-on-init to use element polling * #fix Public folder on production should be mounted to avoid content deletion on re-deployment Co-authored-by: Moses Okemwa <[email protected]> * [FEATURE] [Backend] oEmbed endpoint standardization & Wikonnect Open Graph protocol integration (#640) * Add extra global properties * standardize oEmbed response format & added XML support Signed-off-by: mimidots <[email protected]> * Inject oEmbed & Open Graph meta tags into page headers * bug fix #comment component not found during tests * Feature/wik 63 updating single chapter page to match design (#647) * Add assets * Delete assests * Add assets * Change chapter comments api response * Update single chapter creator and description sections * Add ember inflector package for pluralizing words * Add reply-section component * Update comment model to have replies * Add getter for showing number of comments * Add reply component to comment component * Update styles to match designs * Add username above comment form * ignoring data folder for postgres image mount Signed-off-by: mosesokemwa <[email protected]> * Lint fixes * Add Share component to display social media sharing options on single chapter page * Add assets * Delete assests * Add assets * Change chapter comments api response * Update single chapter creator and description sections * Add ember inflector package for pluralizing words * Add reply-section component * Update comment model to have replies * Add getter for showing number of comments * Add reply component to comment component * Update styles to match designs * Add username above comment form * Lint fixes * Add Share component to display social media sharing options on single chapter page * ignoring data folder for postgres image mount Signed-off-by: mosesokemwa <[email protected]> * alter comments replies relationship Signed-off-by: mosesokemwa <[email protected]> * automated migration run after deployment Signed-off-by: mosesokemwa <[email protected]> * Testing replies * Fix comments and replies section * Fix breaking circle ci tests * Fix reply cypress tests * Fix failing cypress tests on Circle CI Co-authored-by: mosesokemwa <[email protected]> * [BUG] Teach module content preview page broken if chapter has tags #652 (#655) * fix #content preview page broken if chapter has tags Signed-off-by: mimidotsuser <[email protected]> * fix failing Cypress test Signed-off-by: mimidotsuser <[email protected]> * fix failing Cypress test Signed-off-by: mimidotsuser <[email protected]> * fixes failing tests and removes any test hack fixes Signed-off-by: mimidotsuser <[email protected]> * remove awesome homepage reaction tests hacks. Boring is sure bet. Signed-off-by: mimidotsuser <[email protected]> * fix failing homepage reaction tests Signed-off-by: mimidotsuser <[email protected]> * rollback last tests Signed-off-by: mimidotsuser <[email protected]> * Hot fix: Chapter & comments author details not displayed correctly (#657) * align single chapter action icons Signed-off-by: mimidotsuser <[email protected]> * fix issue with uploading & fetching user profile picture locally Signed-off-by: mimidotsuser <[email protected]> * added name attribute to a user model Signed-off-by: mimidotsuser <[email protected]> * fix #chapter not returning user profile image and name details Signed-off-by: mimidotsuser <[email protected]> * fixed chapter author details shown as private at homepage & single chapter page Signed-off-by: mimidotsuser <[email protected]> * avoid re-fetching chapter author profile images if previously done Signed-off-by: mimidotsuser <[email protected]> * fix #user GET all routes not returning any users' info Signed-off-by: mimidotsuser <[email protected]> * correctly display comment author name and profile picture (if profile is not private) Signed-off-by: mimidotsuser <[email protected]> * fix #user should not be able to submit empty comment or reply Signed-off-by: mimidotsuser <[email protected]> * fix #fallback username not found in user's model virtual property Signed-off-by: mimidotsuser <[email protected]> * fix #single chapter author object details mismatch Signed-off-by: mimidotsuser <[email protected]> * fix failing tests. Signed-off-by: mimidotsuser <[email protected]> * about page should link to wikonnect.org & single chapter page title should indicate the current chapter title Signed-off-by: mimidotsuser <[email protected]> * Fix typos and add links to developers and designers (#660) * Fix typos and add links to developers and designers * Fix typos and add links to developers and designers * Capitalize Swag Signed-off-by: mimidotsuser <[email protected]> Co-authored-by: mimidotsuser <[email protected]> * hotfix/chapter-creator-images (#661) * Fix/translating strings (#662) * fix pluralization of number of comments * Add lint rule to ensure no bare strings * Add translations for home page * Add translations to single chapter page * Add translations for login page * Remove ember inflector package * Add translations to signup form * Add translations for teach preview page * Add translations to user profile * Add missing translations to components * Add missing translations to miscelaneous templates * Fix failing comment cypress test * Update README with link to Nathan's github * H5p editor configuration file not found fix (#663) * use getters while retrieving adapter headers since session has tracked properties Signed-off-by: mimidotsuser <[email protected]> * Fix #H5P config file not found Signed-off-by: mimidotsuser <[email protected]> * Added H5P editor two base endpoints documentation Signed-off-by: mimidotsuser <[email protected]> * fix H5P editor static content not loading (#664) Signed-off-by: mimidotsuser <[email protected]> * PM2 ecosystem config updates (#665) Signed-off-by: mimidotsuser <[email protected]> Co-authored-by: Moses Okemwa <[email protected]> Co-authored-by: Brian Marete <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update README.md
).Partial #634
Change Log