Commit graph

808 commits

Author SHA1 Message Date
ansuz
235c0482f9 increase clickable area around editable columns' checkboxes 2016-08-18 13:25:21 +02:00
ansuz
c76aaac542 don't make columns with empty names 2016-08-18 12:41:49 +02:00
ansuz
9fda1dcb76 make disabled inputs pretty again 2016-08-18 12:35:39 +02:00
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
2016-08-18 12:06:13 +02:00
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
2016-08-17 18:38:27 +02:00
ansuz
e2b162bf6d snapshot some dead code 2016-08-17 15:29:04 +02:00
ansuz
55666e9f70 remember presentations, and label them correctly on the home page 2016-08-17 15:03:57 +02:00
ansuz
5a3da11c40 very simple presentation with markdown 2016-08-17 11:28:50 +02:00
ansuz
c25ed349e2 add new generated pages 2016-08-16 17:59:28 +02:00
ansuz
6b86c11b2c implement simple build system for static html 2016-08-16 17:58:30 +02:00
ansuz
eb797aa7cd Support files other than index.html at server root 2016-08-16 17:28:49 +02:00
ansuz
7eaa4ce733 recognize pads with the same type and hash as identical no matter their domain 2016-08-05 17:17:49 +02:00
ansuz
da6e5d73d0 fix undefined reference 2016-08-05 15:55:00 +02:00
ansuz
043041523f on import, fall back to setting language from file extension 2016-08-05 15:48:30 +02:00
ansuz
deb63d2447 share syntax highlighting selection with peers 2016-08-05 15:03:42 +02:00
ansuz
2d5caf38d9 show a spinner until the document has loaded 2016-08-04 17:00:30 +02:00
ansuz
653bb84064 wait longer for requirejs and fix a typo 2016-08-04 12:48:36 +02:00
ansuz
fd0a7337a3 wait a full minute until requirejs times out 2016-08-04 12:44:27 +02:00
ansuz
975bff5794 show a spinner until the document has loaded 2016-08-04 12:43:06 +02:00
ansuz
a58f58535b better regex for pulling titles out of c-like comments 2016-08-03 17:11:41 +02:00
ansuz
5131f47cca jshint compliance 2016-08-03 17:03:50 +02:00
ansuz
7cc6902892 toolbar text should not be selectable 2016-08-03 17:00:22 +02:00
ansuz
90e323394d can't rely on unicode everywhere, so let's use an svg icon 2016-08-03 16:58:39 +02:00
ansuz
306d524416 fix broken removal call 2016-08-03 16:53:41 +02:00
ansuz
c7155d582e cursor: pointer for refresh button 2016-08-03 11:37:58 +02:00
ansuz
e79d3d4d4e add a refresh button to the home page table 2016-08-03 11:36:22 +02:00
ansuz
dd3a5d47be migrate localStorage so people go to cryptpad.fr 2016-08-03 11:08:45 +02:00
ansuz
a094e3c02e use correct store api calls in frame.js
also don't log unnecessarily
2016-08-03 11:02:40 +02:00
ansuz
dcc9810a42 avoid extra call to store if there are no keys to remove 2016-08-03 09:42:49 +02:00
ansuz
9a5294016d fix incorrect usage of store api 2016-08-03 09:35:16 +02:00
ansuz
4e5f381325 add spinner to API. update bower deps 2016-08-02 18:56:35 +02:00
ansuz
01d9923e15 export Cryptpad at window level 2016-08-02 18:55:45 +02:00
ansuz
3c2c0deee8 depend on spin.js 2016-08-02 18:37:00 +02:00
ansuz
fa654a7646 slightly better regex 2016-08-02 17:08:46 +02:00
ansuz
792d74d541 external links should all open new tabs 2016-08-02 17:08:02 +02:00
ansuz
254d800a3b add a /p/ route so that we don't break old urls 2016-08-02 15:26:13 +02:00
ansuz
cd18075ac7 add some redirection logic to support old hash types 2016-08-02 15:17:20 +02:00
ansuz
600f3151e9 don't use the store until it's ready to be used 2016-08-02 12:11:40 +02:00
ansuz
fffa9acf15 remove unused files from fs and jshintignore 2016-08-02 11:59:54 +02:00
ansuz
f2c97d8913 code for querying cross-domain 2016-08-01 15:22:04 +02:00
ansuz
75170353fe api for sharing localstorage across subdomains 2016-08-01 15:18:23 +02:00
ansuz
a6fd285642 fix serialization bug 2016-08-01 15:05:25 +02:00
ansuz
caf1a6f01c remove dead code 2016-07-29 18:08:23 +02:00
ansuz
551d38c930 let the abstraction take care of stringification 2016-07-29 18:05:58 +02:00
ansuz
9b16d529ca add one more missing script that caused handlebar highlighting to break 2016-07-29 16:21:27 +02:00
ansuz
0ada6a3d0a jshint compliance. gotta keep those tests green 2016-07-28 17:52:26 +02:00
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
2016-07-28 17:44:40 +02:00
ansuz
add84aeae6 implement asynchronous wrappers for localStorage api 2016-07-28 17:05:00 +02:00
ansuz
747fb138b5 better styles for cryptpoll 2016-07-28 17:04:01 +02:00
ansuz
7f02c899ea add snippet for copying text to the clipboard 2016-07-28 10:08:51 +02:00