- 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 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
HOTFIX: Always run .format for all fields
HOTFIX: Use 'safe' format as default for text field-type
kuba-orlik committed rS50798e13176c: Fix item_sensitive access strategies not being given new resource body during….
Fix item_sensitive access strategies not being given new resource body during…
Add specifications subject
HOTFIX: add format method to field-type-text
HOTFIX: missing data when wrong format given to text.format
Hotfix in OR access strategy type
Hotfix in single_reference
kuba-orlik committed rS5eb18bdbd4a3: Fix default config file location being dependent on the main script location.
Fix default config file location being dependent on the main script location
Merge branch 'field_type_html' into alpha
Merge branch 'default_config_delegation' into alpha
Add response type: ResourceCreated
Add permanent session management
kuba-orlik committed rSae5100cef738: Rename subject paths in user-related code to match the nomenclature after the….
Rename subject paths in user-related code to match the nomenclature after the…
Curry app into predefined subjects
kuba-orlik committed rS79ae4ac334b5: Remove run_action from Context's methods, as all code that is app-specific has….
Remove run_action from Context's methods, as all code that is app-specific has…
Add error stack to logger output
kuba-orlik committed rS995950126e5f: Change the way 'run_action' is curried to make it more consistent with the rest….
Change the way 'run_action' is curried to make it more consistent with the rest…
Merge branch alpha into default_config_delegation
kuba-orlik committed rS66c2d3da2b85: Add comment to test out incompatibilities with integration tests.
Add comment to test out incompatibilities with integration tests
Merge branch 'default_config_delegation' into alpha
Separate app-specific and global variables
kuba-orlik committed rS41887eb7eedc: Rewrite unit tests to accomodate separation between static and app scope.
Rewrite unit tests to accomodate separation between static and app scope
Remove unused code from File structure
Curry app into chip types
Move getDateTime to separate file
kuba-orlik committed rSf620ba401aa0: Curry Collection with 'app'. Apply '.pure' style to Collection.
Curry Collection with 'app'. Apply '.pure' style to Collection
Remove dead code from chip.js
Delete remains of files that have been moved to lib/app