Page MenuHomeSealhub
Feed All Stories

Jul 23 2020

Wydmanski <anwi@gft.com> committed rSc062868bce61: rewrite AccessStrategyType var to const.
rewrite AccessStrategyType var to const
Jul 23 2020, 08:05
Wydmanski <anwi@gft.com> committed rSbc0a98cc67fe: rewrite AccessStrategyType tests to assert.
rewrite AccessStrategyType tests to assert
Jul 23 2020, 08:05
Wydmanski <anwi@gft.com> committed rS49f104a2546d: rewrite ConfigManager tests to assert.
rewrite ConfigManager tests to assert
Jul 23 2020, 08:05
Wydmanski <anwi@gft.com> committed rS82e4a4ced738: unpollute ASTP variable, change AccessStrategyType.prototype references to ASTP.
unpollute ASTP variable, change AccessStrategyType.prototype references to ASTP
Jul 23 2020, 08:05
Wydmanski <anwi@gft.com> committed rS16cf6a136f0c: PROPOSITION: rewrite var to const/let.
PROPOSITION: rewrite var to const/let
Jul 23 2020, 08:05
Wydmanski <anwi@gft.com> committed rS731f0e6b68f4: rewrite ChipManager tests to assert.
rewrite ChipManager tests to assert
Jul 23 2020, 08:05
kuba-orlik committed rS64d0dd5caaeb: Turn many functions into pure functions. Refactor tests for ChipManager.
Turn many functions into pure functions. Refactor tests for ChipManager
Jul 23 2020, 08:05
kuba-orlik committed rS52c4fee5942b: Update tests for AccessStrategyType.
Update tests for AccessStrategyType
Jul 23 2020, 08:05
kuba-orlik committed rS21f3db50e161: Remove call to a non-wxisting method.
Remove call to a non-wxisting method
Jul 23 2020, 08:05
kuba-orlik committed rSc6c4ad4053ca: Remove deprecated 'reference' field_type.
Remove deprecated 'reference' field_type
Jul 23 2020, 08:05
kuba-orlik committed rSc33b088a23e1: Make the code unit-tests friendly. Refactor the tests..
Make the code unit-tests friendly. Refactor the tests.
Jul 23 2020, 08:05
kuba-orlik committed rS3fb66b5075ac: Automatically change last_login timestamp on login.
Automatically change last_login timestamp on login
Jul 23 2020, 08:05
kuba-orlik committed rSca65a631eb2b: Add last_login_context field to user resource-type.
Add last_login_context field to user resource-type
Jul 23 2020, 08:05
kuba-orlik committed rS7308e248254b: Add VirtualFile structure.
Add VirtualFile structure
Jul 23 2020, 08:05
kuba-orlik committed rS705a5cb88dda: Add support for uploading files. Create UploadedFiles subject.
Add support for uploading files. Create UploadedFiles subject
Jul 23 2020, 08:05
kuba-orlik committed rS972a3ba3536d: Default params in Field to an empty object instead of undefined.
Default params in Field to an empty object instead of undefined
Jul 23 2020, 08:05
kuba-orlik committed rSea4c79ff4c44: Fix invalid error throwing in FieldType.
Fix invalid error throwing in FieldType
Jul 23 2020, 08:05
kuba-orlik committed rSbc79da7cce74: Jshint config update.
Jshint config update
Jul 23 2020, 08:05
kuba-orlik committed rS539f0373e3b0: Fix 'themse;ves' access strategy type not being item sensitive.
Fix 'themse;ves' access strategy type not being item sensitive
Jul 23 2020, 08:05
kuba-orlik committed rSa6ddf9356ada: Fix a bug where an entire 'show' method was rejected when a filter tried to….
Fix a bug where an entire 'show' method was rejected when a filter tried to…
Jul 23 2020, 08:05
kuba-orlik committed rSc6896e5a7ccd: Reorder attributes in 'owner' access strategy.
Reorder attributes in 'owner' access strategy
Jul 23 2020, 08:05
kuba-orlik committed rS999aa068fc30: Fix a bug where 'or' and 'and' access strategy types didn't pass params when….
Fix a bug where 'or' and 'and' access strategy types didn't pass params when…
Jul 23 2020, 08:05
kuba-orlik committed rSb42fa0147317: Refactor ResourceTypeField into Field. Add 'filter' to FieldType's methods (and….
Refactor ResourceTypeField into Field. Add 'filter' to FieldType's methods (and…
Jul 23 2020, 08:05
kuba-orlik committed rS5e1c94344659: Support passing SubjectPath instance as an argument to SubjectPath constructor.
Support passing SubjectPath instance as an argument to SubjectPath constructor
Jul 23 2020, 08:05
kuba-orlik committed rS4b05dce4d5d3: Add run_action method to Context.
Add run_action method to Context
Jul 23 2020, 08:05
kuba-orlik committed rS7702e4037a12: Ensure all modules use Bluebird instead of native Promises.
Ensure all modules use Bluebird instead of native Promises
Jul 23 2020, 08:05
kuba-orlik committed rS155b9ca8d2ba: Add 'format' method support to field types.
Add 'format' method support to field types
Jul 23 2020, 08:05
kuba-orlik committed rSb9f11ee46faf: Make certain Context props non-enumerable.
Make certain Context props non-enumerable
Jul 23 2020, 08:05
kuba-orlik committed rSfff905a03cd8: Change access strategy for 'user' resource-type..
Change access strategy for 'user' resource-type.
Jul 23 2020, 08:05
kuba-orlik committed rS504b0d1389a1: Change 'this' to 'self' wherever possible in SingleResourceSubject.
Change 'this' to 'self' wherever possible in SingleResourceSubject
Jul 23 2020, 08:05
kuba-orlik committed rS1f66ea7ab38f: Create CurrentSession subject.
Create CurrentSession subject
Jul 23 2020, 08:05
kuba-orlik committed rS599681b60725: Correct chip name for 'and' access stratetgy type.
Correct chip name for 'and' access stratetgy type
Jul 23 2020, 08:05
kuba-orlik committed rS4d08dec51c72: Add 'themselves' access strategy type.
Add 'themselves' access strategy type
Jul 23 2020, 08:05
kuba-orlik committed rS2de5d164d76c: Add session_id to Context constructor.
Add session_id to Context constructor
Jul 23 2020, 08:05
kuba-orlik committed rSb21b69f6f04b: Fix small bugs with context user data cache.
Fix small bugs with context user data cache
Jul 23 2020, 08:05
kuba-orlik committed rS7b0ad285dca7: Add support for sorting to ResourceCollectionSubject.
Add support for sorting to ResourceCollectionSubject
Jul 23 2020, 08:05
kuba-orlik committed rS036e6d71399d: Add support for pagination in ResourceCollection subject.
Add support for pagination in ResourceCollection subject
Jul 23 2020, 08:05
kuba-orlik committed rS3dbc81d009e9: Correct some code formatting.
Correct some code formatting
Jul 23 2020, 08:05
kuba-orlik committed rSeccfee3b81e1: Add a nicely cached 'get_user_data' method to Context to speed up certain….
Add a nicely cached 'get_user_data' method to Context to speed up certain…
Jul 23 2020, 08:05
kuba-orlik committed rS307a298bff38: Fix multiple datastores starting at once.
Fix multiple datastores starting at once
Jul 23 2020, 08:05
kuba-orlik committed rS67c4380b36ec: Add support for full-text search.
Add support for full-text search
Jul 23 2020, 08:05
kuba-orlik committed rSd08c27dc58b8: Apply small style/readability fixes.
Apply small style/readability fixes
Jul 23 2020, 08:05
kuba-orlik committed rSb976920a45b3: Fix some .catch statements swallowing non-sealious errors.
Fix some .catch statements swallowing non-sealious errors
Jul 23 2020, 08:05
kuba-orlik committed rS8a9208bd22d4: Change the behaviour of SuperContext..
Change the behaviour of SuperContext.
Jul 23 2020, 08:05
kuba-orlik committed rS12cb8ef2c1dc: Make AccessStrategy's .check method always return a Promise.
Make AccessStrategy's .check method always return a Promise
Jul 23 2020, 08:05
kuba-orlik committed rSebe5f7d6e003: Add possibility to create a Context by passing a Context instance as the only….
Add possibility to create a Context by passing a Context instance as the only…
Jul 23 2020, 08:05
kuba-orlik committed rS44059af04eee: Add Sealious.Error and Sealious.AccessStrategy props to main Sealious object.
Add Sealious.Error and Sealious.AccessStrategy props to main Sealious object
Jul 23 2020, 08:05
kuba-orlik committed rSe8185d3e23fb: Implement Bluebird's recommended way of Error types inheritance (http….
Implement Bluebird's recommended way of Error types inheritance (http…
Jul 23 2020, 08:05
kuba-orlik committed rS73f38bdc95cb: Fix Session subject swallowing errors.
Fix Session subject swallowing errors
Jul 23 2020, 08:05
kuba-orlik committed rS86a5c107324c: Correct the logic behind 'and' and 'or' access strategy types. Add 'not' and….
Correct the logic behind 'and' and 'or' access strategy types. Add 'not' and…
Jul 23 2020, 08:05
kuba-orlik committed rS03e46a848ce7: Update Bluebird dependency.
Update Bluebird dependency
Jul 23 2020, 08:05
kuba-orlik committed rSdb123991ec3c: Create 'logged_in' and 'not' access strategy types.
Create 'logged_in' and 'not' access strategy types
Jul 23 2020, 08:05
kuba-orlik committed rS6712a8bc9284: Add 'Me' Subject for clients to easilly check whether the user is logged in.
Add 'Me' Subject for clients to easilly check whether the user is logged in
Jul 23 2020, 08:05
kuba-orlik committed rS27534a3a3be0: Remove remains of Immutable dependency.
Remove remains of Immutable dependency
Jul 23 2020, 08:05
kuba-orlik committed rS0ea865893e60: Fix minor bugs in Response class.
Fix minor bugs in Response class
Jul 23 2020, 08:05
kuba-orlik committed rS752a5e391e25: Fix misc error handling issues.
Fix misc error handling issues
Jul 23 2020, 08:05
kuba-orlik committed rSf45afc724c7d: Create Sessions Subject.
Create Sessions Subject
Jul 23 2020, 08:05
kuba-orlik committed rS51224141a1c0: Add 'get_user_id' to Sessions subject.
Add 'get_user_id' to Sessions subject
Jul 23 2020, 08:05
kuba-orlik committed rS915afb326cf4: Remove redundant attributes from Sealious.Error.
Remove redundant attributes from Sealious.Error
Jul 23 2020, 08:05
kuba-orlik committed rS2cbbeab28499: Change Sealious.run_action behaviour to potential errors easier to back-track.
Change Sealious.run_action behaviour to potential errors easier to back-track
Jul 23 2020, 08:05
kuba-orlik committed rS64bc28f6ae70: Better error output in Sealious.Logger.
Better error output in Sealious.Logger
Jul 23 2020, 08:05
kuba-orlik committed rS6ea1d5400d9f: Create a NewSession Response.
Create a NewSession Response
Jul 23 2020, 08:05
kuba-orlik committed rSbbe2f9b91efc: Remove tests for UserManager as it has been removed.
Remove tests for UserManager as it has been removed
Jul 23 2020, 08:05
kuba-orlik committed rS89a076e53618: Refactor Sealious.Errors. Remove information about HTML status codes because….
Refactor Sealious.Errors. Remove information about HTML status codes because…
Jul 23 2020, 08:05
kuba-orlik committed rS23500dbe073d: Apply code style & jshint corrections to error.js.
Apply code style & jshint corrections to error.js
Jul 23 2020, 08:05
kuba-orlik committed rS1d833b6c9202: Correct handling of undefined/boolean values in Context constructor.
Correct handling of undefined/boolean values in Context constructor
Jul 23 2020, 08:05
kuba-orlik committed rSc810d0de29e8: Make Context a regular JS object instead of an Immutable Map. Remove….
Make Context a regular JS object instead of an Immutable Map. Remove…
Jul 23 2020, 08:05
kuba-orlik committed rS90deae073297: Delete UserManager and move its responsibilities to a new 'Users' subject.
Delete UserManager and move its responsibilities to a new 'Users' subject
Jul 23 2020, 08:05
kuba-orlik committed rS3a0125545457: Make field_type.username reject reserved keywords.
Make field_type.username reject reserved keywords
Jul 23 2020, 08:05
kuba-orlik committed rS8158d0a38645: Change access strategies for 'user' resource type.
Change access strategies for 'user' resource type
Jul 23 2020, 08:05
kuba-orlik committed rS76666da1670c: Change get_child_subject methods so they return Promises.
Change get_child_subject methods so they return Promises
Jul 23 2020, 08:05
kuba-orlik committed rS049148bb9a9e: Rename 'just_owner' access strategy to 'owner'.
Rename 'just_owner' access strategy to 'owner'
Jul 23 2020, 08:05
kuba-orlik committed rSbbd8454d6e04: Create 'super' access strategy type that acceps only SuperContext.
Create 'super' access strategy type that acceps only SuperContext
Jul 23 2020, 08:05
kuba-orlik committed rSc4b44d371e93: Create 'and' access strategy.
Create 'and' access strategy
Jul 23 2020, 08:05
kuba-orlik committed rSb0e29de21f1c: Create 'username' field_type that prevents duplicate usernames.
Create 'username' field_type that prevents duplicate usernames
Jul 23 2020, 08:05
kuba-orlik committed rS5830b671515c: Enable creating SuperContext without an argument.
Enable creating SuperContext without an argument
Jul 23 2020, 08:05
kuba-orlik committed rS4dabb78b177c: Correct SuperContext inheritance mechanism.
Correct SuperContext inheritance mechanism
Jul 23 2020, 08:05
kuba-orlik committed rS3c847d8f53ac: Add missing require() for 'super' access strategy.
Add missing require() for 'super' access strategy
Jul 23 2020, 08:05
kuba-orlik committed rScae3a2e3529e: Set access strategy for 'create' action on 'user' resource to 'super'.
Set access strategy for 'create' action on 'user' resource to 'super'
Jul 23 2020, 08:05
kuba-orlik committed rS6ebc4188d4ec: Throw an error when trying to access /api/v1/resources/bad-resource-type.
Throw an error when trying to access /api/v1/resources/bad-resource-type
Jul 23 2020, 08:04
kuba-orlik committed rS752b39eb935f: Skip checking is_proper_value if the field is not required and value===undefined.
Skip checking is_proper_value if the field is not required and value===undefined
Jul 23 2020, 08:04
kuba-orlik committed rS1b4ad32f998c: Add SuperContext object to enable admins bypassing access_strategies.
Add SuperContext object to enable admins bypassing access_strategies
Jul 23 2020, 08:04
kuba-orlik committed rS7ad922bd05fb: Fix misbehaviour when passing undefined to single_reference's .decode.
Fix misbehaviour when passing undefined to single_reference's .decode
Jul 23 2020, 08:04
kuba-orlik committed rS6374339dec01: Use hashed-text for password storage.
Use hashed-text for password storage
Jul 23 2020, 08:04
kuba-orlik committed rSb8e2d33f94ec: Create run_action utility function.
Create run_action utility function
Jul 23 2020, 08:04
kuba-orlik committed rS67a894575e59: Enable AccessStrategy.item_sensitive to be a function(params).
Enable AccessStrategy.item_sensitive to be a function(params)
Jul 23 2020, 08:04
kuba-orlik committed rSc4b8eae576c8: Create 'or' access_strategy.
Create 'or' access_strategy
Jul 23 2020, 08:04
kuba-orlik committed rS3dd02ab204c4: Adjust filenames.
Adjust filenames
Jul 23 2020, 08:04
kuba-orlik committed rS29fea6f2ac04: Correct AccessStrategy declaration parsing.
Correct AccessStrategy declaration parsing
Jul 23 2020, 08:04
kuba-orlik committed rS5b8703cd8712: Fix PluginManager misbehaving when only some Sealious plugins are npm-linked.
Fix PluginManager misbehaving when only some Sealious plugins are npm-linked
Jul 23 2020, 08:04
kuba-orlik committed rS8fb1111f02f9: Enable passing parameters to AccessStrategy by separating it into….
Enable passing parameters to AccessStrategy by separating it into…
Jul 23 2020, 08:04
kuba-orlik committed rSfae81b70b17d: Create scaffolding to enable fields create their own subjects.
Create scaffolding to enable fields create their own subjects
Jul 23 2020, 08:04
kuba-orlik committed rSf61eba9b0f49: Attempt to fix coveralls not running on Travis CI.
Attempt to fix coveralls not running on Travis CI
Jul 23 2020, 08:04
kuba-orlik committed rS462cc7f97e46: Add some more tests to SingleResourceSubject and fix some bugs.
Add some more tests to SingleResourceSubject and fix some bugs
Jul 23 2020, 08:04
kuba-orlik committed rSa9deaa90efe2: Add assert_no_error utility and use utils to simplify existing tests.
Add assert_no_error utility and use utils to simplify existing tests
Jul 23 2020, 08:04
kuba-orlik committed rS1a26b98cbc11: Correct a typo in field-type-test.
Correct a typo in field-type-test
Jul 23 2020, 08:04
kuba-orlik committed rS1f899483cbfd: Create assert_no_error util for tests.
Create assert_no_error util for tests
Jul 23 2020, 08:04
kuba-orlik committed rSb198b7d56d20: Make Resources subject handle dynamically created resource-types to ease testing.
Make Resources subject handle dynamically created resource-types to ease testing
Jul 23 2020, 08:04
kuba-orlik committed rS85ac1f359991: Remove commented-out code in error.js.
Remove commented-out code in error.js
Jul 23 2020, 08:04
kuba-orlik committed rS4dd0902c0f63: Fix code formatting.
Fix code formatting
Jul 23 2020, 08:04