Meetable
Meetable copied to clipboard
an event listing website
Provide a UI to import a comment from a URL. Preview before saving. Similar to #13.
Provide a UI to import a blog post from a URL. Expect h-entry and preview before adding. Provide a way to override the name from what was found at the...
Support both h-entry as well as direct image URLs. Provide a way to add alt text if there is none found.
Cannot run `php artisan migrate` on fresh install due to db access in MailConfigServiceProvider.php
I'm attempting to setup a local dev environment but the setup steps no longer work due to database access in `MailConfigServiceProvider.php`: https://github.com/aaronpk/Meetable/blob/3b6a52c22a66fb790f7e698de28d8b63ddbe23d7/app/Providers/MailConfigServiceProvider.php#L26-L29 The provider attempts to access the database before...
It would be nice if the day of week was shown on the permalinks. Currently, it looks like it only appears if you click on the time to get to...
Only show Join the Meeting when the meeting has started. Prior, consider alternative text indicating the meeting hasn't started, for example, just, "Meeting Link" or "The Meeting will Begin Soon"
Current options for voting on dates for an event include ad-infested websites like doodle, or cumbersome text interfaces like etherpad/wikis. Meetable should provide a UI where people can propose an...
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.4.0 to 2.7.0. Release notes Sourced from league/commonmark's releases. 2.7.0 This is a security release to address a potential cross-site scripting (XSS) vulnerability when using the AttributesExtension...