| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Prepare 2.3.8 release
|
|/ |
|
|\
| |
| | |
Fix Intl Locale issue
|
|/
|
|
|
|
|
|
| |
Some issue appeared after the release of PHP 7.2.17 about Intl Memory
Leak / infinite loop.
To fix it we should upgrade to Symfony 3.4 (which is done in wallabag
2.4) but for the 2.3 branch, we'll use a temporary fix for the Locale
issue.
|
|\
| |
| | |
Remove preview picture from share view page for #1875
|
| |
| |
| |
| |
| |
| |
| | |
Essentially, same as commit 038fccd for single entry views. From that commit:
> Showing the preview picture usually leads to showing a duplicate
> image, and frequently leads to showing duplicate images directly
> adjacent to each other.
|
|\ \
| |/
|/| |
Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default
|
| |
| |
| |
| | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|/
|
|
|
|
|
|
| |
default
Fixes #3889
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\
| |
| | |
material: add metadata to list view
|
|/
|
|
|
|
|
|
|
| |
Add reading time and creation date to rows of list view.
Refactor styles using a sass mixin.
Fixes #3838
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\
| |
| | |
Add ability to match many domains for credentials
|
| | |
|
| | |
|
|/
|
|
|
| |
Instead of fetching one domain, we use the same method as in site config (to retrieve the matching file) and handle api.example.org, example.org, .org (yes the last one isn’t useful).
If one of these match, we got it and use it.
|
|\
| |
| | |
Fix PHP warning
|
| |
| |
| |
| | |
Looks like sometimes (usually from import) the `html` key isn’t available.
|
|\ \
| | |
| | | |
epub: fix exception when articles have the same title
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit fixes an exception occuring when exporting as epub several
articles with the same title. The chapter filename is now derived from
title and url.
Fixes #3642
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\ \
| |/
|/| |
Make dev/install/update script posix compatible
|
|/
|
|
| |
Fixes #3571.
|
|\
| |
| | |
material: fix left padding on non-entry pages introduced by #3893
|
|/
|
|
| |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\
| |
| | |
Jump to 2.3.8-dev
|
|/ |
|
|\
| |
| | |
Prepare 2.3.7 release
|
|/ |
|
|\
| |
| | |
material: hide creation date from card actions on specific sizes
|
| |
| |
| |
| | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Hide the creation date from card actions on specific sizes when there's
not enough space for all parts.
Fixes #3851
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|/
|
|
| |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\
| |
| | |
material: fix left padding of content on medium screens
|
| |
| |
| |
| |
| |
| | |
Fixes #3877
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|/
|
|
| |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\
| |
| | |
Allow optional --ignore-root-warning
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now both
./install prod --ignore-root-warning
./install --ignore-root-warning prod
will work
$1 was both used for the environment and the root flag
Fixes wallabag/wallabag#3884
|
|\ \
| | |
| | | |
epub export: fix missing cover image, only for exports of one article
|
| |/
| |
| |
| |
| |
| | |
Fixes #3602
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\ \
| |/
|/| |
Add support of expect parameter to change return object when deleting entry
|
| |
| |
| |
| | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The expect parameter enables an application to request the whole entry
or only the id when requesting its deletion.
`expects` defaults to `entry` to prevent any API breakage.
Fixes #3711
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|/
|
|
|
|
|
|
|
|
|
| |
When using the entity manager to retrieve an already stored entry, the
id disapears from $entry after the first delete call. This leads to
testing a nonexistent endpoint (api/entries/.json) during the second
delete call.
This change now creates an entry specifically for the test.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\
| |
| | |
Fix CORS for API
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Fix broken 2 factor auth logo image
|
|/ |
|
|\
| |
| | |
Fix read & starred status in Pocket import
|