]>
git.immae.eu Git - github/wallabag/wallabag.git/log
nicofrand [Tue, 21 May 2019 18:10:57 +0000 (20:10 +0200)]
[tests] Fix pre-existing tests (preview now imported + records added)
nicofrand [Mon, 13 May 2019 19:56:52 +0000 (21:56 +0200)]
[tests] Set first picture as preview picture
nicofrand [Fri, 10 May 2019 21:01:07 +0000 (23:01 +0200)]
Set first picture as preview picture
Jérémy Benoist [Tue, 21 May 2019 09:18:19 +0000 (11:18 +0200)]
Merge pull request #3960 from wallabag/api-entries-2817
api/entries: add parameter detail to exclude or include content in response
Kevin Decherf [Sat, 11 May 2019 22:00:00 +0000 (00:00 +0200)]
api/entries: add parameter detail to exclude or include content in response
detail=metadata will nullify the content field of entries in order to
make smaller responses.
detail=full keeps the former behavior, it sends the content of entries.
It's the default, for backward compatibility.
Fixes #2817
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jeremy Benoist [Wed, 15 May 2019 12:58:40 +0000 (14:58 +0200)]
CS
Jeremy Benoist [Wed, 15 May 2019 12:38:07 +0000 (14:38 +0200)]
Merge remote-tracking branch 'origin/master' into 2.4
Jérémy Benoist [Tue, 14 May 2019 09:14:37 +0000 (11:14 +0200)]
Merge pull request #3966 from wallabag/prepare-2.3.8
Prepare 2.3.8 release
Jeremy Benoist [Tue, 14 May 2019 08:16:46 +0000 (10:16 +0200)]
Prepare 2.3.8 release
Kevin Decherf [Tue, 14 May 2019 07:36:46 +0000 (09:36 +0200)]
Merge pull request #3964 from wallabag/fix/intl
Fix Intl Locale issue
Jeremy Benoist [Mon, 13 May 2019 11:35:43 +0000 (13:35 +0200)]
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.
Jérémy Benoist [Mon, 13 May 2019 04:41:16 +0000 (06:41 +0200)]
Merge pull request #3956 from wallabag/fix/delete-cascade-oauth2
Cascade delete on oauth2 table when deleting a user
Jérémy Benoist [Mon, 13 May 2019 04:40:16 +0000 (06:40 +0200)]
Merge pull request #3922 from burkemw3/patch-5
Remove preview picture from share view page for #1875
Kevin Decherf [Sun, 12 May 2019 21:44:33 +0000 (23:44 +0200)]
Merge pull request #3943 from wallabag/img-referrer
Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default
Matt Burke [Thu, 18 Apr 2019 02:21:17 +0000 (22:21 -0400)]
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.
Kevin Decherf [Fri, 10 May 2019 21:08:23 +0000 (23:08 +0200)]
assets: regenerate material.css
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Wed, 1 May 2019 12:05:38 +0000 (14:05 +0200)]
Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default
Fixes #3889
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jeremy Benoist [Fri, 10 May 2019 19:15:46 +0000 (21:15 +0200)]
Fix SQLite constraint
Jeremy Benoist [Fri, 10 May 2019 18:36:25 +0000 (20:36 +0200)]
Fix SQLite migration
Jeremy Benoist [Fri, 10 May 2019 14:49:19 +0000 (16:49 +0200)]
Cascade delete on oauth2 table when deleting a user
Jérémy Benoist [Fri, 10 May 2019 18:24:06 +0000 (21:24 +0300)]
Merge pull request #3955 from wallabag/fix/gif-animation-imagick
Use Imagick to keep GIF animation
Jeremy Benoist [Fri, 10 May 2019 14:52:01 +0000 (16:52 +0200)]
Fallback to default solution if Imagick fails
Jeremy Benoist [Fri, 10 May 2019 13:49:39 +0000 (15:49 +0200)]
CS
Jeremy Benoist [Fri, 10 May 2019 13:47:47 +0000 (15:47 +0200)]
Setup Imagick for Travis
To avoid error from phpstan about class not found
Jeremy Benoist [Fri, 10 May 2019 13:32:29 +0000 (15:32 +0200)]
Use Imagick to keep GIF animation
If Imagick is available, GIF will be saved using it to keep animation.
Otherwise the previous method will be used and the animation won't be kept.
Jérémy Benoist [Thu, 9 May 2019 12:45:07 +0000 (15:45 +0300)]
Merge pull request #3942 from wallabag/issue-3838
material: add metadata to list view
Jérémy Benoist [Thu, 9 May 2019 12:21:21 +0000 (15:21 +0300)]
Merge pull request #3223 from wallabag/rss2atom
Changed RSS to Atom feed and improve paging
Kevin Decherf [Sat, 27 Apr 2019 20:48:28 +0000 (22:48 +0200)]
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>
Jérémy Benoist [Sat, 27 Apr 2019 08:58:26 +0000 (10:58 +0200)]
Merge pull request #3937 from wallabag/fix/credential-subdomain
Add ability to match many domains for credentials
Jeremy Benoist [Fri, 26 Apr 2019 11:40:58 +0000 (13:40 +0200)]
Handle redirection from previous feeds
Jeremy Benoist [Thu, 25 Apr 2019 12:12:56 +0000 (14:12 +0200)]
Fix tests & cs & migration
Thomas Citharel [Tue, 13 Jun 2017 16:48:10 +0000 (18:48 +0200)]
Changed RSS to Atom feed and improve paging
Jérémy Benoist [Thu, 25 Apr 2019 11:28:09 +0000 (13:28 +0200)]
Merge pull request #3158 from wallabag/hash-exist-url
Hash exist url
Jeremy Benoist [Wed, 24 Apr 2019 13:28:15 +0000 (15:28 +0200)]
Adding more tests to cover different scenario
Jeremy Benoist [Tue, 23 Apr 2019 20:48:04 +0000 (22:48 +0200)]
FIx unrelated failing test
Jeremy Benoist [Tue, 23 Apr 2019 20:28:36 +0000 (22:28 +0200)]
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.
Jérémy Benoist [Tue, 2 Apr 2019 20:59:50 +0000 (22:59 +0200)]
Fix ApiDoc about md5/sha1
Jeremy Benoist [Mon, 1 Apr 2019 13:45:17 +0000 (15:45 +0200)]
Fix index on MySQL
Jeremy Benoist [Mon, 1 Apr 2019 12:34:20 +0000 (14:34 +0200)]
Some cleanup
Also, do not run the hashed_url migration into a Doctrine migration
Jeremy Benoist [Mon, 1 Apr 2019 11:51:57 +0000 (13:51 +0200)]
Use a better index for hashed_url
It'll most often be used in addition to the `user_id`.
Also, automatically generate the hash when saving the url.
Switch from `md5` to `sha1`.
Jeremy Benoist [Mon, 1 Apr 2019 09:50:33 +0000 (11:50 +0200)]
Keep url in exists endpoint
- Add migration
- Use md5 instead of sha512 (we don't need security here, just a hash)
- Update tests
Thomas Citharel [Sun, 28 May 2017 12:53:04 +0000 (14:53 +0200)]
Hash the urls to check if they exist
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Jeremy Benoist [Mon, 1 Apr 2019 11:16:15 +0000 (13:16 +0200)]
Merge remote-tracking branch 'origin/master' into 2.4
Jérémy Benoist [Mon, 18 Mar 2019 08:26:33 +0000 (09:26 +0100)]
Merge pull request #3909 from wallabag/fix/html-not-defined
Fix PHP warning
Jérémy Benoist [Mon, 18 Mar 2019 08:26:16 +0000 (09:26 +0100)]
Merge pull request #3908 from wallabag/epub-issue-3642
epub: fix exception when articles have the same title
Jérémy Benoist [Mon, 18 Mar 2019 08:25:00 +0000 (09:25 +0100)]
Merge pull request #3860 from baurmatt/fix/posix_compatibility
Make dev/install/update script posix compatible
Jeremy Benoist [Mon, 18 Mar 2019 05:23:41 +0000 (06:23 +0100)]
Fix PHP warning
Looks like sometimes (usually from import) the `html` key isn’t available.
Kevin Decherf [Sun, 17 Mar 2019 22:36:10 +0000 (23:36 +0100)]
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>
Matthias Baur [Thu, 17 Jan 2019 19:04:57 +0000 (20:04 +0100)]
Properly source require.sh
Fixes #3571.
Kevin Decherf [Sat, 9 Mar 2019 11:19:31 +0000 (12:19 +0100)]
Merge pull request #3901 from wallabag/fix-pr-3893
material: fix left padding on non-entry pages introduced by #3893
Kevin Decherf [Fri, 8 Mar 2019 23:27:50 +0000 (00:27 +0100)]
material: fix left padding on non-entry pages introduced by #3893
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jérémy Benoist [Mon, 4 Mar 2019 14:23:06 +0000 (15:23 +0100)]
Merge pull request #3897 from wallabag/2.3.8-dev
Jump to 2.3.8-dev
Jeremy Benoist [Mon, 4 Mar 2019 12:49:23 +0000 (13:49 +0100)]
Jump to 2.3.8-dev
Jérémy Benoist [Mon, 4 Mar 2019 11:06:22 +0000 (12:06 +0100)]
Merge pull request #3895 from wallabag/prepare-2.3.7
Prepare 2.3.7 release
Jeremy Benoist [Mon, 4 Mar 2019 08:32:26 +0000 (09:32 +0100)]
Prepare 2.3.7 release
Kevin Decherf [Sun, 3 Mar 2019 19:22:30 +0000 (20:22 +0100)]
Merge pull request #3894 from wallabag/issue-3851
material: hide creation date from card actions on specific sizes
Kevin Decherf [Sun, 3 Mar 2019 18:24:34 +0000 (19:24 +0100)]
material: update prod assets
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 3 Mar 2019 01:16:19 +0000 (02:16 +0100)]
material: add media queries to hide creation date from card actions
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>
Kevin Decherf [Sun, 3 Mar 2019 01:13:14 +0000 (02:13 +0100)]
material: wrap card actions, remove class hiding of creation date
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 3 Mar 2019 18:22:03 +0000 (19:22 +0100)]
Merge pull request #3893 from wallabag/issue-3877
material: fix left padding of content on medium screens
Kevin Decherf [Sat, 2 Mar 2019 22:46:00 +0000 (23:46 +0100)]
material: fix left padding of content on medium screens
Fixes #3877
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sat, 2 Mar 2019 21:48:43 +0000 (22:48 +0100)]
material: move a media query from cards to dedicated scss file
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sat, 2 Mar 2019 16:20:18 +0000 (17:20 +0100)]
Merge pull request #3868 from Nadrieril/fix-3662
Add missing entries in craue_config_setting.
Jeremy Benoist [Fri, 1 Mar 2019 19:26:51 +0000 (20:26 +0100)]
Disable down for that migration
Jeremy Benoist [Wed, 27 Feb 2019 12:39:17 +0000 (13:39 +0100)]
Test each internal settings before creating them
Nadrieril [Tue, 29 Jan 2019 13:24:38 +0000 (14:24 +0100)]
Add missing entries in craue_config_setting.
Should fix https://github.com/wallabag/wallabag/issues/3662
Jérémy Benoist [Fri, 1 Mar 2019 19:22:22 +0000 (20:22 +0100)]
Merge pull request #3885 from mart-e/script-ignore-root
Allow optional --ignore-root-warning
Jérémy Benoist [Wed, 27 Feb 2019 14:31:57 +0000 (15:31 +0100)]
Merge pull request #3857 from wallabag/php73
Replace continue; with break; to avoid PHP 7.3 warnings
Jeremy Benoist [Wed, 27 Feb 2019 13:59:50 +0000 (14:59 +0100)]
Adding more tests
Jeremy Benoist [Wed, 27 Feb 2019 13:33:26 +0000 (14:33 +0100)]
CS
Thomas Citharel [Sat, 12 Jan 2019 12:09:36 +0000 (13:09 +0100)]
Replace continue; with break; to avoid PHP 7.3 warnings
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Jérémy Benoist [Mon, 25 Feb 2019 13:03:41 +0000 (14:03 +0100)]
Merge pull request #3886 from wallabag/issue-3602
epub export: fix missing cover image, only for exports of one article
Jérémy Benoist [Mon, 25 Feb 2019 09:56:07 +0000 (10:56 +0100)]
Merge pull request #3887 from wallabag/issue-3711
Add support of expect parameter to change return object when deleting entry
Kevin Decherf [Sun, 17 Feb 2019 17:19:51 +0000 (18:19 +0100)]
tests: fix broken session clients for rest entry deletion tests
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 17 Feb 2019 14:30:42 +0000 (15:30 +0100)]
EntryRestController: add support of expect parameter to delete action
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>
Kevin Decherf [Sat, 16 Feb 2019 19:37:20 +0000 (20:37 +0100)]
epub export: fix missing cover image, only for exports of one article
Fixes #3602
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 17 Feb 2019 14:25:21 +0000 (15:25 +0100)]
tests: create entry for testDeleteEntry, fix missing id
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>
Martin Trigaux [Thu, 14 Feb 2019 11:10:51 +0000 (16:40 +0530)]
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
Kevin Decherf [Wed, 13 Feb 2019 14:05:57 +0000 (15:05 +0100)]
Merge pull request #3882 from wallabag/fix/cors
Fix CORS for API
Jeremy Benoist [Wed, 13 Feb 2019 13:06:57 +0000 (14:06 +0100)]
CS
Jeremy Benoist [Mon, 11 Feb 2019 10:50:24 +0000 (11:50 +0100)]
CS
Rurik19 [Wed, 4 Oct 2017 09:19:09 +0000 (12:19 +0300)]
CORS repare for api
Jérémy Benoist [Fri, 8 Feb 2019 14:39:51 +0000 (15:39 +0100)]
Merge pull request #3879 from wallabag/fix/url-default-protocol
Force default_protocol to generate an url input
Jeremy Benoist [Fri, 8 Feb 2019 14:03:52 +0000 (15:03 +0100)]
Force default_protocol to generate an url input
Jeremy Benoist [Thu, 7 Feb 2019 17:01:15 +0000 (18:01 +0100)]
Merge remote-tracking branch 'origin/master' into 2.4
Jérémy Benoist [Fri, 1 Feb 2019 11:58:31 +0000 (12:58 +0100)]
Merge pull request #3869 from itsthejb/fix-2factor-email-image
Fix broken 2 factor auth logo image
Jonathan Crooke [Thu, 31 Jan 2019 21:14:53 +0000 (22:14 +0100)]
Fix broken 2 factor auth logo image
Kevin Decherf [Wed, 30 Jan 2019 00:02:27 +0000 (01:02 +0100)]
Merge pull request #3798 from wallabag/update-two-factor-bundle
Enable OTP 2FA
Jérémy Benoist [Mon, 28 Jan 2019 10:34:37 +0000 (11:34 +0100)]
Merge pull request #3819 from stan3/pocket-import
Fix read & starred status in Pocket import
Jeremy Benoist [Mon, 28 Jan 2019 05:03:16 +0000 (06:03 +0100)]
Improve checks & add tests
Tristan Hill [Sat, 22 Dec 2018 11:36:13 +0000 (11:36 +0000)]
status and favourite are actually strings in the import so use ==
Jeremy Benoist [Wed, 23 Jan 2019 13:43:39 +0000 (14:43 +0100)]
Hash backup codes in the database using `password_hash`
Jeremy Benoist [Wed, 23 Jan 2019 12:47:51 +0000 (13:47 +0100)]
Revert PG on Travis about drop/create the database
Jeremy Benoist [Sat, 19 Jan 2019 19:19:56 +0000 (20:19 +0100)]
CS
Jeremy Benoist [Fri, 18 Jan 2019 21:46:44 +0000 (22:46 +0100)]
Change the way to enable 2FA
And add a step to validate a generated code from the OTP app
Jeremy Benoist [Fri, 7 Dec 2018 17:01:06 +0000 (18:01 +0100)]
Remove secret from admin
Jeremy Benoist [Fri, 7 Dec 2018 17:00:57 +0000 (18:00 +0100)]
Update translation
Jeremy Benoist [Wed, 5 Dec 2018 13:29:46 +0000 (14:29 +0100)]
Fix PG & Travis drop/create database
Jeremy Benoist [Wed, 5 Dec 2018 10:39:51 +0000 (11:39 +0100)]
Add SQLite & PG migration
Also remove the forced `server_version` from dbal config to avoid an
hard overriding across all database.
Jeremy Benoist [Mon, 3 Dec 2018 05:51:06 +0000 (06:51 +0100)]
Add backup codes