| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ / /
| | | |
| | | | |
Add a button to install with Yunohost in a one-click way.
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Improve documentation (#598, #1105)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* rework/simplify server configuration/requirements pages (consolidate/simplify SSL/TLS/apache configuration)
* update index.md introduction
* remove external images (badges)
* Fix COPYING link and documentation links
* Update features list
* dedpulicate information
* remove server-requirements.md and move relevant doc to other files
* TODO: rework nginx configuration (single configuration example, with commented out blocks for special cases)
* TODO: consolidate download/install/configuration pages
* remove blank lighttpd configuration section
* remove Required? column for composer packages, all libraries are mandatory
* php 7.2 compatibilty
* clarify that certbot binary and paths may vary depending on install method
|
| |\ \ \
| | | | |
| | | | | |
Update AUTHORS and CHANGELOG
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |/ /
| | | |
| | | |
| | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\ \ \
| | |/ /
| |/| | |
Master: Build the Docker images from the local sources
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Relates to https://github.com/shaarli/Shaarli/issues/1153
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Relates to https://github.com/shaarli/Shaarli/issues/1153
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Relates to https://github.com/shaarli/Shaarli/issues/1153
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Relates to https://github.com/shaarli/Shaarli/issues/1153
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\ \
| | | |
| | | | |
Fixes an error during the install
|
| |/ /
| | |
| | |
| | | |
was out of scope
|
| |\ \
| | |/
| |/| |
Add <meta> tag for referrer same-origin also to new default tpl
|
| | | |
|
| | |\
| | |/
| |/| |
|
| |\ \
| | | |
| | | | |
Fix order of tags with the same number of occurrences
|
| | | |
| | | |
| | | |
| | | | |
Before this, linksCountPerTag call without would have ignored visibility parameter
|
| | | |
| | | |
| | | |
| | | | |
Fixes #1142
|
| |\ \ \
| | | | |
| | | | | |
Refactor user login and session management
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There already are dedicated tokens for:
- CSRF protection
- user stay-signed-in feature, via cookie
This token was most likely intended as a randomly generated,
server-side, secret key to be used when generating hashes.
See http://sebsauvage.net/wiki/doku.php?id=php:session [FR]
Relevant section:
Une clé secrète unique aléatoire est générée côté serveur (et jamais
envoyée). Elle peut servir pour signer les formulaires (HMAC) ou
générer des token de formulaires (protection contre XSRF).
Voir $_SESSION['uid'].
Translation:
A unique, server-side secret key is randomly generated (and never
transmitted). It can be used to sign forms (HMAC) or generate form
tokens (protection against XSRF).
See $_SESSION['uid']
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed:
- move login/password verification to LoginManager
- code cleanup
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed:
- move $_SESSION handling to SessionManager
- code cleanup
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed:
- move INACTIVITY_TIMEOUT to SessionManager
- inject a dependency to a SessionManager instance in:
- fillSessionInfo()
- setup_login_state()
- check_auth()
- cleanup related code and comments
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\ \ \
| | | | |
| | | | | |
Reformat SCSS to SASS format and run SASSLint in CI
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also move ESLint and SASSLint config files to a dedicated .dev folder
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | |_|/ /
| |/| | | |
Fix feed permalink rendering with markdown escape set to true
|
| |/ / /
| | | |
| | | |
| | | | |
Fixes #1134
|
| |\ \ \
| | |/ /
| |/| | |
Adds Stakali Android app to 3rd party lists
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Use Travis stages to run JS tests separately
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Title retrieval fixes
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | | |
doc: merge all sharing methods under a single "Sharing content" page
|