]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
7 years agoSQLite should use utf8, not utf8mb4 2401/head
Jeremy Benoist [Mon, 24 Oct 2016 08:10:38 +0000 (10:10 +0200)] 
SQLite should use utf8, not utf8mb4

7 years agoFix migrations
Jeremy Benoist [Sun, 23 Oct 2016 10:35:57 +0000 (12:35 +0200)] 
Fix migrations

7 years agoLowercase wallabag
Jeremy Benoist [Sat, 22 Oct 2016 12:05:59 +0000 (14:05 +0200)] 
Lowercase wallabag

7 years agoAdd migration for MySQL utf8mb4
Jeremy Benoist [Sat, 22 Oct 2016 12:01:58 +0000 (14:01 +0200)] 
Add migration for MySQL utf8mb4

7 years agoAdd verification check for MySQL version
Jeremy Benoist [Sat, 22 Oct 2016 11:41:03 +0000 (13:41 +0200)] 
Add verification check for MySQL version

Must now be >= 5.5.4

7 years agoUse statements & update translation
Jeremy Benoist [Tue, 11 Oct 2016 19:45:43 +0000 (21:45 +0200)] 
Use statements & update translation

7 years agoCS
Jeremy Benoist [Sat, 8 Oct 2016 09:14:09 +0000 (11:14 +0200)] 
CS

7 years agoAdd baggy reset part
Jeremy Benoist [Sat, 8 Oct 2016 09:13:55 +0000 (11:13 +0200)] 
Add baggy reset part

7 years agoAvoid orphan tags
Jeremy Benoist [Sat, 8 Oct 2016 09:05:03 +0000 (11:05 +0200)] 
Avoid orphan tags

7 years agoCleanup subscriber / listener definition
Jeremy Benoist [Sat, 8 Oct 2016 08:57:57 +0000 (10:57 +0200)] 
Cleanup subscriber / listener definition

7 years agoAdd custom doctrine subscriber for SQLite
Jeremy Benoist [Sat, 1 Oct 2016 12:01:13 +0000 (14:01 +0200)] 
Add custom doctrine subscriber for SQLite

Since SQLite doesn’t handle cascade remove by default, we need to handle it manually.

Also some refacto

7 years agoFix emoji insertion in MySQL
Jeremy Benoist [Sat, 1 Oct 2016 08:52:13 +0000 (10:52 +0200)] 
Fix emoji insertion in MySQL

Switch to utf8mb4 instead of utf8 because f*** MySQL
See https://github.com/doctrine/dbal/pull/851

7 years agoAdd ability to reset some datas
Jeremy Benoist [Sat, 1 Oct 2016 07:26:32 +0000 (09:26 +0200)] 
Add ability to reset some datas

- annotations
- tags
- entries

7 years agoMerge pull request #2453 from wallabag/fix-api-export
Nicolas Lœuillet [Fri, 21 Oct 2016 13:22:11 +0000 (15:22 +0200)] 
Merge pull request #2453 from wallabag/fix-api-export

Fix API export

7 years agoCS 2453/head
Jeremy Benoist [Sat, 15 Oct 2016 16:00:08 +0000 (18:00 +0200)] 
CS

7 years agoApiDoc & Route annotation were conflicted
Jeremy Benoist [Sat, 15 Oct 2016 14:46:42 +0000 (16:46 +0200)] 
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 …

7 years agoMerge pull request #2438 from wallabag/mruminski-patch-1
Jeremy Benoist [Wed, 12 Oct 2016 18:01:13 +0000 (20:01 +0200)] 
Merge pull request #2438 from wallabag/mruminski-patch-1

Update messages.pl.yml

7 years agoUpdate messages.pl.yml 2438/head
Mateusz Rumiński [Wed, 12 Oct 2016 17:32:30 +0000 (19:32 +0200)] 
Update messages.pl.yml

translate delete section to polish

7 years agoMerge pull request #2372 from pmartin/api-get-entry-as-epub
Jeremy Benoist [Wed, 12 Oct 2016 12:06:33 +0000 (14:06 +0200)] 
Merge pull request #2372 from pmartin/api-get-entry-as-epub

API: ability to export entry in all available format (epub, pdf, etc...)

