Toby's Comments
-
- Blog
- Waterhole 0.3
-
- Blog
- Waterhole 0.3
Toby Waterhole FounderNov 17, 2023 In reply to SubaristSubaristNov 16, 2023 The addition of a comment button has been done in V0.3, thanks @Toby . However, on the mobile, I still believe that placing the comment button within a dropdown menu or in a fixed location is nece... -
- Blog
- Waterhole 0.3
Toby Waterhole FounderNov 9, 2023 In reply to SamSam Website Builder and ProgrammerNov 8, 2023 Was this ever resolved? I am getting the same error and cannot figure out what is going. I checked Github for an issue but could not find one.No, unfortunately I've not been able to reproduce the issue, and it was never submitted on GitHub. If you're experiencing it too, would greatly appreciate if you can provide further information in a bug report.
-
- Support
- "ENTER" key in text editors
Answer Toby Waterhole FounderNov 7, 2023 Fixed in the
main
branch. -
- Support
- "ENTER" key in text editors
Toby Waterhole FounderNov 7, 2023 This seems to be a bug! Will look at a fix soon.
-
- Ideas
- Edit post date
Toby Waterhole FounderNov 5, 2023 Hey @René, this is a good idea which I'll consider for a future release. In the meantime the workaround would be to manually edit the post
created_at
date in the database. -
Toby Waterhole Founder
Nov 5, 2023 Thanks for the suggestion @Subarist. IMO displaying a larger number of pages does serve a couple of purposes:
- Provide the user a bigger target in which they can scroll through and navigate pages
- Serve as a visual cue that there are a large number of pages in the discussion, not just a few
So right now there are no plans to change this part of the UI, but you can easily customise it yourself by changing the max-height of the scrollable container. Your suggestion to display the date alongside the current page number is potentially a nice idea.
-
Answer Toby Waterhole FounderNov 5, 2023 This was fixed in the 0.3 release.
-
- Support
- Issues with locked comments
Toby Waterhole FounderNov 5, 2023 Hey @René! Locking comments doesn't apply to administrators (or anyone with the "moderate" permission for the current channel). However, in this case the "Comments are locked" notice should still display above the comment box.
Can you confirm that if you impersonate a regular user, you're unable to post a comment in a locked post? And as an admin, is there any discernible pattern to when the notice displays vs when it doesn't? (e.g. in a specific channel, only when there a multiple pages of comments, etc)
-
- Blog
- Waterhole 0.3
Toby Waterhole FounderAug 16, 2023 In reply to ManuelManuelAug 16, 2023 Yeah I had included these commands already. I actually dropped all tables with a migrate:fresh as well, as it's just test installations. But I still get the errors. Not sure how I can further investig...Curious! Can you please create an issue on GitHub containing the full details (SQL queries, environment info)?
-
- Blog
- Waterhole 0.3
Toby Waterhole FounderAug 15, 2023 In reply to ManuelManuelAug 14, 2023 I get errors on my local test instances after the update. I changed the requirement to 0.3 on two local instances, I don't get errors on the composer update, but when I try to access the sites I get d...Oops, forgot to include these command in the upgrade instructions:
php artisan migrate php artisan waterhole:cache:clear
Try that and it should solve those errors. See the Updating docs page for info.
-
- Development
- SSO with Firebase Auth
Toby Waterhole FounderAug 12, 2023 In reply to RenéRenéAug 9, 2023 Quick update — We're now considering using Waterhole's default auth as the main Login method for our web app too (blank.page). This way we have a single user database and avoid having to match account...Using Waterhole as an auth provider for external apps is not currently supported. I will keep this in mind when building the SSO feature – that could definitely be a useful addition.
The other way to do it would be to implement Laravel Passport to add an OAuth2 server to your Waterhole installation, and then authenticate external apps with that. But this would require a bit of custom dev work.
-
- Ideas
- Avatar position
Toby Waterhole FounderJul 28, 2023 Can't see the image you linked (and sorry about the attachment issue, should be fixed now). I know what you mean though! I'll make this change.
-
- Development
- SSO with Firebase Auth
Answer Toby Waterhole FounderJul 28, 2023 Hi @René, I've never used Firebase Authentication before but I just had a look into this. As far as I can tell, Firebase doesn't expose an OAuth server so it can't be used with Laravel Socialite.
For the next Waterhole release (0.4) I am planning a single sign-on (SSO) feature that should make this integration possible. I'd be happy to help you set this up if you're happy to beta-test it!
In the meantime, launching with Waterhole's default auth should be fine as the SSO system will allow you to match up accounts by their email.
-
- Blog
- Waterhole 0.2
Toby Waterhole FounderJul 24, 2023 In reply to RenéRenéJul 24, 2023 Hey @Toby, just out of curiosity, is there an expected timeframe for new updates?@René Aiming for releases every 1-2 months. 0.3 will release within the next week.
v0.3.1
v0.3.1 has been released with the following changelog:
Added
Changed
Fixed
max-height
from images causing loss of aspect ratio