588de419e0
Add user_archived index
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-08-07 21:44:00 +10:00
5071c8c9cf
Add index on starred entries
...
Fixes #4079
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-08-06 23:21:47 +10:00
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
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
62665a32bb
Upgrade to 4.0
2019-07-26 13:22:48 +02:00
b0ba7ff446
Update of Occitan language
2019-07-26 13:16:18 +02:00
51d7f62b31
Add logger to FileCookieJar
2019-07-24 16:07:38 +02:00
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
3a08e81969
Merge pull request #4058 from wallabag/feature/copy-client-info
...
Copy client info to clipboard
2019-07-17 17:04:14 +02:00
879f8eaa18
Fixed typo in wallabag name
2019-07-10 09:59:07 +02:00
df45126a14
Update translations
...
Remove log
2019-07-09 15:54:59 +02:00
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
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
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
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
ac5844a68e
Typo
2019-06-21 12:54:52 +02:00
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
1009b286c9
Merge pull request #3995 from wallabag/feature/config-display-login
...
Display login in config / user
2019-06-12 21:36:00 +02:00
eeae34375d
Typo
2019-06-12 17:44:28 +02:00
871216861a
Update translations
2019-06-06 15:14:41 +02:00
9c7997db8e
Show untagged entries count on tag list ( #3993 )
...
Show untagged entries count on tag list
2019-06-06 14:09:23 +02:00
35c4c80148
Display login in config / user
...
Just so the user can see its login
2019-06-06 13:51:25 +02:00
35c7819cb6
Remove link when there are no untagged articles
2019-06-06 13:34:20 +02:00
c19845a7ae
Merge pull request #3959 from wallabag/mig-tag-collation
...
mysql: change collation of tag label
2019-06-06 12:03:37 +02:00
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
c4bf12aade
Add ability to revoke feed token
2019-06-05 17:55:13 +02:00
0f2d24feb4
Fix typo & CS
2019-06-05 17:09:05 +02:00
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
d010bdd44b
Add quickstart into the menu
...
Just in case people want to see that page again.
2019-06-05 15:51:22 +02:00
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
d8809f70ea
Typos
2019-06-05 10:54:43 +02:00
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
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
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
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
52e8d93248
Fix some Scrutinizer issues
2019-05-29 12:50:44 +02:00
2cbee36a01
Merge pull request #3944 from shtrom/always-hash-exists-url
...
Always hash exists url
2019-05-28 14:18:33 +02:00
6e68417f03
Fix tests after rebase
2019-05-28 12:02:17 +02:00
b6c1e1bacc
Fix some tests
2019-05-28 11:44:20 +02:00
a91a3150fb
CS
2019-05-28 11:42:27 +02:00
448d99f84e
CS
2019-05-28 11:42:27 +02:00
1048c9c4a8
Configure timeout
2019-05-28 11:42:27 +02:00
5f08426201
Fix because of some breaking changes of Graby 2.0
2019-05-28 11:42:27 +02:00
bf9ace0643
Use httplug
2019-05-28 11:40:41 +02:00
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
629a3797bc
Remove useless methods
...
Also fix a phpdoc block
2019-05-24 15:46:28 +02:00
0132ccd2a2
Change the way to define algorithm for hashing url
2019-05-24 15:17:46 +02:00
4a5516376b
Add Wallabag\CoreBundle\Helper\UrlHasher
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-05-24 15:17:46 +02:00
d5744bf0df
Delegate findByUrlAndUserId to findByHashedUrlAndUserId
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-05-24 15:17:46 +02:00
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