7 years agoMerge remote-tracking branch 'origin/master' into 2.2
Jeremy Benoist [Tue, 11 Oct 2016 19:01:30 +0000 (21:01 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.2

7 years agoMerge pull request #2429 from wallabag/lock-fos-user
Nicolas Lœuillet [Tue, 11 Oct 2016 17:32:22 +0000 (19:32 +0200)] 
Merge pull request #2429 from wallabag/lock-fos-user

Lock deps for FOSUser

7 years agoLock deps for FOSUser 2429/head
Jeremy Benoist [Tue, 11 Oct 2016 16:59:08 +0000 (18:59 +0200)] 
Lock deps for FOSUser

We’ll wait until the final release will be out and other related project will be update to support it.
Meanwhile we can safely lock to a previous version.

7 years agoMerge pull request #2409 from wallabag/Quent-in-patch-1
Jeremy Benoist [Tue, 11 Oct 2016 16:18:29 +0000 (18:18 +0200)] 
Merge pull request #2409 from wallabag/Quent-in-patch-1

Occitan version update

7 years agoMerge pull request #2422 from wallabag/typo-doc
Nicolas Lœuillet [Tue, 11 Oct 2016 13:03:46 +0000 (15:03 +0200)] 
Merge pull request #2422 from wallabag/typo-doc

Fixed display for note in installation page

7 years agoMerge pull request #2426 from wallabag/fix-doc
Nicolas Lœuillet [Tue, 11 Oct 2016 13:00:59 +0000 (15:00 +0200)] 
Merge pull request #2426 from wallabag/fix-doc

Fix links on english documentation homepage

7 years agoFix links on english documentation homepage 2426/head
Nicolas Lœuillet [Tue, 11 Oct 2016 12:59:32 +0000 (14:59 +0200)] 
Fix links on english documentation homepage

7 years agoUpdate messages.oc.yml 2409/head
Quent-in [Mon, 10 Oct 2016 18:01:25 +0000 (20:01 +0200)] 
Update messages.oc.yml

I thought I had translated the Docker installation line, apparently not!
Thanks Nicolas for the other changes!

7 years agoMerge pull request #2420 from wallabag/redis-tests
Nicolas Lœuillet [Mon, 10 Oct 2016 17:02:05 +0000 (19:02 +0200)] 
Merge pull request #2420 from wallabag/redis-tests

Avoid error when Redis isn't here in tests

7 years agoFixed display for note in installation page 2422/head
Nicolas Lœuillet [Mon, 10 Oct 2016 16:51:20 +0000 (18:51 +0200)] 
Fixed display for note in installation page

7 years agoMerge pull request #2403 from wallabag/cleanup-install-process-in-doc
Jeremy Benoist [Mon, 10 Oct 2016 14:58:15 +0000 (16:58 +0200)] 
Merge pull request #2403 from wallabag/cleanup-install-process-in-doc

Cleaned up documentation for installation process

7 years agoAvoid error when Redis isn't here in tests 2420/head
Jeremy Benoist [Mon, 10 Oct 2016 14:34:57 +0000 (16:34 +0200)] 
Avoid error when Redis isn't here in tests

7 years agoMerge pull request #2419 from wallabag/fix-twitter-cards
Nicolas Lœuillet [Mon, 10 Oct 2016 14:09:52 +0000 (16:09 +0200)] 
Merge pull request #2419 from wallabag/fix-twitter-cards

Fixed Twitter Cards by adding a description tag

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 agoAdded steps about Redis/RabbitMQ activation 2403/head
Nicolas Lœuillet [Mon, 10 Oct 2016 13:38:49 +0000 (15:38 +0200)] 
Added steps about Redis/RabbitMQ activation

7 years agoFixed links on import page
Nicolas Lœuillet [Mon, 10 Oct 2016 13:38:42 +0000 (15:38 +0200)] 
Fixed links on import page

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 agoUse table for parameters.yml
Jeremy Benoist [Mon, 10 Oct 2016 11:42:50 +0000 (13:42 +0200)] 
Use table for parameters.yml

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 agoAdded page about parameters.yml
Nicolas Lœuillet [Mon, 10 Oct 2016 11:01:14 +0000 (13:01 +0200)] 
Added page about parameters.yml

7 years agoAdd -dev version
Jeremy Benoist [Mon, 10 Oct 2016 09:39:42 +0000 (11:39 +0200)] 
Add -dev version

Following https://github.com/wallabag/wallabag/pull/2417

7 years agoTypos in upgrade doc
Nicolas Lœuillet [Mon, 10 Oct 2016 09:35:32 +0000 (11:35 +0200)] 
Typos in upgrade doc

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 agoUpdate upgrade documentation
Nicolas Lœuillet [Mon, 10 Oct 2016 09:21:20 +0000 (11:21 +0200)] 
Update upgrade documentation

7 years agoUpdate documentation
Nicolas Lœuillet [Mon, 10 Oct 2016 08:20:32 +0000 (10:20 +0200)] 
Update documentation

7 years agoFixed review
Nicolas Lœuillet [Mon, 10 Oct 2016 08:05:50 +0000 (10:05 +0200)] 
Fixed review

7 years agoAdded documentation about testsuite
Nicolas Lœuillet [Mon, 10 Oct 2016 07:15:53 +0000 (09:15 +0200)] 
Added documentation about testsuite
Fix #2415

7 years agoUpdate RELEASE_PROCESS.md
Jeremy Benoist [Mon, 10 Oct 2016 07:12:24 +0000 (09:12 +0200)] 
Update RELEASE_PROCESS.md

7 years agoUpdate README.md
Jeremy Benoist [Mon, 10 Oct 2016 07:11:26 +0000 (09:11 +0200)] 
Update README.md

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 agoChanged the default command when we launch make
Nicolas Lœuillet [Sun, 9 Oct 2016 20:01:24 +0000 (22:01 +0200)] 
Changed the default command when we launch make

7 years agoCreated scripts folder to store update/install/release process
Nicolas Lœuillet [Sun, 9 Oct 2016 19:50:15 +0000 (21:50 +0200)] 
Created scripts folder to store update/install/release process

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 agoMerge pull request #2177 from wallabag/delete-account
Nicolas Lœuillet [Sun, 9 Oct 2016 19:21:03 +0000 (21:21 +0200)] 
Merge pull request #2177 from wallabag/delete-account

Delete user

7 years agoUpdate Makefile
Nicolas Lœuillet [Sun, 9 Oct 2016 19:15:57 +0000 (21:15 +0200)] 
Update Makefile

7 years agoUpdate Makefile
Nicolas Lœuillet [Sun, 9 Oct 2016 19:06:26 +0000 (21:06 +0200)] 
Update Makefile

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 agoFirst draft for Makefile
Nicolas Lœuillet [Sun, 9 Oct 2016 18:21:02 +0000 (20:21 +0200)] 
First draft for Makefile

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 agoOccitan version update
Quent-in [Sun, 9 Oct 2016 16:24:42 +0000 (18:24 +0200)] 
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.

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 agoRemove unnecessary user serialization 2177/head
Jeremy Benoist [Sat, 8 Oct 2016 19:16:40 +0000 (21:16 +0200)] 
Remove unnecessary user serialization

7 years agoCS
Jeremy Benoist [Sat, 8 Oct 2016 18:35:16 +0000 (20:35 +0200)] 
CS

7 years agoBonus: display driver in install command
Jeremy Benoist [Sat, 8 Oct 2016 18:33:21 +0000 (20:33 +0200)] 
Bonus: display driver in install command

7 years agoupdate German installation.rst
Strubbl [Sat, 8 Oct 2016 18:28:18 +0000 (20:28 +0200)] 
update German installation.rst

7 years agoFix PostgreSQL query
Jeremy Benoist [Sat, 8 Oct 2016 18:26:06 +0000 (20:26 +0200)] 
Fix PostgreSQL query

PostgreSQL doesn’t like when we compare interger and boolean :)

7 years agoupdate German installation.rst
Strubbl [Sat, 8 Oct 2016 18:25:48 +0000 (20:25 +0200)] 
update German installation.rst

7 years agoBetter display and description
Jeremy Benoist [Sat, 8 Oct 2016 17:39:50 +0000 (19:39 +0200)] 
Better display and description

Confirmation message isn’t required since it is written in the delete description

7 years agoLogout user before deleting it
Jeremy Benoist [Sat, 8 Oct 2016 17:39:12 +0000 (19:39 +0200)] 
Logout user before deleting it

And add a smal description

7 years agoChmoded install.sh
Nicolas Lœuillet [Sat, 8 Oct 2016 13:14:45 +0000 (15:14 +0200)] 
Chmoded install.sh

7 years agoCleaned up documentation for installation process
Nicolas Lœuillet [Sat, 8 Oct 2016 13:10:56 +0000 (15:10 +0200)] 
Cleaned up documentation for installation process

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 agoFix some tests
Jeremy Benoist [Sat, 8 Oct 2016 12:07:13 +0000 (14:07 +0200)] 
Fix some tests

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 agoAdded a test to check if entries are also deleted
Nicolas Lœuillet [Fri, 9 Sep 2016 08:08:12 +0000 (10:08 +0200)] 
Added a test to check if entries are also deleted

7 years agoChanged tests
Nicolas Lœuillet [Thu, 8 Sep 2016 14:00:39 +0000 (16:00 +0200)] 
Changed tests

7 years agoAdded tests
Nicolas Lœuillet [Thu, 8 Sep 2016 13:47:03 +0000 (15:47 +0200)] 
Added tests

7 years agoAdded check if there is only one user
Nicolas Lœuillet [Thu, 8 Sep 2016 12:07:36 +0000 (14:07 +0200)] 
Added check if there is only one user
Added translations and documentation

7 years agoCS
Thomas Citharel [Fri, 1 Jul 2016 08:58:15 +0000 (10:58 +0200)] 
CS

7 years agowork
Thomas Citharel [Sun, 26 Jun 2016 11:36:53 +0000 (13:36 +0200)] 
work

7 years agoAdd entry export in API 2372/head
Jeremy Benoist [Sat, 8 Oct 2016 10:59:17 +0000 (12:59 +0200)] 
Add entry export in API

Export isn't available for json & xml because user can use the default
entry endpoint instead.

7 years agoAPI: getEntry can return EPUB
Pascal MARTIN [Tue, 4 Oct 2016 11:57:18 +0000 (13:57 +0200)] 
API: getEntry can return EPUB

7 years agoRouting: epub format is allowed for API
Pascal MARTIN [Tue, 4 Oct 2016 11:57:03 +0000 (13:57 +0200)] 
Routing: epub format is allowed for 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