Commit Graph

321 Commits (d24458e4b01f8c31d67d0574eabebf76b3b12f74)

Author SHA1 Message Date
ansuz 1f24d7126c big ugly commit that will be really hard to audit
This changeset applies new styles to the poll.

it also uses the new asynchronous wrappers around the localStorage api.
this is necessary because we're migrating to a storage system that will
use an async api.

The changes to the poll just happened to coincide with the async stuff.

My apologies to anyone who wants to read this whole thing
ansuz 42eafe9e29 don't create duplicate stylesheets in the document head
ansuz c6bdb7506d forget everything about a pad when you forget it
ansuz e84fbf0bc3 more helpers in common
ansuz ff74a67a09 translate alertify button messages
ansuz 3eccec7054 better effort for translation
ansuz 7504f79e05 add log and warn methods to cryptpad common
ansuz 589b0087a1 listen for keyup events while alertify prompts are active
ansuz 3d3c6e4800 add wrappers for alertifyjs
ansuz d8b467422a fix default title in localStorage migration
ansuz 7a5877d12a don't filter pads after 30 days
ansuz 8a82e11306 make sure title is defined for home page usage
ansuz 71b1f71ba0 fix migration to include ctime
ansuz 7da58a0de9 improve pad naming UX, slight refactoring
* prevent naming conflicts
* migrate localestorage to use named attributes
* use ctime and atime
* display default names in table
* sort pads by most recent atime
* move more functions into cryptpad common
* change table styles
ansuz 93dcf29c15 more functions for working with localstorage
ansuz d025d13295 address some jshint complaints
ansuz ca45e3533d pass loaded file to callback when importing
ansuz 31aa09d6f6 work a bit more on import/export and code highlighting
ansuz 0a8137e7eb move rememberPad to cryptpad common and simplify it a bit
ansuz 1746a4e732 use crypto from bower
ansuz a0c73c95d8 do away with a bit of boilerplate