| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
| | | |
|
| |/ |
|
| |\
| | |
| | | |
Card no preview replaced by wallabag logo
|
| |/ |
|
| |\
| | |
| | | |
Update translation when marking as read
|
| | | |
|
| | | |
|
| |/
| |
| | |
Modification pour éclaircir le sens de l'option
|
| |\
| | |
| | | |
Add rel=noopener to target=_blank links
|
| |/
| |
| |
| |
| |
| |
| | |
From https://developers.google.com/web/tools/lighthouse/audits/noopener:
- new pages will run in separate processes, avoiding any performance
intermingling impacts
- new pages won't have access to current page's window object via JavaScript
|
| |\
| | |
| | | |
Fix link to wallabag requirements in documentation
|
| |/ |
|
| |\
| | |
| | | |
Fix documentation wording for matches/notmatches tagging rules
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|
| |\ \
| | | |
| | | | |
Add note on GitHub PR template to auto-close issues
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\ \
| | | |
| | | | |
Swap entry url with origin url if graby provides an updated one
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Two urls with a different query string may refer to two different pages
so keep them both.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add the ability to specify hosts and patterns lists to ignore the given
entry url and replace it with the fetched content url without touching
to origin_url.
This initial support should be reworked in the following months to move
the hardcoded ignore lists in the database.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Leave origin_url unchanged if difference is an ending slash
- Leave origin_url unchanged if difference is scheme
- Ignore (noop) if difference is query string or fragment
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
graby content
Closes #3529
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\ \
| | | |
| | | | |
Abort running install and update script if root
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Add placeholder image to card-based gallery entries page
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I referenced https://css-tricks.com/using-svg/ for using the SVG icon.
The icon has a black foreground and white background, which doesn't
look very good as a placeholder. So, using the background-image style
to show the svg and the inversion filter to make it white on gray.
With the image always present, there isn't much difference between
the with and without image preview templates, so I merged them.
Tested on Chrome, Firefox, and Safari on OSX.
|
| |\ \ \ \
| | | | | |
| | | | | | |
add manifest.json for android pwa
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
Makefile fixes for non GNU systems
|
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Move `Makefile` to `GNUmakefile`, which GNU `make` picks first
* Add `Makefile` so other `make`s forward to `gmake`
* Set the `SHELL` variable and let `make` handle the shell
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|
| |\ \ \ \
| | | | | |
| | | | | | |
Show tags on non-image gallery preview card
|
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | | |
Tags and images aren't coupled, so they shouldn't be coupled in
the UI, either. This also makes the titles and source domains show
up consistently for image and non-image entry cards.
|