]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
7 years agoFixed Twitter Cards by adding a description tag 2419/head
Nicolas Lœuillet [Mon, 10 Oct 2016 14:05:06 +0000 (16:05 +0200)] 
Fixed Twitter Cards by adding a description tag

7 years agoMerge pull request #2418 from wallabag/add-twitter-cards
Nicolas Lœuillet [Mon, 10 Oct 2016 13:20:06 +0000 (15:20 +0200)] 
Merge pull request #2418 from wallabag/add-twitter-cards

Added support of Twitter Cards for public articles

7 years agoAdded support of Twitter Cards for public articles 2418/head
Nicolas Lœuillet [Mon, 10 Oct 2016 12:29:11 +0000 (14:29 +0200)] 
Added support of Twitter Cards for public articles

7 years agoMerge pull request #2417 from wallabag/version-dev
Nicolas Lœuillet [Mon, 10 Oct 2016 11:03:34 +0000 (13:03 +0200)] 
Merge pull request #2417 from wallabag/version-dev

Define a dev version for the master

7 years agoDefine a dev version for the master 2417/head
Jeremy Benoist [Mon, 10 Oct 2016 09:31:57 +0000 (11:31 +0200)] 
Define a dev version for the master

This is to be sure that user testing wallabag from the master will have the version defined as dev.

7 years agoMerge pull request #2411 from wallabag/fix-entities
Nicolas Lœuillet [Mon, 10 Oct 2016 06:02:25 +0000 (08:02 +0200)] 
Merge pull request #2411 from wallabag/fix-entities

Fix entities definition

7 years agoMerge pull request #2414 from szafranek/bugfix-bookmarklet
Jeremy Benoist [Mon, 10 Oct 2016 05:11:01 +0000 (07:11 +0200)] 
Merge pull request #2414 from szafranek/bugfix-bookmarklet

Remove automatic closing of the window from bookmarklet

7 years agoMerge pull request #2413 from wallabag/sub-command-verbose
Jeremy Benoist [Mon, 10 Oct 2016 05:09:45 +0000 (07:09 +0200)] 
Merge pull request #2413 from wallabag/sub-command-verbose

When a sub command fail, display error message

7 years agoRemove automatic closing of the window from bookmarklet 2414/head
Krzysztof Szafranek [Sun, 9 Oct 2016 20:40:55 +0000 (22:40 +0200)] 
Remove automatic closing of the window from bookmarklet

7 years agoWhen a sub command fail, display error message 2413/head
Jeremy Benoist [Sun, 9 Oct 2016 20:39:43 +0000 (22:39 +0200)] 
When a sub command fail, display error message

We often got issue with message “The command "doctrine:database:create" terminated with an error code: 1.”.

Using the `BufferedOutput` we can store the output and only display it if an error occurs.

7 years agoMerge pull request #2410 from wallabag/tag-optim
Nicolas Lœuillet [Sun, 9 Oct 2016 19:27:47 +0000 (21:27 +0200)] 
Merge pull request #2410 from wallabag/tag-optim

Optimize tag list display

7 years agoFix entities definition 2411/head
Jeremy Benoist [Sun, 9 Oct 2016 18:51:37 +0000 (20:51 +0200)] 
Fix entities definition

As per Doctrine said in the debug tool bar:

- The field Wallabag\ApiBundle\Entity\Client#refreshTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\RefreshToken#client does not contain the required 'inversedBy="refreshTokens"' attribute.

- The field Wallabag\ApiBundle\Entity\Client#accessTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\AccessToken#client does not contain the required 'inversedBy="accessTokens"' attribute.

7 years agoCS 2410/head
Jeremy Benoist [Sun, 9 Oct 2016 17:35:27 +0000 (19:35 +0200)] 
CS

7 years agoOptimize the way tag list is rendered
Jeremy Benoist [Sun, 9 Oct 2016 16:41:19 +0000 (18:41 +0200)] 
Optimize the way tag list is rendered

Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query.

Also change the layout of the tag list in material design

