Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-13 | cleaning up database types | bobzel | |
2024-04-23 | fixes for rich text menu updates and setting parameters on text doc vs ↵ | bobzel | |
within in RTF. Lots of lint cleanup. | |||
2023-12-04 | trying to do version updates on all npm packages. | bobzel | |
2020-08-02 | fixed up import order on server to allow 'npm start' to work without hanging. | bobzel | |
2020-05-05 | database, delete and google authentication simplifications and improvements, ↵ | Sam Wilkins | |
as well as formatted text box updates data state at field key not just data | |||
2020-01-13 | deleted old Session folder and fixed linter errors | Sam Wilkins | |
2020-01-09 | Added updateMany to IDatabase to fix type error in GarbageCollector.ts | Tyler Schicke | |
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-07 | Added basic implementation of MemoryDatabase | Tyler Schicke | |