Commit Graph

190 Commits (be8ea4102e910da15146f23878cc7e7fb75a4ee8)

Author SHA1 Message Date
yflory 5b08fed7fa Ability to add files from the drive toolbar
Fix CSS issues with the different toolbars
Translate the backup URL button alert
ansuz 0373556475 support old hashes in /poll
yflory 1e70af0c16 Use the same network for the apps and the file store
ansuz 5080751a90 hide unnecessary scrollbar
ansuz 95617a11c8 fix broken paths in old poll
ansuz 05a956879a prepare new poll app for release
move old poll into poll/old
ansuz 34967ac354 encapsulate rendering functions so we can pass in cryptpad-common
ansuz f020fd5a75 remove /customize/pad.js from main apps
ansuz aae443c8e9 replace old poll app with new
ansuz e9376a66c2 apply 'cp' class for unified styles
yflory 87abfff66b Fix Flash Of Unstyled Content (fouc)
yflory e3f484d876 File manager in the home page, lint
yflory 5bc7766f44 Use a consistent toolbar across all apps
yflory ee56f5608f Fix the infinite spinner bug with the file manager store
yflory 5cd7d8ec84 Fix undefined userid in new poll
yflory b7b4a034a3 Merge branch 'soon' into newpoll
yflory ddc99cecb1 Fix lint errors
yflory f26cdb1a21 Fix UI issues, unclickable user column, add confirm dialog
yflory 740b6e955e Improve UI, fix issues with the table
ansuz ebff304602 turn off some unwanted behaviour
yflory 6dff82ede2 Improve UI, scrollbar in the table, publish/admin buttons
yflory 90804ed9e0 Add usernames/userlist in the toolbar and fix publish button
yflory 3632834500 Lock inputs when the user is not editing them
yflory eaeaf4df40 Improve UI, add title input and forget button
yflory bca746bbb5 Fix uncommitted column, add toolbar
yflory ffedcb63f7 Display own column at the beginning, add uncommitted column
ansuz 4a4d4a0474 most recent work
ansuz e5ff7020fb move buttons out of form
ansuz eb50177201 do a bit of work to preserve cursors
ansuz ac43f4cb1f new prototype poll
ansuz c2770a7a74 set correct hash even if browser does not implement replaceState
ansuz 303c65f2c3 use replaceState if available, instead of setting the hash
ansuz 67bf41627d comment out dead code so CI doesn't complain
ansuz 002e22ee9a turn off unwanted behaviour until we can do it correctly
ansuz 5fc44a6e4b Merge branch 'soon' into fixpolls
ansuz 636b0fcadc do our best to keep the console quiet
ansuz ac3ddbab70 expose userList for later usage
ansuz a28daf2715 use websocket url configuration api
ansuz dbc8f01b8b fix merge errors and reach full jshint compliance
yflory a30e17121d Merge branch 'readonlyButton' into soon
yflory e84a54556c Move the toolbar buttons' events handlers in cryptpad-common
yflory 76fdadee7f Store only the strongest hash in the localstorage
yflory bc73fa2074 Merge branch 'fontawesome' into soon
yflory f03018f3bc Improve the top bar and use the font awesome icons in /code
ansuz a266f0bee1 query parameter for messages
yflory dde519795d Merge branch 'newhash' into newhashNoConflict
yflory 99004428d5 Enable the read-only mode in Cryptpoll
ansuz f29e3d7b0d don't let notifications interfere with document titles
ansuz bf5dac58dd Merge branch 'titleUserDoc' of github.com:xwiki-labs/cryptpad into titleUserDoc
Yann Flory 6363d3fb90 Pad titles are now shared with the userdoc
yflory 5c63585952 Complete the French translation
yflory 25c8d16bf5 Use a new version-prefixed hash parser
ansuz c35c7cda20 hide wizard after computing results
ansuz 0dae949c4f fix scrolljank bug
ansuz 848f16e8f5 unused function which computes values for the table
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 269eba3c47 remove commit button if a user is removed
ansuz f8f66800d1 display a 'commit' button which locks your column
ansuz 85540bad12 leave all columns locked unless you've visited before
ansuz d679cac666 fewer log statements for the console
ansuz 235c0482f9 increase clickable area around editable columns' checkboxes
ansuz c76aaac542 don't make columns with empty names
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 fd0a7337a3 wait a full minute until requirejs times out
ansuz 01d9923e15 export Cryptpad at window level
ansuz 600f3151e9 don't use the store until it's ready to be used
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 c09166efe2 scroll down when adding a new option to the table
ansuz 68f8d0101d fix flash of unstyled content
ansuz 8ea6c03094 notify user on disconnect
also disable inputs
ansuz 2351d8a23e make tests green again
ansuz 068a3f5944 remove rows from the poll
ansuz 2f2ab4392c clear the table on user clicks
ansuz 64f030c344 add a clear table button
ansuz d2c5cfe646 add col/row ids to arrays
ansuz f77e2cec34 set text values of new options
ansuz 52ab5147c9 add a missing semicolon so tests don't fail
ansuz e3f4df7e0a push my latest changes because I'm agile
ansuz cde239c97a implement row/column removal
ansuz 9860b7427a addition signs are slightly informative
ansuz ac50bf7286 height and width of the table are unreliable because of multiple users. remove them
ansuz a3254a2619 consistent ordering of columns and rows
ansuz d30eddf2f2 ui hint for 'adduser' and 'addoption'
ansuz ebf5c27453 add rename and forget buttons to poll app
ansuz f7a1332317 add a 'back' button
ansuz 7dd1624206 commit polls to localStorage
ansuz 0cf5f3cc87 realtime polls!