This is my little note taking app https://www.solidscribe.com
Go to file
Max G b34a62e114 * Added fake site warning
* Fixed a bunch of style bugs for chrome browsers
* Improved check box styles on desktop and mobile
* Touch up tool tip styles. Only dark now.
* Created a separate terms page
* Added 2FA auth token options to login
* Added tool tip displays to some buttons on editor
* Added pinned and archived options to overflow menu
* Changed shared note styles
* Disabled Scroll into view
* Made image display smaller when adding images to notes
* Added a last used color option
* Updated help page
* Fixed spelling error on terms page
* Added a big ass green label on the new note icon
* Scratch pad now opens a note, which is the scratch pad
* Added better 2fa guide
* Added change password option
* Added log out and log out all active sessions option
* Added strict rate limiting on login and register actions
* Added middleware to routes that force authentication to be accessed
* Fixed bug that was causing shared notes to appear empty
* Updated option now appears on shared notes after they are actually updated
2020-07-23 05:00:20 +00:00
client * Added fake site warning 2020-07-23 05:00:20 +00:00
server * Added fake site warning 2020-07-23 05:00:20 +00:00
staticFiles Added rate limiting and server security 2020-03-26 04:45:23 +00:00
.gitignore * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +00:00
backupDatabase.sh Added rate limiting and server security 2020-03-26 04:45:23 +00:00
buildAndUpdateProd.sh Added rate limiting and server security 2020-03-26 04:45:23 +00:00
dontSync.txt I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
package-lock.json Added privacy policy 2020-07-07 04:04:55 +00:00
package.json Added privacy policy 2020-07-07 04:04:55 +00:00
startDevServerAndClient.sh I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
syncDown.sh Encrypted Notes Alpha! 2020-03-13 23:34:32 +00:00