Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nodeSolidServer
/
node-solid-server
Public
Notifications
You must be signed in to change notification settings
Fork
309
Star
1.8k
Code
Issues
300
Pull requests
40
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node-solid-server
default-views
on
main
User selector
All users
All time
Commit history
Commits on Mar 17, 2024
Update reset-link-sent.hbs
bourgeoa
authored
70524b2
View commit details
Copy full SHA for 70524b2
View code at this point
Browse repository at this point
Commits on Mar 16, 2024
fix issue 1770 and 1774: added tests and functionality from PR 1770, fixed loadUser function
zg009
committed
f669e5c
View commit details
Copy full SHA for f669e5c
View code at this point
Browse repository at this point
Commits on Oct 29, 2021
Update index.html (#1627)
Show description for ac59676
4 people
authored
ac59676
View commit details
Copy full SHA for ac59676
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
Remove external WebId option from register form
michielbdejong
committed
b6754e0
View commit details
Copy full SHA for b6754e0
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
correct human-facing `webId` to `WebID`
Show description for 77e3374
TallTed
authored
77e3374
View commit details
Copy full SHA for 77e3374
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Clear the value for externalWebId if checkbox is not checked
megoth
committed
65a93df
View commit details
Copy full SHA for 65a93df
View code at this point
Browse repository at this point
Even more minor fix...
Show description for 982d904
megoth
committed
982d904
View commit details
Copy full SHA for 982d904
View code at this point
Browse repository at this point
Fixed a minor bug
megoth
committed
7abed3b
View commit details
Copy full SHA for 7abed3b
View code at this point
Browse repository at this point
Added connectExternalWebId as opt-in via checkbox
megoth
committed
a08c77c
View commit details
Copy full SHA for a08c77c
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
Preserving values if user encounter an error in account creation
Show description for 79c686c
megoth
committed
79c686c
View commit details
Copy full SHA for 79c686c
View code at this point
Browse repository at this point
Commits on Jun 20, 2019
switch back write / append texts
michielbdejong
committed
b10f1b8
View commit details
Copy full SHA for b10f1b8
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
relax hard-coded version number in three more places
michielbdejong
committed
e5f91f1
View commit details
Copy full SHA for e5f91f1
View code at this point
Browse repository at this point
less precise version number hard-coded in text
michielbdejong
committed
b13f181
View commit details
Copy full SHA for b13f181
View code at this point
Browse repository at this point
Commits on May 31, 2019
Change sharing to consent | update sharing copy
jaxoncreed
committed
c565cea
View commit details
Copy full SHA for c565cea
View code at this point
Browse repository at this point
Commits on May 21, 2019
Merge pull request #1191 from thibautRe/patch-1
Show description for 969eb4b
kjetilk
authored
969eb4b
View commit details
Copy full SHA for 969eb4b
View code at this point
Browse repository at this point
Page styling
jaxoncreed
committed
b0d8089
View commit details
Copy full SHA for b0d8089
View code at this point
Browse repository at this point
Commits on May 18, 2019
Fix typo in register form
thibautRe
authored
770743d
View commit details
Copy full SHA for 770743d
View code at this point
Browse repository at this point
Commits on May 13, 2019
Session data used for consent
jaxoncreed
committed
b083051
View commit details
Copy full SHA for b083051
View code at this point
Browse repository at this point
Consent screen data properly saves
jaxoncreed
committed
a1955c9
View commit details
Copy full SHA for a1955c9
View code at this point
Browse repository at this point
Commits on May 10, 2019
Consent screen structure - everything except rdf
jaxoncreed
committed
ba11592
View commit details
Copy full SHA for ba11592
View code at this point
Browse repository at this point
Commits on May 8, 2019
Consent screen for allowing apps to access data
jaxoncreed
committed
c89f6cb
View commit details
Copy full SHA for c89f6cb
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
Adding fullscreen support for login on iOS
Show description for da45818
emiliocortina
authored
da45818
View commit details
Copy full SHA for da45818
View code at this point
Browse repository at this point
Commits on Dec 4, 2018
Merge pull request #1007 from rubensworks/fix/enable-logout-required-login
Show description for 959a74e
kjetilk
authored
959a74e
View commit details
Copy full SHA for 959a74e
View code at this point
Browse repository at this point
Add logout button to login-required view
Show description for 8db9e2b
rubensworks
committed
8db9e2b
View commit details
Copy full SHA for 8db9e2b
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
Add disable-password-checks option, Closes #983
rubensworks
committed
f4dad83
View commit details
Copy full SHA for f4dad83
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Changed to horizontal layout
Miel Vander Sande
committed
35a8126
View commit details
Copy full SHA for 35a8126
View code at this point
Browse repository at this point
Fixes UI for small window sizes
Miel Vander Sande
committed
eb9f81f
View commit details
Copy full SHA for eb9f81f
View code at this point
Browse repository at this point
Share login and logout code across views.
Show description for dc095d7
RubenVerborgh
committed
dc095d7
View commit details
Copy full SHA for dc095d7
View code at this point
Browse repository at this point
Add logout button to access denied page.
RubenVerborgh
committed
00bb297
View commit details
Copy full SHA for 00bb297
View code at this point
Browse repository at this point
Merge pull request #924 from solid/improvement/invalidusername-command
Show description for 931e15d
kjetilk
authored
931e15d
View commit details
Copy full SHA for 931e15d
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
Merge pull request #915 from rubensworks/fix/login-on-binary-file
Show description for cdfc636
kjetilk
authored
cdfc636
View commit details
Copy full SHA for cdfc636
View code at this point
Browse repository at this point
Small, easy improvements
Show description for 104516e
megoth
committed
104516e
View commit details
Copy full SHA for 104516e
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Updating index files and sending emails to users with invalid usernames
megoth
committed
7004ea1
View commit details
Copy full SHA for 7004ea1
View code at this point
Browse repository at this point
Fix failure to log in when requesting binary files
Show description for 9991b1d
rubensworks
committed
9991b1d
View commit details
Copy full SHA for 9991b1d
View code at this point
Browse repository at this point
Added value to toc-checkbox; this should work cross-browser
megoth
committed
1523ec3
View commit details
Copy full SHA for 1523ec3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.