Kevin Decherf
c675bd11c6
Add IgnoreOriginRule-related entities, db migration, update config
...
Add IgnoreOriginUserRule for user-defined rules and
IgnoreOriginInstanceRule for system-wide rules. Add an interface for
these two new entities.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-04-25 15:59:23 +02:00
Artem
5687f81153
Translated using Weblate (Russian)
...
Currently translated at 91.0% (440 of 483 strings)
2020-04-24 22:11:16 +02:00
Nicolas Lœuillet
467327771a
Added mass actions for Material design in list view
2020-04-24 09:12:57 +02:00
Nicolas Lœuillet
a6b5b8f7a9
Changed visibility for article stats
2020-04-22 14:58:24 +02:00
Kevin Decherf
2ca2ed39fd
Merge pull request #4310 from wallabag/fix/4216
...
TagController: fix duplicated tags when renaming them
2020-04-20 18:02:31 +02:00
Nicolas Lœuillet
5434577883
Improved tags list for material view
2020-04-20 11:39:35 +02:00
Kevin Decherf
48f9a9632d
TagController: support merging labels when renaming one with label of another
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-04-18 18:12:33 +02:00
Kevin Decherf
a19caf8a37
TagController: prevent tag deletion when renaming a tag with the same label
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-04-18 18:09:07 +02:00
Kevin Decherf
39133eb796
TagController: fix duplicated tags when renaming them
...
The fix relies on a workaround available on TagsAssigner, see the
AssignTagsToEntry() signature for detail.
I replaced the findOneByLabel in the corresponding test to assert that
there is no duplicate.
Fixes #4216
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-04-18 18:09:07 +02:00
Nicolas Lœuillet
35359a23c1
Merge pull request #4329 from wallabag/add-2fa-disable
...
Added a button to disable 2FA when enabled
2020-04-14 19:59:54 +02:00
Nicolas Lœuillet
e349c879fa
Changed color for disable button
2020-04-14 16:12:55 +02:00
Nicolas Lœuillet
4ff1efa418
Added a button to disable 2FA when enabled
2020-04-13 17:00:53 +02:00
Nicolas Lœuillet
607e1a1a13
Added authentication during import command for paywalled websites
2020-04-12 15:35:00 +02:00
Nicolas Lœuillet
de9b5b5f4c
Changed authentication order in GrabySiteConfigBuilder
2020-04-07 17:12:19 +02:00
Nicolas Lœuillet
b283ee0d6d
Merge pull request #4315 from wallabag/add-published-date-epub
...
Added publication date on epub export
2020-04-06 19:58:33 +02:00
Nicolas Lœuillet
0bddd34847
Added publication date on epub export
2020-04-06 16:14:36 +02:00
Nicolas Lœuillet
a07872238b
Fixed bug when we delete entry via API
...
Fixes #4291
2020-04-06 16:11:05 +02:00
AKKED
f547e4a7d4
update Japanese translation
...
- Some mistranslations have been corrected.
- Some expressions have been updated to make them easier to understand.
2020-04-04 04:31:05 +09:00
Jeremy Benoist
b12e23ad8a
Cleanup cookie jar
...
As of latest Guzzle release, it's fixed so we can removed that code.
2020-03-29 11:39:49 +02:00
Jérémy Benoist
c9b83a13c0
Merge pull request #4274 from AKKED/add_ja
...
add Japanese translation
2020-03-28 17:16:37 +01:00
Jérémy Benoist
11079d204d
Merge pull request #4272 from Simounet/feat/load-custom-css-only-if-exists
...
Load custom.css only if exists
2020-03-28 16:49:29 +01:00
AKKED
7d4176b27b
Add Japanese translation
2020-03-28 16:47:44 +01:00
Jérémy Benoist
d8a40d703e
Merge pull request #4281 from lizyn/zh_translation
...
Added language support for Simplified Chinese(简体中文)
2020-03-28 16:39:17 +01:00
Jérémy Benoist
26467fa6b4
Merge pull request #4299 from wallabag/fix/4133
...
Fix createdAt filter on material
2020-03-28 16:38:12 +01:00
Kevin Decherf
8ee7b1603d
Fix createdAt date range filter
...
- hiddenName has been disabled in order to fix the missing date range
values when using the material theme
- data format has been changed to 'Y-m-d' in order to comply with the
browser date input default format
- tests: date() and strtotime have been replaced with DateTime-related
objects
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-03-22 17:01:39 +01:00
Kevin Decherf
ef81e3c89b
tests: replace baggy theme used in EntryController tests
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-03-22 17:01:39 +01:00
Kevin Decherf
7fc38f667b
misc: reindent EntryFilterType
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-03-21 00:43:01 +01:00
lizyn
4a654ae49a
Added translation in Simplified Chinese(简体中文)
2020-02-25 00:13:26 +08:00
Kevin Decherf
93c5b47e88
ExportController: fix entries export from search view
...
Fixes #4240
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-02-23 00:43:21 +01:00
Simounet
33e3eeaec8
Load custom.css only if exists
2020-02-07 13:21:48 +01:00
Jérémy Benoist
62107f50d3
Merge pull request #4264 from herrriehm/master
...
cosmetic changes
2020-01-28 10:07:22 +01:00
Sebastian Riehm
1de4a8f938
Update messages.es.yml
2020-01-27 20:05:49 +01:00
Sebastian Riehm
1e921a657f
cosmetic changes:
...
- http to https
- replaced generic .com by specific TLD
- updated some dead urls
2020-01-25 16:16:43 +01:00
Simounet
416d44d0ae
Use lang attribute
2020-01-23 21:21:54 +01:00
Simounet
dc23bf9f29
Entry action buttons displayed on page end reached
2020-01-21 14:06:08 +01:00
Simounet
cfd77d1c2a
Sticky nav on entry action button click
2020-01-21 12:00:21 +01:00
Nicolas Lœuillet
62682c073b
Fixed URL to share entry via twitter
2020-01-13 15:17:06 +01:00
Liam McMenemie
3f3b5058aa
Change API URL used in dev docs to app.wallabag.it
...
Currently the documentation uses the defunct v2.wallabag.org URL which
can be confusing to someone configuring their first API client with
wallabag.it.
2019-12-31 21:31:59 +00:00
Jérémy Benoist
d816ef0530
Merge pull request #4161 from aaa2000/bug-empty-quote
...
API return an error with empty quote
2019-12-04 16:09:49 -08:00
Nicolas Lœuillet
f3d20097cd
Fixed elCurator check for RabbitMQ / Redis
2019-12-02 12:36:05 +01:00
adev
86c1751186
Optionnal quote because the frontend does not use it
2019-11-27 14:38:35 +01:00
adev
8197f08266
API return an error with empty quote
...
Fix #4137
2019-11-27 14:38:35 +01:00
ssantos
d10ad98962
Translated using Weblate (Portuguese)
...
Currently translated at 78.5% (379 of 483 strings)
2019-11-25 10:04:56 +01:00
Jérémy Benoist
48b0163d24
Merge pull request #4151 from ldidry/fix-4060
...
✨ Allow custom styles system wide
2019-11-19 14:25:41 +01:00
Jérémy Benoist
a9753ef990
Merge pull request #4150 from ldidry/fix-3804
...
💄 Add untagged list link to filter menu
2019-11-19 14:23:49 +01:00
Nicolas Lœuillet
958e77e6a7
Added elCurator import
2019-11-15 16:08:36 +01:00
Jeremy Benoist
8d4ed0df06
Update deps
...
Also CS (because cs-fixer got an update)
Package operations: 0 installs, 26 updates, 0 removals
- Updating twig/twig (v2.12.1 => v2.12.2)
- Updating symfony/symfony (v3.4.33 => v3.4.34)
- Updating doctrine/event-manager (v1.0.0 => 1.1.0)
- Updating doctrine/collections (v1.6.2 => 1.6.3)
- Updating doctrine/cache (v1.8.1 => 1.9.0)
- Updating doctrine/persistence (1.1.1 => 1.2.0)
- Updating doctrine/inflector (v1.3.0 => 1.3.1)
- Updating symfony/mime (v4.3.5 => v4.3.7)
- Updating swiftmailer/swiftmailer (v6.2.1 => v6.2.3)
- Updating symfony/swiftmailer-bundle (v3.3.0 => v3.3.1)
- Updating doctrine/dbal (v2.9.2 => v2.9.3)
- Updating doctrine/instantiator (1.2.0 => 1.3.0)
- Updating j0k3r/graby-site-config (1.0.93 => 1.0.94)
- Updating phpoption/phpoption (1.5.0 => 1.5.2)
- Updating symfony/http-client-contracts (v1.1.7 => v1.1.8)
- Updating symfony/http-client (v4.3.5 => v4.3.7)
- Updating sensiolabs/security-checker (v6.0.2 => v6.0.3)
- Updating paragonie/constant_time_encoding (v2.2.3 => v2.3.0)
- Updating scheb/two-factor-bundle (v4.7.1 => v4.8.0)
- Updating symfony/phpunit-bridge (v4.3.6 => v4.3.7)
- Updating composer/xdebug-handler (1.3.3 => 1.4.0)
- Updating friendsofphp/php-cs-fixer (v2.15.3 => v2.16.0)
- Updating doctrine/data-fixtures (v1.3.2 => 1.3.3)
- Updating nette/schema (v1.0.0 => v1.0.1)
- Updating nikic/php-parser (v4.2.4 => v4.3.0)
- Updating sentry/sentry (2.2.2 => 2.2.4)
2019-11-12 14:18:58 +01:00
Luc Didry
7a4c375ebf
✨ Allow custom styles system wide
...
Should fix #4060
2019-10-11 10:40:25 +02:00
Luc Didry
d8e961bdb5
💄 Add untagged list link to filter menu
...
Fix #3804
2019-10-10 10:37:29 +02:00
Luc Didry
652cb58d59
🐛 — Fix duplicated icons on "Search engine" and "new link" forms
2019-10-09 00:57:08 +02:00
Jérémy Benoist
afe486531d
Merge pull request #4141 from SofLesc/portuguese-translations
...
Updating portuguese translations
2019-10-08 11:19:00 +02:00
Sofia Lescano
7ed081fbce
Updating portuguese translations
2019-10-07 18:46:07 +02:00
Mateusz Rumiński
4f132ef6fd
Translated using Weblate (Polish)
...
Currently translated at 100.0% (7 of 7 strings)
2019-10-07 15:56:31 +02:00
Mateusz Rumiński
b2613b28b1
Translated using Weblate (Polish)
...
Currently translated at 100.0% (6 of 6 strings)
2019-10-07 15:56:30 +02:00
Mateusz Rumiński
108d08f0b9
Translated using Weblate (Polish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-10-07 15:56:29 +02:00
Sofia Lescano
0ff962829a
Update spanish translations
2019-10-07 13:33:20 +02:00
Weblate
f7c2944b87
Added translation using Weblate (Korean)
2019-10-05 15:23:54 +02:00
Weblate
75d139025f
Added translation using Weblate (Korean)
2019-10-05 15:23:52 +02:00
Weblate
89fb62d144
Added translation using Weblate (Korean)
2019-10-05 15:23:49 +02:00
Nicolas Lœuillet
3824f0dc3c
Fixed translation for 2FA
2019-09-30 11:46:08 +02:00
Weblate
510f8daa24
Added translation using Weblate (Dutch)
2019-09-28 00:21:18 +02:00
Weblate
7a603c4b62
Added translation using Weblate (Dutch)
2019-09-28 00:21:17 +02:00
Weblate
f63e1b350b
Added translation using Weblate (Dutch)
2019-09-28 00:21:14 +02:00
Nicolas Lœuillet
90d28270d5
Fixed some 🇫🇷 typos
2019-09-27 16:20:35 +02:00
Nicolas Lœuillet
af7b22a3be
Fixed default value for reading speed
2019-09-19 14:23:06 +02:00
ciscuv
2e930cf58b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (6 of 6 strings)
2019-09-06 02:25:28 +02:00
Swann Martinet
f8ba698ceb
Translated using Weblate (French)
...
Currently translated at 100.0% (7 of 7 strings)
2019-08-28 22:24:22 +02:00
Swann Martinet
dbc5b43f3d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (7 of 7 strings)
2019-08-28 22:24:21 +02:00
Swann Martinet
534215cfc4
Translated using Weblate (German)
...
Currently translated at 100.0% (7 of 7 strings)
2019-08-28 22:24:20 +02:00
Swann Martinet
0c47752f29
Translated using Weblate (French)
...
Currently translated at 100.0% (6 of 6 strings)
2019-08-28 22:24:20 +02:00
Swann Martinet
3824bd423d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (6 of 6 strings)
2019-08-28 22:24:19 +02:00
Swann Martinet
b89f735e8e
Translated using Weblate (French)
...
Currently translated at 100.0% (483 of 483 strings)
2019-08-28 22:24:18 +02:00
Swann Martinet
c466c3b97c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (483 of 483 strings)
2019-08-28 22:24:16 +02:00
Swann Martinet
54c9c3dd8f
Translated using Weblate (German)
...
Currently translated at 100.0% (483 of 483 strings)
2019-08-28 22:24:09 +02:00
leela
c9f93a66b0
Translated using Weblate (Polish)
...
Currently translated at 98.6% (476 of 483 strings)
2019-08-27 18:23:54 +02:00
Simounet
b2439a8e4e
material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1
2019-08-21 19:20:26 +02:00
Doma Gergő
1ab49d1b54
Translated using Weblate (Hungarian)
...
Currently translated at 70.4% (340 of 483 strings)
2019-08-19 01:23:33 +02:00
Doma Gergő
3022a42738
Translated using Weblate (Hungarian)
...
Currently translated at 70.2% (339 of 483 strings)
2019-08-16 23:23:39 +02:00
Jeremy Benoist
1576905e03
Rename internal settings table
...
In fact it's not _just_ a rename.
We are now able to use our own entity with the CraueConfigBundle which allow us to enforce a custom length on string field and avoid error with utf8mb4 on MySQL.
To fix that issue before we were in need to fork CraueConfigBundle to hard apply these length changes.
The recent 2.3.0 release fix that issue. That's why we are in need to rename the table (getting rid of the bundle name from it)
Also updating deps:
- Updating symfony/polyfill-mbstring (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-ctype (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-php70 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-util (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-php56 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-intl-icu (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-apcu (v1.11.0 => v1.12.0)
- Updating j0k3r/graby-site-config (1.0.88 => 1.0.89)
- Updating php-http/message (1.7.2 => 1.8.0)
- Updating symfony/polyfill-php73 (v1.11.0 => v1.12.0)
- Updating symfony/http-client (v4.3.2 => v4.3.3)
- Updating symfony/polyfill-php72 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-intl-idn (v1.11.0 => v1.12.0)
- Updating symfony/mime (v4.3.2 => v4.3.3)
- Updating craue/config-bundle (dev-utf8mb4 46cfd37 => 2.3.0)
- Updating masterminds/html5 (2.6.0 => 2.7.0)
- Updating nette/di (v3.0.0 => v3.0.1)
- Updating symfony/polyfill-iconv (v1.11.0 => v1.12.0)
- Updating wallabag/php-mobi (1.0.1 => 1.1.0)
2019-08-08 16:03:20 +02:00
Jeremy Benoist
0810c75e0b
Add tag_label
& config_feed_token
index
2019-08-08 09:36:03 +02:00
Olivier Mehani
2b0f4e86b2
Add user_created index
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-08-07 22:02:37 +10:00
Olivier Mehani
588de419e0
Add user_archived index
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-08-07 21:44:00 +10:00
Olivier Mehani
5071c8c9cf
Add index on starred entries
...
Fixes #4079
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-08-06 23:21:47 +10:00
Olivier Mehani
d1dbe10e84
Update language in Entry model, and add index
...
Fixes #4080
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-08-06 23:21:18 +10:00
Jérémy Benoist
13fddc353e
Merge pull request #4068 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0
...
Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
2019-07-26 14:10:17 +02:00
Jeremy Benoist
62665a32bb
Upgrade to 4.0
2019-07-26 13:22:48 +02:00
Quentí
b0ba7ff446
Update of Occitan language
2019-07-26 13:16:18 +02:00
Jeremy Benoist
51d7f62b31
Add logger to FileCookieJar
2019-07-24 16:07:38 +02:00
Jeremy Benoist
9a80dcf11e
Use a custom cookiejar to avoid error when the cookie is badly saved
...
It happens sometimes on wallabag.it, the json inside the cookie is badly saved and the json isn't valid. It generates an exception and avoid people to use the api and import contents.
To fix that, we use a dedicated `FileCookieJar`, which extends the default one from Guzzle to fix these issues.
Also updated deps
2019-07-24 10:42:20 +02:00
Jérémy Benoist
3a08e81969
Merge pull request #4058 from wallabag/feature/copy-client-info
...
Copy client info to clipboard
2019-07-17 17:04:14 +02:00
Doma Gergő
2d87d5cea4
Translated using Weblate (Hungarian)
...
Currently translated at 64.4% (311 of 483 strings)
2019-07-13 18:01:35 +02:00
Nicolas Lœuillet
879f8eaa18
Fixed typo in wallabag name
2019-07-10 09:59:07 +02:00
Jeremy Benoist
df45126a14
Update translations
...
Remove log
2019-07-09 15:54:59 +02:00
Jeremy Benoist
66fa0c26ab
Copy client info to clipboard
...
From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
2019-07-09 13:46:02 +02:00
Jérémy Benoist
4f46330087
Merge pull request #4053 from wallabag/feature/manual-input-reading-speed
...
Add ability to manually define the reading speed
2019-07-09 11:53:20 +02:00
Jeremy Benoist
41022cb289
Add ability to manually define the reading speed
...
Instead of using a select, let the user decide its own speed.
2019-07-08 20:18:59 +02:00
Jeremy Benoist
34be2d5de4
Add ability to import/export tagging rules
...
- Add missing translations
- Add some tests
- Add `/api/taggingrule/export` API endpoint
- Add baggy theme
- Add error message when importing tagging rules failed
- Also fix all translations (I think we are good now)
2019-07-08 09:38:32 +02:00
Cenk YILDIZLI
fe7756c8ec
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-06-28 21:01:20 +02:00
Allan Nordhøy
e955a85f33
Translated using Weblate (English)
...
Currently translated at 99.8% (482 of 483 strings)
2019-06-24 22:01:20 +02:00
Jeremy Benoist
ac5844a68e
Typo
2019-06-21 12:54:52 +02:00
Jeremy Benoist
a2f4efe6d2
Use Twig 2.0
...
`mnapoli/piwik-twig-extension` locked Twig to the 1.10 version. The new version is compatible with Twig 2.0
2019-06-21 12:46:53 +02:00
Weblate
f54401fa98
Added translation using Weblate (Persian)
2019-06-19 20:00:09 +02:00
Weblate
2343526cbf
Added translation using Weblate (Italian)
2019-06-19 20:00:06 +02:00
Weblate
14fc12b185
Added translation using Weblate (Romanian)
2019-06-19 20:00:04 +02:00
Mehrad Mahmoudian
ed6601bb0f
Translated using Weblate (Persian)
...
Currently translated at 100.0% (6 of 6 strings)
2019-06-18 21:03:59 +02:00
Arda Kilicdagi
f583cf930a
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-06-18 21:03:59 +02:00
Jérémy Benoist
1009b286c9
Merge pull request #3995 from wallabag/feature/config-display-login
...
Display login in config / user
2019-06-12 21:36:00 +02:00
Jérémy Benoist
eeae34375d
Typo
2019-06-12 17:44:28 +02:00
Jeremy Benoist
871216861a
Update translations
2019-06-06 15:14:41 +02:00
Thomas Citharel
9c7997db8e
Show untagged entries count on tag list ( #3993 )
...
Show untagged entries count on tag list
2019-06-06 14:09:23 +02:00
Jeremy Benoist
35c4c80148
Display login in config / user
...
Just so the user can see its login
2019-06-06 13:51:25 +02:00
Jeremy Benoist
35c7819cb6
Remove link when there are no untagged articles
2019-06-06 13:34:20 +02:00
Jérémy Benoist
c19845a7ae
Merge pull request #3959 from wallabag/mig-tag-collation
...
mysql: change collation of tag label
2019-06-06 12:03:37 +02:00
Kevin Decherf
2b04b300f8
Merge pull request #3994 from wallabag/feature/revoke-feed-token
...
Add ability to revoke feed token
2019-06-05 18:32:21 +02:00
Jeremy Benoist
c4bf12aade
Add ability to revoke feed token
2019-06-05 17:55:13 +02:00
Jeremy Benoist
0f2d24feb4
Fix typo & CS
2019-06-05 17:09:05 +02:00
Kevin Decherf
ad51743e8b
Show untagged entries count on tag list
...
Closes #3235
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-06-05 17:03:51 +02:00
Jeremy Benoist
d010bdd44b
Add quickstart into the menu
...
Just in case people want to see that page again.
2019-06-05 15:51:22 +02:00
Jérémy Benoist
16e1c07553
Merge pull request #3271 from wallabag/store-resolved-url
...
Add `given_url` in Entry table to check if a redirected url has already added
2019-06-05 11:38:00 +02:00
Jeremy Benoist
d8809f70ea
Typos
2019-06-05 10:54:43 +02:00
Jeremy Benoist
70df4c3359
Use two indexes instead of one for hashed urls
...
When using `OR` in a where clause, a composite index can't be used. We should use a `UNION` to take advantages of it.
Instead, create 2 indexes on each hashed urls and make 2 queries to find an url. It'll be faster than the previous solution.
2019-06-05 10:53:15 +02:00
Jeremy Benoist
7abda3ba52
Drop SimplePie
...
It was only used to make an absolute url when downloading images.
The deps is still there (in the `composer.lock`) because Graby use it (not for absolute but for encoding).
2019-05-29 17:05:12 +02:00
Jeremy Benoist
f3bfb875e9
Use hash given url to avoid duplicate
...
Using hashed url we can ensure an index on them to ensure it's fast.
2019-05-29 15:56:20 +02:00
Nicolas Lœuillet
b7fa51ae7d
Added given_url in entry table
...
- Added index on entry table for given_url field
- Fix tests:
The previous `bit.ly` url redirected to doc.wallabag but that url doesn't exist in the fixtures.
I used our own internal "redirector" to create a redirect to an url which exist in the fixtures.
Also, updating current migration to use the new `WallabagMigration`.
2019-05-29 13:50:59 +02:00
Jeremy Benoist
52e8d93248
Fix some Scrutinizer issues
2019-05-29 12:50:44 +02:00
Jérémy Benoist
2cbee36a01
Merge pull request #3944 from shtrom/always-hash-exists-url
...
Always hash exists url
2019-05-28 14:18:33 +02:00
Jeremy Benoist
6e68417f03
Fix tests after rebase
2019-05-28 12:02:17 +02:00
Jeremy Benoist
b6c1e1bacc
Fix some tests
2019-05-28 11:44:20 +02:00
Jeremy Benoist
a91a3150fb
CS
2019-05-28 11:42:27 +02:00
Jeremy Benoist
448d99f84e
CS
2019-05-28 11:42:27 +02:00
adev
1048c9c4a8
Configure timeout
2019-05-28 11:42:27 +02:00
adev
5f08426201
Fix because of some breaking changes of Graby 2.0
2019-05-28 11:42:27 +02:00
adev
bf9ace0643
Use httplug
2019-05-28 11:40:41 +02:00
Kevin Decherf
5c0701ba41
Merge pull request #3965 from nicofrand/previewPic
...
Preview picture: use the 1st pic retrieved if no og:image set
2019-05-26 17:47:44 +02:00
Jeremy Benoist
629a3797bc
Remove useless methods
...
Also fix a phpdoc block
2019-05-24 15:46:28 +02:00
Jeremy Benoist
0132ccd2a2
Change the way to define algorithm for hashing url
2019-05-24 15:17:46 +02:00
Olivier Mehani
4a5516376b
Add Wallabag\CoreBundle\Helper\UrlHasher
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-05-24 15:17:46 +02:00
Olivier Mehani
d5744bf0df
Delegate findByUrlAndUserId to findByHashedUrlAndUserId
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-05-24 15:17:46 +02:00
Olivier Mehani
31e276fc16
EntryRestController::getEntriesExistsAction: always find by hashed url
...
Simplify the logic from #3158 by hashing all the urls from the request,
and only doing a search by hash. This allows to get performance benefits
from the new indexed hash column even when using older clients that do
not hash the URL in the request.
Fixes : #3158 , #3919
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-05-24 15:17:45 +02:00
Jeremy Benoist
9ca670c801
Fix Instapaper import date
2019-05-24 14:37:54 +02:00
nicofrand
423efadefc
Set first picture as preview picture
2019-05-21 20:38:22 +02:00
Jérémy Benoist
a2b5d67560
Merge pull request #3960 from wallabag/api-entries-2817
...
api/entries: add parameter detail to exclude or include content in response
2019-05-21 11:18:19 +02:00
Kevin Decherf
feb239ea10
mysql: change collation of tag table
...
utf8mb4_unicode_ci considers that 'caché' is equal to 'cache' which
can lead to attaching incorrect tags to entries. This issue is due to
some unicode normalization done by MySQL.
utf8mb4_bin makes no unicode normalization, letting wallabag to consider
'cache' and 'caché' as two different tags.
We change the collation of the whole table as Doctrine does not support
setting a collation on a column for a specific platform (it tries to
apply utf8mb4_bin even for pgsql and sqlite).
Fixes #3302
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-05-19 23:37:49 +02:00
Kevin Decherf
2c290747cb
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>
2019-05-18 18:11:08 +02:00
Jeremy Benoist
9f0957b831
Merge remote-tracking branch 'origin/master' into 2.4
2019-05-15 14:38:07 +02:00
Doma Gergő
9da1efd343
Translated using Weblate (Hungarian)
...
Currently translated at 63.8% (308 of 483 strings)
2019-05-15 02:49:40 +02:00
Jérémy Benoist
a73cb8a689
Merge pull request #3922 from burkemw3/patch-5
...
Remove preview picture from share view page for #1875
2019-05-13 06:40:16 +02:00
Matt Burke
19822ecb31
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.
2019-05-12 12:32:22 -04:00
Kevin Decherf
2dbb5b2307
Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default
...
Fixes #3889
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-05-10 23:07:26 +02:00
Jeremy Benoist
637f0df976
Cascade delete on oauth2 table when deleting a user
2019-05-10 20:36:45 +02:00
Jeremy Benoist
844fd9fafc
Fallback to default solution if Imagick fails
2019-05-10 16:52:01 +02:00
Jeremy Benoist
9306c2a368
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.
2019-05-10 15:33:36 +02:00
ssantos
45bf1d6772
Translated using Weblate (German)
...
Currently translated at 100.0% (6 of 6 strings)
2019-05-09 00:49:21 +02:00
ssantos
bc895d71a2
Translated using Weblate (German)
...
Currently translated at 100.0% (483 of 483 strings)
2019-05-09 00:49:20 +02:00
ssantos
e5d069f0b9
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (6 of 6 strings)
2019-05-06 16:49:35 +02:00
Doma Gergő
a15a5e0a87
Translated using Weblate (Hungarian)
...
Currently translated at 60.5% (292 of 483 strings)
2019-05-02 13:49:27 +02:00
Kevin Decherf
4b5b228650
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>
2019-05-01 15:47:48 +02:00
Jeremy Benoist
f277bc042c
Fix tests & cs & migration
2019-04-26 12:53:21 +02:00
Thomas Citharel
531c8d0a5c
Changed RSS to Atom feed and improve paging
2019-04-25 13:46:31 +02:00
Jeremy Benoist
35359bd3c6
Adding more tests to cover different scenario
2019-04-24 15:28:15 +02:00
Jeremy Benoist
f45496336f
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.
2019-04-23 22:39:31 +02:00
Louies
a68fd9b61d
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (6 of 6 strings)
2019-04-07 10:05:02 +02:00
Louies
076f1e1fcd
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (7 of 7 strings)
2019-04-07 10:05:01 +02:00
Weblate
0eb987b583
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:55:09 +02:00
Weblate
c144e05457
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:55:06 +02:00
Weblate
016784f535
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:54:58 +02:00
Jérémy Benoist
76bc05ebc0
Fix ApiDoc about md5/sha1
2019-04-02 22:59:50 +02:00
Jeremy Benoist
5cc0646e66
Fix index on MySQL
2019-04-01 15:45:17 +02:00
Jeremy Benoist
c579ce2306
Some cleanup
...
Also, do not run the hashed_url migration into a Doctrine migration
2019-04-01 14:34:20 +02:00
Jeremy Benoist
8a64566298
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`.
2019-04-01 13:51:57 +02:00
Jeremy Benoist
9c2b2aae70
Keep url in exists endpoint
...
- Add migration
- Use md5 instead of sha512 (we don't need security here, just a hash)
- Update tests
2019-04-01 13:24:40 +02:00
Thomas Citharel
bfe02a0b48
Hash the urls to check if they exist
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-04-01 13:24:40 +02:00
Jeremy Benoist
3620dae1e6
Merge remote-tracking branch 'origin/master' into 2.4
2019-04-01 13:16:15 +02:00
Doma Gergő
db900a83ae
Translated using Weblate (Hungarian)
...
Currently translated at 58.2% (281 of 483 strings)
2019-03-31 18:09:28 +02:00
Yuichi MITA
1616f53ea2
Translated using Weblate (Japanese)
...
Currently translated at 61.5% (297 of 483 strings)
2019-03-25 16:39:11 +01:00
Doma Gergő
61106f6d80
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (6 of 6 strings)
2019-03-24 01:39:31 +01:00
Doma Gergő
ab9a02754e
Translated using Weblate (Hungarian)
...
Currently translated at 57.6% (278 of 483 strings)
2019-03-24 01:39:30 +01:00
Étienne Gilli
d00f5f22ca
Translated using Weblate (French)
...
Currently translated at 100.0% (483 of 483 strings)
2019-03-20 16:04:30 +01:00
Doma Gergő
7822a62e36
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (7 of 7 strings)
2019-03-20 00:46:42 +01:00
Jérémy Benoist
bfd69c74e5
Merge pull request #3909 from wallabag/fix/html-not-defined
...
Fix PHP warning
2019-03-18 09:26:33 +01:00
Jeremy Benoist
8ca858ee73
Fix PHP warning
...
Looks like sometimes (usually from import) the `html` key isn’t available.
2019-03-18 06:23:41 +01:00
Kevin Decherf
41d476d7e7
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>
2019-03-17 23:36:10 +01:00
Doma Gergő
77dc50a74f
Added translation using Weblate (Hungarian)
2019-03-16 19:58:49 +01:00
Weblate
a69c7fc5f1
Added translation using Weblate (Hungarian)
2019-03-16 19:58:41 +01:00
Weblate
2be507564f
Added translation using Weblate (Hungarian)
2019-03-16 19:58:38 +01:00
Arda Kilicdagi
4b1c0226f1
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-03-15 18:04:14 +01:00
Arda Kilicdagi
fc380182d6
Translated using Weblate (Turkish)
...
Currently translated at 87.8% (424 of 483 strings)
2019-03-14 13:04:37 +01:00
Arda Kilicdagi
44984d2aa7
Translated using Weblate (Turkish)
...
Currently translated at 81.6% (394 of 483 strings)
2019-03-09 16:04:33 +01:00
Arda Kilicdagi
a27b2ecc57
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (6 of 6 strings)
2019-03-08 13:04:10 +01:00
Arda Kilicdagi
acc81fa387
Translated using Weblate (Turkish)
...
Currently translated at 56.9% (275 of 483 strings)
2019-03-08 13:04:09 +01:00
Kevin Decherf
f1f1efb5de
material: wrap card actions, remove class hiding of creation date
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-03-03 19:22:32 +01:00
Jeremy Benoist
8c0ba95307
Adding more tests
2019-02-27 15:01:03 +01:00
Jeremy Benoist
ea925bb112
CS
2019-02-27 14:33:26 +01:00
Thomas Citharel
3784688a88
Replace continue; with break; to avoid PHP 7.3 warnings
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-02-27 14:29:14 +01:00
Jérémy Benoist
d5154ee2ae
Merge pull request #3886 from wallabag/issue-3602
...
epub export: fix missing cover image, only for exports of one article
2019-02-25 14:03:41 +01:00
Allan Nordhøy
fdd3a2bb87
Translated using Weblate (Polish)
...
Currently translated at 98.8% (477 of 483 strings)
2019-02-25 02:19:16 +01:00
Allan Nordhøy
9b044c7702
Translated using Weblate (Occitan)
...
Currently translated at 98.8% (477 of 483 strings)
2019-02-25 02:19:15 +01:00
naofum
443a237f25
Translated using Weblate (Japanese)
...
Currently translated at 58.0% (280 of 483 strings)
2019-02-25 02:19:13 +01:00
Allan Nordhøy
5f9eb33f8f
Translated using Weblate (English)
...
Currently translated at 99.8% (482 of 483 strings)
2019-02-25 02:18:46 +01:00
naofum
3c8bd4cc33
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (7 of 7 strings)
2019-02-24 01:54:48 +01:00