Colby Gutierrez-Kraybill
1083a7a79f
Fix typos and correct cookie
...
scratchsessionsid not scratchsessionid
Cookie needs key added for assigned value of scratchlanguage
2017-12-01 10:18:47 -05:00
Colby Gutierrez-Kraybill
91b3feb0b1
Merge pull request #1708 from colbygk/session-caching
...
[Master] Project page caching
2017-12-01 09:59:26 -05:00
Colby Gutierrez-Kraybill
69757e6bec
Revert "[Master] Project page caching"
2017-12-01 09:24:17 -05:00
Colby Gutierrez-Kraybill
1e8bf2653c
Correct brace addition to VCL
2017-11-30 11:38:14 -05:00
Colby Gutierrez-Kraybill
66edcb60a8
Remove unused vcl code generators, setBackend and setFrontend
2017-11-30 11:28:53 -05:00
Colby Gutierrez-Kraybill
7a6be0306b
Cache ^/projects/ to users who are not logged-in
2017-11-30 11:11:38 -05:00
Colby Gutierrez-Kraybill
9efd8e65eb
Add specific /projects cache handling when user is not logged-in
2017-11-30 11:11:26 -05:00
Matthew Taylor
79e778af7a
make comment explanatory of new style
...
Thanks @rschamp!
2017-05-24 08:51:28 -04:00
Matthew Taylor
87da9f3d8a
Use regex in express patterns to limit scope
...
This fixes https://github.com/LLK/scratchr2/issues/3798 by using regex in expressjs patterns, and then also parsing those regex patterns for fastly, such that we can limit the scope of the regex created for a specific view
2017-05-18 13:57:49 -04:00
Matthew Taylor
d563535ba5
Move string set
methods out of fastly-extended
...
This also moves all helper methods in `configure-fastly` into a separate utility file, and adds some additional unit tests for those utilities now that they are separated.
2017-04-25 13:18:13 -04:00