43
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 22 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some scaladocs for session cookie path stuff More... over 6 years ago
Further iteration on LAPinger doc More... over 6 years ago
Back out the urlencode when passing context path to client More... over 6 years ago
Merge branch 'master' into msf_issue_1901 More... over 6 years ago
Merge pull request #1906 from lift/msf_issue_1460 More... over 6 years ago
Merge branch 'master' into joe-comet-rehydrate More... over 6 years ago
Put backticks around the method-name links More... over 6 years ago
Rollback 'or' to use its own simpler implementation. Add an additional explanatory comment on `transform` about its intended use More... over 6 years ago
URL encode context path and escape single quotes More... over 6 years ago
Simplify including context path on comet session loss More... over 6 years ago
Switch to using NamedPF.applyBox helper More... over 6 years ago
Work around awkwardness with snippet timer installation w/ installSnippetTimer More... over 6 years ago
Implement `transform` method to transform a Box into another Box. Remove the `mapFailure` method as it's convered by the `transform` method. Implement `or` using `transform`. Change `flip` to take a function, instead of a `PartialFunction` More... over 6 years ago
Merge pull request #1866 from Bhashit/issue-1826-optional-version-of-mongo-fields More... over 6 years ago
Remove the 'override' modified from places where there's no real overriding happening (i.e. we are implementing an abstract method) More... over 6 years ago
Change constructor parameter name from 'rec' to 'owner', deprecating the old name More... over 6 years ago
More tests for optional fields. Pulled out common parts of the method that tested only mandatory fields into a common method that can be used for testing optional fields as well More... over 6 years ago
Add testing for optional versions of fields: UUID, ObjectId, CaseClass, JsonObject, Date More... over 6 years ago
Optional version for JsonObjectField More... over 6 years ago
Add test for OptionalPatternField json serialization More... over 6 years ago
Make names and descriptions more consistent with some of the renamed classes. I.e. the 'mongo' prefix was removed in some cases More... over 6 years ago
Rename the constructor parameter named 'rec' to 'owner' to make things more consistent. Apply @deprecatedName annotation to make sure things still work More... over 6 years ago
Merge branch 'master' into issue-1826-optional-version-of-mongo-fields More... over 6 years ago
Merge pull request #1907 from lift/msf_issue_1821 More... over 6 years ago
Merge branch 'master' into msf_issue_1901 More... over 6 years ago
Merge pull request #1909 from lift/msf_issue_1315 More... over 6 years ago
Consider LiftRules.cometCreation while building comets More... over 6 years ago
Improve LAPinger documentation for clarity More... over 6 years ago
Move cache defaulting to LiftRules More... over 6 years ago
Switch to using a LiftRulesGuardedSetting for snippetTimer More... over 6 years ago