830 Commits (dc071d009548b5af04823d0f1b11c5a24878dff1)

Author SHA1 Message Date
ansuz a094e3c02e use correct store api calls in frame.js
also don't log unnecessarily
8 years ago
ansuz dcc9810a42 avoid extra call to store if there are no keys to remove 8 years ago
ansuz 9a5294016d fix incorrect usage of store api 8 years ago
ansuz 4e5f381325 add spinner to API. update bower deps 8 years ago
ansuz fa654a7646 slightly better regex 8 years ago
ansuz cd18075ac7 add some redirection logic to support old hash types 8 years ago
ansuz 600f3151e9 don't use the store until it's ready to be used 8 years ago
ansuz 551d38c930 let the abstraction take care of stringification 8 years ago
ansuz 0ada6a3d0a jshint compliance. gotta keep those tests green 8 years ago
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
8 years ago
ansuz 42eafe9e29 don't create duplicate stylesheets in the document head 8 years ago
ansuz c6bdb7506d forget everything about a pad when you forget it 8 years ago
ansuz e84fbf0bc3 more helpers in common 8 years ago
ansuz ff74a67a09 translate alertify button messages 8 years ago
ansuz 3eccec7054 better effort for translation 8 years ago
ansuz 7504f79e05 add log and warn methods to cryptpad common 9 years ago
ansuz 589b0087a1 listen for keyup events while alertify prompts are active 9 years ago
ansuz 3d3c6e4800 add wrappers for alertifyjs 9 years ago
ansuz d8b467422a fix default title in localStorage migration 9 years ago
ansuz 7a5877d12a don't filter pads after 30 days 9 years ago
ansuz 8a82e11306 make sure title is defined for home page usage 9 years ago
ansuz 71b1f71ba0 fix migration to include ctime 9 years ago
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
9 years ago
ansuz 93dcf29c15 more functions for working with localstorage 9 years ago
ansuz d025d13295 address some jshint complaints 9 years ago
ansuz ca45e3533d pass loaded file to callback when importing 9 years ago
ansuz 31aa09d6f6 work a bit more on import/export and code highlighting 9 years ago
ansuz 0a8137e7eb move rememberPad to cryptpad common and simplify it a bit 9 years ago
ansuz 1746a4e732 use crypto from bower 9 years ago
ansuz a0c73c95d8 do away with a bit of boilerplate 9 years ago