Page MenuHomeSealhub
Feed All Stories

Jul 23 2020

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
kuba-orlik committed rS2b450ca443e8: Merge alpha branch.
Merge alpha branch
Jul 23 2020, 08:04
kuba-orlik committed rS0c6ad59c4252: Add some tests for single-resource-subject.
Add some tests for single-resource-subject
Jul 23 2020, 08:04
kuba-orlik committed rSd149a6122733: Test if resource collection filters actually filter resources.
Test if resource collection filters actually filter resources
Jul 23 2020, 08:04
kuba-orlik committed rS6da34387b972: Show coverage after coverage-tests.
Show coverage after coverage-tests
Jul 23 2020, 08:04
Rayvenden <rayunderwater@gmail.com> committed rSb813a46be40f: Remove code redundancy.
Remove code redundancy
Jul 23 2020, 08:04
kuba-orlik committed rS1f2e2248f06d: Fix formatting and fix bugs so tests pass.
Fix formatting and fix bugs so tests pass
Jul 23 2020, 08:04
kuba-orlik committed rS2cd76ba1240e: Require filter parameters to be prefixed by 'filter.'.
Require filter parameters to be prefixed by 'filter.'
Jul 23 2020, 08:04
kuba-orlik committed rS1b5d3e7f6161: Cover ResourceTypeCollectionSubject with tests.
Cover ResourceTypeCollectionSubject with tests
Jul 23 2020, 08:04
kuba-orlik committed rS03a21488a688: Add tests dir to the fix-formatting script. Fix formatting in tests dir..
Add tests dir to the fix-formatting script. Fix formatting in tests dir.
Jul 23 2020, 08:04
kuba-orlik committed rSe1844c77721a: Add tests dir to check-formatting script.
Add tests dir to check-formatting script
Jul 23 2020, 08:04
kuba-orlik committed rSe28505647462: Make it so filter values from http queries are encoded by the corresponding….
Make it so filter values from http queries are encoded by the corresponding…
Jul 23 2020, 08:04
kuba-orlik committed rSc66a2bb804a2: Remove the last remains of ancient ResourceManager.
Remove the last remains of ancient ResourceManager
Jul 23 2020, 08:04
kuba-orlik committed rSccd37b330b86: Write some tests. Fix bugs. Remove the necessity to provide each chip….
Write some tests. Fix bugs. Remove the necessity to provide each chip…
Jul 23 2020, 08:04
kuba-orlik committed rSf297e290919f: Merge alpha.
Merge alpha
Jul 23 2020, 08:04
kuba-orlik committed rS28112a230b20: Remove CachedGetter, as it needlessly increased code complexity. Fix code so….
Remove CachedGetter, as it needlessly increased code complexity. Fix code so…
Jul 23 2020, 08:04
kuba-orlik committed rS3855a053a6b6: Fix minor bugs in subjects.
Fix minor bugs in subjects
Jul 23 2020, 08:04
kuba-orlik committed rSc55029c4d626: Add SubjectPath reference.
Add SubjectPath reference
Jul 23 2020, 08:04
kuba-orlik committed rSf257afa26e82: Fix formatting.
Fix formatting
Jul 23 2020, 08:04
kuba-orlik committed rS2da57f4030e4: Add some order to naming, add missing required methods to Subject-related code.
Add some order to naming, add missing required methods to Subject-related code
Jul 23 2020, 08:04
dlaschro committed rSc84aae0f5f3d: Customize travis script to fix issues with circular dependency while testing.
Customize travis script to fix issues with circular dependency while testing
Jul 23 2020, 08:04
kuba-orlik committed rS22deff295a98: Merge changes from next.
Merge changes from next
Jul 23 2020, 08:04
dlaschro committed rSfab80425df65: Rewrite require(../main.js) to require('sealious').
Rewrite require(../main.js) to require('sealious')
Jul 23 2020, 08:04
dlaschro committed rS307cf26d79b0: Remove bits of unnecessary code.
Remove bits of unnecessary code
Jul 23 2020, 08:04
dlaschro committed rS1d93d99ae031: Update setup-dev.sh script to fix circular dependency issues on testing.
Update setup-dev.sh script to fix circular dependency issues on testing
Jul 23 2020, 08:04
dlaschro committed rS1ce5a9992011: Create CachedGetter class to minimize db reads.
Create CachedGetter class to minimize db reads
Jul 23 2020, 08:04
dlaschro committed rSeec3ec479a34: Create SingleResourceSubject and move corresponding methods from….
Create SingleResourceSubject and move corresponding methods from…
Jul 23 2020, 08:04
dlaschro committed rS01c05c3b4cba: Correct code formatting (no significant code changes).
Correct code formatting (no significant code changes)
Jul 23 2020, 08:04
dlaschro committed rS0fd4829351c2: Create 'show' and 'create' action handlers for ResourceCollection subject.
Create 'show' and 'create' action handlers for ResourceCollection subject
Jul 23 2020, 08:04
dlaschro committed rSe38acccf5a0f: Add ResourceCollection and improve naming..
Add ResourceCollection and improve naming.
Jul 23 2020, 08:04
dlaschro committed rS4ebad8caa318: Create SubjectPath and SubjectType classes.
Create SubjectPath and SubjectType classes
Jul 23 2020, 08:04
dlaschro committed rS075b1e6fac0e: Create Subject class.
Create Subject class
Jul 23 2020, 08:04