samiralam
samiralam
> Executing the following Statement against my Piped DB solved the issue: > > ```sql > ALTER TABLE "playlists_videos_ids" DROP CONSTRAINT "playlists_videos_ids_pkey"; > ALTER TABLE "playlists_videos_ids" ADD PRIMARY KEY ("playlist_id",...
This seems to happen to me when deleting multiple videos from a playlist. The first video you delete is removed correctly, but the second video that you delete removes the...
> This was changed to use `@`, see: https://www.getoutline.com/changelog Hi Tom, Thanks for the reply. The `@` feature as implemented leaves a functionality gap, as I mentioned. Is there any...
Having a way to do both would be great. There are definitely situations when I could see wanting to embed the title+icon of a document in a link with `@`,...
Hi @imnotjames, I'd like to help test this and get it merged in. Any chance you've got a built image I can pull?
> If there's interest in it I can resolve the conflicts. Not sure what's needed to review it beyond that. I'm interested, and happy to help test.
> @samiralam I have released an experimental build with OIDC support. Can you check if you can configure your provider with it? > > The dockerhub tag is `ossapps/splitpro:feat-148-oidc-eval` Awesome,...
I was able to get my provider (PocketID) to work. It does require setting your `NEXTAUTH_URL` to https://[example.com], and I did need to manually enter the callback URL (`https://[example.com]/api/auth/callback/oidc`). Might...
@Podginator related question, are there any plans to publish a prebuilt `omnivore-web` image that we can pull directly?
+1 for the iOS app. I think it makes the most sense to replace the delete button with an archive button. (Even if you add toolbar customization, this should probably...