7 years agoAvoid tag duplication when tagging all articles
Jeremy Benoist [Sun, 9 Oct 2016 16:32:17 +0000 (18:32 +0200)] 
Avoid tag duplication when tagging all articles

Mostly when the tag doesn’t yet exist.
It was created each time it matche the rule… glups.

7 years agoAdd more log to tag:all
Jeremy Benoist [Sun, 9 Oct 2016 16:31:30 +0000 (18:31 +0200)] 
Add more log to tag:all

7 years agoMerge pull request #2406 from szafranek/bugfix-number-of-annotations
Jeremy Benoist [Sun, 9 Oct 2016 12:11:20 +0000 (14:11 +0200)] 
Merge pull request #2406 from szafranek/bugfix-number-of-annotations

Show number of annotations instead of nbAnnotations placeholder

7 years agoMerge pull request #2405 from szafranek/cleanup-fix-invalid-html
Nicolas Lœuillet [Sun, 9 Oct 2016 05:46:09 +0000 (07:46 +0200)] 
Merge pull request #2405 from szafranek/cleanup-fix-invalid-html

Fix few invalid HTML tags

7 years agoShow number of annotations instead of nbAnnotations placeholder 2406/head
Krzysztof Szafranek [Sun, 9 Oct 2016 02:59:04 +0000 (04:59 +0200)] 
Show number of annotations instead of nbAnnotations placeholder

When there was more than one annotation, a placeholder was displayed in both themes, instead of actual number.

7 years agoFix few invalid HTML tags 2405/head
Krzysztof Szafranek [Sun, 9 Oct 2016 01:37:21 +0000 (03:37 +0200)] 
Fix few invalid HTML tags

7 years agoMerge pull request #2402 from wallabag/remove-1x-changelog
Jeremy Benoist [Sat, 8 Oct 2016 12:07:35 +0000 (14:07 +0200)] 
Merge pull request #2402 from wallabag/remove-1x-changelog

Removed 1.x stuff in CHANGELOG

7 years agoRemoved 1.x stuff in CHANGELOG 2402/head
Nicolas Lœuillet [Sat, 8 Oct 2016 12:05:07 +0000 (14:05 +0200)] 
Removed 1.x stuff in CHANGELOG

7 years agoMerge pull request #2351 from wallabag/fix-api-client-deletion
Nicolas Lœuillet [Sat, 8 Oct 2016 11:31:54 +0000 (13:31 +0200)] 
Merge pull request #2351 from wallabag/fix-api-client-deletion

Changed relation between API client and refresh token

7 years agoMerge pull request #2393 from wallabag/api-urls-exist
Nicolas Lœuillet [Sat, 8 Oct 2016 11:31:31 +0000 (13:31 +0200)] 
Merge pull request #2393 from wallabag/api-urls-exist

Ability to check multiple urls in API

7 years agoMerge pull request #2397 from wallabag/api-orphan-tags
Nicolas Lœuillet [Sat, 8 Oct 2016 11:31:08 +0000 (13:31 +0200)] 
Merge pull request #2397 from wallabag/api-orphan-tags

Ensure orphan tag are remove in API

7 years agoMerge pull request #2399 from wallabag/use-locale-for-config
Jeremy Benoist [Sat, 8 Oct 2016 08:34:08 +0000 (10:34 +0200)] 
Merge pull request #2399 from wallabag/use-locale-for-config

Use default locale for user config

7 years agoMerge pull request #2400 from wallabag/doc-env-prod
Jeremy Benoist [Sat, 8 Oct 2016 08:33:52 +0000 (10:33 +0200)] 
Merge pull request #2400 from wallabag/doc-env-prod

Set env to prod in documentation

7 years agoSet env to prod in documentation 2400/head
Jeremy Benoist [Sat, 8 Oct 2016 07:39:07 +0000 (09:39 +0200)] 
Set env to prod in documentation

7 years agoUse default locale for user config 2399/head
Jeremy Benoist [Sat, 8 Oct 2016 07:33:55 +0000 (09:33 +0200)] 
Use default locale for user config

