| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \
| | | |
| | | | |
EntriesExport/epub: replace epub identifier with unique urn
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We replace the title used as the unique identifier of the epub file with
a urn following the format:
urn:wallabag:{sha1("wallabagUrl:listOfEntryIdsSeparatedByComma")}
This format is repeatable: it always gives the same uid for the same
list of entries.
Fixes #3811
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
lizyn/bugfix/incorrect-calculation-of-CJK-characters-in-reading-time-estimation
Fix incorrect reading time calculation for entries with CJK characters
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| | | |
| | | | |
Validate imported entry to avoid error on import
|
| | |/
| | |
| | |
| | |
| | | |
We got some imports with a missing `url` field generating some errors while trying to retrieve an existing entry with that url.
Introducing the `validateEntry` allow us to dismiss a message when it doesn't have an url (or other missing stuff in the future)
|
| |\ \
| | |/
| |/| |
Fix tag API leak
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As the deletion now requires that at least one entry for the user must
be linked to the given tag, we fix the test testDeleteUserTag by linking
it to an entry.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the user
Fixes #3815
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |/
| |
| |
| | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\
| | |
| | | |
Jump to 2.3.6-dev and update release process
|
| |/
| |
| |
| | |
Fix release archive in `release.sh` and also fix a typo in the release process
|
| |\
| | |
| | | |
Prepare 2.3.5 release
|
| |/ |
|
| |\
| | |
| | | |
No more dev for guzzle-site-authenticator
|
| | | |
|
| |\ \
| | |/
| |/| |
build: upgrade yarn dependencies, update prod assets
|
| |/
| |
| |
| |
| |
| | |
Production assets are rebuilt against new dependency versions.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\
| | |
| | | |
material: decrease size of tags on list view
|
| | |
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\ \
| | | |
| | | | |
material: fix missing thumbnail on list view
|
| | |/
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\ \
| | | |
| | | | |
Fix Android app login issue
|
| | |/
| | |
| | | |
class and alt tags must be in the correct order for the android app to recognize the wallabag server
|
| |\ \
| | | |
| | | | |
Remove preview picture from single entry view page for #1875
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Showing the preview picture usually leads to showing a duplicate
image, and frequently leads to showing duplicate images directly
adjacent to each other.
|
| |\ \ \
| | |_|/
| |/| | |
Jump to 2.3.5-dev and update release process
|
| |/ /
| | |
| | |
| | | |
After the latest release, I update the documentation about it so it’s more clear
|
|\ \ \
| | | |
| | | | |
Update messages.pl.yml
|
|/ / /
| | |
| | | |
Add missing translation
|
|\ \ \
| | | |
| | | | |
Dropping PHP < 7.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When creating the schema for test these tables use default length for
string: 255. Which fail when using utf8mb4.
> Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
Also move the `setKeepStaticConnections` in before and after class to
avoid:
> SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist
See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
|
| | | |
| | | |
| | | |
| | | | |
Mostly to fix utf8mb4 issue
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Looks like "dama/doctrine-test-bundle" isn't compatible with PHPUnit 5.7
(required automatically by PHPUnit Bridge)
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Because PG > 10 is now supported by DBAL >= 2.6.0
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
To fix deprecated message regarding `each()`
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
People should really follow semver and provide UPGRADE file when they
provide a library ...
|
|/ / / |
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# Conflicts:
# web/wallassets/baggy.js
# web/wallassets/manifest.json
# web/wallassets/material.css
# web/wallassets/material.js
|
| |\ \
| | | |
| | | | |
Prepare 2.3.4 release
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Because branch 4.8 & 5.7 have been removed
|