Commit Graph

1783 Commits (0d30a1e00f70a7ceafb09c21beb463db0b914648)
 

Author SHA1 Message Date
ansuz e386749e89 unlock the editor after your name has been set (or not)
ansuz aa91ebd24e don't initialize until the store is ready
ansuz 93f5a3d3e9 use more bits from the users' seed and parse into various subkeys
ansuz 1bec02239c coerce dates into strings
ansuz 0add01a940 remove dead code
ansuz 8297fbe954 Merge pull request from ktorn/master
clarify how mitm attack is mitigated
ansuz dcebb9597f prototype of password based key derivation
ansuz 848f16e8f5 unused function which computes values for the table
ansuz 4e71c2367a depend on scrypt-async. you should update your bower deps
Filipe Farinha 52296e226a clarify how mitm attack is mitigated
ansuz 18ea61dc9a use diffdom for sanitation and better redraws
ansuz c62d064ee9 add a 'share' button which copies the url to the clipboard
ansuz b229a18ccf notify users of changes if the visibility api is supported
ansuz d64e06c12e don't make empty options
ansuz a3f6fe8843 lock options by default
add edit button for modifying options
fix bug where committing didn't clear the active column
minor style fixes
ansuz 8c914dfe1f better filenames
ansuz f1619f4a0f get /slide/ up to par with other prototypes
* use messages.js for some translatable elements
* style alerts
* infer document name from content
* present, forget, rename, import, and export buttons
ansuz 269eba3c47 remove commit button if a user is removed
ansuz f8f66800d1 display a 'commit' button which locks your column
ansuz e7aafd2beb factor styles a bit
ansuz 85540bad12 leave all columns locked unless you've visited before
ansuz b9946822f3 fix removal buttons on home page
ansuz d679cac666 fewer log statements for the console
ansuz 55b1a17b0d off by one error
ansuz 809919cb32 minor style tweaks
ansuz 235c0482f9 increase clickable area around editable columns' checkboxes
ansuz c76aaac542 don't make columns with empty names
ansuz 9fda1dcb76 make disabled inputs pretty again
ansuz d85684ef74 usability improvements
only one column is editable at a time
editable columns have a different appearance from locked columns
any column can be edited by anyone via an edit button
columns and rows require confirmation before deletion
ansuz 76bfb6ab35 detect whether you are new to a page
prompt for your name and create a column for your username
prompt before deleting columns as well
style a few elements differently
ansuz e2b162bf6d snapshot some dead code
ansuz 55666e9f70 remember presentations, and label them correctly on the home page
ansuz 5a3da11c40 very simple presentation with markdown
ansuz c25ed349e2 add new generated pages
ansuz 6b86c11b2c implement simple build system for static html
ansuz eb797aa7cd Support files other than index.html at server root
ansuz 7eaa4ce733 recognize pads with the same type and hash as identical no matter their domain
ansuz da6e5d73d0 fix undefined reference
ansuz 043041523f on import, fall back to setting language from file extension
ansuz deb63d2447 share syntax highlighting selection with peers
ansuz 2d5caf38d9 show a spinner until the document has loaded
ansuz 653bb84064 wait longer for requirejs and fix a typo
ansuz fd0a7337a3 wait a full minute until requirejs times out
ansuz 975bff5794 show a spinner until the document has loaded
ansuz a58f58535b better regex for pulling titles out of c-like comments
ansuz 5131f47cca jshint compliance
ansuz 7cc6902892 toolbar text should not be selectable
ansuz 90e323394d can't rely on unicode everywhere, so let's use an svg icon
ansuz 306d524416 fix broken removal call
ansuz c7155d582e cursor: pointer for refresh button