When creating a user, we set the language config “en” by default. We should use the defined locale (from `parameters.yml`) instead

7 years agoEnsure access_token are removed 2351/head
Jeremy Benoist [Fri, 7 Oct 2016 22:02:22 +0000 (00:02 +0200)] 
Ensure access_token are removed

When we remove the client, we should ensure that access_token are also removed.

To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error.

Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)

7 years agoEnsure orphan tag are remove in API 2397/head
Jeremy Benoist [Fri, 7 Oct 2016 21:31:53 +0000 (23:31 +0200)] 
Ensure orphan tag are remove in API

When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it.

Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)

7 years agoMerge pull request #2396 from wallabag/mruminski-patch-1
Nicolas Lœuillet [Fri, 7 Oct 2016 20:20:51 +0000 (22:20 +0200)] 
Merge pull request #2396 from wallabag/mruminski-patch-1

Update messages.pl.yml

7 years agoMerge pull request #2395 from wallabag/socket-connection
Nicolas Lœuillet [Fri, 7 Oct 2016 20:20:37 +0000 (22:20 +0200)] 
Merge pull request #2395 from wallabag/socket-connection

Add ability to use socket

7 years agoUpdate messages.pl.yml 2396/head
Mateusz Rumiński [Fri, 7 Oct 2016 19:32:27 +0000 (21:32 +0200)] 
Update messages.pl.yml

translated shared_by_wallabag to polish

7 years agoAdd ability to use socket 2395/head
Jeremy Benoist [Fri, 7 Oct 2016 19:00:13 +0000 (21:00 +0200)] 
Add ability to use socket

For Redis & MySQL

7 years agoAbility to check multiple urls in API 2393/head
Jeremy Benoist [Fri, 7 Oct 2016 18:37:01 +0000 (20:37 +0200)] 
Ability to check multiple urls in API

7 years agoMerge pull request #2386 from wallabag/update-changelog
Nicolas Lœuillet [Fri, 7 Oct 2016 15:35:57 +0000 (17:35 +0200)] 
Merge pull request #2386 from wallabag/update-changelog

Changed Changelog by using github-changelog-generator from @skywinder

7 years agoMerge pull request #2389 from wallabag/add-info-publich-articles
Nicolas Lœuillet [Fri, 7 Oct 2016 14:35:32 +0000 (16:35 +0200)] 
Merge pull request #2389 from wallabag/add-info-publich-articles

Added default picture if preview picture is null

7 years agoMerge pull request #2388 from wallabag/fix-2factor-user-admin
Nicolas Lœuillet [Fri, 7 Oct 2016 14:35:01 +0000 (16:35 +0200)] 
Merge pull request #2388 from wallabag/fix-2factor-user-admin

Fixed two-factor checkbox display in user admin panel

7 years agoMerge pull request #2385 from wallabag/add-doc-about-siteconfig
Jeremy Benoist [Fri, 7 Oct 2016 14:02:03 +0000 (16:02 +0200)] 
Merge pull request #2385 from wallabag/add-doc-about-siteconfig

Added documentation about siteconfig fix

7 years agoUpdate release process 2386/head
Nicolas Lœuillet [Fri, 7 Oct 2016 13:30:25 +0000 (15:30 +0200)] 
Update release process

7 years agoFixed review 2385/head
Nicolas Lœuillet [Fri, 7 Oct 2016 13:27:05 +0000 (15:27 +0200)] 
Fixed review

7 years agoAdded default picture if preview picture is null 2389/head
Nicolas Lœuillet [Fri, 7 Oct 2016 13:21:31 +0000 (15:21 +0200)] 
Added default picture if preview picture is null

7 years agoAdded link to fivefilters website
Nicolas Lœuillet [Fri, 7 Oct 2016 13:14:15 +0000 (15:14 +0200)] 
Added link to fivefilters website

7 years agoFixed two-factor checkbox display in user admin panel 2388/head
Nicolas Lœuillet [Fri, 7 Oct 2016 12:56:26 +0000 (14:56 +0200)] 
Fixed two-factor checkbox display in user admin panel
Fix #2380

