Dmitri Zagidulin

Results 100 issues of Dmitri Zagidulin

Add limited support for the [WebDAV COPY](http://www.webdav.org/specs/rfc4918.html#METHOD_COPY) method. (There is currently no easy way to transfer files from the client side from one URL to another.) **Enables:** - [#12 -...

new feature
question
server-side

As discussed during several dev meetings, the semantics of the currently implemented `acl:defaultForNew` predicate are slightly off, and are more appropriate to be named `acl:default`. The consensus was to rename...

Should we allow users to delete their own WebID profile card? (They won't be able to log in or access the account, if that happens, so this would essentially be...

help wanted
question

If the user specifies the optional email address (used for account recovery, etc) on a signup app (such as [solid-signup](https://github.com/solid/solid-signup)), send them a Welcome to ``! / "welcome to Solid"...

new feature

Develop an alternative mechanism to the current in-browser-only certificate-based WebID authentication workflow. Note: This is part of a two-pronged approach - 1) continue to improve the browser's certificate management UI...

Authentication

One of the core goals of the Solid project is to demonstrate data portability -- the separation/independence of data from the apps that view or edit that data. To that...

Epic

Placeholder issue for discussions about [Activity Streams 2](http://www.w3.org/TR/activitystreams-core/) integration, and specifically about handling the [`application/activity+json` media type](http://jasnell.github.io/w3c-socialwg-activitystreams/activitystreams-core/#media-type) (Moved from [solid-spec/#39](https://github.com/solid/solid-spec/issues/39))

new feature
server-side

1. Implement (or document, if already exists) the ability for a user to _add_ an additional certificate to an existing WebID Profile. (Such as, if a user wants to enable...

documentation
Authentication

During the [Logout discussion](https://github.com/solid/oidc-auth-manager/issues/20#issuecomment-388390480), @cblakeley wrote: > Solid doesn't provide an indication in the browser that a user is logged in, whereas Google displays a 'badge'; so a user knows...

### Context ##### Account Names A User Account is what gets created when a user goes through the signup process on a Solid server running in Multi-User (identity provider) mode....