Kevin Decherf
66697b29b9
views: escape piwik host and siteId to prevent XSS
...
Fixes CVE-2018-11352
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-09-23 22:46:09 +02:00
Kevin Decherf
8013f35d96
Merge pull request #3719 from wallabag/fix-sort-parameters
...
Fix sort parameters
2018-09-07 17:02:39 +02:00
Jeremy Benoist
c0b65ad1c9
Updating node to 6.10
...
Same as defined in .travis.yml
2018-09-07 15:18:00 +02:00
Jeremy Benoist
4408ebd40a
Fix tests
2018-09-07 15:18:00 +02:00
Jeremy Benoist
8d109df851
Jump to the new Scrutinizer PHP analysis engine
2018-09-07 15:18:00 +02:00
Jeremy Benoist
17476f4d8d
Add missing parameters
...
Parameters weren’t passed to the sub function.
2018-09-07 13:56:14 +02:00
Jérémy Benoist
495f83c925
Merge pull request #3712 from wallabag/refactor-entry-queries
...
Rename getBuilderByUser and refactor query for untagged entries
2018-09-07 11:43:07 +00:00
Kevin Decherf
eb5e3f1d1d
Merge pull request #3717 from wallabag/php-72
...
PHP 7.2 shouldn't fail
2018-09-06 11:28:57 +02:00
Jérémy Benoist
04f85fd9a8
PHP 7.2 shouldn't fail
2018-09-06 07:58:26 +02:00
Kevin Decherf
b8115ff46b
php-cs-fixer
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-09-05 18:44:08 +02:00
Kevin Decherf
0636697289
EntryRepository: refactor getBuilderForUntaggedByUser
...
Improve SQL performance by replacing size(e.tags) with a left join and a
null condition
Move the QueryBuilder logic into getRawBuilderForUntaggedByUser
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-09-05 18:44:08 +02:00
Kevin Decherf
b7c5fda512
EntryRepository: refactor getBuilderByUser
...
We refactor getBuilderByUser to separate QueryBuilder getter and the
orderBy(). The previous code of getBuilderByUser() has been moved to
getSortedQueryBuilderByUser(). getBuildByUser() now returns a
QueryBuilder without the call to orderBy().
A new method named sortQueryBuilder() returns a given QueryBuilder with
an orderBy() call using given sort parameters.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-09-05 18:44:08 +02:00
Kevin Decherf
69b563948d
AnnotationRepository: rename getBuilderByUser
...
We rename getBuilderByUser to getSortedQueryBuilderByUser as long as the
method currently returns a QueryBuilder with an orderBy()
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-09-05 18:44:08 +02:00
Jérémy Benoist
ada5d5b269
Merge pull request #3716 from wallabag/csfixer
...
php-cs-fixer: native_function_invocation
2018-09-05 16:38:20 +00:00
Kevin Decherf
2a1ceb67b4
php-cs-fixer
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-09-05 14:25:32 +02:00
Jérémy Benoist
685a5d745e
Merge pull request #3707 from wallabag/fix-test-de-at
...
Removing failing test from Travis
2018-08-19 18:15:11 +02:00
Jeremy Benoist
72efc80fdc
Removing failing test from Travis
2018-08-19 16:38:48 +02:00
Jérémy Benoist
fea06d19f3
Merge pull request #3705 from wallabag/update-release
...
Update release script
2018-08-19 09:17:40 +02:00
Jeremy Benoist
2bf568ff46
Update release script
2018-08-17 14:40:06 +02:00
Jérémy Benoist
1421236800
Merge pull request #3702 from aleksandar-todorovic/patch-1
...
Fixes a typo
2018-08-16 14:45:23 +02:00
Aleksandar Todorović (r3bl)
e0a9791412
Fixes another typo
2018-08-10 20:28:48 +02:00
Aleksandar Todorović (r3bl)
7fd4ad6564
Fixes a typo
2018-08-10 20:15:46 +02:00
Jérémy Benoist
d29b18e82e
Merge pull request #3690 from Simounet/fix/srcset-attribute
...
More robust srcset image attribute handling
2018-07-23 16:24:20 +00:00
Simounet
e6f12c0734
More robust srcset image attribute handling
...
Linked to HTMLawed PR https://github.com/kesar/HTMLawed/pull/17
2018-07-12 14:29:30 +02:00
Jérémy Benoist
0f36a88e16
Merge pull request #3692 from Simounet/feature/svg-logo
...
Feature/svg logo
2018-07-12 11:31:30 +00:00
Simounet
e93f37206a
wallabag logo (side-nav) replaced by an SVG one
2018-07-11 21:57:53 +02:00
Simounet
4c78612eb4
wallabag logo with typo replaced by an SVG one
2018-07-11 21:51:52 +02:00
Simounet
2fdd512488
Fake wallabag logo data image replaced by real SVG
2018-07-11 21:25:46 +02:00
Jérémy Benoist
9b12f822e1
Merge pull request #3691 from Simounet/feature/login-username-autofocus
...
Autofocus the username field on the login page
2018-07-11 18:49:38 +00:00
Simounet
d02e6850c2
Autofocus the username field on the login page
2018-07-11 20:10:51 +02:00
Jérémy Benoist
6337b46e80
Merge pull request #3678 from anmol26s/patch-1
...
Propose YunoHost badge for installing
2018-07-06 05:40:03 +00:00
Jérémy Benoist
9216bab8c9
Merge pull request #3683 from Simounet/fix/iframe-video-width-shared
...
Fix mobile viewport on big iframe and video elements
2018-07-06 05:38:39 +00:00
Jérémy Benoist
9bc086071a
Merge pull request #3686 from wallabag/remove-trusted-proxies
...
Remove remaining deprecation notices
2018-07-06 05:38:02 +00:00
Jeremy Benoist
80336f77fd
The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3
2018-07-05 21:01:45 +02:00
Jérémy Benoist
200392b462
Merge pull request #3685 from wallabag/fix-random-failing-test
...
Replace SO url by lemonde.fr to avoid random failing test
2018-07-05 13:37:28 +00:00
Jeremy Benoist
9c48053b14
Replace SO url by lemonde
...
Looks like we got a lot of random failing while grabing SO content, replacing it might fix the problem.
2018-07-05 14:50:27 +02:00
Jérémy Benoist
18167b9a24
Merge pull request #3684 from Simounet/fix/empty-image-download-error
...
Fix image downloading on null image path
2018-07-05 12:15:50 +00:00
Simounet
3fbbe0d9f1
Fix image downloading on null image path
2018-07-05 11:40:51 +02:00
Simounet
6cf7f21dcb
Fix mobile viewport on big iframe and video elements
2018-06-28 15:22:51 +02:00
anmol26s
8d09f57c0d
Propose YunoHost badge for installing
...
The YunoHost have working Wallabag package with working install,remove,update,backup and restore scripts. YunoHost makes self -hosting easy for the end users. Please add the this badge so that people can find this solution.
2018-06-22 02:43:43 +05:30
Jérémy Benoist
e586d65b64
Merge pull request #3675 from wallabag/prepare-2.3.3
...
Prepare 2.3.3 release
2018-06-19 07:44:48 +00:00
Jeremy Benoist
7ddba67745
Prepare 2.3.3 release
2018-06-19 06:50:13 +02:00
Jérémy Benoist
7ebd4bdcf7
Merge pull request #3538 from wallabag/fix-migrations-dash
...
Fixed migrations with dash into db names
2018-06-15 05:25:44 +00:00
Jeremy Benoist
49b4c87598
We should able to get the table name unescaped
...
When we want to perform complex queries to retrieve metadata from the database
2018-06-14 14:15:07 +02:00
Jeremy Benoist
bfe7a69226
Fixed migrations with dash into db name
2018-06-14 13:43:09 +02:00
Jérémy Benoist
36054f5dd4
Merge pull request #3636 from flozz/syntax-highlight
...
Highlight code in articles using highlight.js
2018-06-07 06:22:14 +00:00
Jérémy Benoist
c00a691019
Merge pull request #3668 from wallabag/fix-tests
...
Fix tests
2018-06-07 06:21:06 +00:00
Jeremy Benoist
778543311f
Fix tests
2018-06-06 17:34:20 +02:00
Jérémy Benoist
a550a64c84
Merge pull request #3614 from comradekingu/patch-3
...
Spelling: GitHub, Log out, of the dev
2018-06-06 14:26:40 +00:00
Jérémy Benoist
def73759ae
Merge pull request #3664 from Simounet/fix/entry-attributes-encoding
...
Fix authors and preview alt encoding display
2018-06-05 04:33:37 +00:00
Simounet
03f2cacb58
Fix authors and preview alt encoding display
2018-06-04 12:04:37 +02:00
Jérémy Benoist
fea68d1a72
Merge pull request #3646 from Quenty31/master
...
[i18n] Occitan update
2018-06-01 14:53:49 +02:00
Jérémy Benoist
8fe73e076c
Merge pull request #3661 from Simounet/fix/2981-srcset-image
...
Fix srcset attribute on images downloaded
2018-06-01 14:53:04 +02:00
Simounet
c15bb5ad72
Fix srcset attribute on images downloaded
2018-06-01 13:49:16 +02:00
Jérémy Benoist
9707ac4661
Merge pull request #3653 from Simounet/fix/firefox-mobile-unneeded-resize
...
Fix/firefox mobile unneeded resize
2018-05-24 21:36:51 +02:00
Simounet
53ec80be94
Fix missing generated CSS
2018-05-24 11:57:22 +02:00
Simounet
f136d288d6
Fix Firefox mobile unneeded resize
...
Before that, on Firefox Mobile, when you were moving to the top or to
the bottom of the page, you were stopped before to go to the opposite
side.
2018-05-24 09:04:02 +02:00
Jérémy Benoist
1d770f9867
Merge pull request #3652 from Simounet/fix/overflow-wrap
...
Fix overflow wrap issue
2018-05-24 07:16:36 +02:00
Simounet
a6e5637507
Fix overflow wrap issue
2018-05-21 19:47:28 +02:00
Quentí
65f499b4ac
Update wallabag_user.oc.yml
2018-05-06 12:36:55 +02:00
Quentí
4745ca3fde
Update CraueConfigBundle.oc.yml
2018-05-05 21:16:20 +02:00
Quentí
7c3184376c
Update wallabag_user.oc.yml
...
Mens dialectal, mai estandard
2018-05-05 21:15:01 +02:00
Quentí
609adaca9b
Update messages.oc.yml
2018-05-05 21:13:55 +02:00
Quentí
9562a8aca8
Update CraueConfigBundle.oc.yml
2018-05-05 21:09:00 +02:00
Fabien LOISON
b2e7b8b600
Highlight code in articles using highlight.js
2018-04-23 19:11:24 +02:00
Jérémy Benoist
11f15430ff
Merge pull request #3615 from notFloran/3612-login-by-email
...
Allow login by email
2018-04-03 22:08:42 +02:00
Jérémy Benoist
a0f126b973
Merge pull request #3616 from notFloran/3404-bookmarklet-encoding
...
Better encoding of the URI for the bookmarklet
2018-04-03 22:07:52 +02:00
Floran Brutel
08d6bedcaa
Allow login by email
2018-04-01 20:57:10 +02:00
Floran Brutel
8e5b91180e
Better encoding of the URI for the bookmarklet
2018-04-01 20:55:45 +02:00
Jérémy Benoist
3b46d0f947
Merge pull request #3619 from notFloran/fix-tests
...
Fix tests
2018-04-01 11:12:32 +02:00
Floran Brutel
80d4260a8e
Fix CS in UtilsTest.php
2018-03-31 12:55:27 +02:00
Floran Brutel
739a4024fa
Replace zataz url
2018-03-30 23:09:03 +02:00
Floran Brutel
3be96dcb17
Use https instead of http for bild.de to fix tests
2018-03-29 22:58:40 +02:00
Allan Nordhøy
f400aa1281
GitHub, Log out, of the dev
2018-03-25 04:31:22 +02:00
Jérémy Benoist
727880c950
Merge pull request #3597 from wallabag/fix-tests
...
Fix tests
2018-03-17 13:28:10 +01:00
Jérémy Benoist
2ff26deaf8
Merge pull request #3592 from Simounet/fix/html-entities-on-default-title
...
Fix title card HTML parsing
2018-02-24 22:24:24 +01:00
Jeremy Benoist
ad77c3451f
Looked UserBundle again.
...
See https://github.com/FriendsOfSymfony/FOSUserBundle/compare/v2.0.2...v2.1.0#diff-8a79d0e62995dd549be4e463c35a8cc3
It generate an error about a variable called `registration_enabled` which can not be found.
So I guess we are in the case of “such usage” about BC in UserBundle. Don’t want to loose time finding how to fix it. Rollback to the working version.
2018-02-24 22:12:48 +01:00
Jeremy Benoist
bf283db8e6
20 Minutes is now https
2018-02-24 22:02:52 +01:00
Jérémy Benoist
228d317204
Merge pull request #3573 from shulard/fix/unknown-withremove-variable
...
Fix error when withRemove variable is not defined.
2018-02-24 21:52:56 +01:00
Simounet
4d9128ded9
Fix title card HTML parsing
2018-02-12 22:19:15 +01:00
Stéphane HULARD
cc09434ea4
Fix error when withRemove variable is not defined.
...
Since the withRemove variable is a template flag, it can be undefined.
In the Entry\Card\_content.html.twig template for example, the withRemove variable is not defined.
2018-01-23 18:51:52 +01:00
Nicolas Lœuillet
f24e9bfab0
Merge pull request #3568 from wallabag/prepare-2.3.2
...
Prepare 2.3.2 release
2018-01-22 11:10:12 +01:00
Jeremy Benoist
ac1811f83e
Prepare 2.3.2 release
2018-01-22 10:06:31 +01:00
Nicolas Lœuillet
fd637b9a5a
Merge pull request #3541 from Simounet/feature/nav-label-replaced-by-buttons
...
Nav actions updated
2018-01-12 23:10:21 +01:00
Nicolas Lœuillet
5614df19cf
Fixed tests
2018-01-12 11:19:11 +01:00
Simounet
91f5992423
Close add entry and search nav JS action improved
2018-01-12 10:07:46 +01:00
Simounet
2831e77cce
Nav close button alignment and nav boxes improved
2018-01-12 10:07:46 +01:00
Simounet
63771b9ae3
Fix nav new entry and search form alignment
2018-01-12 10:07:46 +01:00
Simounet
f86c2b5fa6
Label replaced by a button on the nav search form
2018-01-12 10:07:46 +01:00
Simounet
e9e3f93805
Label replaced by a button on the nav new entry form
2018-01-12 10:07:46 +01:00
Kevin Decherf
99e8c2785b
Merge pull request #3546 from Strubbl/fix-2957-abort-update-on-error
...
add `set -eu` to update.sh
2018-01-03 21:00:43 +01:00
Nicolas Lœuillet
410216f435
Merge pull request #3536 from wallabag/tag-link-3534
...
Fix broken link to remove tags from entries
2018-01-03 20:37:57 +01:00
Sven Fischer
f3e71b5dd5
add set -eu to update.sh
...
fixes #2957
2018-01-03 05:34:29 +01:00
Kevin Decherf
b8568662bd
php-cs
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-31 13:19:26 +01:00
Kevin Decherf
e0a862b626
Add test to prevent regression for #3534
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-31 00:56:40 +01:00
Nicolas Lœuillet
2679eb9d84
Merge pull request #3539 from wallabag/wallabag/new-client-button
...
Replaced Create new client link with a button
2017-12-28 11:12:06 +01:00
Nicolas Lœuillet
8fa6d62197
Replaced Create new client link with a button
2017-12-28 10:21:28 +01:00
Kevin Decherf
8e15ece7df
Fix broken link to remove tags from entries
...
Fixes #3534
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-27 22:53:03 +01:00
Nicolas Lœuillet
3473e600b1
Merge pull request #3525 from Simounet/fix/empty-card-title-link
...
Fix empty card title link
2017-12-26 16:00:58 +01:00
Nicolas Lœuillet
c04bde29a3
Added default value for title on entry view
2017-12-26 15:40:38 +01:00
Nicolas Lœuillet
11ed735c09
Merge pull request #3532 from wallabag/prepare-231
...
Prepared wallabag 2.3.1
2017-12-26 10:13:11 +01:00
Nicolas Lœuillet
f83e9e32fc
Prepared wallabag 2.3.1
2017-12-26 09:15:39 +01:00
Nicolas Lœuillet
8ffcee8aff
Updated baggy theme for the no-title fix
2017-12-26 09:07:28 +01:00
Simounet
5e0c44a2ac
Using new 'entry.default_title' as translation key
2017-12-26 09:02:00 +01:00
Simounet
49fb9e7cab
Card tags template shared
2017-12-26 09:02:00 +01:00
Simounet
a8541089be
Useless span removed from the card's title
2017-12-26 09:00:33 +01:00
Simounet
ac8489f5f7
Default card title
2017-12-26 08:55:23 +01:00
Simounet
3c9548257c
Content card template shared
2017-12-26 08:55:23 +01:00
Nicolas Lœuillet
726e2cf3c6
Merge pull request #3524 from wallabag/fix-assets-sub
...
Fix assets for subfolder install
2017-12-26 08:49:59 +01:00
Kevin Decherf
0d9c8081fe
cs-fixer
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-20 22:18:26 +01:00
Kevin Decherf
575d1d03d9
Update prod assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-20 21:55:34 +01:00
Kevin Decherf
e8694faad6
Remove fixed relative path for assets
2017-12-20 21:53:48 +01:00
Nicolas Lœuillet
887073dedc
Merge pull request #3521 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2017-12-19 10:02:52 +01:00
Mateusz Rumiński
a9d274424f
Update messages.pl.yml
...
add polish translation for 'provided by' and 'origin url'
2017-12-18 21:01:22 +01:00
Nicolas Lœuillet
ef5c8a7d01
Merge pull request #3515 from wallabag/php-7.2
...
Add PHP 7.2 compatibility
2017-12-18 14:32:21 +01:00
Nicolas Lœuillet
01ea7f5855
Merge pull request #3348 from pmichelazzo/master
...
Update PT translations
2017-12-18 13:34:01 +01:00
Jeremy Benoist
ad880894a8
Update CHANGELOG
2017-12-18 13:30:03 +01:00
Jeremy Benoist
acc0a80179
Add missing assertion in tests
2017-12-18 13:29:34 +01:00
Jeremy Benoist
5661e8d42a
Fix countable in tests
2017-12-18 13:29:34 +01:00
Jeremy Benoist
7185fbff62
Update dama/doctrine-test-bundle
...
Because:
PHP Fatal error: Class 'PHPUnit_Framework_BaseTestListener' not found in /home/travis/build/wallabag/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/PHPUnit/LegacyPHPUnitListener.php on line 7
2017-12-18 13:29:34 +01:00
Jeremy Benoist
4b6942d2d8
Add missing TestCase namespace
2017-12-18 13:29:33 +01:00
Jeremy Benoist
26e2f07419
Fix typo
2017-12-18 13:29:33 +01:00
Jeremy Benoist
eb3754509d
Add missing parameter for test
2017-12-18 13:29:33 +01:00
Jeremy Benoist
bd91bd5c32
Use namespaced PHPUnit classes
2017-12-18 13:29:33 +01:00
Nicolas Lœuillet
3ccf086391
Merge pull request #3516 from wallabag/delete-id
...
api: copy entry object before sending, to keep id
2017-12-18 12:33:05 +01:00
Nicolas Lœuillet
9e89bf7aca
Removed duplicated line
2017-12-17 21:20:23 +01:00
Kevin Decherf
f5ea67e4cf
api: copy entry object before sending, to keep id
...
Workaround for https://github.com/wallabag/android-app/issues/646
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-17 21:07:46 +01:00
Paulino Michelazzo
a5849ac956
Update PT translations
2017-12-17 10:57:17 +01:00
Jérémy Benoist
d1f260e2d7
Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefix
...
Fix initial migration when using custom table prefix
2017-12-16 22:24:06 +01:00
Jeremy Benoist
ccb52fb461
Use getTable() to retrieve prefixed table name
2017-12-16 22:08:00 +01:00
Nicolas Lœuillet
d1224bf9f6
Merge pull request #3513 from wallabag/icons-3437
...
material: replace exit_to_app, redo and autorenew icons
2017-12-16 21:35:32 +01:00
Nicolas Lœuillet
b10be65ec7
Merge pull request #3511 from wallabag/install-command-note
...
command: replace note regarding server:run --env=prod
2017-12-16 20:16:13 +01:00
Kevin Decherf
65d885da00
material: replace exit_to_app, redo and autorenew icons
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-16 20:07:11 +01:00
Kevin Decherf
f565e10817
command: replace note regarding server:run --env=prod
...
server:run --env=prod does not exist anymore
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-16 19:14:25 +01:00
Nicolas Lœuillet
64e7c90ae9
Merge pull request #3507 from wallabag/fix-lowercase-migration
...
Fixed lower case tags migration
2017-12-16 09:02:56 +01:00
Nicolas Lœuillet
9b606725fe
Merge pull request #3510 from wallabag/update-robotstxt
...
Updated robots.txt to prevent crawling
2017-12-16 09:02:40 +01:00
Nicolas Lœuillet
e4ae6b976f
Updated robots.txt to prevent crawling
2017-12-15 21:51:12 +01:00
Nicolas Lœuillet
caf719f163
Fixed lower case tags migration
2017-12-15 13:59:02 +01:00
adev
f1f2cf2bce
Fix initial migration when using custom table prefix
...
Fix #3503
2017-12-14 19:14:10 +01:00
Jérémy Benoist
a68a80f654
Merge pull request #3442 from wallabag/empty-entry
...
Fix empty title and domain_name when exception is thrown during fetch
2017-12-14 11:19:44 +01:00
Kevin Decherf
b457d7bd32
Update CHANGELOG
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-13 22:52:30 +01:00
Kevin Decherf
300f293cb1
Add test on EntryControllerTest for #3442
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-13 22:44:31 +01:00
Kevin Decherf
af29e1bf07
Fix empty title and domain_name when exception is thrown during fetch
...
Add a new helper to set a default title when it's empty:
1/ use basename part of entry's path, if any
2/ or use domain name
Fixes #2053
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-13 22:44:31 +01:00
Jérémy Benoist
70265817ae
Merge pull request #3488 from wallabag/pg-10
...
Add custom driver & schema manager for PostgreSQL 10
2017-12-13 13:50:15 +01:00
Nicolas Lœuillet
08d6497c9c
Merge pull request #3495 from wallabag/wallabag/remove-make-run-readme
...
Removed "make run" in the README
2017-12-13 12:06:38 +01:00
Nicolas Lœuillet
cef72d87a6
Removed "make run" in the README
2017-12-12 20:52:05 +01:00
Nicolas Lœuillet
d80e9931f5
Merge pull request #3492 from bdunogier/fix-3484-disable_share_link
...
Fix 3484: hide the share toggle button if no service is enabled
2017-12-12 20:24:36 +01:00
Nicolas Lœuillet
71318d6103
Merge pull request #3490 from wallabag/fix-rss-unread-icon
...
Displayed the RSS icon on homepage route
2017-12-12 20:20:52 +01:00
Nicolas Lœuillet
1f198256ed
Merge pull request #3487 from wallabag/initial-migration
...
Change the way to check for initial migration
2017-12-12 20:20:31 +01:00
Bertrand Dunogier
0ef1ffbf71
Fix #3484 : hide the share toggle button if no service is enabled
2017-12-12 18:36:24 +01:00
Nicolas Lœuillet
629f913b8d
Displayed the RSS icon on homepage route
2017-12-12 15:42:49 +01:00
Jeremy Benoist
3fadf42a1c
CS
2017-12-12 14:30:22 +01:00
Jeremy Benoist
ad46f2fb46
Use hasTable instead of try/catch
2017-12-12 13:41:44 +01:00
Jeremy Benoist
2e9747a59a
Fix tests
2017-12-12 13:34:06 +01:00
Jeremy Benoist
a1661af17c
Add custom driver & schema manager for PostgreSQL 10
2017-12-12 12:14:40 +01:00
Jeremy Benoist
43e1711eb6
Change the way to check for initial migration
2017-12-12 11:17:16 +01:00
Nicolas Lœuillet
f209798368
Merge pull request #3481 from wallabag/fix-make-run
...
Replaced env by dev for make run
2017-12-12 09:50:33 +01:00
Nicolas Lœuillet
60f53cf46f
Replaced env by dev for make run
...
The symfony server:run command can only be used in dev environment
2017-12-12 08:55:18 +01:00
Nicolas Lœuillet
cabadf169b
Merge pull request #3478 from odolbeau/patch-1
...
Update README.md
2017-12-12 07:42:53 +01:00
Olivier Dolbeau
63e6ee1293
Update README.md
...
Be ready for next year!
2017-12-11 22:32:39 +00:00
Nicolas Lœuillet
bd527a9f4c
Merge pull request #3474 from wallabag/update-changelog
...
Updated changelog for 2.3
2017-12-11 19:53:10 +01:00
Nicolas Lœuillet
42f4f11ef0
Updated changelog for 2.3
2017-12-11 19:52:21 +01:00
Nicolas Lœuillet
98869090f6
Merge pull request #3468 from wallabag/fix-migration-3139
...
Fix migration from #3139
2017-12-11 19:38:46 +01:00
Nicolas Lœuillet
c31daf4725
Merge pull request #3473 from cvergne/fix-rssall
...
Fix All RSS not accessible if not logged in + Tests
2017-12-11 19:38:21 +01:00
Jérémy Benoist
12e7599b35
Merge pull request #3471 from cvergne/fix-rssdate
...
Fix #3448 - pubDate now conformant to DateTime RFC822 specifications
2017-12-11 16:11:23 +01:00
Christophe VERGNE
a40a8038d3
Fix All RSS not accessible if not logged in + Tests
2017-12-11 16:04:06 +01:00
Christophe VERGNE
70d73bdd86
Fix #3448 - pubDate now conformant to Date and Time specifications defined by RFC822
2017-12-11 13:17:42 +01:00
Kevin Decherf
40a63c8b11
migrations: fix duplicate violation during lowercase tag migration
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-10 19:31:30 +01:00
Kevin Decherf
6c5904ba7f
Replace raw query with named parameter
...
Fix possible issue with special chars on #3139
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-10 18:22:41 +01:00
Jérémy Benoist
e9a4231d4f
Merge pull request #3465 from wallabag/fix-tests
...
Fix bad key matching
2017-12-10 13:33:23 +01:00
Jérémy Benoist
55bd59962c
Merge pull request #3467 from Simounet/feat/nav-improved
...
Feat/nav improved
2017-12-10 13:33:06 +01:00
Simounet
f072829ce3
More space for navbar actions on mobile
2017-12-08 21:10:36 +01:00
Simounet
da2a5fe222
Toggle menu anchor replaced by a button
2017-12-08 21:01:44 +01:00
Jeremy Benoist
4ac0e65963
Fix bad key matching
...
I didn't try to find which package introduced a BC (might be user-bundle
or jms serializer)
2017-12-08 12:10:28 +01:00
Jérémy Benoist
e99be2c134
Merge pull request #3461 from Simounet/fix/rss-on-tag-list
...
Tag's list improved
2017-12-08 10:27:43 +01:00
Simounet
7475924eac
Border radius on every corner of tag's list
2017-12-08 10:20:58 +01:00
Simounet
c235cb75cd
Fix duplicated code removed
2017-12-08 10:18:49 +01:00
Simounet
3e7d86b2c5
Tags list view improved
...
No text ellipsis so we can see the whole tag, better responsiveness, bigger
touch height on links.
2017-12-08 10:18:49 +01:00
Jérémy Benoist
77a53ea724
Merge pull request #3463 from Simounet/feature/footer-improved
...
Footer improved
2017-12-08 10:10:15 +01:00
Simounet
93e3329c58
Fix nav title nowrap on mobile
2017-12-07 23:46:29 +01:00
Simounet
a6beec1bd2
Footer's stats displayed on mobile
2017-12-06 22:46:24 +01:00
Simounet
39217f3108
Fix line-height issue on the footer
2017-12-06 22:21:19 +01:00
Nicolas Lœuillet
613a8ec312
Merge pull request #3438 from strobeltobias/patch-1
...
Translate new strings
2017-12-05 17:46:40 +01:00
Jérémy Benoist
aeab8b342e
Merge pull request #3459 from Simounet/fix/pagination
...
Pagination improved
2017-12-05 10:03:32 +01:00
Simounet
1f84aa903d
Fix wrong selected page number alignment on pagination
2017-12-04 22:46:35 +01:00
Simounet
f836b98fa6
Fix pagination on list mode
2017-12-04 22:31:30 +01:00
Jérémy Benoist
b9be1cf1ee
Merge pull request #3449 from Simounet/feature/share-page
...
Share page improved (mobile + header's padding)
2017-12-04 10:11:32 +01:00
Simounet
2784f674ea
Figure image and figcaption centered on share page
2017-12-03 14:41:15 +01:00
Simounet
970e107524
Share page improved (mobile + header's padding)
2017-12-03 14:38:46 +01:00
Tobias Strobel
e2ee70f477
Translate new validators string
2017-11-26 14:49:59 +01:00
Tobias Strobel
ca8d3ed598
Translate new strings
2017-11-26 14:24:03 +01:00
Nicolas Lœuillet
1d91f14516
Merge pull request #3436 from wallabag/origin-shaarli
...
Add craue setting to enable sharing of origin url to Shaarli
2017-11-26 08:58:17 +01:00
Kevin Decherf
893fd6434f
Add craue setting to enable sharing of origin url to Shaarli
...
Also fix the field name used in the query string and add it to baggy
theme
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-25 17:07:55 +01:00
Jérémy Benoist
773ac5b0f7
Merge pull request #3419 from NatJNP/patch1
...
Add Thai language
2017-11-25 12:29:53 +01:00
Jérémy Benoist
ceff312db8
Merge pull request #3401 from aaa2000/migration-initial
...
Add an initial doctrine migration
2017-11-25 12:28:41 +01:00
NatPi
2020b4456c
Add all file thai Language for translate
2017-11-24 02:53:01 +07:00
Jérémy Benoist
f818f64145
Merge pull request #3431 from wallabag/disable-site-credentials
...
Disable controller access if feature disabled
2017-11-22 15:11:25 +01:00
Jeremy Benoist
ef2b4041fb
Disable controller access if feature disabled
...
If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
2017-11-22 10:00:45 +01:00
adev
f4e7a0df0e
Fix phpcs
2017-11-21 22:07:37 +01:00
adev
e36c85eb79
Fix travis fold
2017-11-21 21:35:17 +01:00
adev
4c0ac1d10b
Remove data sql files
2017-11-21 21:35:17 +01:00
adev
18865cec86
Implements down migration
2017-11-21 21:35:17 +01:00
adev
2680b0bc8c
Fix installation command
2017-11-21 21:35:17 +01:00
adev
2054740fdb
Fold travis make prepare
2017-11-21 21:35:16 +01:00
adev
18fb777b89
Add an initial migration
2017-11-21 21:35:16 +01:00
Nicolas Lœuillet
d3d0defabc
Merge pull request #3398 from wallabag/issue-1735
...
Replace ant with Makefile
2017-11-21 15:12:48 +01:00
Nicolas Lœuillet
95b7d92ea5
Merge pull request #3425 from wallabag/add-setting-for-headers
...
Added internal setting to enable/disable headers storage
2017-11-21 13:26:24 +01:00
Nicolas Lœuillet
fb258aeef0
Merge pull request #3426 from wallabag/fix-migration-3373
...
Fix MySQL issue on mig from #3373
2017-11-21 11:03:39 +01:00
Jeremy Benoist
709e21a3f4
Define storeArticleHeaders false by default
...
Fix tests which must use `$storeArticleHeaders`.
Fix CS
2017-11-21 10:37:36 +01:00
Jeremy Benoist
64a5a6cfc5
CS
2017-11-21 10:30:35 +01:00
Kevin Decherf
b3d85e69e9
Fix MySQL issue on mig from #3373
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-20 22:39:33 +01:00
Nicolas Lœuillet
f4f7994c40
Merge pull request #3346 from Kdecherf/origin-property
...
Add originUrl property to Entry
2017-11-20 21:10:33 +01:00
Kevin Decherf
16b1939827
Merge pull request #3423 from wallabag/composer
...
composer: update dependency versions to reduce memory footprint
2017-11-20 19:51:03 +01:00
Nicolas Lœuillet
8a21985474
Added internal setting to enable/disable headers storage
2017-11-20 18:47:48 +01:00
Kevin Decherf
b495929c0d
composer: update dependency versions to reduce memory footprint
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 21:00:27 +01:00
Kevin Decherf
eae8138b33
Fix phpcs
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:26:13 +01:00
Kevin Decherf
65152fcb89
Improve EntryRestControllerTest for origin_url
...
Ensure that origin_url is initially null
Ensure patching entry with origin_url=''
Ensure patching entry with origin_url=null
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
97444566db
Update EntryControllerTest to handle origin_url
...
Set an origin_url in testEditUpdate
Test origin_url deletion in testEditRemoveOriginUrl
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
ecf41ab3fa
Replace hardcoded 'Provided by' string with i18n string
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
3b771f51a6
Improve origin_url field description and translations
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
8425f5cc3d
Form: move url and origin_url to UrlType
2017-11-19 15:02:11 +01:00
Kevin Decherf
6de4cd35b5
Add support of originUrl field in baggy entry view
2017-11-19 15:02:11 +01:00
Kevin Decherf
00f2368f7a
Add some tests for OriginUrl in EntryRestController
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
3198ea9682
Handle original_url querystring in Shaarli sharing link
...
This feature needs at least shaarli-plugin-via 0.2 from
https://github.com/Kdecherf/shaarli-plugin-via to work.
Shaarli will silently ignore this parameter if this plugin is missing.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
f0f162b8d2
Add support of originUrl field in material entry view
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
e50e45d6fa
Twig: add removeSchemeAndWww filter
...
This twig filter removes scheme (only http and https are supported) and
pass the result to removeWww filter to also remove 'www.' at the
beginning of an url.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
03b020eb20
Entry: handle originUrl in edit form, update translations
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Kevin Decherf
e0ef1a1c8b
Add originUrl property to Entry, handle that in EntryRestController, handle migration
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
Nicolas Lœuillet
e585dde46c
Merge pull request #3422 from wallabag/simpleue-2
...
Jump to Simpleue 2.0
2017-11-19 13:53:13 +01:00
Kevin Decherf
8bde7de1ee
Replace ant with Makefile
...
Fixes #1735
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 12:33:21 +01:00
Kevin Decherf
f6988b5aa3
Merge pull request #3421 from comradekingu/patch-2
...
Spelling: diaspora, e-mail, moved ?, URL, sharing
2017-11-19 11:31:46 +01:00
Kevin Decherf
00d66d39fc
Merge pull request #3420 from comradekingu/patch-1
...
Spelling: Two-factor for wallabag connection
2017-11-19 11:31:26 +01:00
Jeremy Benoist
c8ac32cf17
Jump to Simpleue 2.0
...
The 1.3.0 tag is introducing BC so we jump to the 2.0
2017-11-18 16:28:54 +01:00
Allan Nordhøy
2c437e930c
"for the public wallabag demo", paywalled websites, diaspora*
2017-11-18 04:55:33 +01:00
Allan Nordhøy
3c6b00dc28
Spelling: diaspora, e-mail, moved ?, URL, sharing
2017-11-18 04:52:28 +01:00
Allan Nordhøy
13e677648c
Spelling: Two-factor for wallabag connection
2017-11-18 04:39:52 +01:00
NatPi
d0c596461b
Add CraueConfigBundle.th.yml
2017-11-18 01:27:51 +07:00
Jérémy Benoist
2a4a861b34
Merge pull request #3412 from aaa2000/fix-tests
...
Fix the tests
2017-11-12 11:33:18 +01:00
adev
cc79712738
Fix phpcs
2017-11-11 23:55:13 +01:00
adev
d81bf605af
Fix tests
2017-11-11 23:37:57 +01:00
Kevin Decherf
f39cfa4690
Merge pull request #3404 from wallabag/issue-2424
...
material: replace card activator with article link on card preview
2017-11-07 13:59:47 +01:00
Kevin Decherf
2f510787e7
material: replace card activator with article link on card preview
...
Fixes #2424
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-06 20:49:41 +01:00
Kevin Decherf
8abb6c1321
Merge pull request #3397 from wallabag/issue-1871
...
material: disable editing of entry url input when submitting new url
2017-11-06 20:43:48 +01:00
Kevin Decherf
46ee68ea48
Update assets for #3397
2017-11-05 13:20:50 +01:00
Kevin Decherf
3d46eeeb33
material: disable editing of entry url input when submitting new url
...
Fixes #1871
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-05 13:14:47 +01:00
Jérémy Benoist
b0f9e52b7e
Merge pull request #3387 from Kdecherf/fix-assets-23
...
Fix assets for 2.3
2017-11-02 15:49:37 +02:00
Jérémy Benoist
dccec95401
Merge pull request #3399 from aaa2000/editorconfig-makefile
...
Update .editorconfig for makefile
2017-11-02 10:21:10 +02:00
adev
5872cd191c
Update .editorconfig for makefile
2017-11-01 14:47:06 +01:00
Kevin Decherf
c20327fc72
Merge pull request #3395 from wallabag/issue-3393
...
views/config: fix overlaying drop down menu
2017-11-01 11:12:44 +01:00
Kevin Decherf
8801764583
views/config: fix overlaying drop down menu
...
Fixes #3393
2017-10-31 23:16:15 +01:00
Jérémy Benoist
494b47f299
Merge pull request #3392 from mart-e/add-title-page-epub
...
add the title of article on the epub export
2017-10-31 15:10:41 +02:00
Jeremy Benoist
15a6402f75
Properly run php-cs-fixer
2017-10-28 20:16:43 +02:00
Martin Trigaux
385e651684
php-cs-fixer
...
php bin/php-cs-fixer fix src/Wallabag/CoreBundle/Helper/EntriesExport.php
2017-10-28 17:17:22 +02:00
Martin Trigaux
c779373f2c
Set the title in a separated chapter
...
Set the export option on the same page, same as done in producePdf
Move the ToC at the end of the book so the title page is the first one
2017-10-28 14:49:14 +02:00
Martin Trigaux
a6e9ad0b7d
add a title page
...
The first page of the book is the title
2017-10-28 10:45:37 +02:00
Kevin Decherf
efbbfe0135
Updating .gitignore
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-24 00:20:56 +02:00
Kevin Decherf
0b3ab03782
Removing web/bundles/wallabagcore and adding prod assets in web/wallassets
...
baggy.css, baggy.js, material.css, material.js and public.js are seen as
new files, something changed in these files.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-24 00:19:00 +02:00
Kevin Decherf
9ff628ca56
webpack & views: replace bundles/wallabagcore with wallassets
...
This change will prevent composer from removing wallabagcore assets when
installing assets.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-24 00:15:52 +02:00
Jérémy Benoist
1953a87293
Merge pull request #3011 from wallabag/2.3
...
wallabag 2.3.0
2017-10-23 11:09:17 +02:00
Nicolas Lœuillet
702f2d67d6
Merge pull request #3385 from wallabag/prepare-23
...
Prepare wallabag 2.3.0
2017-10-20 15:43:13 +02:00
Nicolas Lœuillet
b4da3ee8e5
Prepare wallabag 2.3.0
2017-10-20 14:17:37 +02:00
Nicolas Lœuillet
8a30241dc5
Merge pull request #3384 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2017-10-19 15:07:43 +02:00
Mateusz Rumiński
3828f525e1
Update messages.pl.yml
...
add polish translation for export footer_template
2017-10-19 13:07:24 +02:00
Nicolas Lœuillet
1c5081cdc5
Merge pull request #3373 from wallabag/change-readingtime-notnull
...
Changed reading_time field to prevent null values
2017-10-18 11:33:30 +02:00
Jérémy Benoist
91f9bacf73
Merge pull request #3362 from sviande/fix_3361_api_warning
...
Fix #3361 check type for tags in entry repository
2017-10-18 11:16:50 +02:00
Nicolas Lœuillet
7f5d03a98d
Merge pull request #3383 from Kdecherf/fix-webpack-and-login
...
Fix webpack and login screen
2017-10-16 09:02:47 +02:00
Kevin Decherf
3f29386cb7
Update prod assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-16 00:07:12 +02:00
Kevin Decherf
7a1e1247cb
webpack: handle _global img folder
...
Fixes missing image files after composer cleaning assets
Source of requireAll(): https://stackoverflow.com/a/30652110
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-16 00:01:52 +02:00
Kevin Decherf
ef7f187fa8
Fix non-centered login form
...
Fixes #3343
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-16 00:01:52 +02:00
Jérémy Benoist
3930201003
Merge pull request #3382 from nclsHart/replace-kernel-rootdir
...
Replace kernel.root_dir by kernel.project_dir
2017-10-15 09:24:32 +02:00
Jérémy Benoist
64f4112cae
Merge pull request #3381 from nclsHart/webserverbundle
...
Enable WebServerBundle in dev environment
2017-10-15 09:23:31 +02:00
Nicolas Hart
9ca069a6fe
Replace kernel.root_dir by kernel.project_dir
...
kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3.
See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
2017-10-14 00:32:56 +02:00
Nicolas Hart
3c9fbb4e32
Enable WebServerBundle in dev environment
...
Since #3376 , the web server console commands were not available.
2017-10-13 23:04:16 +02:00
Sébastien Viande
0978bd849e
Fix #3361 Entry Rest controller getEntries cast tags params to string
2017-10-13 10:28:05 +02:00
Nicolas Lœuillet
abce2f05dd
Fixed @Kdecherf's review
2017-10-13 10:11:24 +02:00
Jeremy Benoist
705d3c38dc
CS
2017-10-13 09:35:44 +02:00
Nicolas Lœuillet
88bac4a33e
Changed reading_time field to prevent null values
2017-10-13 09:35:44 +02:00
Jeremy Benoist
bb86dc6486
CS
2017-10-12 07:38:27 +02:00
Sébastien Viande
d03b72f405
Fix #3361 add test
2017-10-12 07:38:27 +02:00
Sébastien Viande
fafdf17117
Fix #3361 check type for tags in entry repository
...
Check is $tags is a string before explode
2017-10-12 07:38:27 +02:00
Nicolas Lœuillet
f44a927530
Merge pull request #3372 from wallabag/translate-export-page
...
Translated first page of exported article
2017-10-11 14:12:49 +02:00
Jeremy Benoist
9dd67fa342
CS
2017-10-11 10:43:36 +02:00
Nicolas Lœuillet
8f187e280f
Fixed @j0k3r's review
2017-10-11 10:43:19 +02:00
Nicolas Lœuillet
dc7fa8dfc6
Fixed @tcitworld's review
2017-10-11 10:43:19 +02:00
Nicolas Lœuillet
b1428a1cf8
Translated first page of exported article
2017-10-11 10:43:19 +02:00
Jérémy Benoist
d8dc7372ab
Merge pull request #3376 from wallabag/symfony-3.3
...
Symfony 3.3
2017-10-11 09:55:03 +02:00
Jérémy Benoist
21bdbb2d5e
Merge pull request #3378 from wallabag/2.3-ru
...
Add Russian language
2017-10-10 12:22:22 +02:00
Олег
4bea44da92
update Russian language
2017-10-10 10:48:38 +02:00
Олег
ef5fcdee20
add Russian language
2017-10-10 10:48:29 +02:00
Олег
28af2989ec
Add Russian language in CoreBundle Resources and CraueConfigBundle
2017-10-10 10:47:48 +02:00
Jeremy Benoist
f645d371ce
Fix MondeDiplo https url
2017-10-10 10:20:57 +02:00
Jeremy Benoist
3ef055ced3
CS
2017-10-09 16:47:15 +02:00
Jeremy Benoist
f40c88eb1f
Jump to Symfony 3.3 & update others deps
...
Also update tests urls
2017-10-09 16:45:12 +02:00
Nicolas Lœuillet
ed5e175c20
Merge pull request #3347 from Kdecherf/entry-stats
...
Entry view: update .stats margins and color
2017-09-16 13:01:33 +02:00
Kevin Decherf
79ea33c9d3
Entry view: update .stats margins and color
...
Decreasing margin of .stats, increasing vertical margin of .stats li,
increasing right margin of material icons and reducing contrast of
material icons.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-09-09 21:35:19 +02:00
Jérémy Benoist
23246a5da6
Merge pull request #3345 from wallabag/Quent-in-patch-1
...
Update messages.oc.yml
2017-09-09 18:57:50 +02:00
Quent-in
f764407daf
Update messages.oc.yml
2017-09-09 18:23:59 +02:00
Jérémy Benoist
061fca8c6e
Merge pull request #3340 from Kdecherf/fix-webpack
...
Fix webpack error on comments
2017-09-07 07:17:05 +02:00
Jérémy Benoist
f6d042f56d
Merge pull request #3309 from wallabag/fix-multiple-tag-search
...
Multiple tag search, which was broken from API
2017-09-07 07:16:26 +02:00
Jeremy Benoist
9c4a7388da
Remove unused function
...
Introduce after the rebase I guess
2017-09-06 22:58:35 +02:00
Jeremy Benoist
33264c2d02
Fix tests
2017-09-06 22:49:16 +02:00
Jeremy Benoist
7c04b7396a
Multiple tag search was broken from API
...
First, the setParameter() were done on the same parameter which in fact
just duplicated the condition in the SQL query (like `where t.label =
'test' and t.label = 'test'`.
Changed the parameter doesn't help because the query was then wrong.
Changing the way to match associated tags for an entry and it worked.
2017-09-06 22:49:15 +02:00
Kevin Decherf
e317a5ab60
Fix webpack error on comments
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-09-06 22:42:23 +02:00
Nicolas Lœuillet
78b36d4dbe
Merge pull request #3332 from nclsHart/better-txt-export
...
Better entry txt export using html2text
2017-09-06 15:08:12 +02:00
Jérémy Benoist
b9c26b6330
Merge pull request #3337 from strobeltobias/patch-1
...
Add missing quotation marks and small fixes (2)
2017-09-04 12:09:26 +02:00
Jérémy Benoist
e85657fb10
Update messages.de.yml
2017-09-04 11:17:26 +02:00
Jérémy Benoist
f3e688207d
Merge pull request #3333 from Quent-in/2.3
...
Update OC
2017-09-03 20:26:16 +02:00
Jérémy Benoist
3af5d41759
Merge pull request #3139 from Kdecherf/2502-tag-case
...
Ignore tag's case
2017-09-03 20:25:15 +02:00
Jérémy Benoist
9c4d1eb56a
Merge pull request #3338 from strobeltobias/patch-2
...
Translate missing strings, add quotation marks
2017-09-03 20:24:41 +02:00
Tobias Strobel
bcb10aeef8
Update to comply with suggested changes
2017-09-03 15:15:38 +02:00
Tobias Strobel
973392cc48
Translate missing strings, add quotation marks
2017-09-01 23:15:18 +02:00
Tobias Strobel
6c2a56458b
Add missing quotation marks and small fixes (2)
2017-09-01 23:01:57 +02:00
Quent-in
442147d923
Update wallabag_user.oc.yml
2017-08-30 20:10:58 +02:00
Quent-in
a09136d2d2
Update CraueConfigBundle.oc.yml
2017-08-30 20:09:16 +02:00
Quent-in
de4bbe4968
Update validators.oc.yml
2017-08-30 20:06:34 +02:00
Quent-in
9f33293b7e
Update
2017-08-30 20:01:11 +02:00
Jérémy Benoist
119e6c5edb
Merge pull request #3330 from franek/set-starred-date
...
Add starred_at field which is set when an entry is starred
2017-08-30 13:53:49 +02:00
Jérémy Benoist
854616ac6d
Merge pull request #3294 from wallabag/export-tag-null
...
Empty currentTag should be null
2017-08-30 13:51:20 +02:00
Kevin Decherf
7b4f66881d
php-cs-fixer on DoctrineMigrations/Version20170719231144
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-08-27 16:59:02 +02:00
Jeremy Benoist
e437ad810b
Fix tests
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-08-27 16:51:23 +02:00
Kevin Decherf
bd164a75c4
Add migration to change case of tags
...
This migration does not support SQLite as long as this engine does not
support Unicode in LOWER().
This migration starts by retrieving the list of lowercase tags which
need to be migrated. Then it retrieves the list of tags for each tags
from the previous step in order to migrate entries. It handles deletion
of empty tags. At the end the migration makes a full scan to update the
label of all remaining tags.
WARNING: THIS MIGRATION IS IRREVERSIBLE.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-08-27 16:51:23 +02:00
Kevin Decherf
7036d91fe7
Tag: render tags case-insensitive by storing them in lowercase
...
Fixes #2502
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-08-27 16:51:23 +02:00
Nicolas Hart
c660878388
better entry txt export using html2text
2017-08-27 00:04:21 +02:00
François D
a991c46eed
Set a starred_at field when an entry is starred.
...
This date is used to sort starred entries.
Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated.
Add an updateStar method into Entry class
A migration script has been added in order to set starred_at field.
2017-08-25 21:19:47 +02:00
Jeremy Benoist
2490f61dca
Merge remote-tracking branch 'origin/master' into 2.3
2017-08-22 11:22:47 +02:00
Jérémy Benoist
54171dd796
Merge pull request #3326 from nclsHart/reload-entry-command
...
Add reload entry command
2017-08-22 11:21:04 +02:00
Nicolas Hart
dbf1188c5b
rename getAllEntriesIdAndUrl into findAllEntriesIdAndUrlByUserId
2017-08-22 10:42:54 +02:00
Nicolas Hart
215409a8b2
rename getAllEntriesId into findAllEntriesIdByUserId
2017-08-22 10:41:28 +02:00
Nicolas Hart
511f1ce1e8
Add reload entry command
2017-08-21 10:45:48 +02:00
Jérémy Benoist
d83d25dade
Merge pull request #3323 from egilli/fix-export-link-with-baggy
...
Fix export links in baggy theme
2017-08-14 17:45:16 +02:00
Étienne Gilli
aa29fc4ec6
Fix export links in baggy theme
2017-08-13 18:03:32 +02:00
Jérémy Benoist
73b3d449b1
Merge pull request #3322 from braco/patch-1
...
Update Readme with crucial information
2017-08-12 09:32:51 +02:00
braco
d0804524a1
Update Readme with crucial information
2017-08-10 14:54:58 -04:00
Jérémy Benoist
4d2758dfa0
Merge pull request #3319 from Quent-in/2.3
...
Translation : OC small changes
2017-08-10 10:13:09 +02:00
Quent-in
0d7d472c91
Small change
...
Apostrophe par erreur, et "aller À votre compte" et non "sur", pas choquant mais mieux je pense en OC.
2017-08-09 18:40:19 +02:00
Jérémy Benoist
86ecd2b543
Merge pull request #3314 from nclsHart/fix-3313
...
Reduce number of queries on tag list
2017-08-08 19:48:47 +02:00
Jérémy Benoist
aff1dd4ff1
Merge pull request #3317 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2017-08-08 19:38:43 +02:00
Mateusz Rumiński
e86ee7fd1e
Update messages.pl.yml
...
add polish translation for credentials
2017-08-08 15:45:44 +02:00
Nicolas Hart
935e9fffb4
Reduce number of queries on tag list
2017-08-06 23:02:32 +02:00
Jérémy Benoist
f11a3cf21c
Merge pull request #3312 from Quent-in/2.3
...
Occitan language updates
2017-08-06 15:39:04 +02:00
Quent-in
1aa5b75804
Correction apostrophe encadrée par simples apostrophes
2017-08-05 20:20:18 +02:00
Quent-in
efeaadcf9d
Correction indent. L538
...
Correction indentation suite rapport Travis
2017-08-05 19:48:45 +02:00
Jérémy Benoist
fccc3a2e07
Merge pull request #3311 from nclsHart/makefile-webpack
...
Fix make build by replacing grunt with webpack
2017-08-05 19:19:09 +02:00
Quent-in
162740b798
Update
...
2FA : choix des occitanophones interrogés : autentificacion en dos temps.
+ fautes de frappes
2017-08-05 15:19:34 +02:00
Quent-in
86de3eb766
Update OC: correction fautes de frappe
2017-08-05 15:14:34 +02:00
Quent-in
5942d358b7
Update with new strings
...
L538 : not quite sure about the number of space.
2017-08-05 14:58:15 +02:00
Quent-in
a4fcb2e5c6
Update registration using API
2017-08-05 14:46:33 +02:00
Nicolas Hart
5385fda8ab
Fix make build by replacing grunt with webpack
2017-08-05 00:21:05 +02:00
Jérémy Benoist
8b5bef48d5
Merge pull request #3301 from nclsHart/list-user-command
...
Add list users command
2017-08-02 07:25:02 +02:00
Nicolas Hart
f7a4b44136
add search argument and limit option to list users command
2017-07-31 23:20:41 +02:00
Nicolas Hart
af31cfed76
Add list user command
2017-07-30 22:04:29 +02:00
Jérémy Benoist
882da5c5eb
Merge pull request #3297 from nclsHart/commands-better-rendering
...
Better rendering for all core commands
2017-07-30 08:31:04 +02:00
Jérémy Benoist
4fc7eba349
Merge pull request #3298 from nclsHart/fix-namespace-phpdoc
...
Fix some namespaces and phpdoc
2017-07-30 08:27:39 +02:00
Jérémy Benoist
e492f8da13
Merge pull request #3299 from nclsHart/missing-method-prepare-entry
...
Add missing abstract method prepareEntry in BrowserImport
2017-07-30 08:10:50 +02:00
Nicolas Hart
fe312015d2
Add missing abstract method prepareEntry in BrowserImport
2017-07-29 22:59:11 +02:00
Nicolas Hart
52b84c11a5
Fix some namespaces and phpdoc
2017-07-29 22:51:50 +02:00
Nicolas Hart
e1b33efb3d
Better rendering for all core commands
2017-07-29 11:09:02 +02:00
Jérémy Benoist
d69a66a58e
Merge pull request #3290 from nclsHart/fix-3019
...
Add a dedicated title for all entries page
2017-07-29 09:34:29 +02:00
Jeremy Benoist
bde23a44f8
Empty currentTag should be null
...
And when a parameter is null, it won't appear in the url like `?tag=`.
2017-07-28 08:07:11 +02:00
Jérémy Benoist
233eb91be4
Merge pull request #3291 from nclsHart/show-user-io
...
Better rendering for show user command using symfony style
2017-07-28 07:38:15 +02:00
Jérémy Benoist
e56f82142a
Merge pull request #3292 from nclsHart/remove-getdoctrine
...
Remove unused method getDoctrine in several commands
2017-07-28 07:36:27 +02:00
Jérémy Benoist
6f9aba78a7
Merge pull request #3293 from nclsHart/remove-unused-use
...
Remove unused use statement in install command
2017-07-28 07:35:48 +02:00
Nicolas Hart
04f19537e7
Remove unused use statement in install command
2017-07-27 23:51:01 +02:00
Nicolas Hart
a19e212f43
Remove unused method getDoctrine in several commands
2017-07-27 23:44:12 +02:00
Nicolas Hart
d58199f362
Better rendering for show user command using symfony style
2017-07-27 23:34:57 +02:00
Nicolas Hart
383215866f
add a dedicated title for all entries page
2017-07-27 23:08:08 +02:00
Jérémy Benoist
839edf32cc
Merge pull request #3280 from Simounet/fix/2.3-date
...
Fix updatePublishedAt on already parsed article's date
2017-07-25 16:54:43 +02:00
Jérémy Benoist
35c1f1376c
Merge pull request #3284 from wallabag/travis-7.2
...
Testing on PHP 7.2
2017-07-24 17:38:41 +02:00
Jeremy Benoist
ff9f89fd23
Add a test for updatePublishedAt
...
To avoid error when a content is re-submitted and it previously add a
published date.
Also, fix the `testPostSameEntry`
2017-07-24 17:07:47 +02:00
Simounet
b236d3f627
Fix updatePublishedAt on already parsed article's date
2017-07-24 16:39:07 +02:00
Jérémy Benoist
9ab45e6813
Testing on PHP 7.2
2017-07-24 15:48:53 +02:00
Jérémy Benoist
ea127a401b
Merge pull request #3283 from wallabag/fix-language-validation
...
Put the final URL in data test
2017-07-24 13:54:01 +02:00
Jeremy Benoist
459374022f
CS
2017-07-24 11:52:43 +02:00
Jeremy Benoist
c6c45673af
Put the final URL in data test
2017-07-24 11:13:53 +02:00
Jérémy Benoist
f39152ad6e
Merge pull request #3266 from egilli/export-domain-as-author
...
Use the article publisher as author for exported files
2017-07-11 09:21:49 +02:00
Jérémy Benoist
c7fcca533d
Merge pull request #3270 from wallabag/do-not-allow-html-api
...
Disallow html for API templating formats
2017-07-11 07:30:30 +02:00
Jérémy Benoist
9aa11176b8
Merge pull request #3264 from wallabag/trait-timestamps
...
Add EntityTimestampsTrait to handle dates
2017-07-11 07:30:08 +02:00
Étienne Gilli
eeabca8090
Make updateAuthor code simpler to read
2017-07-10 10:08:20 +02:00
Jérémy Benoist
337e807297
Merge pull request #3267 from wallabag/revert-client-credentials
...
Revert client_credentials grant types
2017-07-09 21:22:28 +02:00
Étienne Gilli
c57f69d967
Use the article publisher as author for export
...
When exporting an entry, use the publishedBy field as author name for
epub, mobi and pdf formats. Fallback to domain name if empty.
2017-07-09 18:33:14 +02:00
Jeremy Benoist
2e6239bb9f
Disallow html for templating formats
...
Using html template format will then put the html format in the allowed list for the api doc which we don’t want since the api doesn’t response for html format.
2017-07-09 10:07:14 +02:00
Étienne Gilli
07320a2bd2
Use the article domain as author for export files
...
When exporting an entry, use the domain name as author name for epub,
mobi and pdf formats, instead of 'wallabag'.
Change the author from array to string, because for now, there is always
only one author.
2017-07-08 19:53:43 +02:00
Jeremy Benoist
2e5b2fa808
Revert client_credentials grant types
2017-07-08 19:28:12 +02:00
Jeremy Benoist
927c9e796f
Add EntityTimestampsTrait to handle dates
...
Refactorize timestamps() method to avoid re-writing it on each entity
2017-07-06 09:01:51 +02:00
Jérémy Benoist
b5d7eb148c
Merge pull request #3256 from wallabag/fix-patch
...
Fix PATCH method
2017-07-05 15:00:24 +02:00
Jérémy Benoist
896f981ff5
Merge pull request #3257 from wallabag/fix-mapping-entities
...
Fixed mapping entities
2017-07-03 17:15:45 +02:00
Jeremy Benoist
c18a2476b6
CS
2017-07-03 13:56:39 +02:00
Jeremy Benoist
d0ec2ddd23
Fix validateAndSetPreviewPicture
...
Which wasn't covered by a test!
2017-07-03 13:45:04 +02:00
Jeremy Benoist
a05b61159e
Fix PATCH method
...
The PATCH method for the entry should only update what user sent to us and not the whole entry as it was before.
Also, sending tags when patching an entry will now remove all current tags & assocatied new ones.
2017-07-03 13:45:04 +02:00
Jeremy Benoist
e50d7d31c0
CS
2017-07-03 13:40:47 +02:00
Jeremy Benoist
9114615adc
Fixed mapping entities
...
There were this error in the console:
> The association Wallabag\CoreBundle\Entity\SiteCredential#user refers to the inverse side field Wallabag\UserBundle\Entity\User#site_credentials which does not exist.
2017-07-03 13:40:47 +02:00
Jérémy Benoist
71e1cbc8eb
Merge pull request #3258 from wallabag/cs-fixer
...
Add a real configuration for CS-Fixer
2017-07-03 13:39:54 +02:00
Jeremy Benoist
38520658ad
Fix tests
2017-07-03 07:30:54 +02:00
Jeremy Benoist
f808b01692
Add a real configuration for CS-Fixer
2017-07-01 09:52:38 +02:00
Jérémy Benoist
822c877949
Merge pull request #3245 from wallabag/fix-bc
...
Avoid BC on exists endpoint
2017-06-29 11:17:58 +02:00
Jérémy Benoist
331e5b0261
CS
2017-06-28 09:18:22 +02:00
Jeremy Benoist
39ffaba323
Return null instead of false
2017-06-28 08:15:06 +02:00
Jeremy Benoist
42708d1121
Merge remote-tracking branch 'origin/master' into 2.3
2017-06-26 10:05:48 +02:00
Jérémy Benoist
53e1892eb6
Merge pull request #3237 from matteocoder/master
...
Revised messages.it.yml file
2017-06-26 10:00:35 +02:00
matteocoder
559cbfdc2f
Fixed broken lines and added new lines
...
In addition to fixing broken lines, I've also added a couple of lines from recent PRs.
2017-06-24 11:06:09 +02:00
Jeremy Benoist
18696f77fd
Avoid BC on exists endpoint
2017-06-23 08:30:23 +02:00
Jérémy Benoist
29714661b1
Merge pull request #3204 from wallabag/better-export-page
...
Better public sharing page
2017-06-22 15:34:46 +02:00
Thomas Citharel
151f45db0e
Don't load js for nothing in prod
2017-06-22 14:55:49 +02:00
Thomas Citharel
77255d6688
Add css on share public page
2017-06-22 12:15:24 +02:00
Jeremy Benoist
6b1b148d65
Add share.scss file
...
Still needs to include it in the twig template
2017-06-22 12:13:22 +02:00
Jeremy Benoist
789c46821d
Fix linter issue on webpack config files
2017-06-22 12:13:22 +02:00
Sven Fischer
38dd2def20
add 🇮🇹 shared_by_wallabag string translated by @matteocoder
2017-06-22 12:13:22 +02:00
Sven Fischer
5642d1a150
adjust 🇩🇪 shared_by_wallabag string to include user info
2017-06-22 12:13:22 +02:00
Jeremy Benoist
77c5140bed
Better export page
...
I’ve increase the width of the page 900px, 600px looks too small for me. Should we use something like 90% instead?
2017-06-22 12:13:22 +02:00
Nicolas Lœuillet
9416053bfc
Merge pull request #3241 from wallabag/fix-qr-code-trans
...
Fix translations on QR code instructions
2017-06-22 10:26:41 +02:00
Nicolas Lœuillet
d0702f9fbd
Merge pull request #3227 from wallabag/oauth-client-credentials
...
Add client_credentials oAuth2 auth method
2017-06-22 10:00:23 +02:00
Jérémy Benoist
1adab57426
Add 🇮🇹 translation
2017-06-22 09:12:57 +02:00
Mateusz Rumiński
8c3d7875b2
Update polish
...
add missing translation
2017-06-22 09:12:57 +02:00
Thomas Citharel
e2a038d653
Fix translations on QR code instructions
2017-06-22 09:12:57 +02:00
Jérémy Benoist
8c68acff2a
Merge pull request #3207 from wallabag/tag-rss
...
Add RSS for tags
2017-06-21 14:51:46 +02:00
Thomas Citharel
bd40f1af88
Add all entries RSS feed and put links on tag page itself and baggy too
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-21 12:02:04 +02:00
Jeremy Benoist
ebf2d92327
Fix typo
2017-06-21 11:44:36 +02:00
Thomas Citharel
8c59809432
add rss icon
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-21 11:44:36 +02:00
Jeremy Benoist
11b8695663
Fix tests
2017-06-21 11:44:35 +02:00
Jeremy Benoist
03ce43d466
Fix getContainer in command
2017-06-21 11:44:35 +02:00
Jeremy Benoist
18c38dffc6
Add RSS tags feeds
2017-06-21 11:44:35 +02:00
Jeremy Benoist
25203e5081
User existing service instead of getDoctrine
2017-06-21 11:44:35 +02:00
Jérémy Benoist
80784b782b
Merge pull request #2683 from wallabag/credentials-in-db
...
Store credentials in DB
2017-06-20 16:40:48 +02:00
Jeremy Benoist
f44dba22fc
Get rid of masked value in listing
2017-06-20 16:03:39 +02:00
Thomas Citharel
bead8b42da
Fix reviews
...
Encrypt username too
Redirect to list after saving credentials
Fix typos
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-20 16:03:39 +02:00
Jeremy Benoist
906424c1b6
Crypt site credential password
2017-06-20 16:03:35 +02:00
Jeremy Benoist
9de9f1e5ce
Add a live test for restricted article
...
It is not aimed to test if we can get the full article (since we aren't using real login/password)
but mostly to test the full work (with authentication, etc.)
Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓
2017-06-20 16:03:20 +02:00
Jeremy Benoist
fd7fde9515
Force sequence creation for postgresql
2017-06-20 16:03:20 +02:00
Jeremy Benoist
b8427f22f0
Add menu access to site credentials CRUD
2017-06-20 16:03:14 +02:00
Jeremy Benoist
5a9bc00726
Retrieve username/password from database
...
Inject the current user & the repo to retrieve username/password from the database
2017-06-20 16:03:13 +02:00
Jeremy Benoist
fc6d92c63d
Update route & user verification
2017-06-20 16:03:13 +02:00
Jeremy Benoist
f92fcb53ca
Add CRUD for site credentials
2017-06-20 16:03:08 +02:00
Jérémy Benoist
604cca1f42
Merge pull request #3215 from wallabag/fix-3192
...
Empty preview pictures and language return null
2017-06-20 06:43:59 +02:00
matteocoder
fbb39b61bd
Merge pull request #1 from matteocoder/matteocoder-messages.it
...
revised messages.it
2017-06-17 13:42:50 +02:00
matteocoder
508f248676
revised messages.it
2017-06-17 13:42:28 +02:00
Thomas Citharel
7e271553fe
Merge pull request #3229 from wallabag/fix-mobile-view
...
Fix mobile view and update asset deps
2017-06-15 09:56:39 +02:00
Thomas Citharel
f99ebec0f2
Fix mobile view and update asset deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-15 07:58:12 +02:00
Thomas Citharel
caa0b1765b
Add client_credentials oAuth2 auth method
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-14 17:30:12 +02:00
Nicolas Lœuillet
f93a3109a5
Merge pull request #3220 from wallabag/remove-padding
...
Removed padding on entry view
2017-06-13 17:54:06 +02:00
Nicolas Lœuillet
6cc1d32454
Updated production files
2017-06-13 17:07:44 +02:00
Nicolas Lœuillet
dfd821dcfb
Removed padding on entry view
2017-06-13 16:52:14 +02:00
Nicolas Lœuillet
4dc9fb705f
Merge pull request #3213 from wallabag/fix-internal-settings-form
...
Fixed internal settings form
2017-06-13 10:24:47 +02:00
Thomas Citharel
41d45c6122
Fix empty language and preview pics
2017-06-12 16:46:33 +02:00
Nicolas Lœuillet
b662c65e57
Fixed internal settings form
2017-06-12 10:44:08 +02:00
Nicolas Lœuillet
977ac0a1d6
Merge pull request #3208 from wallabag/is-public
...
Add ability to filter public entries & use it in the API
2017-06-12 10:26:01 +02:00
Jeremy Benoist
d9da186fb8
CS
2017-06-10 16:08:24 +02:00
Jeremy Benoist
a9c6577f0c
Few fixes
2017-06-10 15:37:25 +02:00
Jeremy Benoist
1112e54772
Add public filter/field in the API
...
Listing entries can now be filtered by “public”.
Creating or patching an entry can now set is to public or remove the public.
Entry response now include “is_public” boolean field
2017-06-10 15:31:57 +02:00
Jeremy Benoist
e8911f7c09
Add isPublic filter on entries
2017-06-10 15:00:52 +02:00
Jeremy Benoist
873f6b8e03
Merge remote-tracking branch 'origin/master' into 2.3
2017-06-10 14:41:30 +02:00
Jérémy Benoist
f6d45eca76
Merge pull request #3206 from wallabag/mruminski-patch-1
...
Update validators.pl.yml
2017-06-10 13:17:20 +02:00
Jérémy Benoist
de9445cd25
Merge pull request #3203 from wallabag/fix-tag-count-baggy
...
Fix tags count in tags list on baggy
2017-06-10 13:16:10 +02:00
Jérémy Benoist
a3477df5c9
Merge pull request #3202 from pVesian/master
...
Config label improvement #3199
2017-06-10 13:14:42 +02:00
Mateusz Rumiński
8da86b3f93
Update validators.pl.yml
...
add "quote_length_too_high" translation
2017-06-10 12:40:40 +02:00
Jérémy Benoist
679aaf0836
Merge pull request #3173 from wallabag/domain-name-param
...
remove craueconfig domain name setting and add a proper one in parame…
2017-06-10 11:36:03 +02:00
Jeremy Benoist
3fd6790893
Update translations
2017-06-10 11:29:56 +02:00
Jeremy Benoist
a9b984feee
Fix tags count in tags list on baggy
2017-06-10 11:21:47 +02:00
Jérémy Benoist
a899399989
Merge pull request #3192 from wallabag/validate-content-fields
...
Validate language & preview picture fields
2017-06-09 13:51:26 +02:00
Pierre de Vésian
491371a051
Config label improvement #3199
2017-06-09 12:11:48 +02:00
Jeremy Benoist
1f7018e1fe
Cleanup test
...
Looks like we didn't ALWAYS get a value for language from 20minutes.
Ahem.
2017-06-09 11:52:41 +02:00
Jeremy Benoist
80e49ba7b0
Convert - to _ in language
...
Mostly to increase language supports
2017-06-09 11:42:09 +02:00
Jeremy Benoist
42f3bb2c63
Use Locale instead of Language
2017-06-09 11:28:04 +02:00
Jérémy Benoist
5c762616c3
Merge pull request #3195 from wallabag/authentication-error
...
Log an error level message when user auth fail
2017-06-09 11:05:34 +02:00
Jeremy Benoist
1a94252831
Promote https
2017-06-09 10:07:27 +02:00
Jeremy Benoist
f81a34e379
Use a listener to catch auth failure
2017-06-09 09:45:43 +02:00
Jeremy Benoist
fa1c9d7cc7
CS
2017-06-08 22:52:26 +02:00
Jeremy Benoist
e9056dd96f
Fix test
...
de_DE is not valid language.
Zataz doesn’t send a valid language in their content (they use `fr-FR`).
2017-06-08 22:51:30 +02:00
Jeremy Benoist
63f9f22fa3
Log an error level message when user auth fail
...
When a user login using the form we know log an error level information with information about the user:
- username used
- IP
- User agent
For example:
> Authentication failure for user "eza", from IP "127.0.0.1", with UA: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36".
It’ll allows server admin using fail2ban to configure it to block these people if they generate too much failure authentication.
2017-06-08 22:24:49 +02:00
Jeremy Benoist
be54dfe4e6
CS
2017-06-08 21:56:20 +02:00
Jeremy Benoist
0d349ea670
Validate language & preview picture fields
...
Instead of saving the value of each field right into the content without any validation, it seems better to validate them.
This might sounds obvious now we say that.
2017-06-08 21:51:46 +02:00
Jeremy Benoist
80f4d85ac9
Review
2017-06-08 19:15:33 +02:00
Jérémy Benoist
3f474025d8
Merge pull request #3187 from wallabag/api-client-credentials
...
Create (and return) a client after creating a new user using the API
2017-06-08 17:24:49 +02:00
Jeremy Benoist
a8d3fe50df
Add ability to name the client
2017-06-08 14:25:44 +02:00
Nicolas Lœuillet
2da8f071cf
Merge pull request #3189 from wallabag/add-discourse
...
Added link to community in issue template
2017-06-08 14:02:12 +02:00
Nicolas Lœuillet
b0f323c976
Added link to community in issue template
2017-06-08 13:34:14 +02:00
Jeremy Benoist
eb570e49c8
CS
2017-06-07 23:31:14 +02:00
Jeremy Benoist
0c00e52516
Create a client when creating a user using the api
...
While creating a new user using the API, we also create a new client for the current user.
So the app which just create the user can use its newly created client to configure the app.
That new client is only return after creating the user.
When calling the endpoint /api/user to get user information, the new client information won’t be return.
2017-06-07 23:23:28 +02:00
Nicolas Lœuillet
7bb3aa3177
Merge pull request #3093 from aaa2000/annotation-error-on-save
...
Displays an error with an annotation with a too long quote
2017-06-07 16:30:27 +02:00
Jérémy Benoist
c0d756f67d
Merge pull request #3181 from wallabag/api-content-patch
...
Add ability to patch an entry with more fields
2017-06-07 15:40:59 +02:00
Jeremy Benoist
db0c48af36
Refactorize the way to save an Entry in the API
2017-06-07 15:07:55 +02:00
Jérémy Benoist
4e4a5b534f
Merge pull request #3184 from wallabag/better-way-image-extension
...
Use an alternative way to detect images
2017-06-07 13:41:25 +02:00
Jérémy Benoist
a3f16a5685
Merge pull request #3179 from wallabag/show-user-command
...
Show user command
2017-06-07 09:40:56 +02:00
adev
c406cef5b6
Fix postgresql migration
2017-06-07 00:12:20 +02:00
Jeremy Benoist
c07ec4b682
Merge remote-tracking branch 'origin/master' into 2.3
2017-06-06 20:15:21 +02:00
Thomas Citharel
e48b238a3e
fix tests
2017-06-06 16:18:25 +02:00
Thomas Citharel
d6c4c484c4
add migration
2017-06-06 16:04:51 +02:00
Thomas Citharel
be9d693e74
remove craueconfig domain name setting and add a proper one in parameters
2017-06-06 15:36:21 +02:00
Jérémy Benoist
6ed2627bb3
Merge pull request #3177 from wallabag/api-create-user-update
...
API user creation behing a toggle
2017-06-06 15:25:05 +02:00
Jérémy Benoist
9fe87bc2e2
Merge pull request #3165 from wallabag/it-translation-update
...
Update Italian translation
2017-06-06 11:44:18 +02:00
Jeremy Benoist
577c0b6dd8
Use an alternative way to detect image
...
When parsing content to retrieve images to save locally, we only check for the content-type of the image response.
In some case, that value is empty.
Now we’re also checking for the first few bytes of the content as an alternative to detect if it’s an image wallabag can handle.
We might get higher image supports using that alternative method.
2017-06-05 22:54:02 +02:00
Thomas Citharel
0d8ecb82a3
Fix review
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-04 17:57:40 +02:00
adev
2c3e148b00
Displays an error with an annotation with a too long quote
...
Fix #2762
2017-06-04 11:38:29 +02:00
Jérémy Benoist
438329be46
Merge pull request #3180 from wallabag/mruminski-patch-1
...
Update PL translation
2017-06-02 21:02:07 +02:00
Jeremy Benoist
645291e8fe
Add ability to patch an entry with more fields
...
Like when we create an entry, we can now patch an entry with new fields:
- content
- language
- preview_picture
- published_at
- authors
2017-06-02 20:52:49 +02:00
Jeremy Benoist
a1e6187406
Return 201 on user creation
2017-06-02 20:03:25 +02:00
Mateusz Rumiński
d0f7b0cc60
Update PL transation
...
add missing translation
2017-06-02 19:35:25 +02:00
Thomas Citharel
d143fa243d
Add show user command
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-02 16:53:03 +02:00
Jérémy Benoist
044079967b
Add 🇮🇹 translation
2017-06-02 11:45:45 +02:00
Jeremy Benoist
bf7f0cb5a3
Use a dedicated file for wallabag config
2017-06-02 11:33:11 +02:00
Jeremy Benoist
1b9cd91782
Add translation
2017-06-02 11:32:38 +02:00
Jeremy Benoist
426bb453d2
API user creation behing a toggle
...
I've added a toggle feature (in internal settings) so that user api creation can be disabled while form registration still can be enabled.
Also, the /api/user endpoint shouldn't require authentication. Even if we check the authentication when sending a GET request, to retrieve current user information.
I've moved all the internal settings definition to config to avoid duplicated place to define them.
I don't know why we didn't did that earlier.
2017-06-02 11:32:38 +02:00
Jérémy Benoist
a687c8d915
Merge pull request #2708 from jcharaoui/import-disablecontentupdate
...
Import disableContentUpdate
2017-06-02 11:26:37 +02:00
Jérémy Benoist
d06a1ebdfb
Update messages.it.yml
2017-06-02 09:17:45 +02:00
Nicolas Lœuillet
14b8a7c950
Merge pull request #3176 from wallabag/fix-image-download
...
Replace images with & in url
2017-06-02 09:12:11 +02:00
Jeremy Benoist
9bf7752f73
CS
2017-06-01 22:58:38 +02:00
Jeremy Benoist
fcad69a427
Replace images with &
...
Images with `&` in the path weren’t well replaced because they might be with `&` in the html instead.
Replacing `&` with `&` fix the problem.
2017-06-01 22:50:33 +02:00
Jeremy Benoist
f5924e9547
Fix option attributes
2017-06-01 15:44:36 +02:00
Nicolas Lœuillet
5901516805
Merge pull request #3171 from wallabag/drop-fucking-sqlite
...
Defined MySQL as the default rdbms for wallabag
2017-06-01 14:46:01 +02:00
Jeremy Benoist
701d3066fb
We don't need that getter
2017-06-01 12:46:07 +02:00
Jeremy Benoist
ec97072152
No need to catch that Exception
2017-06-01 11:45:02 +02:00
Jeremy Benoist
6acadf8e98
Rewrote code & fix tests
2017-06-01 11:31:45 +02:00
Jérémy Benoist
5d03e2d1a5
Merge pull request #3172 from wallabag/more-scruti
...
More Scrutinizer issues fixed
2017-06-01 10:29:32 +02:00
Jeremy Benoist
843182c7cf
CS
2017-06-01 09:52:09 +02:00
Jeremy Benoist
d5c2cc54b5
Fix tests
2017-06-01 09:49:15 +02:00
Jeremy Benoist
432a24f502
CS
2017-06-01 09:48:14 +02:00
Jerome Charaoui
704803e182
Replace Wallabag v1 error strings with v2 strings
2017-06-01 09:48:14 +02:00
Jerome Charaoui
d0e9b3d640
Add disableContentUpdate import option
...
This commit also decouples the "import" and "update" functions inside
ContentProxy. If a content array is available, it must be passed to the
new importEntry method.
2017-06-01 09:48:14 +02:00
Jerome Charaoui
1c5da417e4
Put default fetching error title in global config
2017-06-01 09:43:01 +02:00
Jerome Charaoui
7aba665e48
Avoid returning objects passed by reference.
...
Objects are always passed by reference, so it doesn't make sense to
return an object which is passed by reference as it will always be the
same object. This change makes the code a bit more readable.
2017-06-01 09:43:01 +02:00
Jeremy Benoist
3a6af6c580
fixup! Set the right variable type
2017-06-01 09:36:01 +02:00
Jeremy Benoist
10bf812a9e
Both parameter wasn't used in the function, removing them
2017-06-01 09:30:38 +02:00
Jeremy Benoist
c3f7a2ca70
Set the right variable type
2017-06-01 09:30:20 +02:00
Jeremy Benoist
53da8ad844
Page parameter was never used in the function
...
It could have been used if we set the current page inside PreparePagerForEntries.
But we did that in each controller because we can have an OutOfRangeCurrentPageException
2017-06-01 09:29:18 +02:00
Nicolas Lœuillet
ec42e697ea
Changed default database name
2017-06-01 09:17:05 +02:00
Jérémy Benoist
2a0eec07a5
Merge pull request #3137 from aaa2000/isolated-tests
...
Isolated tests
2017-06-01 07:58:17 +02:00
Nicolas Lœuillet
46825cfffb
Fixed @tcitworld 's review
2017-05-31 22:50:18 +02:00
Nicolas Lœuillet
7d5e84fec1
Defined MySQL as the default rdbms for wallabag
2017-05-31 22:36:21 +02:00
Nicolas Lœuillet
2e05858e1a
Updated 🇮🇹 translations
...
Thank you @matteocoder
2017-05-31 22:20:44 +02:00
Nicolas Lœuillet
757ec837be
Merge pull request #3077 from wallabag/add-tags-list-view
...
Added tags on list view
2017-05-31 21:18:14 +02:00
Nicolas Lœuillet
84b041e87f
Reduced border-radius for tags
2017-05-31 20:31:35 +02:00
Jérémy Benoist
ec8e7ffad4
Merge pull request #3106 from wallabag/api-content
...
Allow other fields to be send using API
2017-05-31 17:26:05 +02:00
adev
7ab5eb9508
Isolated tests
...
Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
2017-05-31 16:03:54 +02:00
Thomas Citharel
91775f36fe
Add some flex magic
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-31 14:34:46 +02:00
Jérémy Benoist
4368a27152
PR has been merged in graby
2017-05-31 14:00:15 +02:00
Jeremy Benoist
695af58857
Fix tests following rebase
2017-05-31 14:00:15 +02:00
Jeremy Benoist
38a04dee34
CS
2017-05-31 14:00:15 +02:00
Jeremy Benoist
f0378b4d7c
Forced date can now be a timestamp too
...
Add adding more tests for forced content
2017-05-31 14:00:15 +02:00
Jeremy Benoist
9e349f08a6
Improve docs
2017-05-31 14:00:15 +02:00
Jeremy Benoist
0d6cfb884c
Remove htmlawed and use graby instead
...
Instead of using htmlawed (which is already used in graby) use graby directly (which require some refacto on graby side).
Still needs some tests.
2017-05-31 14:00:15 +02:00
Jeremy Benoist
cf05a1ae34
Reduce imported entries
...
Down from 2.2 minutes to 1.39 minutes
2017-05-31 14:00:15 +02:00
Jeremy Benoist
74a75f7d43
Use graby ContentExtractor to clean html
...
It might be better to re-use some graby functionalities to clean html instead of building a new system.
2017-05-31 14:00:15 +02:00
Jeremy Benoist
fb436e8ca0
Add support for authors
2017-05-31 13:59:45 +02:00
Jeremy Benoist
e668a8124c
Allow other fields to be send using API
...
Entry API can now have these new fields:
- content
- language
- preview_picture
- published_at
Re-use the ContentProxy to be able to do the same using the web UI (in the future).
htmLawed is used to clean stuff from content, I hope it’ll be enough to avoid security breach.
Lower content validation when we want to update an entry with content already defined. Before, language & content_type were required. If there weren’t provided, we re-fetched the content using graby. I think these fields aren’t required for an entry to be created. So I removed them.
Which means some import from the v1 export won’t be re-fetched since they provide content, url & title.
Also, remove liberation link from Readability import to avoid overlaping import (from wallabag v1, which had the same link)
2017-05-31 13:59:45 +02:00
Nicolas Lœuillet
812c980fa5
Fixed tags display on grid view
2017-05-31 13:26:29 +02:00
Nicolas Lœuillet
4423b88c5b
Merge pull request #3168 from wallabag/instapaper-tags-import
...
Add support for tag in Instapaper import
2017-05-31 12:32:09 +02:00
Nicolas Lœuillet
d61fd8be4f
Merge pull request #3138 from Kdecherf/2835-tags
...
Ignore ActionMarkAsRead when removing tag from entry
2017-05-31 11:48:42 +02:00
Nicolas Lœuillet
3f8578ded3
Merge pull request #3161 from wallabag/scrutinizer-2.3
...
Fix some Scrutinizer issues
2017-05-31 11:46:41 +02:00
Jeremy Benoist
31485bddb9
Ensure retrieved data are fresh
2017-05-31 11:11:02 +02:00
Jeremy Benoist
bad7df8c00
CS & improve tags assertions
2017-05-31 10:38:15 +02:00
Jeremy Benoist
7a8ed3cee1
Add support for tag in Instapaper import
2017-05-31 10:38:00 +02:00
Nicolas Lœuillet
7aa5607f29
Merge pull request #3143 from wallabag/fix-wllbg2-import
...
Fixed is_starred for wallabag v2 import
2017-05-31 09:08:34 +02:00
Nicolas Lœuillet
d716495f6c
Merge pull request #3167 from wallabag/doc-github-template
...
Fix link in Github template
2017-05-31 09:06:21 +02:00
Jérémy Benoist
78de00e831
Fix link in Github template
2017-05-31 07:12:55 +02:00
Kevin Decherf
5dbf3f2326
TagController: ignore ActionMarkAsRead when removing tag from entry
...
Fixes #2835
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-05-31 00:36:46 +02:00
Jeremy Benoist
047fdc767a
Add tests
2017-05-30 20:27:44 +02:00
Jérémy Benoist
2150576d86
Merge pull request #3065 from wallabag/api-creation-endpoint
...
Register through API
2017-05-30 15:26:11 +02:00
Jérémy Benoist
ff24cf9c1d
Update 🇮🇹 translation
2017-05-30 14:06:38 +02:00
Jeremy Benoist
4ec53ab74c
CS
2017-05-30 13:01:25 +02:00
Jeremy Benoist
26650fdbf8
Use a better way to set input for command
...
Actually use the correct to way handle that
http://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input
2017-05-30 12:47:28 +02:00
Jeremy Benoist
5fe65baee5
Fix some Scrutinizer issues
2017-05-30 11:39:15 +02:00
Jeremy Benoist
d181bd7285
Merge remote-tracking branch 'origin/master' into 2.3
2017-05-30 09:59:06 +02:00
Jeremy Benoist
fe6461e4aa
Avoid side effect on other tests
2017-05-30 09:57:57 +02:00
Nicolas Lœuillet
21242a02a1
Added tags on list view
2017-05-30 09:51:49 +02:00
Jérémy Benoist
7a90ca6171
Merge pull request #3147 from wallabag/delete-confirm
...
Add some deletion confirmation to avoid mistake
2017-05-30 09:42:56 +02:00
Jérémy Benoist
7e8b90d1ed
Merge pull request #3160 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2017-05-30 09:10:54 +02:00
Jeremy Benoist
d069bff4f6
Remove unknown validation_groups
...
The Profile validation_groups does not exist and then for validation to be skipped (like password length)
2017-05-30 08:04:11 +02:00
Jeremy Benoist
5709ecb368
Re-use NewUserType to validate registration
...
The only ugly things is how we handle error by generating the view and then parse the content to retrieve all errors…
Fix exposition fields in User entity
2017-05-30 07:56:01 +02:00
Mateusz Rumiński
6eb463c4ab
Update messages.pl.yml
...
add missing translation
2017-05-29 23:47:00 +02:00
Sven Fischer
2740fc525e
update 🇩🇪 messages.de.yml
2017-05-29 21:10:00 +02:00
Thomas Citharel
2251045901
WIP
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-29 10:16:23 +02:00
Thomas Citharel
b788add087
Merge pull request #3153 from wallabag/content-proxy-refactor
...
Move Tags assigner to a separate file
2017-05-28 21:50:23 +02:00
Thomas Citharel
de8d2a9005
CS
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-28 12:59:48 +02:00
Thomas Citharel
5d3deafd3e
CS
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-28 01:16:01 +02:00
Thomas Citharel
6bc6fb1f60
Move Tags assigner to a separate file
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-27 22:08:14 +02:00
Jeremy Benoist
fa0f5ee12b
Add some deletion confirmation to avoid mistake
2017-05-24 21:33:37 +02:00
Nicolas Lœuillet
4c707d087b
Fixed is_starred for wallabag v2 import
2017-05-24 15:36:41 +02:00
Jérémy Benoist
35941d57ee
Merge pull request #3145 from wallabag/fix-so
...
Fix SO tests
2017-05-24 14:33:58 +02:00
Jérémy Benoist
82a590fddd
Merge pull request #3146 from DamienCassou/fix-doc-url
...
Fix documentation URL for "How can I help to fix that?"
2017-05-24 13:54:57 +02:00
Damien Cassou
ac1509a66b
Fix documentation URL for "How can I help to fix that?"
2017-05-24 12:57:46 +02:00
Jeremy Benoist
216dee4d8a
Fix SO tests
...
SO switched to http yesterday
2017-05-24 12:13:25 +02:00
Jeremy Benoist
e869ee7d7f
Switch back to latest guzzle-site-authenticator
2017-05-24 07:29:46 +02:00
Jérémy Benoist
9d521dbfee
Merge pull request #3133 from wallabag/testing-travis-failure
...
Let's play !
2017-05-19 13:58:37 +02:00
Jeremy Benoist
be085c3d18
Ensure download_images_enabled is disabled
...
Even if the tests fail, that config must stay disabled after the test.
Otherwise it might timeout on other test (because it'll try to save all other images)
2017-05-19 13:10:46 +02:00
Jeremy Benoist
1f155b29db
Fold migrations & fixtures command on Travis
2017-05-19 13:10:44 +02:00
Jeremy Benoist
4ab0d25f65
Merge remote-tracking branch 'origin/master' into 2.3
2017-05-19 11:25:19 +02:00
Jérémy Benoist
f87e6547e8
Merge pull request #3130 from X-dark/master
...
unify Download/Export wording.
2017-05-19 10:07:01 +02:00
Cedric Girard
5f82fc23a7
modify key name as well
2017-05-18 17:17:21 +02:00
Cedric Girard
1dd76ac650
unify Download/Export wording.
...
This fixes #2967
2017-05-18 15:23:48 +02:00
Quent-in
21f78f4d4b
Update of the oc version of CoreBundle
...
I hope I didn't break everything with the ' and ".
2017-05-18 10:44:15 +02:00
Jérémy Benoist
6830d92558
Merge pull request #3125 from wallabag/prepare-222
...
Prepare wallabag 2.2.3
2017-05-17 17:48:51 +02:00
Nicolas Lœuillet
c0e8e6037b
Prepare wallabag 2.2.3
2017-05-17 17:21:14 +02:00
Thomas Citharel
e893e33e9b
Merge pull request #3122 from wallabag/delete-doc
...
Removed embedded documentation
2017-05-17 11:57:28 +02:00
Nicolas Lœuillet
afc9875f28
Merge pull request #3117 from wallabag/fix-doc
...
Fixed documentation URL
2017-05-17 10:40:35 +02:00
Nicolas Lœuillet
6b94ee51b8
Fixed documentation URL
2017-05-17 09:03:04 +02:00
Nicolas Lœuillet
4e88a6a651
Merge pull request #3124 from wallabag/lock-guzzle-auth
...
Lock guzzle-site-authenticator to avoid errors
2017-05-17 09:02:22 +02:00
Jeremy Benoist
8581fcae90
Lock guzzle-site-authenticator to avoid error
2017-05-16 23:34:42 +02:00
Jérémy Benoist
092ed4a787
Merge pull request #3123 from X-dark/master
...
reorder contrib strings in about page
2017-05-16 14:50:25 +02:00
Cedric Girard
8544c7e4b6
reorder contrib strings in about page
...
this fixes #2891
2017-05-16 14:17:13 +02:00
Nicolas Lœuillet
322c270b65
Removed embedded documentation
2017-05-16 13:09:40 +02:00
Jérémy Benoist
d168fff7a9
Merge pull request #3120 from aaa2000/fix-delete-annotation-user
...
Fix delete annotation when username is defined
2017-05-15 11:42:05 +02:00
Jérémy Benoist
ef204e45b0
Merge pull request #3113 from wallabag/upgrade-craue
...
Upgraded CraueConfigBundle to 2.0
2017-05-15 09:05:08 +02:00
adev
60c522899b
Fix delete annotation when username is defined
...
When an user set his name in "Config" > "User Information", he
can't delete or update an annotation
Fix #2382
2017-05-14 11:38:02 +02:00
Nicolas Lœuillet
3b792787d7
Upgraded CraueConfigBundle to 2.0
2017-05-12 16:39:47 +02:00
Nicolas Lœuillet
75045d6462
Merge pull request #3110 from wallabag/add-logger-matching-rules
...
Added logger when we match Tagging rules
2017-05-12 16:17:48 +02:00
Nicolas Lœuillet
a1146b6551
Added tests on logs records
2017-05-12 15:01:18 +02:00
Nicolas Lœuillet
3554364bed
Fixed tests
2017-05-12 13:47:53 +02:00
Nicolas Lœuillet
0a033767db
Added logger when we match Tagging rules
2017-05-12 13:13:19 +02:00
Nicolas Lœuillet
06568b15bb
Merge pull request #3108 from wallabag/store-headers
...
Added headers field in Entry
2017-05-11 17:39:21 +02:00
Nicolas Lœuillet
1517d5772d
Replaced json_array with array
...
And fixed failing test due to @j0k3r :trollface:
2017-05-11 14:59:53 +02:00
Nicolas Lœuillet
dda6a6addc
Added headers field in Entry
2017-05-11 14:18:21 +02:00
Jérémy Benoist
7987816d1e
Merge pull request #3104 from wallabag/migration-username-length
...
Added migration to change length for user fields
2017-05-10 11:24:59 +02:00
Jérémy Benoist
09edbff336
Merge pull request #3101 from wallabag/credentials-new-extrafields
...
Skip auth when no credentials are found
2017-05-10 10:58:19 +02:00
Nicolas Lœuillet
8c3158eba8
Added migration to change length for user fields
2017-05-10 10:46:32 +02:00
Jeremy Benoist
150d9ec1dc
Handle empty configuration
2017-05-10 10:37:53 +02:00
Jérémy Benoist
147cae223b
Update composer.json
2017-05-10 10:23:08 +02:00
Thomas Citharel
91ba9a5975
Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-content
...
Create a new entry via API even when its content can't be retrieved
2017-05-10 09:38:55 +02:00
Jérémy Benoist
e538c85ba7
Merge pull request #3103 from wallabag/api-delete-tag-query
...
Retrieve tag / tags value from query or request
2017-05-10 09:32:27 +02:00
Jérémy Benoist
58f5a39ce6
Merge pull request #3102 from wallabag/cache-yarn
...
Cache yarn cache in Travis
2017-05-10 08:53:04 +02:00
adev
a9357a8311
Remove the created entry to avoid side effects on other tests
2017-05-09 23:19:24 +02:00
Jeremy Benoist
1594a79fc5
Retrieve tag / tags value from query or request
...
It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard).
Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)
2017-05-09 23:15:25 +02:00
Jeremy Benoist
94b232bbb8
Skip auth when no credentials are found
...
If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
2017-05-09 22:53:42 +02:00
Jeremy Benoist
c44d13f9ea
Cache yarn cache in Travis
2017-05-09 22:53:01 +02:00
Jérémy Benoist
0eb8220204
Merge pull request #2751 from bdunogier/2.2-guzzle_subscribers_improvement
...
Improved Guzzle subscribers extensibility
2017-05-09 17:10:03 +02:00
Nicolas Lœuillet
a2ae05a61c
Merge pull request #3076 from wallabag/hotfix/2979
...
Disable negative numbers in filters
2017-05-09 13:56:44 +02:00
Jeremy Benoist
54c2d164a3
Merge remote-tracking branch 'origin/master' into 2.3
2017-05-09 13:55:31 +02:00
Jeremy Benoist
1b1647175d
Add some tests
2017-05-09 12:12:23 +02:00
Thomas Citharel
b28c5430ef
Merge pull request #3022 from wallabag/webpack
...
Adds Webpack support and remove Grunt
2017-05-09 11:43:48 +02:00
Jeremy Benoist
d047530dc0
CS
2017-05-09 11:17:09 +02:00
Thomas Citharel
efac66cb56
icon mail a bit better
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-09 11:04:02 +02:00
Jérémy Benoist
c829b06ed8
Merge pull request #3097 from wallabag/update-license
...
Update graby* licenses
2017-05-09 09:47:20 +02:00
Jérémy Benoist
9d7d549712
Update graby* licenses
2017-05-09 09:22:50 +02:00
Jérémy Benoist
832fbd94c0
Merge pull request #3096 from aaa2000/fix-api-entries-pagination-with-perpage
...
Fix API pagination is broken if perPage is custom value
2017-05-09 09:12:15 +02:00
adev
b60a666df2
Fix API pagination is broken if perPage is custom value
...
Fix #2720
2017-05-08 16:27:16 +02:00
adev
08f29ae7b6
Create a new entry via API even when its content can't be retrieved
...
Fix #2988
2017-05-08 14:57:25 +02:00
Thomas Citharel
ff5cdbdc95
fix 3-dots menu position
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-08 12:32:20 +02:00
Thomas Citharel
4c6ee89c9c
Fix review again
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-07 17:13:08 +02:00
Aline
34806fab1b
Fix reviews
...
Signed-off-by: Aline <chetta.aline@gmail.com >
2017-05-07 15:07:50 +02:00
Nicolas Lœuillet
f2beee5185
Merge pull request #3090 from aaa2000/translate-login-page-error
...
Translate error message in login page
2017-05-07 14:00:41 +02:00
adev
f3c300e485
Translate error message in login page
...
Fix #2933
2017-05-06 22:21:04 +02:00
Jérémy Benoist
43f81a62e9
Merge pull request #3088 from wallabag/execute-migrations-after-install
...
Added migrations execution after fresh install
2017-05-05 17:42:42 +02:00
Jérémy Benoist
ab742ee9c6
Merge pull request #2920 from wallabag/cleanduplicatescommand
...
Clean Duplicates Command
2017-05-05 17:42:18 +02:00
Nicolas Lœuillet
4eeb29ff78
Fixed test
2017-05-05 15:20:58 +02:00
Nicolas Lœuillet
7d2d1d6859
Added migrations execution after fresh install
2017-05-05 15:14:58 +02:00
Nicolas Lœuillet
89f108b45a
Fixed @j0k3r review
2017-05-05 14:54:03 +02:00
Nicolas Lœuillet
d09fe4d233
Added test for deduplication
2017-05-05 14:33:36 +02:00
Nicolas Lœuillet
6980304968
Merge pull request #3053 from wallabag/api-bulk-add
...
Added API endpoint to handle a list of URL
2017-05-05 13:56:34 +02:00
Jeremy Benoist
72db15ca5d
Little refacto and send 400 on reaching urls limit
2017-05-05 12:05:50 +02:00
Thomas Citharel
14f58edd80
fixed margin on sidebar menu
2017-05-05 09:19:56 +02:00
Jérémy Benoist
6603a9d649
Merge pull request #3082 from aaa2000/fix-form-errors-display
...
Fix display the form errors correctly
2017-05-05 07:01:28 +02:00
adev
ab9eb5cdb7
Fix display the form errors correctly
...
Use `property_path` form option to map underscored form fields
to object properties
@see https://github.com/symfony/symfony/issues/9162#issuecomment-25431148
Fix #3067
2017-05-05 00:12:16 +02:00
Bertrand Dunogier
662db41bae
Changed parsing of login_extra_fields in guzzle auth
2017-05-04 21:45:06 +02:00
Bertrand Dunogier
5b914b0422
Improved Guzzle subscribers extensibility
...
Allows 3rd parties to register new guzzle subscribers by adding extra calls to the http_client_factory service.
2017-05-04 21:44:34 +02:00
Thomas Citharel
2003ffa97e
Fix according to review
2017-05-04 17:44:42 +02:00
Nicolas Lœuillet
cebed9c01f
Merge pull request #3080 from wallabag/use-username-to-import
...
Use username to import
2017-05-04 15:19:16 +02:00
Thomas Citharel
18e1da6277
rebase
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-04 14:56:52 +02:00
Thomas Citharel
4cea76b0cf
Use npm script instead of direct webpack call
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-04 14:49:44 +02:00
Thomas Citharel
42a2139b8f
fix travis
2017-05-04 14:49:44 +02:00
Thomas Citharel
17cc3aacb7
fix theme changes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-04 14:49:44 +02:00
Thomas Citharel
e35f8439a7
add comment to config.yml to explain live reload feature
2017-05-04 14:49:44 +02:00
Thomas Citharel
8655913ebf
disable default dev server
2017-05-04 14:49:44 +02:00
Thomas Citharel
64f81bc316
Adds Webpack support and removes the use for Grunt
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
use scss
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
fix build, add babel, fix annotations
fixes (and improvements !) for baggy
add live reload & environments & eslint & theme fixes
2017-05-04 14:49:44 +02:00
Thomas Citharel
d1e5059ea0
Use username to import
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
add docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
use username as default
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
rename user to username
typo
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-04 14:41:42 +02:00
Thomas Citharel
6b76ae3d1f
Merge pull request #3060 from wallabag/search-users
...
Search & paginate users
2017-05-04 14:35:14 +02:00
Jérémy Benoist
3b4502e0e6
Merge pull request #3079 from wallabag/update-doc
...
Fixed old links in documentation
2017-05-04 07:07:20 +02:00
Nicolas Lœuillet
79d8f0d459
Updated documentation version
2017-05-03 15:58:36 +02:00
Nicolas Lœuillet
56f9a60f49
Fixed old links in documentation
2017-05-03 15:54:56 +02:00
Nicolas Lœuillet
9c09c253fe
Merge pull request #3047 from wallabag/add-notmatches-operator
...
Added notmatches operator for tagging rule
2017-05-03 11:53:01 +02:00
Maxime Marinel
1267905d28
Disable negative numbers in filters
2017-05-03 11:08:56 +02:00
Nicolas Lœuillet
a162b1a99b
Changed export test
2017-05-03 10:53:10 +02:00
Nicolas Lœuillet
dfa0822f19
Merge pull request #3075 from wallabag/disable-shortcuts-login
...
Disabled shortcuts on login/register page
2017-05-02 16:59:49 +02:00
Nicolas Lœuillet
0e6509c3d8
Merge pull request #3073 from wallabag/fix-sandwich
...
Fixed sandwich menu position in entry view (material theme)
2017-05-02 16:42:26 +02:00
Nicolas Lœuillet
a40029f9d6
Disabled shortcuts on login/register page
2017-05-02 16:21:06 +02:00
Nicolas Lœuillet
a7c8f54570
Merge pull request #3072 from wallabag/hotfix/3061
...
Small typo in documentation fix #3061
2017-05-02 15:46:45 +02:00
Nicolas Lœuillet
96e4398072
Fixed sandwich menu position in entry view (material theme)
2017-05-02 15:40:15 +02:00
Nicolas Lœuillet
b5b6877976
Merged list and search methods
2017-05-02 15:30:32 +02:00
Thomas Citharel
d01dc5a81e
rename index to list
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
Thomas Citharel
a2daa32d0c
Fix tests
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
Thomas Citharel
50cfd8108b
Add pagination
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
Thomas Citharel
c37515f880
Add filter to users management page
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
Maxime Marinel
0f26c285d4
Small typo in documentation fix #3061
2017-05-02 11:51:23 +02:00
Jeremy Benoist
e1d64050ad
Merge remote-tracking branch 'origin/master' into 2.3
2017-05-01 22:15:46 +02:00
Thomas Citharel
c613df0e25
Add docs for cli commands
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-01 13:30:00 +02:00
Thomas Citharel
3d57d625f8
Add basic tests
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-01 13:04:31 +02:00
Thomas Citharel
e2f3800ccb
Add Clean Duplicates Command
2017-05-01 13:04:31 +02:00
Nicolas Lœuillet
efd351c98f
Added limit
2017-05-01 09:26:12 +02:00
Jeremy Benoist
7fa844a349
Fix tests (for real this time)
2017-05-01 09:26:12 +02:00
Jeremy Benoist
719ba257d3
Fix tests
2017-05-01 09:26:12 +02:00
Nicolas Lœuillet
a7abcc7b7a
Splitted the endpoint in two
2017-05-01 09:26:12 +02:00
Nicolas Lœuillet
1eca7831a6
Added API endpoint to handle a list of URL
...
By passing an array, you can add / delete URL in mass (bulk request)
2017-05-01 09:25:34 +02:00
Nicolas Lœuillet
3cbb0cc3ef
Merge pull request #3055 from wallabag/api-bulk-add-tags
...
Added API endpoint to handle a list of URL and to add/delete tags
2017-05-01 09:04:41 +02:00
Jérémy Benoist
9579003045
Merge pull request #3066 from wallabag/ignore-tests-exported-files
...
Ignore tests exported files
2017-04-29 22:51:32 +02:00
Thomas Citharel
d49cdfe2ef
Ignore tests exported files
2017-04-29 19:41:14 +02:00
Jérémy Benoist
8ee18fdabc
Merge pull request #3064 from gileri/master
...
Correct create_application en string
2017-04-29 15:43:42 +02:00
Jeremy Benoist
dcbebc17aa
Fix tests
2017-04-29 12:58:39 +02:00
Éric Gillet
ef88b37eb5
Correct create_application en string
2017-04-29 12:30:12 +02:00
Jérémy Benoist
c5e04b0109
Merge pull request #3057 from raf64flo/patch-1
...
Use up-to-date Firefox extension and add F-Droid link for Android app.
2017-04-26 09:10:28 +02:00
Raphaël Flores
e6ec001c6a
Fix IT translation #3057
2017-04-25 16:52:02 +02:00
Raphaël Flores
283aca210a
Fix typos. Fix #3057
2017-04-25 15:52:51 +02:00
Raphaël Flores
6f01c10c88
Fix documentation for DE/IT/FR language, even if not sure for ED/IT. Fix #3057 .
2017-04-25 15:35:51 +02:00
Raphaël Flores
b40c479a40
Remove 'fr' from Firefox extension URL
2017-04-25 15:17:08 +02:00
Raphaël Flores
83bf04f09e
Update Firefox extension and Android links
...
Use up-to-date Firefox extension and add F-Droid link for Android app.
2017-04-25 15:11:53 +02:00
Jérémy Benoist
138c352cd7
Merge pull request #3052 from shtrom/fix-relative-symlinks
...
Make symfony-assets-install use `relative` symlinks
2017-04-25 14:15:01 +02:00
Nicolas Lœuillet
80299ed282
Added endpoint to handle URL list to add/delete tags
2017-04-24 12:24:17 +02:00
Nicolas Lœuillet
d1fc590211
Added API endpoint to handle a list of URL and to add/delete tags
2017-04-24 11:12:41 +02:00
Olivier Mehani
f972af3f5b
Make symfony-assets-install use relative symlinks
...
This facilitates packaging, when installing in a different work PREFIX
than the final install location.
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2017-04-22 21:45:30 +10:00
Nicolas Lœuillet
b8acf672c0
Merge pull request #3048 from wallabag/remove-download-pictures
...
Cleaned craue_config_setting by removing useless download_pictures setting
2017-04-22 13:20:44 +02:00
Nicolas Lœuillet
a375fed7bf
Fixed @j0k3r review
2017-04-22 13:14:34 +02:00
Nicolas Lœuillet
21d955f703
Cleaned craue_config_setting by removing useless download_pictures setting
2017-04-20 15:45:43 +02:00
Nicolas Lœuillet
fdd725f58c
Added notmatches operator for tagging rule
2017-04-20 15:17:02 +02:00
Nicolas Lœuillet
64f1d8f77a
Merge pull request #3024 from wallabag/store-date
...
Added publication date and author
2017-04-18 13:12:28 +02:00
Jérémy Benoist
c5ba478dc3
Merge pull request #3044 from wallabag/fos-user-2.0
...
Remove dev FOSUserBundle
2017-04-18 09:49:59 +02:00
Jeremy Benoist
177ef14c15
Remove dev FOSUserBundle
2017-04-18 08:08:26 +02:00
Jérémy Benoist
531828ca44
Merge pull request #3030 from wallabag/remove-isPublic-from-entry
...
Remove isPublic from Entry entity fix #2598
2017-04-14 14:56:26 +02:00
Nicolas Lœuillet
01736b5a2e
Removed is_public in Entry edit form
2017-04-13 15:54:19 +02:00
Maxime
15e4aea678
Remove isPublic from Entry entity fix #2598
2017-04-13 13:12:19 +02:00
Nicolas Lœuillet
3e7a843aa9
Merge branch 'master' into 2.3
2017-04-13 13:07:06 +02:00
Nicolas Lœuillet
e9c80c99bd
Added test for multiple authors
2017-04-10 17:58:27 +02:00
Nicolas Lœuillet
3aa655e44a
Fixed migrations
2017-04-10 09:26:08 +02:00
Nicolas Lœuillet
7b0b3622ab
Added author of article
2017-04-09 15:24:51 +02:00
Nicolas Lœuillet
5e9009ce86
Added publication date
2017-04-05 22:22:52 +02:00
Jérémy Benoist
656395fde6
Merge pull request #3023 from mart-e/epub-notice-at-the-end
...
Add export notice at the end of the epub
2017-04-05 10:20:19 +02:00
Martin Trigaux
1b70990b01
Add export notice at the end of the epub
...
The text "Produced by wallabag with PHPePub" is the first page of any epub.
On ebooks reader, it is common (e.g. kobo) to use the first page as the cover of
unread books, which makes it more difficult to differentiate the books.
Move the Notices chapter at the end of the book.
2017-04-05 09:24:48 +02:00
Nicolas Lœuillet
19122cf660
Merge pull request #3020 from wallabag/add-remove-archived-entries
...
Allow to remove all archived entries
2017-03-31 17:28:54 +02:00
Nicolas Lœuillet
13a592a128
Renamed methods
2017-03-31 17:03:08 +02:00
Nicolas Lœuillet
e682a70f88
Refactored code
2017-03-31 11:04:18 +02:00
Nicolas Lœuillet
9102851f59
Added delete button on Baggy theme
2017-03-31 10:53:23 +02:00
Nicolas Lœuillet
73f28afb19
Renamed countAllEntriesByUsername method
2017-03-31 10:46:47 +02:00
Thomas Citharel
6da1aebc94
Allow to remove all archived entries
...
Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-03-31 10:46:05 +02:00
Jérémy Benoist
fa884b30ba
Merge pull request #3021 from wallabag/rename-method
...
Rename method
2017-03-30 16:40:18 +02:00
Thomas Citharel
5633b32f0a
Merge pull request #3014 from wallabag/change-default-value-listmode
...
Changed default value for list mode (grid instead of list)
2017-03-30 16:12:11 +02:00
Thomas Citharel
273b6f0658
Rename method from *username to *user
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-03-30 16:07:48 +02:00
Jérémy Benoist
548e608870
Merge pull request #3017 from Kdecherf/local-image-alpha
...
Save alpha channel when downloading PNG images
2017-03-30 14:45:24 +02:00
Kevin Decherf
7a3260ae9e
Save alpha channel when downloading PNG images
...
Fixes #2805
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-03-29 21:58:29 +02:00
Nicolas Lœuillet
1680c95c27
Changed default value for list mode (grid instead of list)
2017-03-29 14:43:47 +02:00
Nicolas Lœuillet
6f296a789c
Merge pull request #3000 from cloudron-io/master
...
Add Cloudron as installation method
2017-03-29 14:18:55 +02:00
Johannes Zellner
106e0160f2
Added 🇩🇪 translation for Cloudron
2017-03-29 14:16:04 +02:00
Nicolas Lœuillet
3ea184ffc0
Added 🇫🇷 and 🇮🇹 translations for Cloudron
2017-03-29 12:31:52 +02:00
Nicolas Lœuillet
f76bcf6705
Merge pull request #2999 from FrenchHope/master
...
Share articles to a scuttle / semantic scuttle instance
2017-03-28 15:19:42 +02:00
Nicolas Lœuillet
b5a5377af1
Added migration for Scuttle sharing
2017-03-28 14:20:14 +02:00
FrenchHope
fb9f100e8f
Scuttle sharing
2017-03-28 14:20:14 +02:00
Jeremy Benoist
7d1d961267
Merge remote-tracking branch 'origin/master' into 2.3
2017-03-28 14:07:42 +02:00
Jérémy Benoist
6ae579e43f
Merge pull request #2861 from wallabag/2.3-droping-5.5
...
Dropping PHP 5.5
2017-03-28 13:18:17 +02:00
Nicolas Lœuillet
de0ab52a47
Updated requirements in documentation
2017-03-28 11:45:40 +02:00
Nicolas Lœuillet
90f95027a8
Merge pull request #2985 from etiess/patch-2
...
Update paywall.rst (more details and clear cache)
2017-03-23 13:56:55 +01:00
Johannes Zellner
56f9adc431
Add Cloudron as installation method
2017-03-20 15:13:14 +01:00
Nicolas Lœuillet
7423ed4766
Merge pull request #2968 from chrido/master
...
remove language on html tag
2017-03-13 10:56:33 +01:00
Jérémy Benoist
3f5f303e7f
Merge pull request #2971 from etiess/patch-3
...
Update paywall.rst (EN) with details + clear cache
2017-03-09 15:34:40 +01:00
Christoph Doblander
cee28dc6d4
remove language on html-tag
2017-03-06 21:34:50 +01:00
Nicolas Lœuillet
8c565e3b73
Merge pull request #2954 from wallabag/update-version
...
Changed wallabag version
2017-03-02 14:43:04 +01:00
Nicolas Lœuillet
8ef1df8157
Changed wallabag version
2017-03-02 14:42:16 +01:00
Nicolas Lœuillet
0fe64f1fdd
Merge pull request #2916 from wallabag/update-changelog
...
Updated CHANGELOG with latest changes
2017-03-02 14:40:22 +01:00
Nicolas Lœuillet
bae1f9dfba
Updated CHANGELOG with latest changes
2017-03-02 14:22:17 +01:00
Nicolas Lœuillet
6c79aaf432
Merge pull request #2950 from wallabag/fix-symlinks
...
Fixed symlinks issue during release creation
2017-03-02 14:16:51 +01:00
Nicolas Lœuillet
1d13376df6
Fixed symlinks issue during release creation
2017-03-01 14:17:07 +01:00
Nicolas Lœuillet
71460a8ba5
Merge pull request #2926 from qtheuret/master
...
Add activation of 'rewrite' mod of Apache
2017-03-01 13:32:46 +01:00
Nicolas Lœuillet
e1cc8fd799
Merge pull request #2919 from wallabag/api-exists-returns-id
...
Api exists returns
2017-02-28 21:12:30 +01:00
Nicolas Lœuillet
3529ce35e4
Added german and italian translation
2017-02-28 21:10:24 +01:00
Nicolas Lœuillet
29969f854c
Merge pull request #2932 from wallabag/mruminski-patch-1
...
Update Polish translation
2017-02-25 08:28:31 +01:00
Mateusz Rumiński
78bce602cb
Update Polish translation
...
add missing translation
2017-02-24 18:31:35 +01:00
Jeremy Benoist
85b4b6e0cd
Merge pull request #2931 from wallabag/php-7.1
...
Use wallabag/tcpdf
2017-02-24 16:23:06 +01:00
Jeremy Benoist
5a73f94590
Use wallabag/tcpdf
...
It should restore the PHP 7.1 compatibility
2017-02-24 15:05:45 +01:00
Thomas Citharel
ca9a83ee51
return id of article instead of true if entry exists
2017-02-24 11:31:31 +01:00
Quentin THEURET
0a82d6e23c
Activate 'rewrite' mod of Apache
2017-02-23 16:10:14 +01:00
Quentin THEURET
a737f4b58e
Ajout du mod 'rewrite' de Apache
2017-02-23 16:09:06 +01:00
etiess
5301d664d9
Update paywall.rst (EN) with details + clear cache
2017-02-23 08:54:33 +01:00
etiess
e316d4bd34
Update paywall.rst (more details and clear cache)
2017-02-22 11:49:45 +01:00
Jeremy Benoist
227a009da5
Merge pull request #2917 from ngosang/feature/es_translation_2
...
Update Spanish translation
2017-02-20 13:55:24 +01:00
ngosang
ac47889928
Update Spanish translation
2017-02-20 12:21:02 +01:00
Nicolas Lœuillet
6914fdd8d8
Merge pull request #2915 from wallabag/import-drop-msg-user-null
...
Import: we now skip messages when user is null
2017-02-20 09:45:12 +01:00
Nicolas Lœuillet
b45b6b6707
Import: we now skip messages when user is null
2017-02-20 09:16:02 +01:00
Nicolas Lœuillet
48be826ea9
Merge pull request #2905 from nicofrand/patch-1
...
Alert that 2FA must be authorized in app/config/parameters.yml
2017-02-20 08:27:26 +01:00
Nicolas Lœuillet
b17cb92e9b
Merge pull request #2913 from wallabag/add-wllbgit-readme
...
Added wallabag.it link in README
2017-02-20 08:05:58 +01:00
Nicolas Frandeboeuf
38fe541997
Alert that 2FA must be authorized in app/config/parameters.yml
2017-02-20 08:04:44 +01:00
Jeremy Benoist
bba94d7458
Merge pull request #2832 from Kdecherf/search-domain
...
Search by term: extend to entries url
2017-02-19 21:52:35 +01:00
Nicolas Lœuillet
b678d0f55c
Added wallabag.it link in README
2017-02-18 15:04:57 +01:00
Nicolas Lœuillet
2b8f274b8a
Merge pull request #2911 from wallabag/jlnostr-patch-1
...
Remove word repetition from german translation
2017-02-17 22:16:48 +01:00
Julian Oster
5d858d21de
Remove word repetition from german translation
...
see https://github.com/wallabag/wallabag/pull/2882#discussion_r101806434
2017-02-17 21:52:16 +01:00
Nicolas Lœuillet
628f9d31de
Merge pull request #2908 from wallabag/move-it-documentatin
...
Moved 🇮🇹 documentation into it folder
2017-02-17 13:54:48 +01:00
Nicolas Lœuillet
9d8975f6b6
Moved 🇮🇹 documentation into it folder
2017-02-17 13:12:09 +01:00
Nicolas Lœuillet
2edc539581
Merge pull request #2830 from Kdecherf/striptags-title
...
Fix rendering of entry title in Twig views
2017-02-17 09:28:56 +01:00
Nicolas Lœuillet
2ac8e2c5b5
Merge pull request #2882 from wallabag/add-translations-doc-mobile-apps
...
Doc: translated mobile apps configuration in french
2017-02-17 09:28:21 +01:00
Kevin Decherf
eac09b48b0
Search by term: extend to entries url
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-16 21:47:52 +01:00
Julian Oster
9dd68dae77
Some changes to 🇩🇪 translation
2017-02-16 21:41:19 +01:00
Kevin Decherf
aedd385e10
views: cosmetic in share links href
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-16 21:36:34 +01:00
Jeremy Benoist
6c1c433903
Merge pull request #2892 from ngosang/feature/es_translation
...
Update Spanish translation
2017-02-16 09:12:40 +01:00
Sven Fischer
8b42e75f68
add 🇩🇪 doc user/configuring_mobile
2017-02-15 17:13:14 +01:00
ngosang
82749439ac
Update Spanish translation
2017-02-15 15:41:06 +01:00
Nicolas Lœuillet
a92718dba2
Merge pull request #2875 from kgaut/patch-3
...
Doc - information about Apache 2.4
2017-02-14 22:14:51 +01:00
Nicolas Lœuillet
2414eb12c6
Merge pull request #2785 from matteocoder/patch-2
...
first_article.rst already inside articles.rst
2017-02-14 22:05:53 +01:00
Nicolas Lœuillet
f3c7e055f2
Merge pull request #2784 from matteocoder/patch-1
...
Doc: share.rst already integrated inside articles.rst
2017-02-14 21:37:27 +01:00
matteocoder
e04d656f5a
first_article.rst already inside articles.rst
...
The file is a duplicate of a section already present in articles.rst
2017-02-14 20:57:22 +01:00
matteocoder
d60c38edf9
share.rst already integrated inside articles.rst
...
The share.rst file is just a duplicate of a section already present in another file.
2017-02-14 20:56:27 +01:00
Nicolas Lœuillet
7d1c19c021
Doc: translated mobile apps configuration in french
2017-02-14 20:45:08 +01:00
Nicolas Lœuillet
f17b89fadc
Merge pull request #2878 from matteocoder/wallabag-docs-ita
...
Italian documentation added
2017-02-14 18:33:43 +01:00
Nicolas Lœuillet
eef47c0ead
Merge pull request #2879 from matteocoder/matteocoder-patch-1
...
Fixed typo in "first_steps"
2017-02-14 17:16:14 +01:00
matteocoder
5601b4536c
Italian documentation added
...
There are some missing links in various articles. Please let me know how I can fix this :)
2017-02-14 16:36:40 +01:00
Nicolas Lœuillet
6d1e97f564
Merge pull request #2860 from wallabag/docs-update-3rd-party-apps
...
docs 3rd party tools: update java wrapper, add cmd tool to add article
2017-02-14 15:40:29 +01:00
Sven Fischer
c772c473a1
docs: add 3rd party app wallabako for Kobo readers
2017-02-14 15:39:12 +01:00
Kevin Gautreau
0ae5297699
Doc - informations about Apache 2.4
2017-02-14 15:29:33 +01:00
Nicolas Lœuillet
5e4b9b2321
Merge pull request #2874 from kgaut/patch-2
...
Add informations about Apache 2.4
2017-02-14 15:11:08 +01:00
Kevin Gautreau
947ccd075c
Add informations about Apache 2.4
2017-02-14 09:24:56 +01:00
Thomas Citharel
4a953a250c
Merge pull request #2869 from wallabag/log-restricted-access
...
Log restricted access value
2017-02-13 14:55:55 +01:00
Jeremy Benoist
7bf6b555f5
Log restricted access value
...
It might help to figure out if we have enabled it or not
2017-02-13 14:20:03 +01:00
Jeremy Benoist
4cb9e0aad1
Dropping PHP 5.5
2017-02-11 12:02:35 +01:00
Sven Fischer
8148675cb7
docs 3rd party tools: update java wrapper, add cmd tool to add article
2017-02-11 00:43:04 +01:00
Jeremy Benoist
abba55cdd6
Merge pull request #2846 from wallabag/mruminski-patch-1
...
fix misspells in polish translation
2017-02-06 17:29:31 +01:00
Mateusz Rumiński
41ed68d5b0
fix misspells in polish translation
2017-02-06 15:38:33 +01:00
Jeremy Benoist
99cc170b0e
Merge pull request #2842 from K-Phoen/update-rulerz
...
Update RulerZ
2017-02-06 09:20:28 +01:00
Jeremy Benoist
10caff9875
Merge pull request #2841 from Kdecherf/active-menu-search
...
Show active list in the left menu during search
2017-02-05 21:08:39 +01:00
Kévin Gomez
177c5510ff
Update RulerZ
2017-02-05 18:02:09 +01:00
Kevin Decherf
7d9a67de14
Show active list in the left menu during search
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-05 15:19:52 +01:00
Jeremy Benoist
20da238413
Merge pull request #2788 from Zettt/master
...
Documentation on how to configure mobile apps to work with wallabag.it
2017-02-05 12:49:43 +01:00
Andreas Zeitler
664621955d
Added configuration documentation for mobile apps
2017-02-05 12:48:30 +01:00
Jeremy Benoist
15a4d52833
Merge pull request #2839 from foxmask/master
...
scripts/update.sh: 18: scripts/update.sh: composer.phar: not found
2017-02-05 12:34:20 +01:00
Jeremy Benoist
5397d820fe
Merge pull request #2838 from wallabag/Quent-in-patch-1
...
Update Oc version
2017-02-04 21:54:43 +01:00
Jeremy Benoist
6837c3989a
Merge pull request #2840 from wallabag/fix-frameworkbundle
...
Restored correct version for framework-extra-bundle
2017-02-04 21:53:26 +01:00
Nicolas Lœuillet
7db1bdf1e4
Restored correct version for framework-extra-bundle
...
The bundle was fixed in latest version.
2017-02-04 18:26:16 +01:00
FoxMaSk
205c6f0c66
scripts/update.sh: 18: scripts/update.sh: composer.phar: not found
...
when composer.phar is not globally installed, we should add "./" in front of "composer.phar" to run it from the current folder.
2017-02-04 17:02:25 +01:00
Quent-in
289ce94bd8
Update Oc version
...
I'll be ready for next train
2017-02-04 15:21:13 +01:00
Nicolas Lœuillet
5b9cf67529
Merge pull request #2818 from Kdecherf/fix-search-bar
...
Fix nav-panel-search height
2017-02-03 09:04:33 +01:00
Kevin Decherf
1bb7bdc8b3
Fix rendering of entry title in Twig views
...
This commit provides some improvements on the rendering of entry title
on entries list and entry views and refactors filter calls:
- Remove escape filter from apparent title, striptags is enough
- Move raw filter to the end of apparent title as it's ignored if not
placed as the last filter
- Replace raw filter with e('html_attr') for title used in attributes,
fixing possible issue and/or glitch
- Add striptags to entry.title used for link sharing to respect the
apparent title
Fixes #2802
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-02 21:54:15 +01:00
Nicolas Lœuillet
8138fd390b
Added minified CSS files
2017-02-02 21:48:59 +01:00
Kevin Decherf
3cc0cc0ae7
Fix nav-panel-search height
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-02 21:48:59 +01:00
Jeremy Benoist
8a098044bf
Merge pull request #2831 from wallabag/Quent-in-patch-1
...
Update of CraueConfigBundle in Occitan
2017-02-02 17:11:40 +01:00
Quent-in
20fa5ca02a
Update of CraueConfigBundle in Occitan
2017-02-02 16:29:28 +01:00
Nicolas Lœuillet
c7d05059ca
Merge pull request #2824 from wallabag/simplify-strings
...
Renamed Developer section to API client management
2017-02-02 15:35:22 +01:00
Nicolas Lœuillet
d3ef28c092
Freezed sensio/framework-extra-bundle version
2017-02-02 14:39:17 +01:00
Jeremy Benoist
f217cf48d9
Merge pull request #2826 from wallabag/jlnostr-patch-1
...
Translate missing strings for de-DE.
2017-02-02 09:13:21 +01:00
Jeremy Benoist
ab5c68facc
Merge pull request #2829 from wallabag/mruminski-patch-1
...
Update polish strings
2017-02-02 09:12:52 +01:00
Mateusz Rumiński
51ca217d2e
Update polish strings
...
update missing polish strings
2017-02-01 22:29:03 +01:00
Julian Oster
f41b085c76
Translate missing strings for de-DE.
2017-02-01 22:06:04 +01:00
Julian Oster
74ba949d7e
Update german strings.
2017-02-01 21:29:59 +01:00
Nicolas Lœuillet
013f426d10
Renamed Developer section to API client management
2017-02-01 13:23:13 +01:00
Nicolas Lœuillet
d3a8322a64
Merge pull request #2816 from wallabag/add-details-update
...
Added details about upgrade from 2.1.x or 2.2.0
2017-01-31 14:09:51 +01:00
Nicolas Lœuillet
1a6e0725d3
Added details about upgrade from 2.1.x or 2.2.0
2017-01-31 12:53:22 +01:00
Nicolas Lœuillet
713f35bafd
Merge pull request #2812 from wallabag/prepare-221
...
Prepare wallabag 2.2.1 🚀
2017-01-31 11:31:45 +01:00
Nicolas Lœuillet
4021c928be
Prepare wallabag 2.2.1 🚀
2017-01-31 11:06:35 +01:00
Nicolas Lœuillet
38c73f9691
Merge pull request #2809 from wallabag/fix-22-migrations
...
Fixed duplicate entry for share_public in craue_setting_table
2017-01-31 11:03:58 +01:00
Nicolas Lœuillet
a5cd696b22
Added check in migration about uuid field
2017-01-30 21:21:49 +01:00
Nicolas Lœuillet
7a340375c3
Fixed duplicate entry for share_public in craue_setting_table
2017-01-30 16:22:03 +01:00
Nicolas Lœuillet
ec67907420
Merge pull request #2790 from wallabag/prepare-220
...
Prepare wallabag 2.2.0 🚀
2017-01-27 19:03:13 +01:00
Nicolas Lœuillet
c833d576a9
Prepare wallabag 2.2.0 🚀
2017-01-27 17:28:58 +01:00
Nicolas Lœuillet
f0c5154d68
Merge pull request #2789 from wallabag/add-index-starred-archived
...
Added indexes on is_archived and is_starred
2017-01-27 14:46:50 +01:00
Nicolas Lœuillet
01e760691b
Fixed check on index
2017-01-27 14:11:21 +01:00
Nicolas Lœuillet
b564d350b0
Added indexes on is_archived and is_starred
2017-01-27 11:44:04 +01:00
Jeremy Benoist
6fb06904ec
Merge pull request #2416 from wallabag/2.2
...
wallabag 2.2.0
2017-01-27 09:34:32 +01:00
Jeremy Benoist
78295b99dd
Merge remote-tracking branch 'origin/master' into 2.2
2017-01-26 13:32:07 +01:00
Nicolas Lœuillet
463cb376e3
Merge pull request #2646 from wallabag/explain-migrations-in-doc
...
Added explanations about migrations
2017-01-26 13:15:06 +01:00
Jeremy Benoist
012b2d453e
Merge pull request #2787 from wallabag/lock-rulerz
...
Lock kphoen/rulerz to avoid breaking changes
2017-01-26 11:33:42 +01:00
Jeremy Benoist
363e2a9ce9
Lock kphoen/rulerz to avoid breaking changes
2017-01-26 11:01:25 +01:00
Jeremy Benoist
73eb2b4ed5
Merge pull request #2750 from wallabag/rename-uuid
...
Added migration to rename uuid to uid
2017-01-25 13:57:26 +01:00
Nicolas Lœuillet
6dfd1a6c78
Added migration for SQLite
2017-01-25 12:59:04 +01:00
Nicolas Lœuillet
5d916d03af
Moved queries in a separate file
2017-01-25 12:34:20 +01:00
Thomas Citharel
b8805fad03
Merge pull request #2774 from wallabag/cli-export
...
add cli export
2017-01-24 21:07:49 +01:00
Thomas Citharel
3b0380f049
Fix phpcs and tests
2017-01-24 20:42:02 +01:00
matteocoder
605f82d9c4
Fixed typo in "first_steps"
...
Changed "Pimi passi" to "Primi passi
2017-01-24 08:22:18 -05:00
Nicolas Lœuillet
c8cd1660af
Fixed update script
2017-01-23 14:43:00 +01:00
Nicolas Lœuillet
4acbeb9371
Added hardcoded SQL for migration to 2.2
2017-01-23 14:16:00 +01:00
Nicolas Lœuillet
b87f171233
Added information about latest migrations
2017-01-23 12:42:58 +01:00
Julian Oster
500ae20c94
Add translation for 🇩🇪
2017-01-23 12:42:58 +01:00
Nicolas Lœuillet
80aee45fa8
Added french translation
2017-01-23 12:42:58 +01:00
Nicolas Lœuillet
c8ef0583af
Added explanations about migrations
2017-01-23 12:42:58 +01:00
Thomas Citharel
a607b7a9c0
add filepath test
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-01-22 13:19:46 +01:00
Thomas Citharel
8303b037fb
add cli export
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-01-22 12:51:14 +01:00
Thomas Citharel
afaee1cc0a
Merge pull request #2763 from janLo/sort-tags
...
Sort list of available tags
2017-01-18 15:15:19 +01:00
Nicolas Lœuillet
05fa529bcf
Merge pull request #2759 from wallabag/prepare-216
...
Prepare wallabag 2.1.6 🚀
2017-01-18 10:24:24 +01:00
Jan Losinski
32755d5091
Order tags by slug
...
This adds an orderBy clause to findAllTags(). This makes the list of
tags more useful, as the tags appear in alphanumerical order instead of
somehow random.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de >
2017-01-17 19:22:20 +01:00
Nicolas Lœuillet
1ba542ce04
Prepare wallabag 2.1.6 🚀
2017-01-17 13:59:39 +01:00
Nicolas Lœuillet
9123cb3053
Merge pull request #2758 from wallabag/fix-public-sharing
...
Fixed possible JS injection via the title edition
2017-01-17 11:59:14 +01:00
Nicolas Lœuillet
3d9950792c
Fixed possible JS injection via the title edition
2017-01-17 10:09:04 +01:00
Nicolas Lœuillet
5ed503ab28
Added migration to rename uuid to uid
2017-01-14 13:46:20 +01:00
Nicolas Lœuillet
b4d81c91de
Merge pull request #2742 from wallabag/fix-og-image-false
...
Avoid false preview image
2017-01-10 21:25:27 +01:00
Jeremy Benoist
1ff2e71c1c
Use latest bdunogier/guzzle-site-authenticator
2017-01-10 18:50:55 +01:00
Jeremy Benoist
72e634b06c
Fix registration.submit test
2017-01-10 18:50:45 +01:00
Jeremy Benoist
3d71d40349
Avoid false preview image
...
If the website doesn't provide an og_image, the value will be false and so it'll be saved like that in the database.
We prefer to leave it as null instead of false.
2017-01-10 17:42:36 +01:00
Jeremy Benoist
e4ccd3effe
Update deps
2017-01-10 17:35:17 +01:00
Jeremy Benoist
a4180d0b8e
Merge pull request #2733 from wallabag/fix-no-matching-response
...
Fixed API error No matching accepted Response format could be determined
2017-01-08 10:22:31 +01:00
Thomas Citharel
96e2827605
Merge pull request #2736 from lex111/patch-1
...
Update copyright year
2017-01-04 22:43:58 +01:00
Alexey Py
de84b135e2
Update copyright year in COPYING.md
2017-01-05 00:06:09 +03:00
Alexey Py
c20d9e311f
Update copyright year
2017-01-04 23:57:33 +03:00
Nicolas Lœuillet
cace43dd7b
Merge pull request #2735 from wallabag/remove-small-readingtime
...
Removed the small element on reading time
2016-12-30 15:45:19 +01:00
Nicolas Lœuillet
144f2039e4
Merge pull request #2729 from Simounet/fix/double-overlay-right-sidenav
...
Fix double overlay on expanded right sidenav
2016-12-30 15:01:39 +01:00
Nicolas Lœuillet
4da856ef11
Merge pull request #2728 from Simounet/fix/side-nav-scrolling
...
Fix right side-nav scrolling on low height window
2016-12-30 14:57:39 +01:00
Nicolas Lœuillet
70d99765c7
Removed the small element on reading time
2016-12-30 14:17:18 +01:00
Simounet
ccb9e79a35
Fix double overlay on expanded right sidenav
2016-12-30 14:00:19 +01:00
Simounet
bb2934d476
Fix action's icons position
2016-12-30 13:54:13 +01:00
Simounet
8e2419a5cf
Fix right side-nav scrolling on low height window
2016-12-30 13:50:59 +01:00
Nicolas Lœuillet
339b1e689d
Merge pull request #2725 from lapineige/master
...
Share to Shaarli - Include tags
2016-12-30 13:50:44 +01:00
Nicolas Lœuillet
0bacc9e175
Fixed API error 'No matching accepted Response format could be determined'
2016-12-30 13:23:02 +01:00
Nicolas Lœuillet
510b02573f
Merge pull request #2732 from Simounet/fix/firefox-addon-url
...
Firefox add-on URL updated
2016-12-30 13:18:22 +01:00
Simounet
db769f6061
Firefox add-on URL updated
2016-12-30 12:01:38 +01:00
Nicolas Lœuillet
5f4667e3e8
Merge pull request #2730 from Simounet/feature/all-actions-on-mobile
...
Access to search, filters, export on mobile
2016-12-30 11:10:47 +01:00
Nicolas Lœuillet
af54b2c959
Merge pull request #2731 from llune/patch-2
...
Minor typo fix
2016-12-30 08:55:15 +01:00
llune
9ad7475c74
Minor typo fix
2016-12-30 02:20:58 +01:00
Simounet
22d0c929e3
Access to search, filters, export on mobile
2016-12-29 19:19:51 +01:00
Nicolas Lœuillet
8527238846
Merge pull request #2702 from wallabag/add-index-uuid
...
Added index on entry.uuid
2016-12-29 10:54:07 +01:00
Nicolas Lœuillet
7239082a5e
Renamed uuid to uid
2016-12-29 10:09:44 +01:00
Thomas Citharel
90f6ee4dbe
Merge pull request #2724 from Simounet/fix/reading-time
...
Fix entry reading time
2016-12-28 18:11:01 +01:00
lapineige
d5d4708fe3
Share tags to Shaarli - Material theme
2016-12-28 12:27:09 +01:00
lapineige
0a0aa70098
Share tags to Shaarli - Baggy theme
2016-12-28 12:27:00 +01:00
Nicolas Lœuillet
92ba3b5c0d
Merge pull request #2723 from wallabag/fix-export-tag-space
...
Fixed export by tags with a tag which contains space
2016-12-28 09:10:14 +01:00
Simounet
6ed615ac74
Fix entry reading time
2016-12-27 22:37:42 +01:00
Nicolas Lœuillet
c8de7ab94c
Fixed export by tags with a tag which contains space
2016-12-27 21:26:53 +01:00
Nicolas Lœuillet
89cd670abf
Changed uuid type in database
2016-12-25 10:51:25 +01:00
Nicolas Lœuillet
8137515171
Fixed index on entry.uuid and changed uuid field type
2016-12-25 10:51:25 +01:00
Nicolas Lœuillet
af131cb513
Added index on table creation
2016-12-23 10:26:33 +01:00
Nicolas Lœuillet
74b7c0985d
Added index on entry.uuid
...
Useful for entry sharing
2016-12-23 10:26:33 +01:00
Nicolas Lœuillet
7719346328
Merge pull request #2696 from wallabag/run-migration
...
Run migration on each test
2016-12-23 09:31:41 +01:00
Jeremy Benoist
a72f3dc308
Fix bad migration for PostreSQL
...
Queries weren’t executed for PostgreSQL, bad syntax.
2016-12-23 09:00:13 +01:00
Jeremy Benoist
cd77a7e7ef
Merge pull request #2714 from Simounet/fix/entry-card-shadow
...
Fix the box shadow on the card entry
2016-12-20 14:52:50 +01:00
Simounet
78d6c3090a
Fix the box shadow on the card entry
2016-12-20 13:04:51 +01:00
Jeremy Benoist
3ef75cc4e3
Be consistent between migration & schema definition
2016-12-19 14:24:19 +01:00
Jeremy Benoist
6514f0ed37
fixup! Run migration in test, ready for MySQL
2016-12-19 10:35:25 +01:00
Jeremy Benoist
d44016b072
Use actual database name
...
We can't retrieve the environment within the migration.
And when we ran migration on Travis, database name isn't `database_name` but `test_database_name`.
Retrieve the database name from the connection is more accurate
2016-12-19 10:35:25 +01:00
Jeremy Benoist
3ad4061dba
pocket_consumer_key can be null
2016-12-19 10:35:24 +01:00
Jeremy Benoist
d9efa42f66
fixup! Manually import file for PostgreSQL
2016-12-19 10:35:24 +01:00
Jeremy Benoist
bd8db77f5f
Remove comment
...
"The string "--" is not permitted within comments."
2016-12-19 10:35:24 +01:00
Jeremy Benoist
5354485885
Add orignal DB schema
2016-12-19 10:35:24 +01:00
Jeremy Benoist
81915ad8df
And of course it doesn't work for SQLite
2016-12-19 10:35:24 +01:00
Jeremy Benoist
cafb105681
Manually import file for PostgreSQL
2016-12-19 10:35:24 +01:00
Jeremy Benoist
a48b5d5a5a
Run migration in test, ready for MySQL
2016-12-19 10:35:24 +01:00
Jeremy Benoist
68cb89a516
Merge pull request #2616 from mathieui/doc-https-links
...
Change documentation links to HTTPS
2016-12-19 10:29:18 +01:00
Jeremy Benoist
77e342f75d
Merge pull request #2682 from wallabag/migration-config
...
Ensure craue_config_setting migration are ok
2016-12-18 20:32:35 +01:00
Nicolas Lœuillet
bea8d75417
Replaced quotes for Postgres
2016-12-18 13:47:25 +01:00
Nicolas Lœuillet
57e629e154
Merge pull request #2690 from wallabag/improve-rmq-config
...
Added QoS for RabbitMQ
2016-12-16 08:20:50 +01:00
Nicolas Lœuillet
be8033bf12
Merge pull request #2701 from wallabag/disable-outputWalkers
...
Removed outputWalkers for pagination
2016-12-16 07:43:01 +01:00
Jeremy Benoist
31fec5f363
Ensure craue_config_setting migration are ok
...
We now can run the migration every time, new line from `craue_config_setting` are properly checked.
2016-12-15 22:25:10 +01:00
Nicolas Lœuillet
881b0578e7
Moved RabbitMQ QoS to parameters
2016-12-15 22:23:28 +01:00
Nicolas Lœuillet
99712e5d85
Added QoS for RabbitMQ
2016-12-15 22:23:28 +01:00
Nicolas Lœuillet
5a5da36955
Removed outputWalkers for RSS and API
2016-12-15 22:22:57 +01:00
Nicolas Lœuillet
9deac0c597
Removed outputWalkers for pagination
...
Due to overload, we disabled output walkers (see https://github.com/whiteoctober/Pagerfanta/issues/115
2016-12-15 22:22:56 +01:00
Nicolas Lœuillet
24becc9717
Merge pull request #2667 from wallabag/upgrade-symfony-32
...
Upgrade to Symfony 3.2
2016-12-15 22:18:45 +01:00
Nicolas Lœuillet
6ad8aabb83
Fixed search bug
2016-12-15 21:38:16 +01:00
Jeremy Benoist
21e7ccef3d
Fix tests & deprecation notice
2016-12-15 21:38:16 +01:00
Jeremy Benoist
202a66ce02
Use simple-phpunit instead of phpunit
...
To avoid problem with the Yaml constant
http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications
2016-12-13 09:33:06 +01:00
Jeremy Benoist
15cc183850
Merge pull request #2699 from wallabag/remove-usertable-query
...
Removed user join in query builder
2016-12-13 09:08:34 +01:00
Nicolas Lœuillet
375c9e2d3e
Merge pull request #2697 from wallabag/fix-list-mode
...
Add default value for list_mode
2016-12-12 22:54:43 +01:00
Nicolas Lœuillet
45c159b798
Removed user join in query builder
2016-12-12 22:51:29 +01:00
Jeremy Benoist
24879db1f7
Add default value for list_mode
2016-12-12 17:41:03 +01:00
Nicolas Lœuillet
2c1eed8051
Merge pull request #2691 from wallabag/moved-total-import-notif
...
Moved total messages from import
2016-12-08 19:02:30 +01:00
Nicolas Lœuillet
be2c55de4c
Moved total messages from import
2016-12-08 16:46:17 +01:00
Thomas Citharel
edb9feb472
Merge pull request #2689 from wallabag/change-chmod
...
Replaced chmod for download pictures feature
2016-12-08 15:19:33 +01:00
Nicolas Lœuillet
e044d27f82
Replaced chmod for download pictures feature
2016-12-08 13:04:15 +01:00
Nicolas Lœuillet
75ae3c8d82
Merge pull request #2688 from wallabag/fix-browsers-import
...
Fixed imports with is_starred and is_archived
2016-12-08 09:07:09 +01:00
Nicolas Lœuillet
bb98fede2b
Fixed imports with is_starred and is_archived
2016-12-07 16:01:50 +01:00
Jeremy Benoist
2d4b167038
Merge pull request #2686 from wallabag/fix-redis-import
...
Casted maxIterations for Redis import
2016-12-06 21:04:08 +01:00
Nicolas Lœuillet
558d5199b9
Merge pull request #2680 from wallabag/taggingrule-255
...
Limit rule to 255
2016-12-06 21:00:24 +01:00
Nicolas Lœuillet
7dc48ef820
Casted maxIterations for Redis import
...
Simpleue\Worker wants an integer, we gave it a string
2016-12-06 11:44:40 +01:00
Nicolas Lœuillet
4a1f963531
Merge pull request #2679 from jcharaoui/fix-2658
...
Fix content from imported entried being discarded when URL goes bad
2016-12-04 19:30:11 +01:00
Jeremy Benoist
106bdbcd0a
Add some comments
2016-12-04 11:27:49 +01:00
Jerome Charaoui
a2c1b94e82
Revert switch to KernelTestCase for ContentProxyTest
...
Define the error string manually inside the test class instead of
fetching it from app config.
2016-12-03 09:50:36 -05:00
Jeremy Benoist
5aa0294cca
Limit rule to 255
...
To avoid database error
2016-12-03 11:10:39 +01:00
Jerome Charaoui
cd82ace70a
Add missing CoreKernelTestCase class
2016-12-03 00:26:57 -05:00
Jerome Charaoui
dba1e0b188
Fix WallabagV1Controller test
...
Account for URL redirection in refreshed entry.
2016-12-03 00:14:06 -05:00
Jerome Charaoui
fc2b7bda53
Fix ContentProxy tests
2016-12-03 00:14:06 -05:00
Jerome Charaoui
3cd6da0b74
Allow fetching content on all import types
...
For better consistency, allow all types of imported entries to update,
which was already the case for Firefox and Chrome.
2016-12-03 00:12:20 -05:00
Jerome Charaoui
e858018fdd
Prevent undefined index when import fetching fails
2016-12-02 22:45:04 -05:00
Jerome Charaoui
36e6ef52a1
Imported entries which fail to fetch get standard error body
2016-12-02 22:42:36 -05:00
Jerome Charaoui
29dca43236
Retain imported content if fetching fails, fixes #2658
2016-12-02 22:41:35 -05:00
Nicolas Lœuillet
1093e979ff
Merge pull request #2677 from wallabag/add-wallabag_user.de.yml
...
add translations/wallabag_user.de.yml (fixes #2673 )
2016-12-01 19:08:12 +01:00
Strubbl
10d85dbae3
Update wallabag_user.de.yml
...
Wallabag->wallabag
2016-12-01 18:23:41 +01:00
Sven Fischer
87958ce645
add translations/wallabag_user.de.yml ( fixes #2673 )
2016-12-01 18:03:36 +01:00
Nicolas Lœuillet
81c657fc5b
Merge pull request #2676 from wallabag/update-addons
...
Updated addons links
2016-12-01 14:39:48 +01:00
Nicolas Lœuillet
8d064ba5a4
Updated addons links
2016-12-01 13:48:34 +01:00
Nicolas Lœuillet
075e1d75e2
Merge pull request #2674 from wallabag/fix-404img-2FA
...
Fixed 404 for wallabag logo in 2FA
2016-12-01 13:35:55 +01:00
Nicolas Lœuillet
68da51d2a3
Fixed 404 for wallabag logo in 2FA
2016-12-01 10:51:04 +01:00
Jeremy Benoist
4bd42110c6
Merge pull request #2672 from wallabag/fix-typo
...
Fixed typo in asynchronous documentation
2016-12-01 07:38:19 +01:00
Nicolas Lœuillet
b46e63fc0a
Fixed typo in asynchronous documentation
2016-11-30 22:02:08 +01:00
Nicolas Lœuillet
f3a1b896b3
Merge pull request #2670 from wallabag/add-floating-button
...
Added floating button on entry view for mobile
2016-11-30 16:55:44 +01:00
Nicolas Lœuillet
6787afbe0d
Added floating button on entry view for mobile
2016-11-30 16:08:02 +01:00
Jeremy Benoist
9abac9651f
Merge pull request #2650 from wallabag/add-hascolumn
...
Added hasColumn() in migration to check column existence
2016-11-30 14:17:40 +01:00
Nicolas Lœuillet
067ae472cc
Named index
2016-11-30 12:29:55 +01:00
Nicolas Lœuillet
65a8c6e135
Code review
2016-11-30 11:27:07 +01:00
Nicolas Lœuillet
d68e045d86
Upgrade to Symfony 3.2
2016-11-30 11:08:38 +01:00
Nicolas Lœuillet
ad51d77146
Merge pull request #2662 from wallabag/add-list-view
...
Add list view
2016-11-28 16:47:41 +01:00
Nicolas Lœuillet
9aa991281d
Renamed view_mode by list_mode and hide excerpt
2016-11-28 16:10:21 +01:00
Nicolas Lœuillet
d79b3adbed
Fixed typo
2016-11-28 14:28:35 +01:00
Nicolas Lœuillet
597755b8c7
Cleaned old migrations
2016-11-28 14:28:35 +01:00
Nicolas Lœuillet
84c6a48df4
Added dropColumn for SQLite and some enhancements
2016-11-28 14:28:35 +01:00
Nicolas Lœuillet
a4d55a9161
Replaced abortIf with skipIf
2016-11-28 14:28:35 +01:00
Nicolas Lœuillet
18d7bc3a35
Added checks on migrations
2016-11-28 14:28:35 +01:00
Nicolas Lœuillet
986cb53645
Removed my hasColumn and used the existing one in Doctrine
2016-11-28 14:28:35 +01:00
Nicolas Lœuillet
73f7eabb6e
Added hasColumn() in migration to check column existence
2016-11-28 14:28:35 +01:00
Nicolas Lœuillet
56a7ce17f3
Hide article text on mobile with list mode
2016-11-28 14:27:58 +01:00
Nicolas Lœuillet
8f3ff39ca3
Added test for list view
2016-11-28 14:27:58 +01:00
Nicolas Lœuillet
9f01d0fde0
Added list view
2016-11-28 14:27:58 +01:00
Nicolas Lœuillet
34ea7be622
Merge pull request #2663 from wallabag/remove-fosuser-attributes
...
Removed FOSUser attributes removed in alpha4
2016-11-28 14:27:31 +01:00
Nicolas Lœuillet
07326af5e2
Added migration to remove useless fields
2016-11-28 13:25:18 +01:00
Nicolas Lœuillet
cda0662311
Removed FOSUser attributes removed in alpha4
...
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
2016-11-28 12:44:17 +01:00
Nicolas Lœuillet
6bb0866cf5
Merge pull request #2659 from akovalyov/bugfix/non-latin-characters-in-reading-time-calculation
...
Fix incorrect reading time calculation for entries in non-latin languages.
2016-11-28 09:23:04 +01:00
Andrew Kovalyov
5b6888b13f
Fix incorrect reading time calculation for entries in languages with
...
non-latin chars subset.
2016-11-28 01:15:06 +02:00
Jeremy Benoist
5b644798a0
Merge pull request #2654 from Kdecherf/domain-filter
...
Enforce lowercase on domain name filter
2016-11-27 18:35:38 +01:00
Kevin Decherf
00fc2b44f4
Enforce lowercase on domain name filter
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-26 19:52:50 +01:00
Nicolas Lœuillet
ebe50a85fb
Merge pull request #2622 from Kdecherf/ui-changes
...
Material UI Changes
2016-11-25 17:11:07 +01:00
Nicolas Lœuillet
60abe8c274
Minified CSS
2016-11-25 16:45:03 +01:00
Kevin Decherf
56026217c5
Material: update size of text in article
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:49:45 +01:00
Kevin Decherf
819c8f5bd4
Material: render blockquote in italic and strong in bold in article
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:39:53 +01:00
Kevin Decherf
fdaa044314
Material: update style of pre in article
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:39:53 +01:00
Kevin Decherf
59cfd63c23
Material: update style of ul in article
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:39:53 +01:00
Kevin Decherf
858430c0d0
Material: update style of article links
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:39:53 +01:00
Kevin Decherf
5ea90fa8b9
Material: increase max width of article on large screens
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:39:49 +01:00
Kevin Decherf
7470a2f36a
Material: prevent bold in title, update title font size
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:37:42 +01:00
Kevin Decherf
5b69e03eb4
Material: change color of background, article content and titles
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-25 13:37:42 +01:00
Nicolas Lœuillet
b5e0bbeb85
Merge pull request #2642 from wallabag/fix-logout-shortcut
...
Fixed logout shortcut
2016-11-23 15:14:05 +01:00
Nicolas Lœuillet
66e9dde0dc
Fixed logout shortcut
2016-11-23 14:40:00 +01:00
Jeremy Benoist
f4a9833490
Merge pull request #2620 from wallabag/fix-password-layout
...
Fix password layout
2016-11-23 09:53:18 +01:00
Jeremy Benoist
fcbf253b6b
Remove empty line
2016-11-23 09:20:00 +01:00
Nicolas Lœuillet
75a4b3b23f
Merge pull request #2640 from wallabag/fix-openoriginal
...
Fixed entry shortcuts available in list view
2016-11-23 09:06:45 +01:00
Nicolas Lœuillet
0df2a4b021
Fixed entry shortcuts available in list view
2016-11-22 21:31:21 +01:00
Jeremy Benoist
be2725db40
Add migration for new FOSUser version
2016-11-22 21:25:05 +01:00
Jeremy Benoist
ae741f998e
Fix MonologBundle deprecation
...
The Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\DebugHandlerPass class is deprecated since version 2.12 and will be removed in 3.0. Use AddDebugLogProcessorPass in FrameworkBundle instead.
2016-11-22 21:25:05 +01:00
Jeremy Benoist
5066c3e066
Re-use FOSUser master branch
2016-11-22 21:25:05 +01:00
Jeremy Benoist
4da598c5df
Fix Travis
2016-11-22 21:23:58 +01:00
Jeremy Benoist
d7acde5cc3
Use the correct template
...
When resetting the password, the overriden template we used wasn’t well spelled.
And since we are using a locked version of FOSUser (on a custom commit), the translation of `resetting.check_email` is wrong in any language but english.
2016-11-22 21:23:58 +01:00
Jeremy Benoist
9624b3adfa
These files aren’t used anymore
...
Translation were moved to the global one
2016-11-22 21:23:58 +01:00
Jeremy Benoist
7c6b7a40d1
Merge pull request #2637 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-11-22 20:02:00 +01:00
Mateusz Rumiński
24d4b243a7
Update messages.pl.yml
...
translate shortcuts section to polish
2016-11-22 19:24:38 +01:00
Jeremy Benoist
176e0ea3ca
Merge pull request #2317 from wallabag/restricted-access
...
Added authentication for restricted access articles
2016-11-22 19:12:53 +01:00
Nicolas Lœuillet
d51093a7d9
Added documentation and missing translations
2016-11-22 17:32:24 +01:00
Nicolas Lœuillet
d64bf7953b
Added internal setting to enable/disable articles with paywall
2016-11-22 14:56:53 +01:00
Nicolas Lœuillet
40f3ea57fb
Cleared CookieJar to avoid websites who use cookies for analytics
2016-11-22 14:25:51 +01:00
Thomas Citharel
1d5dd2c241
Merge pull request #2612 from wallabag/add-shortcuts-help
...
Added help about shortcuts
2016-11-22 14:10:12 +01:00
Bertrand Dunogier
7aab0ecf2f
Added authentication for restricted access articles
...
Fix #438 . Thank you so much @bdunogier
2016-11-22 14:01:46 +01:00
Nicolas Lœuillet
893ccad31f
Translations for shortcuts help
2016-11-22 13:33:06 +01:00
Nicolas Lœuillet
c526f9e474
Added help about shortcuts
2016-11-22 13:07:42 +01:00
Jeremy Benoist
bb28368f69
Merge pull request #2635 from wallabag/304-reload
...
Return 304 when content isn't reloaded using the API
2016-11-22 11:27:55 +01:00
Jeremy Benoist
5cd0857e3c
Return 304 when content isn't reloaded using the API
...
Previously it was a 400 but this is more related to a real error.
Using the API user should only know the content got reloaded or not.
If reloaded: 200 otherwise: 304.
2016-11-22 10:45:19 +01:00
Thomas Citharel
944b8d6175
Merge pull request #2613 from wallabag/fix-overlap
...
Fix card action overlap
2016-11-22 10:27:14 +01:00
Nicolas Lœuillet
ba838dae5a
Merge pull request #2614 from wallabag/api-reload
...
Add ability to reload entry from API
2016-11-22 09:39:43 +01:00
Nicolas Lœuillet
c72c6f43f2
Merge pull request #2632 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-11-21 20:17:33 +01:00
Mateusz Rumiński
4bf5172585
Update messages.pl.yml
...
missing polish translation added
2016-11-21 18:18:52 +01:00
Jeremy Benoist
1f00547836
Merge pull request #2630 from ThibaudDauce/fix-black-headings
...
Add white-text class to card-title too
2016-11-21 17:06:55 +01:00
Thibaud Dauce
4f2755a61d
Add white-text class to card-title too
2016-11-21 15:37:47 +01:00
Jeremy Benoist
eb2d613c3e
Merge remote-tracking branch 'origin/master' into 2.2
2016-11-21 15:15:30 +01:00
Jeremy Benoist
625bb56181
Merge pull request #2624 from Rurik19/master
...
Fix #2056 update config.yml
2016-11-21 13:14:31 +01:00
Nicolas Lœuillet
83fed2648b
Merge pull request #2625 from wallabag/prepare-215
...
Prepare wallabag 2.1.5
2016-11-21 09:49:34 +01:00
Nicolas Lœuillet
98253436e9
Prepare wallabag 2.1.5 🚀
2016-11-21 09:20:27 +01:00
Jeremy Benoist
e839f87a1c
Merge pull request #2623 from wallabag/composer-php-5.5
...
Force composer to run as PHP 5.5.9
2016-11-21 09:01:35 +01:00
Jeremy Benoist
f32ff37534
Lock down PHPUnit for PHP 5.5
...
Since Composer defined lowest version is now PHP 5.5.9.
PHPUnit 5.0 require PHP 5.6.
2016-11-21 07:46:46 +01:00
Yuriy Evdokimov
05cdd393d8
wrong spaces
2016-11-21 11:29:09 +05:00
Yuriy Evdokimov
5e7fdfc8dd
Fix #2056 update config.yml
...
Resolves refresh token lifetime issue
2016-11-21 11:13:40 +05:00
Jeremy Benoist
c396a50509
Force composer to run as PHP 5.5.9
2016-11-20 23:07:38 +01:00
Jeremy Benoist
a38d50e1e8
Merge pull request #2621 from wallabag/redis-password
...
Add ability to use Redis with password
2016-11-20 22:27:05 +01:00
Julian Oster
59c42a4aad
Add german translation
2016-11-20 20:43:05 +01:00
Jeremy Benoist
c1683778ab
Add ability to use Redis with password
2016-11-20 20:43:04 +01:00
Jeremy Benoist
56da73969a
Return an explicit error if reload fail
2016-11-20 16:25:13 +01:00
Jeremy Benoist
70584b42aa
Fixing tests
2016-11-20 15:15:13 +01:00
mathieui
7c05d59153
Change documentation links to HTTPS
...
Even though all the websites used in the commands redirect http to
https, a man in the middle can happen with the initial request,
leading to arbitrary code execution.
2016-11-20 14:51:14 +01:00
Jeremy Benoist
0a6f4568b5
Add ability to reload entry from API
2016-11-20 13:08:41 +01:00
Jeremy Benoist
5ae8788583
Merge pull request #2609 from wallabag/rss-paging
...
RSS paging
2016-11-20 10:17:37 +01:00
Jeremy Benoist
77e2898ad4
Fix card action overlap
...
On smaller resolution
2016-11-20 10:14:19 +01:00
Jeremy Benoist
16eb124e4a
Add documentation about RSS paging
2016-11-20 09:50:52 +01:00
Jeremy Benoist
edd2472faa
Fix tests
2016-11-20 09:39:26 +01:00
Jeremy Benoist
8670250a26
Add RSS pagination
...
Following https://tools.ietf.org/html/rfc5005#page-4
2016-11-20 09:39:26 +01:00
Jeremy Benoist
3c969d3990
Add missing translations
2016-11-20 09:39:25 +01:00
Nicolas Lœuillet
6f85bed294
Merge pull request #2543 from wallabag/search-engine
...
Added a simple search engine
2016-11-19 20:42:27 +01:00
Nicolas Lœuillet
995c204428
Added shortcut
2016-11-19 20:05:16 +01:00
Nicolas Lœuillet
32f455c131
Added tests
2016-11-19 20:05:16 +01:00
Nicolas Lœuillet
49b042dfdf
Added translations and currentRoute parameter
2016-11-19 19:17:30 +01:00
Nicolas Lœuillet
398de40517
Added search engine in baggy theme
2016-11-19 19:17:30 +01:00
Nicolas Lœuillet
ee122a7528
Added a simple search engine
...
Fix #18
2016-11-19 19:17:30 +01:00
Jeremy Benoist
27dce581ca
Messed up DE import translation
2016-11-19 15:39:02 +01:00
Jeremy Benoist
68003139e1
Merge remote-tracking branch 'origin/master' into 2.2
...
# Conflicts:
# .editorconfig
# docs/de/index.rst
# docs/de/user/import.rst
# docs/en/index.rst
# docs/en/user/configuration.rst
# docs/en/user/import.rst
# docs/fr/index.rst
# docs/fr/user/import.rst
# src/Wallabag/CoreBundle/Command/InstallCommand.php
# src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
# src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
# web/bundles/wallabagcore/themes/baggy/css/style.min.css
# web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
# web/bundles/wallabagcore/themes/material/css/style.min.css
# web/bundles/wallabagcore/themes/material/js/material.min.js
2016-11-19 15:30:49 +01:00
Jeremy Benoist
cb1a6590c0
Merge pull request #2608 from wallabag/change-dev-version
...
Change version to 2.2.0-dev
2016-11-19 14:56:47 +01:00
Nicolas Lœuillet
8fdadee3a5
Change version to 2.2.0-dev
2016-11-19 14:28:25 +01:00
Nicolas Lœuillet
00b1dc0eb0
Merge pull request #2607 from wallabag/update-changelog
...
Updated changelog for 2.1.4
2016-11-19 14:03:18 +01:00
Nicolas Lœuillet
442dcb8ec1
Updated changelog for 2.1.4
2016-11-19 14:02:32 +01:00
Jeremy Benoist
bbd4ae7b56
Merge pull request #2600 from wallabag/install-assets
...
Install assets for shortcuts
2016-11-19 12:23:16 +01:00
Nicolas Lœuillet
4c27f14fa9
Merge pull request #2604 from wallabag/postgresql-version
...
wallabag can’t work on PostgreSQL <= 9.1
2016-11-19 12:00:18 +01:00
Nicolas Lœuillet
eabcd880ca
Merge pull request #2605 from wallabag/update-release-process
...
Add .travis.yml change to RELEASE_PROCESS
2016-11-19 11:57:26 +01:00
Nicolas Lœuillet
8add306204
Merge pull request #2601 from wallabag/store-http-status
...
Added http_status in Entry entity
2016-11-19 11:53:41 +01:00
Jeremy Benoist
45277ad2bd
Add .travis.yml change to RELEASE_PROCESS
2016-11-19 11:43:47 +01:00
Jeremy Benoist
a2261fbd70
Merge pull request #2603 from wallabag/fix-composer-no-dev
...
Fix clear-cache problem using —no-dev
2016-11-19 11:33:35 +01:00
Jeremy Benoist
cffcce0c92
Wallabag can’t work on PostgreSQL <= 9.1
2016-11-19 11:32:56 +01:00
Jeremy Benoist
01a47da128
Fix clear-cache problem using —no-dev
...
Related to :
> PHP Fatal error: Class 'FOS\RestBundle\Serializer\JMSSerializerAdapter' not found in /Users/j0k/Sites/github/wallabag/var/cache/prod/appProdProjectContainer.php on line 9139
2016-11-19 10:45:21 +01:00
Nicolas Lœuillet
d215273c65
Check if status code is OK
2016-11-18 23:05:02 +01:00
Nicolas Lœuillet
e10e6ab34e
Replace http status with a string
...
I don't want to have 0 if we don't fetch status code, I think it's better to have an empty string, mainly for filters
2016-11-18 15:55:16 +01:00
Nicolas Lœuillet
10b3509757
Added http_status in Entry entity
2016-11-18 15:09:21 +01:00
Jeremy Benoist
74216c7c74
Install assets for shortcuts
2016-11-18 14:12:26 +01:00
Nicolas Lœuillet
8853914ba4
Merge pull request #2596 from wallabag/prepare-214
...
Prepare wallabag 2.1.4 🚀
2016-11-18 10:24:55 +01:00
Nicolas Lœuillet
5d2971cadd
Prepare wallabag 2.1.4 🚀
2016-11-18 10:00:29 +01:00
Nicolas Lœuillet
19d401b15c
Merge pull request #2550 from wallabag/reorder-documentation
...
Reordered documentation
2016-11-18 09:28:20 +01:00
Jeremy Benoist
b060fbdfe7
Merge pull request #2593 from wallabag/test-clarify
...
Put log in the most common failure tests
2016-11-18 09:21:27 +01:00
Julian Oster
50540682ff
Undo translation of 'in english'.
2016-11-18 09:08:16 +01:00
Jeremy Benoist
c15d5a3af8
Merge pull request #2592 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-11-17 20:03:40 +01:00
Jeremy Benoist
5cc367b83a
Fix tests
2016-11-17 19:58:10 +01:00
Jeremy Benoist
d8a35aba49
Put log in the most common failure tests
...
So we’ll quickly be able to see what kind of test is failing when viewing Travis
2016-11-17 19:30:50 +01:00
Julian Oster
2bc5b74c73
Reordered documentation for German.
2016-11-17 19:22:21 +01:00
Julian Oster
887303889b
Update translation of link to german translation.
2016-11-17 19:22:19 +01:00
Nicolas Lœuillet
bb624c0269
Reordered 🇫🇷 documentation
2016-11-17 19:22:16 +01:00
Nicolas Lœuillet
2e389b0b90
Reordered documentation
2016-11-17 19:22:15 +01:00
Mateusz Rumiński
52e01d3483
Update messages.pl.yml
...
translate action_mark_as_read section to polish
2016-11-17 18:52:42 +01:00
Nicolas Lœuillet
9e0a49e6ac
Merge pull request #2578 from wallabag/questionmark-icon
...
Added help on config screen
2016-11-17 09:53:14 +01:00
Jeremy Benoist
66336f6571
Merge pull request #2547 from wallabag/add-option-markasread
...
Added a configuration to define the redirection after archiving an entry
2016-11-17 09:40:46 +01:00
Nicolas Lœuillet
c894d76e57
Added tooltips for baggy theme
2016-11-17 09:22:39 +01:00
Nicolas Lœuillet
540a9bc4a2
Added help on config screen
2016-11-17 09:22:39 +01:00
Jeremy Benoist
9e2440fe15
Fix migration
2016-11-17 08:05:15 +01:00
Jeremy Benoist
e6b133c60c
CS
2016-11-16 23:10:01 +01:00
Jeremy Benoist
00bf45b6f2
Update unit test for Redirect
2016-11-16 23:07:34 +01:00
Nicolas Lœuillet
54fd55fda1
Tried to fix tests
2016-11-16 23:07:34 +01:00
Nicolas Lœuillet
65cd8a4a9a
Added tests
2016-11-16 23:07:34 +01:00
Nicolas Lœuillet
f052f1fd57
Added constants for redirection values
2016-11-16 23:07:34 +01:00
Strubbl
287204cda7
Update messages.en.yml
2016-11-16 23:07:34 +01:00
Strubbl
f0ba37fbd5
Update messages.de.yml
2016-11-16 23:07:34 +01:00
Strubbl
5d52cc411b
update German configuration.rst
2016-11-16 23:07:34 +01:00
Nicolas Lœuillet
a42f38d9fb
Added a configuration to define the redirection after archiving an entry
...
Fix #496
2016-11-16 23:07:34 +01:00
Nicolas Lœuillet
e042a5d78f
Merge pull request #2495 from wallabag/add-shortcuts
...
Added shortcuts
2016-11-16 09:35:59 +01:00
Nicolas Lœuillet
94f2057ffe
Added CSS class on links
2016-11-16 09:17:12 +01:00
Thomas Citharel
10a1ffae53
Fix keyboard navigation on quickstart view
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-11-15 22:23:50 +01:00
Thomas Citharel
c930992348
fix next/prev page
2016-11-15 21:55:16 +01:00
Thomas Citharel
5637a26e9a
Bring navigation (with right, left and enter) on material entries page. Supports going to next and previous page !
...
Also better indentation for js files (changed editorconfig for them).
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-11-15 21:55:10 +01:00
Nicolas Lœuillet
16ef7607f4
Reorganized JS folders for shortcuts
2016-11-15 21:54:50 +01:00
Thomas Citharel
af61cb80eb
es6 imports
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-11-15 21:54:41 +01:00
Nicolas Lœuillet
f9cded7dd2
Added new shortcuts
2016-11-15 21:54:34 +01:00
Nicolas Lœuillet
49c5d0ad6e
Changed FOSJSRouting format in config
2016-11-15 21:54:20 +01:00
Nicolas Lœuillet
3cc78f0679
Added shortcuts
2016-11-15 21:54:20 +01:00
Jeremy Benoist
d213219ec7
Merge pull request #2570 from wallabag/add-creation-date
...
Added creation date on entries view
2016-11-15 09:23:44 +01:00
Jeremy Benoist
decf651bbd
Merge pull request #2587 from wallabag/user-agents
...
User-agents have moved to site-config
2016-11-15 09:23:26 +01:00
Jeremy Benoist
66fe2a3dc4
User-agents have moved to site-config
...
Since graby@1.5.0, user-agent can be defined in site-config, which the now recommended way
2016-11-14 14:29:13 +01:00
Nicolas Lœuillet
a8c6f29f3e
Hide creation date in mobile view
2016-11-14 14:28:42 +01:00
Jeremy Benoist
64d080586d
Merge pull request #2584 from blankoworld/master
...
fix #2582 - Documentation, Nginx config: disable all other PHP file from symphony
2016-11-14 14:00:24 +01:00
Nicolas Lœuillet
80302e5aaa
Changed display for material theme
2016-11-14 13:58:41 +01:00
Nicolas Lœuillet
1c282b1da0
Added creation date on entries view
2016-11-14 13:57:31 +01:00
Olivier DOSSMANN
ccad5d7629
fix #2582 - Nginx config: disable all other PHP file from symphony
...
Regarding
https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/ we
need to limit access to config.php and make_dev.php files from Nginx.
That's why we return 404 error page for these files.
2016-11-14 11:58:26 +01:00
Jeremy Benoist
d3511bbde9
Merge pull request #2577 from wallabag/add-tooltip-material
...
Added tooltips in header bar
2016-11-14 10:08:26 +01:00
Thomas Citharel
d37081e50b
Merge pull request #2562 from wallabag/image-bigger
...
Bigger image preview in case of only image content
2016-11-14 10:01:12 +01:00
Nicolas Lœuillet
cf9ee2fbd0
Added tooltips in header bar
2016-11-12 11:57:55 +01:00
Nicolas Lœuillet
8315507384
Merge pull request #2571 from wallabag/change-language-without-logout
...
Changed behavior when we change language
2016-11-11 18:27:04 +01:00
Nicolas Lœuillet
ece4718f63
Changed behavior when we change language
...
No need to disconnect to apply the language substitution
2016-11-10 20:54:20 +01:00
Nicolas Lœuillet
644b340178
Merge pull request #2566 from wallabag/add-unmarkit
...
Added unmark.it sharing
2016-11-09 18:19:08 +01:00
Nicolas Lœuillet
8a9604aafe
Added unmark.it sharing
...
Fix #668
2016-11-09 18:18:49 +01:00
Nicolas Lœuillet
5cf9604004
Merge pull request #2565 from wallabag/remove-support-website
...
Removed support website on about page
2016-11-09 14:24:32 +01:00
Nicolas Lœuillet
1781ca3763
Removed support website on about page
2016-11-09 13:59:55 +01:00
Nicolas Lœuillet
33a66b1973
Merge pull request #2563 from wallabag/pr-template
...
Improve PR template
2016-11-09 09:03:10 +01:00
Nicolas Lœuillet
1e8c7fa5f9
Merge pull request #2564 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-11-09 09:02:33 +01:00
Mateusz Rumiński
a9740448cf
Update messages.pl.yml
...
translate Pinboard importer section to polish
2016-11-08 23:11:03 +01:00
Jeremy Benoist
c396ee2c63
Improve PR template
2016-11-08 22:53:30 +01:00
Jeremy Benoist
8d7b4f0eff
Display a bigger image in case of image content
...
If the content is only an image, we can display a bigger preview image because we won’t have text to display.
Also, split different card view to avoid too much complexity in the entries.html.twig
2016-11-08 22:17:46 +01:00
Jeremy Benoist
e9490a3443
Add grunt watch task
2016-11-08 22:16:01 +01:00
Jeremy Benoist
7005b425e0
Remove the left margin of tag
...
In the entries list, the first tag below the link isn’t stick to the left. Now it is.
2016-11-08 22:15:37 +01:00
Thomas Citharel
a0fb3b1b7a
Merge pull request #2561 from wallabag/Rurik19-patch-2259
...
fix #2559
2016-11-08 18:38:37 +01:00
Yuriy Evdokimov
d99a7c2206
fix #2559
2016-11-08 22:14:32 +05:00
Nicolas Lœuillet
89e167a45a
Merge pull request #2553 from wallabag/add-tagform-mobile
...
Added new tag form in mobile view for Material theme
2016-11-08 15:42:05 +01:00
Nicolas Lœuillet
df30af69d2
Added new tag form in mobile view for Material theme
...
Fix #2376
2016-11-08 14:24:00 +01:00
Jeremy Benoist
41c2178685
Merge pull request #2548 from wallabag/pinboard
...
Add Pinboard import
2016-11-08 14:19:40 +01:00
Strubbl
82f9a52078
docs: update german import.rst
2016-11-07 21:00:57 +01:00
Nicolas Lœuillet
40f3ab5311
Merge pull request #2555 from dkrmr/fix_update_script
...
Reorder variable assignation in update.sh script, fix #2554
2016-11-07 11:14:05 +01:00
Nicolas Lœuillet
a4de2351a0
Merge pull request #2556 from wallabag/replace-tokenstorage
...
Replaced TokenStorage with TokenStorageInterface
2016-11-07 11:13:50 +01:00
Nicolas Lœuillet
94766a8962
PHP CS
2016-11-07 10:41:11 +01:00
Nicolas Lœuillet
2fe2e411a7
Replaced TokenStorage with TokenStorageInterface
2016-11-07 10:34:49 +01:00
Darius Kramer
7d173a28c7
Reorder variable assignation in update.sh script, fix #2554
2016-11-07 09:55:03 +01:00
Jeremy Benoist
94060509b8
Use more explicit check
2016-11-07 08:36:52 +01:00
Jeremy Benoist
06283bef72
Merge pull request #2552 from wallabag/reading-time-round
...
Round readingtime to avoid crazy number
2016-11-06 23:32:39 +01:00
Jeremy Benoist
2e4efb5965
Add english doc into german one
2016-11-06 23:27:55 +01:00
Strubbl
56e6216485
Update messages.en.yml
...
Instapaper->Pinboard
2016-11-06 22:29:49 +01:00
Strubbl
e8e72daaa6
Update messages.de.yml
2016-11-06 22:29:08 +01:00
Jeremy Benoist
01ad4d6a89
Merge pull request #2551 from wallabag/remove-maintenance-bundle
...
Removed Maintenance bundle
2016-11-06 21:47:16 +01:00
Jeremy Benoist
d61b24e459
Round readingtime to avoid crazy number
...
Like `8.666666666667 min`
2016-11-06 21:41:32 +01:00
Jeremy Benoist
31151d70f2
Add doc
2016-11-06 21:23:38 +01:00
Nicolas Lœuillet
db3838545c
Removed Maintenance bundle
2016-11-06 15:34:08 +01:00
Jeremy Benoist
e92fbdc852
Fix tests
2016-11-06 09:58:07 +01:00
Nicolas Lœuillet
24692715de
Merge pull request #2546 from wallabag/update-parameters-doc
...
Updated default parameters.yml file in documentation
2016-11-06 09:52:09 +01:00
Nicolas Lœuillet
0c256e2e70
Updated default parameters.yml file in documentation
2016-11-06 09:11:12 +01:00
Nicolas Lœuillet
16037570bf
Merge pull request #2545 from wallabag/update-doc
...
Update the upgrade documentation
2016-11-05 14:16:21 +01:00
Nicolas Lœuillet
bc12f08bda
Update the upgrade documentation
2016-11-05 14:15:09 +01:00
Jeremy Benoist
9ab024b4f5
Add Pinboard import
2016-11-04 22:44:31 +01:00
Jeremy Benoist
b5571b52cc
Merge pull request #2541 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-11-04 21:49:42 +01:00
Thomas Citharel
cbdbd9d683
Merge pull request #2540 from wallabag/Quent-in-patch-1
...
Update of the OC version
2016-11-04 19:29:27 +01:00
Mateusz Rumiński
ff7f551f5a
Update messages.pl.yml
...
missing polish translation added
2016-11-04 19:26:06 +01:00
Quent-in
eaa0bf00a6
Update of the OC version
2016-11-04 18:13:11 +01:00
Jeremy Benoist
4775fed6a7
Merge pull request #2535 from wallabag/default-sort-2.2
...
Use created_at as default sort
2016-11-04 09:38:03 +01:00
Jeremy Benoist
7e9c1d65b1
Add index into Table definition
2016-11-04 08:02:02 +01:00
Jeremy Benoist
1e7b04d4ea
Use created_at as default sort
...
With index (following https://github.com/wallabag/wallabag/pull/2534 )
2016-11-04 07:56:04 +01:00
Jeremy Benoist
001cc7168a
Cleanup
2016-11-03 18:01:25 +01:00
Jeremy Benoist
864c1dd23a
Fix rest controller merge
2016-11-03 17:29:16 +01:00
Jeremy Benoist
5a619812ca
Merge remote-tracking branch 'origin/master' into 2.2
2016-11-03 16:41:29 +01:00
Jeremy Benoist
da41365579
Merge pull request #2180 from wallabag/download-pictures
...
Download pictures
2016-11-03 16:22:07 +01:00
Jeremy Benoist
ca08d02f2f
Add warning message for import + download images
...
When import isn't async and downloading images is enabled, we warn the user that import can fail.
Also, added missing translations
2016-11-03 15:59:20 +01:00
Nicolas Lœuillet
816c0940d1
Merge pull request #2523 from wallabag/qrcode-android-app
...
Added QRCode and link to configure android application
2016-11-03 14:55:24 +01:00
Thomas Citharel
32508ef07a
avoid eslint warning by disabling line
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2016-11-03 14:23:09 +01:00
Jeremy Benoist
e46fdf3096
CS
2016-11-02 07:26:14 +01:00
Jeremy Benoist
1f66d79e6b
Add more importer to wallabag:import command
...
All importer available expect Pocket which require an oAuth login.
2016-11-02 07:10:57 +01:00
Jeremy Benoist
7816eb622d
Add entry.saved event to import & rest
2016-11-02 07:10:23 +01:00
Jeremy Benoist
e0597476d1
Use custom event instead of Doctrine ones
...
This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
2016-11-01 14:49:02 +01:00
Nicolas Lœuillet
68e0efffb8
Fixed review
2016-10-31 17:20:27 +01:00
Nicolas Lœuillet
3b81212674
Added translations and baggy part
2016-10-31 16:48:34 +01:00
Nicolas Lœuillet
e61ee56031
Added QRCode and link to configure android application
2016-10-31 16:18:52 +01:00
Jeremy Benoist
aedd6ca0fd
Add translations & migration
2016-10-31 13:29:33 +01:00
Jeremy Benoist
d1495dd0a4
Ability to enable/disable downloading images
...
This will speed up the test suite because it won’t download everything when we add new entry…
Add a custom test with downloading image enabled
2016-10-30 21:30:45 +01:00
Jeremy Benoist
309e13c11b
Move settings before Entry
...
Because we need wallabag_url to be defined when we’ll insert entries
2016-10-30 20:12:34 +01:00
Jeremy Benoist
41ada277f0
Add instance url to the downloaded images
2016-10-30 19:50:00 +01:00
Jeremy Benoist
48656e0eaa
Fixing tests
2016-10-30 11:27:09 +01:00
Jeremy Benoist
7f55941856
Use doctrine event to download images
2016-10-30 10:48:29 +01:00
Jeremy Benoist
45fd7e09d7
Cleanup
2016-10-30 09:58:53 +01:00
Jeremy Benoist
535bfcbe80
Move related event things in Event folder
2016-10-30 09:58:39 +01:00
Jeremy Benoist
156bf62758
CS
2016-10-29 16:25:45 +02:00
Thomas Citharel
94654765cc
Working
2016-10-29 16:25:45 +02:00
Thomas Citharel
419214d722
Download pictures successfully
...
Needs to rewrite them properly (get base url)
2016-10-29 16:25:45 +02:00
Thomas Citharel
4dface6670
first draft (from v1)
2016-10-29 16:25:45 +02:00
Jeremy Benoist
5feef9f7a4
Merge pull request #2499 from wallabag/add-relation-client-user
...
Added relation between API Client and User
2016-10-29 13:20:55 +02:00
Nicolas Lœuillet
f08ec5f88a
Remove backquote in query
2016-10-28 11:14:14 +02:00
Nicolas Lœuillet
f24ea59ea4
Fixed migration and added tests
2016-10-28 10:55:39 +02:00
Nicolas Lœuillet
23406ca3f1
Added relation between API Client and User
...
Fix #2062
2016-10-24 21:56:28 +02:00
Nicolas Lœuillet
8e58be9fb6
Merge pull request #2496 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-10-24 20:19:53 +02:00
Mateusz Rumiński
cd99bfae68
Update messages.pl.yml
...
translate reset section to polish
2016-10-24 19:49:33 +02:00
Jeremy Benoist
64a8781e45
Merge remote-tracking branch 'origin/master' into 2.2
2016-10-24 12:03:17 +02:00
Jeremy Benoist
9313ea9d44
Merge pull request #2401 from wallabag/reset-account
...
Reset account
2016-10-24 11:57:51 +02:00
Jeremy Benoist
f623516e10
SQLite should use utf8, not utf8mb4
2016-10-24 10:10:38 +02:00
Nicolas Lœuillet
a1c1841828
Merge pull request #1890 from wallabag/v2-api-annotation-switched
...
bring annotations to API
2016-10-24 10:06:12 +02:00
Jeremy Benoist
5ce1528953
Fix migrations
2016-10-23 12:35:57 +02:00
Jeremy Benoist
88d5d94dcb
Lowercase wallabag
2016-10-22 14:05:59 +02:00
Jeremy Benoist
5751b41491
Add migration for MySQL utf8mb4
2016-10-22 14:01:58 +02:00
Jeremy Benoist
fc79f1ffa8
Add verification check for MySQL version
...
Must now be >= 5.5.4
2016-10-22 13:41:03 +02:00
Jeremy Benoist
1e7807e703
Merge pull request #2456 from wallabag/use-new-pdf
...
use new tcpdf library version
2016-10-22 13:29:58 +02:00
Jeremy Benoist
b0de88f75d
Use statements & update translation
2016-10-22 13:13:07 +02:00
Jeremy Benoist
8c61fd12b1
CS
2016-10-22 13:13:07 +02:00
Jeremy Benoist
ca8b49f46e
Add baggy reset part
2016-10-22 13:13:07 +02:00
Jeremy Benoist
f71e55ac88
Avoid orphan tags
2016-10-22 13:13:07 +02:00
Jeremy Benoist
2f82e7f8e1
Cleanup subscriber / listener definition
2016-10-22 13:13:07 +02:00
Jeremy Benoist
191564b7f7
Add custom doctrine subscriber for SQLite
...
Since SQLite doesn’t handle cascade remove by default, we need to handle it manually.
Also some refacto
2016-10-22 13:13:07 +02:00
Jeremy Benoist
98efffc2a6
Fix emoji insertion in MySQL
...
Switch to utf8mb4 instead of utf8 because f*** MySQL
See https://github.com/doctrine/dbal/pull/851
2016-10-22 13:13:07 +02:00
Jeremy Benoist
206bade58a
Add ability to reset some datas
...
- annotations
- tags
- entries
2016-10-22 13:13:06 +02:00
Thomas Citharel
af2ff7c6da
use new tcpdf library version
2016-10-22 12:52:23 +02:00
Jeremy Benoist
aa4741091f
Add test on /api/annotations
...
Fix controller forward in WallabagRestController.
Update PHPDoc so it is sorted the same way as others one
Duplicate all annotations test to use both api & normal way
Also, make annotation tests independent to each other
2016-10-22 12:09:20 +02:00
Jeremy Benoist
3199ec4702
CS
2016-10-22 09:17:01 +02:00
Nicolas Lœuillet
d9b7768dca
Added a missing namespace
2016-10-22 09:06:07 +02:00
Nicolas Lœuillet
e5edb6e127
PHP CS
2016-10-22 09:06:07 +02:00
Thomas Citharel
0c271b9eb0
fix cs and phpdoc
2016-10-22 09:06:07 +02:00
Thomas Citharel
b1e92f8c14
cs
2016-10-22 09:06:07 +02:00
Thomas Citharel
1eea248bb0
move code
2016-10-22 09:06:07 +02:00
Thomas Citharel
c7935f32d2
cs
2016-10-22 09:06:07 +02:00
Thomas Citharel
351eb8d97e
bring annotations to API
2016-10-22 09:06:07 +02:00
Nicolas Lœuillet
e8331dd9e7
Merge pull request #2453 from wallabag/fix-api-export
...
Fix API export
2016-10-21 15:22:11 +02:00
Jeremy Benoist
5960aa1ffc
CS
2016-10-15 18:00:08 +02:00
Jeremy Benoist
f1c3f68e90
ApiDoc & Route annotation were conflicted
...
The generated error was “Unable to guess how to get a Doctrine instance from the request information.”.
I haven’t checked deeper in Doctrine (I know it was coming from the DoctrineParamConverter).
Anyway, I check for FosRest possiblity to add extra format without allowing them for every route (like it was done in the first place).
I finally found a way but it then seems all request goes to the FormatListener of FosRest so I needed to add a custom rules to match all request to be sure we don’t get a 406 error from FosRest.
Should be ok now …
2016-10-15 16:46:42 +02:00
Jeremy Benoist
6147736868
Merge pull request #2438 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-10-12 20:01:13 +02:00
Mateusz Rumiński
fa100dd1e0
Update messages.pl.yml
...
translate delete section to polish
2016-10-12 19:32:30 +02:00
Jeremy Benoist
b1b561da51
Merge pull request #2372 from pmartin/api-get-entry-as-epub
...
API: ability to export entry in all available format (epub, pdf, etc...)
2016-10-12 14:06:33 +02:00
Jeremy Benoist
e4cf672ccf
Merge remote-tracking branch 'origin/master' into 2.2
2016-10-11 21:01:30 +02:00
Jeremy Benoist
e57df5611f
Merge pull request #2409 from wallabag/Quent-in-patch-1
...
Occitan version update
2016-10-11 18:18:29 +02:00
Quent-in
a9e4d6dad2
Update messages.oc.yml
...
I thought I had translated the Docker installation line, apparently not!
Thanks Nicolas for the other changes!
2016-10-10 20:01:25 +02:00
Nicolas Lœuillet
c26d1285ba
Fixed review
2016-10-10 10:05:50 +02:00
Nicolas Lœuillet
418626e836
Merge pull request #2177 from wallabag/delete-account
...
Delete user
2016-10-09 21:21:03 +02:00
Quent-in
dd248e4561
Occitan version update
...
If you need to write dates in full letter you might be interessed in https://github.com/fightbulc/moment.php
It comes with lots of languages ;)
Q: where are the "previous" and "next" bouton text? Can't find them to translate them.
2016-10-09 18:24:42 +02:00
Jeremy Benoist
9810f30821
Remove unnecessary user serialization
2016-10-08 21:16:40 +02:00
Jeremy Benoist
7ac3e575f1
CS
2016-10-08 20:35:16 +02:00
Jeremy Benoist
a730cae384
Bonus: display driver in install command
2016-10-08 20:33:21 +02:00
Jeremy Benoist
3f60446756
Fix PostgreSQL query
...
PostgreSQL doesn’t like when we compare interger and boolean :)
2016-10-08 20:26:06 +02:00
Jeremy Benoist
876d77a67d
Better display and description
...
Confirmation message isn’t required since it is written in the delete description
2016-10-08 20:25:42 +02:00
Jeremy Benoist
eed812afd0
Logout user before deleting it
...
And add a smal description
2016-10-08 19:39:12 +02:00
Jeremy Benoist
c3396c65ef
Fix some tests
2016-10-08 14:07:13 +02:00
Nicolas Lœuillet
b840268711
Added a test to check if entries are also deleted
2016-10-08 13:27:18 +02:00
Nicolas Lœuillet
71254701b7
Changed tests
2016-10-08 13:27:18 +02:00
Nicolas Lœuillet
821bb87685
Added tests
2016-10-08 13:27:18 +02:00
Nicolas Lœuillet
bb0c78f4a6
Added check if there is only one user
...
Added translations and documentation
2016-10-08 13:27:18 +02:00
Thomas Citharel
abb5291cd5
CS
2016-10-08 13:27:17 +02:00
Thomas Citharel
e4b46f77ef
work
2016-10-08 13:27:17 +02:00
Jeremy Benoist
3f3a60879e
Add entry export in API
...
Export isn't available for json & xml because user can use the default
entry endpoint instead.
2016-10-08 12:59:19 +02:00
Pascal MARTIN
24de866534
API: getEntry can return EPUB
2016-10-08 12:05:41 +02:00
Pascal MARTIN
3d4b0b3064
Routing: epub format is allowed for API
2016-10-08 12:05:40 +02:00