7 years agoFixed review
Nicolas Lœuillet [Fri, 7 Oct 2016 12:40:32 +0000 (14:40 +0200)] 
Fixed review

7 years agoChanged Changelog by using github-changelog-generator from @skywinder
Nicolas Lœuillet [Fri, 7 Oct 2016 12:34:44 +0000 (14:34 +0200)] 
Changed Changelog by using github-changelog-generator from @skywinder

7 years agoMerge pull request #2383 from wallabag/add-info-publich-articles
Nicolas Lœuillet [Fri, 7 Oct 2016 12:30:46 +0000 (14:30 +0200)] 
Merge pull request #2383 from wallabag/add-info-publich-articles

Added OpenGraph support for public articles

7 years agoAdded documentation about siteconfig fix
Nicolas Lœuillet [Fri, 7 Oct 2016 12:17:13 +0000 (14:17 +0200)] 
Added documentation about siteconfig fix
Found in #2358, thank you @j0k3r

7 years agoAdded test for OpenGraph 2383/head
Nicolas Lœuillet [Fri, 7 Oct 2016 12:06:12 +0000 (14:06 +0200)] 
Added test for OpenGraph

7 years agoMerge pull request #2332 from wallabag/tags-export
Jeremy Benoist [Fri, 7 Oct 2016 11:55:55 +0000 (13:55 +0200)] 
Merge pull request #2332 from wallabag/tags-export

Fix relations export for Entry

7 years agoFixed review
Nicolas Lœuillet [Fri, 7 Oct 2016 07:22:40 +0000 (09:22 +0200)] 
Fixed review

7 years agoAdded OpenGraph support for public articles
Nicolas Lœuillet [Fri, 7 Oct 2016 07:05:18 +0000 (09:05 +0200)] 
Added OpenGraph support for public articles
Fix #2289

7 years agoFix tag test 2332/head
Jeremy Benoist [Sun, 2 Oct 2016 14:53:52 +0000 (16:53 +0200)] 
Fix tag test

7 years agoFix bad translation key
Jeremy Benoist [Sun, 2 Oct 2016 14:07:40 +0000 (16:07 +0200)] 
Fix bad translation key

`entry_reload_failed` instead of `entry_reloaded_failed`

7 years agoFix relations export for Entry
Jeremy Benoist [Sun, 2 Oct 2016 14:06:42 +0000 (16:06 +0200)] 
Fix relations export for Entry

Tags & Annotations weren’t really well exported.
This is now fixed (+ tests)

7 years agoMerge pull request #2377 from wallabag/fix-exists-api
Thomas Citharel [Wed, 5 Oct 2016 17:52:06 +0000 (19:52 +0200)] 
Merge pull request #2377 from wallabag/fix-exists-api

Fix exists API call

7 years agoFix typo & add test 2377/head
Jeremy Benoist [Wed, 5 Oct 2016 17:30:56 +0000 (19:30 +0200)] 
Fix typo & add test

7 years agoMerge pull request #2374 from wallabag/clickable-tags
Jeremy Benoist [Wed, 5 Oct 2016 14:16:21 +0000 (16:16 +0200)] 
Merge pull request #2374 from wallabag/clickable-tags

Clickable tags

7 years agoMerge pull request #2375 from wallabag/upgrade-nodejs
Thomas Citharel [Wed, 5 Oct 2016 13:38:19 +0000 (15:38 +0200)] 
Merge pull request #2375 from wallabag/upgrade-nodejs

try to reduce assets build npm connection failing by updating nodejs

7 years agoFix exists API call
Thomas Citharel [Wed, 5 Oct 2016 13:28:36 +0000 (15:28 +0200)] 
Fix exists API call

Boo

7 years agotry to reduce assets build npm connection failing by updating nodejs 2375/head
Thomas Citharel [Wed, 5 Oct 2016 13:05:42 +0000 (15:05 +0200)] 
try to reduce assets build npm connection failing by updating nodejs

