| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-25 | variety of small fixes for text / sharing. made typed text default to 35 ↵ | bobzel | |
| height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling. | |||
| 2021-09-17 | fixed warnings | bobzel | |
| 2021-09-17 | added 'unset' docFilters. changed link doc views to use comparison box with ↵ | bobzel | |
| title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView | |||
| 2021-08-09 | fixed bug where shared list field items weren't being received as Documents ↵ | bobzel | |
| so they didn't update -- eg add a private item to a list, then try to make it public | |||
| 2021-08-09 | fixed augment only text to resize correctly with autoheight. fixed acls to ↵ | bobzel | |
| cache correctly for new documents. fixed links to be shared across users. fixed links to always default to public. | |||
| 2021-08-06 | switched back to Playground fields and included width/height/natiive(w,h) to ↵ | bobzel | |
| playgorund list | |||
| 2021-08-06 | collabortion fixes: added new acl for allowing people to edit their own text ↵ | bobzel | |
| within the same note, fixed playground fields to write to the server without updating other clients. | |||
| 2021-04-13 | typos and minor changes | usodhi | |
| 2020-10-16 | updated user initialization code to not generate server traffic when ↵ | bobzel | |
| creating a new account. set user accounts to update their cache 2.5s after login. | |||
| 2020-10-12 | updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵ | bobzel | |
| of just using UpdatingFromServer | |||
| 2020-10-08 | load entire DB in one message. | bobzel | |
| 2020-10-01 | major performance fix by adding a SharingDocument to the user's DB account ↵ | bobzel | |
| so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary. | |||
| 2020-09-19 | switched from LivePlayground to Playground mode for read-only values. | bobzel | |
| 2020-08-24 | cleaned up all library() calls to add icons. fixed import styles. fixed ↵ | bobzel | |
| keyboard events for presentation views to trigger when no input box is the target. | |||
| 2020-08-15 | trying a fix to infinite loop in docking view config updating by removing ↵ | bobzel | |
| fetchProto when field was already cached. Also cleared out the sidebarContent on load to prevent shared text documents from getting too tall. | |||
| 2020-08-12 | removing requests for 0 fields to avoid wasting time / network bandwidth. | bobzel | |
| 2020-08-10 | fixed general list problem where elements weren't converted to Docs. ↵ | bobzel | |
| Symptom was documents now showing up in Shared Docs panel after making and deleting an alias of a shared doc. | |||
| 2020-08-04 | important server change that fixes promises not being fulfillled when ↵ | bobzel | |
| documents already existed. | |||
| 2020-08-01 | playground mode changes | usodhi | |
| 2020-07-31 | chaned implementation of playroundMode | Bob Zeleznik | |
| 2020-07-29 | fixed bug with acl's when they previously had been ReadOnly (UVs bug) | Bob Zeleznik | |
| 2020-07-24 | several siggnificant changes to how acls work with makin documents updated ↵ | Bob Zeleznik | |
| interactively when permissions chane. | |||
| 2020-07-09 | acls now work I think + some cleanup | usodhi | |
| 2020-07-06 | trying first implementation of storing acls | usodhi | |
| 2020-07-03 | many changes related to adding and removing document from the ↵ | usodhi | |
| notificationDoc of a user | |||
| 2020-06-27 | set LivePlayground to be the default for view-oriented fields | Bob Zeleznik | |
| 2020-06-15 | fixed acls for text hyperlinks (mostly) by not allowing links to be traversed | Bob Zeleznik | |
| 2020-05-17 | release server integration with ssl | bobzel | |
| 2020-05-15 | renamed new_fields to fields | Sam Wilkins | |
| 2020-05-13 | ngrok change | Bob Zeleznik | |
| 2020-05-09 | lint fixes | Bob Zeleznik | |
| 2020-05-07 | added batch requesting of list items. fixed some performance issues with ↵ | Bob Zeleznik | |
| tree views. | |||
| 2020-02-29 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into pen | yipstanley | |
| 2020-02-11 | merge | Hannah | |
| 2020-02-09 | can upload collection from mobile to desktop | vellichora | |
| 2020-02-02 | started creating upload from web on mobile | vellichora | |
| 2020-02-01 | basic ocr lol | Stanley Yip | |
| 2020-02-01 | mobile ink overlay is draggable from desktop | vellichora | |
| 2020-01-19 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | Mohammad Amoush | |
| webcam_mohammad | |||
| 2020-01-15 | abstracted mobile ink overlay stuff into its own component | Fawn | |
| 2020-01-15 | strokes from mobile interface get properly inserted into desktop with offset ↵ | Fawn | |
| of the mobile ink overlay | |||
| 2020-01-15 | mobile interface emits events when switched to inking view and when strokes ↵ | Fawn | |
| are drawn, currently with dummy callbacks | |||
| 2020-01-09 | Merge branch 'master' of github.com:browngraphicslab/Dash-Web into no_db | Tyler Schicke | |
| 2020-01-09 | azure ink fixes, session | Sam Wilkins | |
| 2020-01-09 | unhandled rejection improvements and isSessionEnd flag | Sam Wilkins | |
| 2020-01-08 | session cleanup | Sam Wilkins | |
| 2020-01-07 | Various features/fixes to allow running on Linux w/o MongoDB or Solr | Tyler Schicke | |
| - Added new launch config option for chromium - Changed port for TypeScript server debugger to account for worker process - Updated packages to versions that work with current node/npm - Update IDatabase interface - Updated MemoryDatabase to work properly with Dash - Added some workarounds for in memory database as they currently don't support users, so you must be guest, which means the guest needs to be able to do things it usually can't - Added environment variable to disable search. This doesn't fully disable search yet, but it is enough to not throw major errors when Solr isn't running - Added logic to support using an in memory DB instead of MongoDB | |||
| 2020-01-03 | factored out smaller functions in session | Sam Wilkins | |
| 2019-12-07 | initial commit | Sam Wilkins | |
| 2019-12-03 | const linter rule and restored google docs push, fixed routing | Sam Wilkins | |
