- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 23 2020
Jul 23 2020
kuba-orlik committed rSc138bd362603: Assume "noone" as default "when_false" param in 'when' strategy.
Assume "noone" as default "when_false" param in 'when' strategy
Bartosz Gordon <bartosz.gordon@sealcode.org> committed rS1f7c3d70fd99: Add filter/format to Resource component.
Add filter/format to Resource component
Add Filters documentation
Add format and filter to collection
'when' access strategy - Ref T805
user-referenced-in-field, users-who-can, roles
Reverse single reference
Add pre_aggregation_stages to strategies
Remove dev-setup.sh to avoid confusion
Bartosz Gordon <bartosz.gordon@sealcode.org> committed rSeaa8712bc9da: Improve field-type text.
Improve field-type text
Add Collection, Resource HOC to React Components
kuba-orlik committed rSa737f7c51272: Add buttons text and links to plaintext version of simple email.
Add buttons text and links to plaintext version of simple email
Automatically create registration intent for admin on start
Add 'with_test_app' helper for testing
Bartosz Gordon <bartosz.gordon@sealcode.org> committed rSede533cb6f68: Add react-components and ResourceSelect.jsx.
Add react-components and ResourceSelect.jsx
Registration-intent flow
Add support for email templates
Bartosz Gordon <bartosz.gordon@sealcode.org> committed rS897d82c14f6b: Add test to IsReferencedByResourcesMatching special-filter.
Add test to IsReferencedByResourcesMatching special-filter
Partial email functionality
Remove old pre-commit hook
Bartosz Gordon <bartosz.gordon@sealcode.org> committed rS67700def61ed: Dodano klasę SpecialFilter.
Dodano klasę SpecialFilter
kuba-orlik committed rS2154b6755064: Update README to reflect newest ConfigManager API, remove old docs.
Update README to reflect newest ConfigManager API, remove old docs
kuba-orlik committed rSe475a861aa3f: Move previously external modules to lib, remove unnecessary files.
Move previously external modules to lib, remove unnecessary files
kuba-orlik committed rS83317e8f7d4f: Move things around so they are still testable in docker but installable via npm.
Move things around so they are still testable in docker but installable via npm
Bartosz Gordon <bartosz.gordon@sealcode.org> committed rS59eeea202a7d: Switch to monorepo.
Switch to monorepo
Add pre_aggregation stage for logged_in access strategy
Resolve configs with cosmiconfig
kuba-orlik committed rSc6acd99368ca: Attempt to fix slow queries when using [or, owner, same-anon]. CAN BE RISKY.
Attempt to fix slow queries when using [or, owner, same-anon]. CAN BE RISKY
Fix 'and' access strategy
kuba-orlik committed rS629edc26c0e2: Fix image fields being rejected when given a URL to a file as value.
Fix image fields being rejected when given a URL to a file as value
kuba-orlik committed rSe05751fec902: Fix an issue where server threw an error when using one-element array filters….
Fix an issue where server threw an error when using one-element array filters…
kuba-orlik committed rS7a97d8e23844: Fix single_reference passing wrong parameters to fields when generating….
Fix single_reference passing wrong parameters to fields when generating…
kuba-orlik committed rSc837a6c98fb2: Fix bad boolean filter behavior when asking for unspecified value.
Fix bad boolean filter behavior when asking for unspecified value
Further array-filter-related fixes
Add ability to scale images
kuba-orlik committed rS76b670be6979: Correct pre-aggregation stage for single_reference when using array filters.
Correct pre-aggregation stage for single_reference when using array filters
Fix behaviour of NOT and OR access strategies
kuba-orlik committed rS2a63a9d12cd7: Fix pre_aggregation_stages for OWNER i SAME-ANON access strategies.
Fix pre_aggregation_stages for OWNER i SAME-ANON access strategies
Fix NOT access strategy type not working
kuba-orlik committed rS63f7bafefd6e: Add support for forward_buffer to enable cleaner checks for whether there's….
Add support for forward_buffer to enable cleaner checks for whether there's…
Add support for 'indexed' prop for datetime field-type
Make an empty string denote an empty value
Add option for multiple deletion of resources
kuba-orlik committed rS6036dc74745b: Fix multiple-values filter not working (array of values as filter value).
Fix multiple-values filter not working (array of values as filter value)
Remove anonymous sessions on logout
Fix bad filter behavior when using the query
Add full support for pre: hooks
Correct code formatting in field-type-text
Merge branch 'alpha' of github.com:sealcode/sealious into alpha
Allow empty strings as emails in field type email
Fix human_readable format for datetime
Remove duplicate data in error message
Fix problems with logging in
Add aggregations to field types
Enable selective calculated fields
Emit subject path as well on post-action emitter
Fix fulltext search behavior
Make the events system compatible with newer node versions
Correct aggregations stages for owner and same-anon
kuba-orlik committed rSbf0682f67343: Fix db_document not being passed in custom calculated field type.
Fix db_document not being passed in custom calculated field type
Add custom calculated fieldtype
Make datetime inherit from int
Add aggregation stages to 'owner' access strategy
Properly combine aggregations in 'or' access strategy
Adjust deleting a session for app.run_action
kuba-orlik committed rS9398f31c1751: Add get_pre_aggregation_stage logic to access strategies to increase performance.
Add get_pre_aggregation_stage logic to access strategies to increase performance
kuba-orlik committed rS4b7fd0a519ea: Add aggregated calculated fields. Improve performance with indexes!.
Add aggregated calculated fields. Improve performance with indexes!
Fix some edge cases with filter aggregation
Fix argument order in aggregated stages call
kuba-orlik committed rSc03bbe836253: Use aggregation for instead of 'find' in db queries to enable advanced….
Use aggregation for instead of 'find' in db queries to enable advanced…
• anon committed rS0c4b6b725c8d: Add format method to datetime - formatting to human-readable format.
Add format method to datetime - formatting to human-readable format
Correct filter method for single_reference
Create anonymous-sessions collection
Cache 'show' run_action results for each Context instance
Add calculated_field chip type. Add map-reduce field-type
Add bound ChipTypes to App
Add deep nesting option to single-reference
Correct code formatting
Add anonymous sessions
Revert "Add session_id info to Context"
Add session_id info to Context
kuba-orlik added a reverting change for rS419a061f6def: Add session_id info to Context: rSb8607b9158bd: Revert "Add session_id info to Context".
Add 'mix' and 'min' constraints to 'int' field-type
kuba-orlik committed rS1dcc9277deb1: HOTFIX: Make integer-cartesian module handle 0-length sources properly.
HOTFIX: Make integer-cartesian module handle 0-length sources properly
Add support for filters.
HOTFIX: remove the cartesian-product dependency
Fix format always called for file field_type
Add option to map fields in multiple post
Add option to post multiple resources
HOTFIX: params missing from field specification
Add conditional for field type html
Rename some variables and add comments
Make 'url' the default format for files
HOTFIX: field-type.html.format not working