Page MenuHomeSealhub
Feed All Stories

Jul 23 2020

kuba-orlik committed rSc41df8a4342c: HOTFIX: Always run .format for all fields.
HOTFIX: Always run .format for all fields
Jul 23 2020, 08:09
kuba-orlik committed rSca67a8a1052a: HOTFIX: Use 'safe' format as default for text field-type.
HOTFIX: Use 'safe' format as default for text field-type
Jul 23 2020, 08:09
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…
Jul 23 2020, 08:09
kuba-orlik committed rSf601d43d0fac: Add specifications subject.
Add specifications subject
Jul 23 2020, 08:09
kuba-orlik committed rS7d7ff9781aad: HOTFIX: add format method to field-type-text.
HOTFIX: add format method to field-type-text
Jul 23 2020, 08:09
kuba-orlik committed rSf961eadc737f: HOTFIX: missing data when wrong format given to text.format.
HOTFIX: missing data when wrong format given to text.format
Jul 23 2020, 08:09
kuba-orlik committed rSd675ae3dc3c0: Hotfix in OR access strategy type.
Hotfix in OR access strategy type
Jul 23 2020, 08:09
anon committed rSde4c47a725bd: Fix or strategy.
Fix or strategy
Jul 23 2020, 08:09
kuba-orlik committed rSc07ff415eabd: Hotfix in single_reference.
Hotfix in single_reference
Jul 23 2020, 08:09
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
Jul 23 2020, 08:09
kuba-orlik committed rS6544267067cb: Merge branch 'field_type_html' into alpha.
Merge branch 'field_type_html' into alpha
Jul 23 2020, 08:09
kuba-orlik committed rSa3f185964c3a: Merge alpha.
Merge alpha
Jul 23 2020, 08:09
kuba-orlik committed rS3f2bb2d2006e: Merge branch 'default_config_delegation' into alpha.
Merge branch 'default_config_delegation' into alpha
Jul 23 2020, 08:09
kuba-orlik committed rS3e4f60ee7c7c: Add response type: ResourceCreated.
Add response type: ResourceCreated
Jul 23 2020, 08:09
kuba-orlik committed rS17668ce70e86: Add permanent session management.
Add permanent session management
Jul 23 2020, 08:09
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…
Jul 23 2020, 08:09
kuba-orlik committed rSaaa8fd4db9a4: Curry app into predefined subjects.
Curry app into predefined subjects
Jul 23 2020, 08:09
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…
Jul 23 2020, 08:09
kuba-orlik committed rS9ec0881c7ee7: Add error stack to logger output.
Add error stack to logger output
Jul 23 2020, 08:09
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…
Jul 23 2020, 08:09
kuba-orlik committed rS72d524ead193: Merge branch alpha into default_config_delegation.
Merge branch alpha into default_config_delegation
Jul 23 2020, 08:09
kuba-orlik committed rS66c2d3da2b85: Add comment to test out incompatibilities with integration tests.
Add comment to test out incompatibilities with integration tests
Jul 23 2020, 08:09
kuba-orlik committed rSf8e11132404f: Merge branch 'default_config_delegation' into alpha.
Merge branch 'default_config_delegation' into alpha
Jul 23 2020, 08:09
kuba-orlik committed rSc57c09c08946: Separate app-specific and global variables.
Separate app-specific and global variables
Jul 23 2020, 08:09
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
Jul 23 2020, 08:09
kuba-orlik committed rS5fdf07671961: Remove unused code from File structure.
Remove unused code from File structure
Jul 23 2020, 08:09
kuba-orlik committed rS06f17a15691f: Curry app into chip types.
Curry app into chip types
Jul 23 2020, 08:09
kuba-orlik committed rS72a0165554ac: Move getDateTime to separate file.
Move getDateTime to separate file
Jul 23 2020, 08:09
kuba-orlik committed rSf620ba401aa0: Curry Collection with 'app'. Apply '.pure' style to Collection.
Curry Collection with 'app'. Apply '.pure' style to Collection
Jul 23 2020, 08:09
kuba-orlik committed rS158720904c70: Remove dead code from chip.js.
Remove dead code from chip.js
Jul 23 2020, 08:09
kuba-orlik committed rSb8c0b4096efb: Delete remains of files that have been moved to lib/app.
Delete remains of files that have been moved to lib/app
Jul 23 2020, 08:09
kuba-orlik committed rS98c0b7d08e29: Remove unnecessary code from channel.js.
Remove unnecessary code from channel.js
Jul 23 2020, 08:09
kuba-orlik committed rS62a8f83a7dc7: Add type name to AccessStrategy.
Add type name to AccessStrategy
Jul 23 2020, 08:09
kuba-orlik committed rS6a955fe60f23: Remove unused files.
Remove unused files
Jul 23 2020, 08:09
kuba-orlik committed rSe0317ed99310: Curry 'app' into AccessStrategy.
Curry 'app' into AccessStrategy
Jul 23 2020, 08:09
kuba-orlik committed rSed1be38933b1: Apply the '.pure' style to access-strategy-type.
Apply the '.pure' style to access-strategy-type
Jul 23 2020, 08:09
kuba-orlik committed rSb611df6bd468: Move base_chips to lib/app.
Move base_chips to lib/app
Jul 23 2020, 08:09
kuba-orlik committed rS8bdb93650b6f: Remove no-unused-vars eslint rule.
Remove no-unused-vars eslint rule
Jul 23 2020, 08:09
kuba-orlik committed rSd948dfbcc237: Curry the RootSubject in Action.
Curry the RootSubject in Action
Jul 23 2020, 08:09
kuba-orlik committed rSac1780ec6546: Merge branch 'alpha' into default_config_delegation.
Merge branch 'alpha' into default_config_delegation
Jul 23 2020, 08:09
kuba-orlik committed rS29c597f6351e: Fix custom config not being printed on init.
Fix custom config not being printed on init
Jul 23 2020, 08:09
kuba-orlik committed rS6e0d0310ce95: Merge branch 'alpha' into default_config_delegation.
Merge branch 'alpha' into default_config_delegation
Jul 23 2020, 08:09
kuba-orlik committed rS8bd1c57d4326: Load custom settings before any other.
Load custom settings before any other
Jul 23 2020, 08:09
kuba-orlik committed rSbf056d4aaefc: Improve the wording and formatting of ConfigManager's logs.
Improve the wording and formatting of ConfigManager's logs
Jul 23 2020, 08:09
kuba-orlik committed rSb937b0fcb1b3: Move default config loading from Core to ConfigManager.
Move default config loading from Core to ConfigManager
Jul 23 2020, 08:09
kuba-orlik committed rS6acdc4c2f5ba: Change config key names for logger.
Change config key names for logger
Jul 23 2020, 08:09
kuba-orlik committed rSfacb11f93a66: Move default datastore config to 'core' key.
Move default datastore config to 'core' key
Jul 23 2020, 08:09
kuba-orlik committed rSe5b09fe48ad3: Fix wrong default datastore.
Fix wrong default datastore
Jul 23 2020, 08:09
kuba-orlik committed rSdf338ba73a98: Change console.log calls in Core to avoid eslint errors.
Change console.log calls in Core to avoid eslint errors
Jul 23 2020, 08:09
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…
Jul 23 2020, 08:09
kuba-orlik committed rS51eedef7fa76: Merge branch alpha into default_config_delegation.
Merge branch alpha into default_config_delegation
Jul 23 2020, 08:09
anon committed rS4de95ab8742c: Support custom configs.
Support custom configs
Jul 23 2020, 08:09
kuba-orlik committed rSa355bf7e7f93: Rename get_default_config to load_default_config.
Rename get_default_config to load_default_config
Jul 23 2020, 08:08
anon committed rS3d125b3f86d2: Support default config in Sealious plugins.
Support default config in Sealious plugins
Jul 23 2020, 08:08
anwi <adrian.wydmanski@gft.com> committed rS506b2e867445: Support both JSON and YAML config files.
Support both JSON and YAML config files
Jul 23 2020, 08:08
kuba-orlik committed rSc11a817cb773: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
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
Jul 23 2020, 08:08
kuba-orlik committed rS901dbce3ea67: Fix int filter not working when using '=' comparator.
Fix int filter not working when using '=' comparator
Jul 23 2020, 08:08
kuba-orlik committed rS3c75b604fca3: Add '>' and '<' filters to int field types.
Add '>' and '<' filters to int field types
Jul 23 2020, 08:08
kuba-orlik committed rS60053cfb52ac: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rS95d13d6fa1cf: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rSbf1b2040a1e8: HOTFIX: fix query params being flattened.
HOTFIX: fix query params being flattened
Jul 23 2020, 08:08
kuba-orlik committed rS2a80f7d67e5d: Fix 'Users' collections not being registred during init.
Fix 'Users' collections not being registred during init
Jul 23 2020, 08:08
kuba-orlik committed rSd5fca13c6619: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rSf0218a293b15: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rS85859449d4f1: Fix 'expand' format not working for single_reference.
Fix 'expand' format not working for single_reference
Jul 23 2020, 08:08
kuba-orlik committed rScfee5f524ff3: Fix DELETE method not working.
Fix DELETE method not working
Jul 23 2020, 08:08
kuba-orlik committed rS02a392de33ad: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
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
Jul 23 2020, 08:08
kuba-orlik committed rS4c7d81b9deb2: Fix PATCH method not working.
Fix PATCH method not working
Jul 23 2020, 08:08
kuba-orlik committed rS59c12328ef03: Merge branch alpha into field_type_html.
Merge branch alpha into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rS6264e5d53560: Fix files always returning 404.
Fix files always returning 404
Jul 23 2020, 08:08
kuba-orlik committed rSfdfe6f5e9b61: Fix 'use strict' directive missing from get-main-app-dir.
Fix 'use strict' directive missing from get-main-app-dir
Jul 23 2020, 08:08
kuba-orlik committed rSc802e8e98df8: Fix 'use strict' directive missing from get-main-app-dir.
Fix 'use strict' directive missing from get-main-app-dir
Jul 23 2020, 08:08
kuba-orlik committed rS5c6be013b10c: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rSf67074527d97: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rS33c806008b9b: Make FileManager independent of current working directory.
Make FileManager independent of current working directory
Jul 23 2020, 08:08
kuba-orlik committed rS705e8bedc12c: Hotfixes in single_reference.
Hotfixes in single_reference
Jul 23 2020, 08:08
kuba-orlik committed rS2f8711dd1ab1: Merge branch 'alpha' into field_type_html.
Merge branch 'alpha' into field_type_html
Jul 23 2020, 08:08
kuba-orlik committed rS30c88071a9e8: Update the locreq dependency.
Update the locreq dependency
Jul 23 2020, 08:08
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
Jul 23 2020, 08:08
kuba-orlik committed rSd76f44847ec4: Write unit tests for field-type-html.
Write unit tests for field-type-html
Jul 23 2020, 08:08
kuba-orlik committed rS7abba76456e6: Add 'original' format to the field-type. Write unit tests..
Add 'original' format to the field-type. Write unit tests.
Jul 23 2020, 08:08
anon committed rSb009df20e2ba: Merge branch 'file_by_url' into alpha.
Merge branch 'file_by_url' into alpha
Jul 23 2020, 08:08
kuba-orlik committed rSa3588ee4f364: Fix FileManager not returning the file data.
Fix FileManager not returning the file data
Jul 23 2020, 08:08
kuba-orlik committed rSf31ab6daeee6: Create field-type-html.
Create field-type-html
Jul 23 2020, 08:08
kuba-orlik committed rS78130e42f121: Write unit tests for the file-by-url functionality.
Write unit tests for the file-by-url functionality
Jul 23 2020, 08:08
kuba-orlik committed rSfd2eb50a7447: Make Sealious.start() resolve with the Sealious instance.
Make Sealious.start() resolve with the Sealious instance
Jul 23 2020, 08:08
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…
Jul 23 2020, 08:08
anon committed rS3e0fac872873: Merge branch 'support_arbitrary_indexes' into alpha.
Merge branch 'support_arbitrary_indexes' into alpha
Jul 23 2020, 08:08
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…
Jul 23 2020, 08:08
kuba-orlik committed rSbbaf59b8c768: update Tingo dependency.
update Tingo dependency
Jul 23 2020, 08:08
kuba-orlik committed rS3cab2c5bf159: Fix the way errors are thrown when is_proper_value rejects.
Fix the way errors are thrown when is_proper_value rejects
Jul 23 2020, 08:08
anon committed rSb60d8520d3fd: Merge branch 'alpha' into support_arbitrary_indexes.
Merge branch 'alpha' into support_arbitrary_indexes
Jul 23 2020, 08:08
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
Jul 23 2020, 08:08
anon committed rS571f386f52ec: Add a test for FieldType.
Add a test for FieldType
Jul 23 2020, 08:08
kuba-orlik committed rSa8d9e79ed502: Write a small test to CollectionSubject to up the coverage.
Write a small test to CollectionSubject to up the coverage
Jul 23 2020, 08:08
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
Jul 23 2020, 08:08
kuba-orlik committed rS7bc3b7666173: Update mongoDB version on Travis.
Update mongoDB version on Travis
Jul 23 2020, 08:08
kuba-orlik committed rS9d146a5dd1f1: Attempt to update mongoDB version on Travis without sudo.
Attempt to update mongoDB version on Travis without sudo
Jul 23 2020, 08:08