7 years agobetter tags on material 2374/head
Thomas Citharel [Wed, 5 Oct 2016 12:06:55 +0000 (14:06 +0200)] 
better tags on material

7 years agoMerge pull request #2363 from wallabag/clean-composer
Nicolas Lœuillet [Tue, 4 Oct 2016 20:22:19 +0000 (22:22 +0200)] 
Merge pull request #2363 from wallabag/clean-composer

Remove mouf/nodejs-installer from composer

7 years agoRemove mouf/nodejs-installer from composer 2363/head
Jeremy Benoist [Tue, 4 Oct 2016 19:44:58 +0000 (21:44 +0200)] 
Remove mouf/nodejs-installer from composer

7 years agobetter tags on baggy
Thomas Citharel [Tue, 4 Oct 2016 18:11:10 +0000 (20:11 +0200)] 
better tags on baggy

7 years agoUpdate md5 hash for package
Nicolas Lœuillet [Tue, 4 Oct 2016 15:43:28 +0000 (17:43 +0200)] 
Update md5 hash for package

7 years agoMerge pull request #2349 from wallabag/prepare-211
Nicolas Lœuillet [Tue, 4 Oct 2016 15:13:57 +0000 (17:13 +0200)] 
Merge pull request #2349 from wallabag/prepare-211

Prepare wallabag 2.1.1

7 years agoUpdate CHANGELOG.md 2349/head
Nicolas Lœuillet [Tue, 4 Oct 2016 15:13:16 +0000 (17:13 +0200)] 
Update CHANGELOG.md

7 years agoTypo
Jeremy Benoist [Tue, 4 Oct 2016 15:12:45 +0000 (17:12 +0200)] 
Typo

7 years agoUpdate CHANGELOG
Jeremy Benoist [Tue, 4 Oct 2016 15:11:26 +0000 (17:11 +0200)] 
Update CHANGELOG

7 years agoPrepare wallabag 2.1.1
Nicolas Lœuillet [Mon, 3 Oct 2016 19:11:31 +0000 (21:11 +0200)] 
Prepare wallabag 2.1.1

7 years agoMerge pull request #2353 from wallabag/assets-fix
Thomas Citharel [Tue, 4 Oct 2016 14:26:50 +0000 (16:26 +0200)] 
Merge pull request #2353 from wallabag/assets-fix

Basically, fix everything

7 years agotypo and build on test 2353/head
Thomas Citharel [Tue, 4 Oct 2016 13:59:56 +0000 (15:59 +0200)] 
typo and build on test

7 years agouse airbnb base rules and update eslint
Thomas Citharel [Tue, 4 Oct 2016 13:30:05 +0000 (15:30 +0200)] 
use airbnb base rules and update eslint

7 years agoFix icon position
Thomas Citharel [Tue, 4 Oct 2016 13:12:48 +0000 (15:12 +0200)] 
Fix icon position

7 years agoFixed calendar icon position with baggy theme
Nicolas Lœuillet [Tue, 4 Oct 2016 13:00:47 +0000 (15:00 +0200)] 
Fixed calendar icon position with baggy theme

7 years agoFixed icon position in share menu
Nicolas Lœuillet [Tue, 4 Oct 2016 12:58:06 +0000 (14:58 +0200)] 
Fixed icon position in share menu

7 years agofix icons
Thomas Citharel [Tue, 4 Oct 2016 12:48:22 +0000 (14:48 +0200)] 
fix icons

7 years agoMerge pull request #2359 from wallabag/user-config
Nicolas Lœuillet [Tue, 4 Oct 2016 11:35:13 +0000 (13:35 +0200)] 
Merge pull request #2359 from wallabag/user-config

Create config even if user is disabled

7 years agoAdd eslint & stylelint tests (fix a few things) and move dependencies to dev
Thomas Citharel [Tue, 4 Oct 2016 10:14:28 +0000 (12:14 +0200)] 
Add eslint & stylelint tests (fix a few things) and move dependencies to dev

7 years ago👋 HHVM 2359/head
Jeremy Benoist [Tue, 4 Oct 2016 09:20:58 +0000 (11:20 +0200)] 
👋 HHVM

