| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Reviewed Apache configuration
|
| |
| |
| |
| |
| |
| |
| | |
(in documentation)
For security purpose, block access to any static file not matching the list of allowed extensions.
It allows us to remove the specific retriction on dotfiles, and fix Apache part of #1608.
|
|\ \
| | |
| | | |
Docker-compose: fix SSL certificate + add parameter for Docker tag
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use envvar SHAARLI_VIRTUAL_HOST for Traefik's docker.domain parameter instead of localhost (I'm not sure if did work at some point).
Add an environment variable to choose which Docker tag to use instead of using master by default.
Fixes #1632
|
|\ \ \
| |/ /
|/| | |
Reviewed nginx configuration
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Both in documentation and Docker image.
For security purpose, it no longer allow to access static files through
the main nginx *location*. Static files are served if their extension
matches the whitelist.
As a side effect, we no longer need specific restrictions, and
therefore it fixes the nginx part of #1608.
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
So it allows to have multiple words tags.
Breaking change: commas ',' are no longer a default separator.
Fixes #594
|
|\ \ \
| | | |
| | | | |
Replace vimeo link in demo bookmarks due to IP ban on the demo instance
|
| | |/
| |/|
| | |
| | | |
Fixes #1148
|
|\ \ \
| |/ /
|/| | |
Fix an issue truncating extracted metadata content
|
|/ /
| |
| |
| | |
Previous regex forced the selection to stop at either the first single or double quote found, regardless of the opening quote. Using '\1', we're sure to wait for the proper quote before stopping the capture.
|
|\ \
| |/
|/| |
Display error details even with dev.debug set to false
|
|/
|
|
|
|
|
| |
It makes more sense to display the error even if it's unexpected.
Only for logged in users.
Fixes #1606
|
|\
| |
| | |
Webpack: fix vintage theme images include
|
| | |
|
|\ \
| | |
| | | |
Fix confirm popup before bookmark deletion
|
|/ /
| |
| |
| |
| |
| | |
Regression introduced by #1596
Fixes #1623
|
|\ \
| | |
| | | |
Default formatter: add a setting to disable auto-linkification
|
| |/
| |
| |
| |
| |
| |
| | |
+ update documentation
+ single parameter for both URL and hashtags
Fixes #1094
|
|\ \
| | |
| | | |
Fix: redirect to referrer after bookmark deletion
|
| |/
| |
| |
| |
| |
| | |
Except if the referer points to a permalink (which has been deleted).
Fixes #1622
|
|\ \
| |/
|/| |
Fix French translation
|
|/
|
|
|
|
| |
2 missing key + 1 wrong translation
Fixes #1571
|
|\
| |
| | |
Plugin wallabag: minor improvements
|
| |
| |
| |
| |
| |
| |
| |
| | |
- hide the wallabag icon for logged out users
- set API V2 as default parameter
- fix URL encoding issue with special chars
Fixes #1147
|
|\ \
| | |
| | | |
UT: fix formatting issue when the current day has a single digit
|
|/ / |
|
|\ \
| | |
| | | |
API postLink: change relative path to absolute path
|
| | | |
|
|\ \ \
| | | |
| | | | |
Remove unnecessary escape of referer
|
| | | |
| | | |
| | | |
| | | | |
Fixes #1611
|
|\ \ \ \
| |/ / /
|/| | | |
Fix compatiliby issue on login with PHP 7.1
|
| | | |
| | | |
| | | |
| | | | |
session_set_cookie_params does not return any value in PHP 7.1
|
|\| | |
| | | |
| | | | |
Raise 404 error instead of 500 if permalink access is denied
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Include php-simplexml in Docker image
|
|/ / / /
| | | |
| | | |
| | | | |
Composer 2.0 is now blocking everything if requirements are not met
|
|\| | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Reduced additional processing time per links from ~40ms to ~5ms
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This changes creates a new form in addlink page allowing to create
multiple bookmarks at once more easily. It focuses on re-using as much
existing code and template component as possible.
These changes includes:
- a new form in addlink (hidden behind a button by default),
containing a text area for URL, and tags/private status to apply to
created links
- this form displays a new template called editlink.batch, itself
including editlink template multiple times
- User interation in this new templates are handle by a new JS script
(shaare-batch.js) making AJAX requests, and therefore does not need page
reloading
- ManageShaareController has been split into 3 distinct controllers:
+ ShaareAdd: displays addlink template
+ ShaareManage: various operation applied on existing shaares
(change visibility, pin, deletion, etc.)
+ ShaarePublish: handles creation/edit forms and saving Shaare's
form
- Updated translations
Fixes #137
|
|\ \ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Heavy refactoring of DailyController
- Add a banner like in tag cloud to display monthly and weekly links
- Translations: t() now supports variables with optional first letter
uppercase
Fixes #160
|