- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 23 2020
Jul 23 2020
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
Remove unnecessary code from channel.js
Add type name to AccessStrategy
Curry 'app' into AccessStrategy
Apply the '.pure' style to access-strategy-type
Move base_chips to lib/app
Remove no-unused-vars eslint rule
Curry the RootSubject in Action
Merge branch 'alpha' into default_config_delegation
Fix custom config not being printed on init
Merge branch 'alpha' into default_config_delegation
Load custom settings before any other
Improve the wording and formatting of ConfigManager's logs
Move default config loading from Core to ConfigManager
Change config key names for logger
Move default datastore config to 'core' key
Fix wrong default datastore
Change console.log calls in Core to avoid eslint errors
kuba-orlik committed rS0c47d115c3f0: Rename get_custom_config to load_custom_config. Be more verbose about potential….
Rename get_custom_config to load_custom_config. Be more verbose about potential…
Merge branch alpha into default_config_delegation
Rename get_default_config to load_default_config
Support default config in Sealious plugins
anwi <adrian.wydmanski@gft.com> committed rS506b2e867445: Support both JSON and YAML config files.
Support both JSON and YAML config files
Merge branch 'alpha' into field_type_html
anwi <adrian.wydmanski@gft.com> committed rS0d865b962474: Add default_config.json file, use default config for Sealious.
Add default_config.json file, use default config for Sealious
Fix int filter not working when using '=' comparator
Add '>' and '<' filters to int field types
Merge branch 'alpha' into field_type_html
Merge branch 'alpha' into field_type_html
HOTFIX: fix query params being flattened
Fix 'Users' collections not being registred during init
Merge branch 'alpha' into field_type_html
Merge branch 'alpha' into field_type_html
Fix 'expand' format not working for single_reference
Fix DELETE method not working
Merge branch 'alpha' into field_type_html
kuba-orlik committed rSf2edab7c5e11: Throw an error when an update method did no changes in the datastore.
Throw an error when an update method did no changes in the datastore
Fix PATCH method not working
Merge branch alpha into field_type_html
Fix files always returning 404
Fix 'use strict' directive missing from get-main-app-dir
Fix 'use strict' directive missing from get-main-app-dir
Merge branch 'alpha' into field_type_html
Merge branch 'alpha' into field_type_html
Make FileManager independent of current working directory
Hotfixes in single_reference
Merge branch 'alpha' into field_type_html
Update the locreq dependency
kuba-orlik committed rS2a015b57139b: Make the Plugin manager more independent of the current working directory.
Make the Plugin manager more independent of the current working directory
Write unit tests for field-type-html
Add 'original' format to the field-type. Write unit tests.
Merge branch 'file_by_url' into alpha
Fix FileManager not returning the file data
Create field-type-html
Write unit tests for the file-by-url functionality
Make Sealious.start() resolve with the Sealious instance
kuba-orlik committed rS23d25714d800: Add ability to provide a http URL to a file instead of a File buffer in field….
Add ability to provide a http URL to a file instead of a File buffer in field…
Merge branch 'support_arbitrary_indexes' into alpha
• anon committed rS30cc86d68f29: Merge branch 'support_arbitrary_indexes' of ssh://github.com/Sealious/sealious….
Merge branch 'support_arbitrary_indexes' of ssh://github.com/Sealious/sealious…
update Tingo dependency
Fix the way errors are thrown when is_proper_value rejects
Merge branch 'alpha' into support_arbitrary_indexes
• anon committed rSd870b2954f56: Merge branch 'alpha' of ssh://github.com/Sealious/sealious into alpha.
Merge branch 'alpha' of ssh://github.com/Sealious/sealious into alpha
Add a test for FieldType
Write a small test to CollectionSubject to up the coverage
kuba-orlik committed rS44235b3a2967: Attempt #2 to remove necessity for sudo on travis to update mongodb.
Attempt #2 to remove necessity for sudo on travis to update mongodb
Update mongoDB version on Travis
Attempt to update mongoDB version on Travis without sudo