7 years agoCreate config even if user is disabled
Jeremy Benoist [Tue, 4 Oct 2016 08:42:45 +0000 (10:42 +0200)] 
Create config even if user is disabled

When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event.
There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived.

7 years agoUpdate doc
Jeremy Benoist [Tue, 4 Oct 2016 08:25:49 +0000 (10:25 +0200)] 
Update doc

Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis)

7 years agoFix font & Travis
Jeremy Benoist [Tue, 4 Oct 2016 08:10:36 +0000 (10:10 +0200)] 
Fix font & Travis

Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)

7 years agoMerge pull request #2354 from Zayon/master
Nicolas Lœuillet [Tue, 4 Oct 2016 06:41:17 +0000 (08:41 +0200)] 
Merge pull request #2354 from Zayon/master

Add php-bcmath extension to requirements

7 years agoshaarli instead of Diaspora
Jeremy Benoist [Tue, 4 Oct 2016 05:26:18 +0000 (07:26 +0200)] 
shaarli instead of Diaspora

7 years agoUpdate .travis.yml
Jeremy Benoist [Tue, 4 Oct 2016 05:25:05 +0000 (07:25 +0200)] 
Update .travis.yml

7 years agoFix grunt path
Thomas Citharel [Mon, 3 Oct 2016 23:00:14 +0000 (01:00 +0200)] 
Fix grunt path

7 years agoAdd php-bcmath extension to requirements 2354/head
Zayon [Mon, 3 Oct 2016 21:21:35 +0000 (23:21 +0200)] 
Add php-bcmath extension to requirements

Fix issue #2342

7 years agoremove install scripts and tweak travis
Thomas Citharel [Mon, 3 Oct 2016 21:21:02 +0000 (23:21 +0200)] 
remove install scripts and tweak travis

7 years agoBasically, fix everything
Thomas Citharel [Mon, 3 Oct 2016 21:08:26 +0000 (23:08 +0200)] 
Basically, fix everything

* Remove install.sh
* Assets are now provided
* Icons font issues are fixed

7 years agoChanged relation between API client and refresh token
Nicolas Lœuillet [Mon, 3 Oct 2016 19:39:01 +0000 (21:39 +0200)] 
Changed relation between API client and refresh token
Fix #2350

7 years agoAdd missing env in install.sh
Jeremy Benoist [Mon, 3 Oct 2016 16:13:40 +0000 (18:13 +0200)] 
Add missing env in install.sh

Fix https://github.com/wallabag/wallabag/issues/2345

7 years agoMerge pull request #2341 from mruminski/master
Thomas Citharel [Mon, 3 Oct 2016 14:44:19 +0000 (16:44 +0200)] 
Merge pull request #2341 from mruminski/master

Update messages.pl.yml

7 years agoMerge pull request #2340 from wallabag/improve-ger-transl
Thomas Citharel [Mon, 3 Oct 2016 14:23:16 +0000 (16:23 +0200)] 
Merge pull request #2340 from wallabag/improve-ger-transl

 small improvement for german translation

7 years agoimprove German translation 2340/head
Sven Fischer [Mon, 3 Oct 2016 13:00:08 +0000 (15:00 +0200)] 
improve German translation

7 years agoMerge pull request #2338 from wallabag/install-2.1
Thomas Citharel [Mon, 3 Oct 2016 13:33:08 +0000 (15:33 +0200)] 
Merge pull request #2338 from wallabag/install-2.1

Fix for 2.1 installation

7 years agoUpdate messages.pl.yml 2341/head
Mateusz Rumiński [Mon, 3 Oct 2016 13:05:21 +0000 (15:05 +0200)] 
Update messages.pl.yml

add missing and update existing translation

7 years agoEnsure cache is clear before upgrading 2338/head
Jeremy Benoist [Mon, 3 Oct 2016 12:44:12 +0000 (14:44 +0200)] 
Ensure cache is clear before upgrading

If we changed some namespace / classes, we need to refresh the cache before anything else.