-
Notifications
You must be signed in to change notification settings - Fork 311
Version 2.0.0 Documentation (and other things) #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
(The tests are failing because |
|
Should/could we add a section on upgrading from 1.2? |
|
@larowlan Absolutely yes! Good call. |
|
Finally done and ready for review. 99% chance I made a copy/paste error somewhere. The stuff in |
|
Note that this PR contains security-related changes, e.g. adding poor-man's domain separation for #240 |
docs/Tutorial.md
Outdated
|
|
||
| Let's say Alice and Dave trust each other, and Alice is going to host Dave's | ||
| application on her server. But both Alice and Dave don't trust Eve. They know | ||
| Eve is a good database administrator, but he might have incentive to steal the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eve is a guy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! (I originally had "Mallory" and did a string replacement for "Eve").
why it's necessary to bundle copy for third-party library in this repo, why not keep repo for source code only. i.e use composer dependency and for .phar files use github release page to upload the phar. repo history is already 15MiB for a library that is 56KiB size! bundling copy of some library is directly against having secure system. if it was not bundled, i could update the library separately. now i install this library and don't even know maybe it has old version of third party library. besides the solutions how not to bundle already exists, which i mentioned (composer, release uploads) |
No description provided.