Commit Graph

23 Commits (f3394212c367edfe6d2cf3843d544631e5af8f51)

Author SHA1 Message Date
ansuz 3fbb771b9c add a setting to preserve redirect-to-drive behaviour from the home page
disable it by default
yflory 4401c7c519 Fix logged in users seen as anonymous in some parts of the code
yflory 37b5e8f559 Keep theme on logout
ansuz e9033d8b0a rule out double-callbacks when clearing cache
ansuz dad7a16135 add some uncommitted notes as code review
yflory 7756306966 Clear cache on logout
yflory cb8bf2cdeb Fix various issues
yflory 733db7d39f Stop using sessionStorage in CryptPad
yflory 9210bbd4fc Clear localStorage settings on logout
yflory bbd101ec8a Fix login issues with safe links
ansuz 2c22232a47 check if a user is logged in strictly by User_hash
ansuz 0a9ea95796 always set userHash in localStorage even with modern users
ansuz 57a39258c3 WIP big commit
ansuz 0c3b898000 simple one line fixes
ansuz 6fde027a6c add some TODOs
ansuz c2014c5906 a bit of cleanup, bug fixes, and lint compliance
ansuz 3ba0ad3cf1 get, set, and clear blocks from localStorage
yflory 811463b870 Add support for version 2 hashes needed for password-protected pads
yflory a718603b36 Automatic account deletion
ansuz 844d04df87 allow custom logout hooks defined in app config
ansuz be5c5831dd lint compliance
ansuz 701af29192 fix broken register/login process
yflory 280a7c2765 Clean cryptpad-common