Commit Graph

54 Commits (39b0785406a18a32c2a1a75c0c64ef036ca9dccd)

Author SHA1 Message Date
ansuz 4aaef2d811 remove use of deprecated 'new Buffer' instanciation
ansuz 777d9eff5f pass arguments to 'throttle'
ansuz 321df2234d export 'response.clear' to avoid typeErrors
ansuz 84518c0775 a few more helpers in common-util
ansuz abaf4c7371 escapeKeyCharacters is now a common utility
ansuz 152284e443 implement util.bake and polyfill btoa and atob
ansuz bcbe561bbf implement Util.both
ansuz 56ec91ff27 update util.once to add a handler for multiple callbacks
ansuz 75b655e1e8 refactor rpc with support for multiple authenticated sessions
ansuz 03bfb57051 add support for nodejs require in clientside util and rpc modules
ansuz bf3e638adc resolve merge conflicts, lint compliance
ClemDee f55c8c6b04 Open plain text files in code app && plain text files thumbnail
ClemDee 6ae5da3d10 Move stripTags function to Util
ClemDee fe2539394b Add dummy open-in-code in drive context menu
ansuz 4b8a8fbe5f add mkAsync function
yflory 723631c78c Clean the UI on first use of a pad (hide chat and reduce help)
yflory f157f852b1 Fix and improve cursor
yflory a5b04bd62a Download a file from the drive using the context menu
yflory 9f0398826d Make customized translations more maintainable
yflory 90c96bfb70 Prompt users to migrate base64 images to mediatags in the pad app
ansuz c2014c5906 a bit of cleanup, bug fixes, and lint compliance
ansuz d03339f20b check for the presence of a blockHash in localStorage when logging in
ansuz 577dea4c75 clientside implementation of block signing and encryption
ansuz bd6b6dcb49 actually fix weird checkbox logic, and lint compliance
ansuz 96a63a3b7b fix weird checkbox logic in share menu
yflory 9a317018e2 Remove deleted pads from the drive
yflory 4903bd0757 Enable messenger in async store
ansuz 385ac9607c pass 'self' into common-util instead of using window
ansuz 4ff4ccd1d3 use faster and more correct 'find' implementation
yflory 30c8c253dd Remove util and hash from common
yflory c1d05a00ba Improve media-tag export in pad to work with existing CSP
yflory 6d080bcb45 Ability to export mediatag images in pad
Caleb James DeLisle 368a6b2406 manual merge, still wip
Caleb James DeLisle b15527565c Allow passing arguments when firing events
Caleb James DeLisle 72f03b2a47 Allow passing arguments when firing events
ansuz 47ce645897 implement slice
Caleb James DeLisle 7334173b4a Hopefully fix infinite spinner whenever there is a disconnect (pad)
ansuz 1b97996ef8 implement util.once
ansuz b71f1860db make uid function reusable
ansuz b8934c0b97 smarter redraws of drive/settings usage bar
ansuz 852c028822 don't allow editing if pad type is wrong
ansuz 0e9ebddf11 fix the things
ansuz fd83ae3e61 implement createRandomInteger
ansuz dc80b6b11f throttle markdown preview
ansuz 71dc0af6c7 better test for success error codes
ansuz ba5ef5157e show pretty representations of storage usage
ansuz 30f6ef3f85 handle more response codes, use metadata
ansuz 18d959ef16 handle non-200 status codes
ansuz 42f3a62cac handle errors with XHR
ansuz 6d30d7f89f strip junk bytes from base64 more safely