]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
7 years agoMerge branch 'master' into 2.1
Jeremy Benoist [Thu, 23 Jun 2016 09:47:46 +0000 (11:47 +0200)] 
Merge branch 'master' into 2.1

7 years agoMerge pull request #2157 from wallabag/lower-upper-readingtime
Jeremy Benoist [Thu, 23 Jun 2016 09:38:10 +0000 (11:38 +0200)] 
Merge pull request #2157 from wallabag/lower-upper-readingtime

Handle only upper or only lower reading filter

7 years agoAdd some tests about readingTime 2157/head
Jeremy Benoist [Thu, 23 Jun 2016 08:46:47 +0000 (10:46 +0200)] 
Add some tests about readingTime

7 years agoMerge pull request #2165 from wallabag/translation-typos
Jeremy Benoist [Thu, 23 Jun 2016 08:43:06 +0000 (10:43 +0200)] 
Merge pull request #2165 from wallabag/translation-typos

Fix a few french translations typos

7 years agofixup! Handle only upper or only lower reading filter
Jeremy Benoist [Fri, 17 Jun 2016 22:22:04 +0000 (00:22 +0200)] 
fixup! Handle only upper or only lower reading filter

7 years agoHandle only upper or only lower reading filter
Jeremy Benoist [Fri, 17 Jun 2016 21:48:51 +0000 (23:48 +0200)] 
Handle only upper or only lower reading filter

When we select only one value in the reading time filter, we need to perform a query with only one value (greater than OR lower than).

7 years agoFix a few french translations typos 2165/head
Thomas Citharel [Wed, 22 Jun 2016 19:50:41 +0000 (21:50 +0200)] 
Fix a few french translations typos

7 years agoMerge pull request #2142 from wallabag/v2-use-npm
Nicolas Lœuillet [Thu, 23 Jun 2016 07:25:01 +0000 (09:25 +0200)] 
Merge pull request #2142 from wallabag/v2-use-npm

Manage assets through npm

7 years agoMerge pull request #2132 from wallabag/sf3.1
Nicolas Lœuillet [Thu, 23 Jun 2016 07:18:18 +0000 (09:18 +0200)] 
Merge pull request #2132 from wallabag/sf3.1

Jump to Symfony 3.1

7 years agoUpdate symlink to php-cs-fixer
Jeremy Benoist [Mon, 20 Jun 2016 09:22:30 +0000 (11:22 +0200)] 
Update symlink to php-cs-fixer

7 years agoTry to find bad redirection after delete
Jeremy Benoist [Fri, 17 Jun 2016 20:18:48 +0000 (22:18 +0200)] 
Try to find bad redirection after delete

Instead of checking for the whole absolute url, we just check with the relative url.
If the referer ends with the relative url of the deleted entry, don't redirect to the referer.

7 years agoUse friendsofphp instead of fabpot
Jeremy Benoist [Fri, 17 Jun 2016 20:03:29 +0000 (22:03 +0200)] 
Use friendsofphp instead of fabpot

The fabpot's one is now depreacted

7 years agotranslate documentation to German
Sven Fischer [Mon, 23 May 2016 19:41:00 +0000 (21:41 +0200)] 
translate documentation to German

7 years agoCorrected Regex for lighttpd rewrite
Even Allmighty [Mon, 13 Jun 2016 08:35:05 +0000 (10:35 +0200)] 
Corrected Regex for lighttpd rewrite

7 years agoPrepare wallabag 2.0.5
Nicolas Lœuillet [Mon, 23 May 2016 14:54:46 +0000 (16:54 +0200)] 
Prepare wallabag 2.0.5

7 years agoChange ManyToMany between entry & tag
Jeremy Benoist [Mon, 30 May 2016 12:34:11 +0000 (14:34 +0200)] 
Change ManyToMany between entry & tag

Following https://gist.github.com/Ocramius/3121916

Be sure to remove the related entity when removing an entity.

Let say you have Entry -> EntryTag -> Tag.
If you remove the entry:

 - before that commit, the EntryTag will stay (at least using SQLite).
 - with that commit, the related entity is removed

7 years agoDisplay a message when saving an entry failed
Jeremy Benoist [Mon, 30 May 2016 12:32:41 +0000 (14:32 +0200)] 
Display a message when saving an entry failed

When saving an entry fail because of database error we previously just returned `false`.
Now we got an error in the log and the displayed notice to the user is updated too.

7 years agoMove fixtures to the right place
Jeremy Benoist [Mon, 30 May 2016 12:18:47 +0000 (14:18 +0200)] 
Move fixtures to the right place

7 years agoFix the deletion of Tags/Entries relation when delete an entry
Nicolas Lœuillet [Sat, 28 May 2016 11:38:59 +0000 (13:38 +0200)] 
Fix the deletion of Tags/Entries relation when delete an entry
Fix #2121

7 years agoAdd unread filter test to EntryControllerTest
Daniel Bartram [Mon, 9 May 2016 18:48:28 +0000 (19:48 +0100)] 
Add unread filter test to EntryControllerTest

Add a new test to the EntryControllerTest collection which checks that
only entries which have not been archived (and are treated as "unread")
are retrieved.

7 years agoAdd unread filter to entries pages
Daniel Bartram [Mon, 9 May 2016 13:19:09 +0000 (14:19 +0100)] 
Add unread filter to entries pages

Add the ability to filter for unread pages in the filters menu.

7 years agoFix bad loading fixtures 2132/head
Jeremy Benoist [Wed, 22 Jun 2016 21:15:09 +0000 (23:15 +0200)] 
Fix bad loading fixtures

Since doctrine/data-fixtures 1.2.0 fixtures seems to be badly loaded.
No time for investigate but reverting back to 1.1.* is fixing issues.

7 years agoJump to Symfony 3.1
Jeremy Benoist [Wed, 1 Jun 2016 19:27:35 +0000 (21:27 +0200)] 
Jump to Symfony 3.1

7 years agoMerge pull request #2160 from wallabag/bin-cs-fixer
Nicolas Lœuillet [Mon, 20 Jun 2016 10:11:53 +0000 (12:11 +0200)] 
Merge pull request #2160 from wallabag/bin-cs-fixer

Update symlink to php-cs-fixer

7 years agoUpdate symlink to php-cs-fixer 2160/head
Jeremy Benoist [Mon, 20 Jun 2016 09:22:30 +0000 (11:22 +0200)] 
Update symlink to php-cs-fixer

7 years agoMerge pull request #2155 from wallabag/php-cs-fixer
Nicolas Lœuillet [Mon, 20 Jun 2016 07:35:55 +0000 (09:35 +0200)] 
Merge pull request #2155 from wallabag/php-cs-fixer

Use friendsofphp instead of fabpot

7 years agoMerge pull request #2156 from wallabag/delete-redirect
Nicolas Lœuillet [Mon, 20 Jun 2016 07:35:41 +0000 (09:35 +0200)] 
Merge pull request #2156 from wallabag/delete-redirect

Try to find bad redirection after delete

7 years agoTry to find bad redirection after delete 2156/head
Jeremy Benoist [Fri, 17 Jun 2016 20:18:48 +0000 (22:18 +0200)] 
Try to find bad redirection after delete

Instead of checking for the whole absolute url, we just check with the relative url.
If the referer ends with the relative url of the deleted entry, don't redirect to the referer.

7 years agoUse friendsofphp instead of fabpot 2155/head
Jeremy Benoist [Fri, 17 Jun 2016 20:03:29 +0000 (22:03 +0200)] 
Use friendsofphp instead of fabpot

The fabpot's one is now depreacted

7 years agoMerge pull request #2148 from wallabag/start-german-docu
Jeremy Benoist [Thu, 16 Jun 2016 04:50:21 +0000 (06:50 +0200)] 
Merge pull request #2148 from wallabag/start-german-docu

translate documentation to German

7 years agotranslate documentation to German 2148/head
Sven Fischer [Mon, 23 May 2016 19:41:00 +0000 (21:41 +0200)] 
translate documentation to German

7 years agoMerge pull request #2145 from even-allmighty/master
Jeremy Benoist [Mon, 13 Jun 2016 09:51:37 +0000 (11:51 +0200)] 
Merge pull request #2145 from even-allmighty/master

Corrected Regex for lighttpd rewrite

7 years agoCorrected Regex for lighttpd rewrite 2145/head
Even Allmighty [Mon, 13 Jun 2016 08:35:05 +0000 (10:35 +0200)] 
Corrected Regex for lighttpd rewrite

7 years agotrailing comma 2142/head
Thomas Citharel [Thu, 9 Jun 2016 18:08:57 +0000 (20:08 +0200)] 
trailing comma

7 years agoremove block added twice
Thomas Citharel [Thu, 9 Jun 2016 17:07:41 +0000 (19:07 +0200)] 
remove block added twice

7 years agoclean & lint stuff
Thomas Citharel [Thu, 9 Jun 2016 17:02:38 +0000 (19:02 +0200)] 
clean & lint stuff

7 years agomanage assets through npm 2103/head
Thomas Citharel [Tue, 8 Mar 2016 16:02:34 +0000 (17:02 +0100)] 
manage assets through npm

first draft

remote assetic totally

work

nearly there

use at least nodejs > 0.12

use proper version of grunt

bump nodejs version for travis

update npm

workaround for materialize

install node 5.0

add grunt-cli

baggy theme & cache node modules

cache bower & npm

make travis build assets on php7 only

exclude installing node & npm if not needed & use bash

clean & try to make icomoon work on baggy

ready

config for travis

rebase

make travis work

more travis work

impove travis & update deps

add missing pixrem deps

add module through oddly lost

ui updates

install latest nodejs

add install_dev.sh, link local binaries for npm/bower/grunt

ui improvements (mostly baggy)

fix travis build

no need to install on travis

Add unread filter to entries pages

Add the ability to filter for unread pages in the filters menu.

Add unread filter test to EntryControllerTest

Add a new test to the EntryControllerTest collection which checks that
only entries which have not been archived (and are treated as "unread")
are retrieved.

Improve English translation

Update FAQ

-Fix grammar
-Add notes about MTA, firewall, and SELinux

Update installation instructions

-Fix grammar
-Add SELinux section

add screenshots of android docu in English

Fix the deletion of Tags/Entries relation when delete an entry
Fix #2121

Move fixtures to the right place

Display a message when saving an entry failed

When saving an entry fail because of database error we previously just returned `false`.
Now we got an error in the log and the displayed notice to the user is updated too.

Change ManyToMany between entry & tag

Following https://gist.github.com/Ocramius/3121916

Be sure to remove the related entity when removing an entity.

Let say you have Entry -> EntryTag -> Tag.
If you remove the entry:

 - before that commit, the EntryTag will stay (at least using SQLite).
 - with that commit, the related entity is removed

Prepare wallabag 2.0.5

enforce older materialize version

7 years agoMerge pull request #2118 from wallabag/prepare-205
Nicolas Lœuillet [Tue, 31 May 2016 19:45:01 +0000 (21:45 +0200)] 
Merge pull request #2118 from wallabag/prepare-205

Prepare wallabag 2.0.5

7 years agoPrepare wallabag 2.0.5 2118/head
Nicolas Lœuillet [Mon, 23 May 2016 14:54:46 +0000 (16:54 +0200)] 
Prepare wallabag 2.0.5

7 years agoMerge pull request #2122 from wallabag/fix-tags-deletion
Nicolas Lœuillet [Tue, 31 May 2016 09:31:16 +0000 (11:31 +0200)] 
Merge pull request #2122 from wallabag/fix-tags-deletion

Fix the deletion of Tags/Entries relation when delete an entry

7 years agoChange ManyToMany between entry & tag 2122/head
Jeremy Benoist [Mon, 30 May 2016 12:34:11 +0000 (14:34 +0200)] 
Change ManyToMany between entry & tag

Following https://gist.github.com/Ocramius/3121916

Be sure to remove the related entity when removing an entity.

Let say you have Entry -> EntryTag -> Tag.
If you remove the entry:

 - before that commit, the EntryTag will stay (at least using SQLite).
 - with that commit, the related entity is removed

7 years agoDisplay a message when saving an entry failed
Jeremy Benoist [Mon, 30 May 2016 12:32:41 +0000 (14:32 +0200)] 
Display a message when saving an entry failed

When saving an entry fail because of database error we previously just returned `false`.
Now we got an error in the log and the displayed notice to the user is updated too.

7 years agoMove fixtures to the right place
Jeremy Benoist [Mon, 30 May 2016 12:18:47 +0000 (14:18 +0200)] 
Move fixtures to the right place

7 years agoFix the deletion of Tags/Entries relation when delete an entry
Nicolas Lœuillet [Sat, 28 May 2016 11:38:59 +0000 (13:38 +0200)] 
Fix the deletion of Tags/Entries relation when delete an entry
Fix #2121

7 years agoMerge pull request #2052 from danbartram/feature-filter-unread
Jeremy Benoist [Fri, 27 May 2016 07:57:51 +0000 (09:57 +0200)] 
Merge pull request #2052 from danbartram/feature-filter-unread

Add unread filter to entries pages

7 years agoEnhance option in command
Nicolas Lœuillet [Thu, 28 Apr 2016 11:41:36 +0000 (13:41 +0200)] 
Enhance option in command

7 years agoAdd CLI import for wallabag v2 files
Nicolas Lœuillet [Wed, 27 Apr 2016 18:30:24 +0000 (20:30 +0200)] 
Add CLI import for wallabag v2 files

7 years agoMerge pull request #2112 from Poorchop/docs-proposal
Nicolas Lœuillet [Thu, 26 May 2016 18:50:11 +0000 (20:50 +0200)] 
Merge pull request #2112 from Poorchop/docs-proposal

Docs proposal

7 years agoMerge pull request #2111 from wallabag/translate-android-docu-pics-to-english
Nicolas Lœuillet [Tue, 24 May 2016 11:41:56 +0000 (13:41 +0200)] 
Merge pull request #2111 from wallabag/translate-android-docu-pics-to-english

add screenshots of android docu in English

7 years agoadd screenshots of android docu in English 2111/head
Sven Fischer [Mon, 23 May 2016 19:16:53 +0000 (21:16 +0200)] 
add screenshots of android docu in English

7 years agoUpdate installation instructions 2112/head
Poorchop [Mon, 23 May 2016 17:22:12 +0000 (13:22 -0400)] 
Update installation instructions

-Fix grammar
-Add SELinux section

7 years agoUpdate FAQ
Poorchop [Mon, 23 May 2016 17:18:20 +0000 (13:18 -0400)] 
Update FAQ

-Fix grammar
-Add notes about MTA, firewall, and SELinux

7 years agoMerge pull request #2109 from Poorchop/grammar
Nicolas Lœuillet [Mon, 23 May 2016 05:50:47 +0000 (07:50 +0200)] 
Merge pull request #2109 from Poorchop/grammar

Improve English translation

7 years agoImprove English translation 2109/head
Poorchop [Mon, 23 May 2016 05:04:17 +0000 (01:04 -0400)] 
Improve English translation

7 years agoMerge pull request #2097 from bmillemathias/issue_2045
Nicolas Lœuillet [Thu, 19 May 2016 07:19:01 +0000 (09:19 +0200)] 
Merge pull request #2097 from bmillemathias/issue_2045

Fix image path in 2-factor authentification email

7 years agoMerge pull request #2098 from wallabag/cs-2092
Nicolas Lœuillet [Thu, 19 May 2016 07:18:16 +0000 (09:18 +0200)] 
Merge pull request #2098 from wallabag/cs-2092

CS

7 years agoCS 2098/head
Jeremy Benoist [Thu, 19 May 2016 05:41:54 +0000 (07:41 +0200)] 
CS

7 years agoMerge pull request #2092 from Rurik19/issue2089
Jeremy Benoist [Thu, 19 May 2016 05:39:30 +0000 (07:39 +0200)] 
Merge pull request #2092 from Rurik19/issue2089

Starred and Archived clears if article is already exists

7 years agoForgot a double quote 2097/head
Baptiste Mille-Mathias [Wed, 18 May 2016 23:51:50 +0000 (01:51 +0200)] 
Forgot a double quote

7 years agoFix image path in 2-factor authentification email
Baptiste Mille-Mathias [Wed, 18 May 2016 19:18:41 +0000 (21:18 +0200)] 
Fix image path in 2-factor authentification email

Fix the broken url to image ressource hosted on wallabag.org

7 years agoMerge pull request #2093 from wallabag/replace-dots-material
Jeremy Benoist [Wed, 18 May 2016 12:58:50 +0000 (14:58 +0200)] 
Merge pull request #2093 from wallabag/replace-dots-material

Replace vertical dots in material theme with horizontal dots

7 years agoMerge pull request #2094 from wallabag/update-contributing
Jeremy Benoist [Wed, 18 May 2016 12:58:45 +0000 (14:58 +0200)] 
Merge pull request #2094 from wallabag/update-contributing

Update CONTRIBUTING file

7 years agoUpdate CONTRIBUTING file 2094/head
Nicolas Lœuillet [Wed, 18 May 2016 12:33:06 +0000 (14:33 +0200)] 
Update CONTRIBUTING file
Fix #2059

7 years agoReplace vertical dots in material theme with horizontal dots 2093/head
Nicolas Lœuillet [Wed, 18 May 2016 12:29:41 +0000 (14:29 +0200)] 
Replace vertical dots in material theme with horizontal dots

7 years agoTests for issue #2089 2092/head
Yuriy Evdokimov [Wed, 18 May 2016 10:37:07 +0000 (15:37 +0500)] 
Tests for issue #2089

7 years agoPATCH also clears starred and archived signs
Yuriy Evdokimov [Wed, 18 May 2016 05:55:37 +0000 (10:55 +0500)] 
PATCH also clears starred and archived signs

7 years agoStarred and Archived clears if article is already exists
Yuriy Evdokimov [Wed, 18 May 2016 05:30:33 +0000 (10:30 +0500)] 
Starred and Archived clears if article is already exists

8 years agoMerge pull request #2069 from merwan/patch-1
Jeremy Benoist [Fri, 13 May 2016 12:15:01 +0000 (14:15 +0200)] 
Merge pull request #2069 from merwan/patch-1

Do not specify language in Firefox addon link

8 years agoDo not specify language in Firefox addon link 2069/head
Merouane Atig [Fri, 13 May 2016 09:58:10 +0000 (11:58 +0200)] 
Do not specify language in Firefox addon link

8 years agoMerge pull request #2068 from mariovor/documentation/datadb
Nicolas Lœuillet [Fri, 13 May 2016 07:16:35 +0000 (09:16 +0200)] 
Merge pull request #2068 from mariovor/documentation/datadb

Added information about permissions on data/

8 years agoAdded information about permissions on data/ 2068/head
Mario Vormstein [Thu, 12 May 2016 17:21:27 +0000 (19:21 +0200)] 
Added information about permissions on data/

8 years agoAdded information about permissions on data/db
Mario Vormstein [Thu, 12 May 2016 17:10:23 +0000 (19:10 +0200)] 
Added information about permissions on data/db

8 years agoMerge pull request #2054 from wallabag/jamiroconca-craueconfigbundle-update-1
Jeremy Benoist [Wed, 11 May 2016 07:15:24 +0000 (09:15 +0200)] 
Merge pull request #2054 from wallabag/jamiroconca-craueconfigbundle-update-1

Update CraueConfigBundle.it.yml

8 years agoUpdate CraueConfigBundle.it.yml 2054/head
Daniele Conca [Tue, 10 May 2016 22:23:36 +0000 (00:23 +0200)] 
Update CraueConfigBundle.it.yml

8 years agoAdd unread filter test to EntryControllerTest 2052/head
Daniel Bartram [Mon, 9 May 2016 18:48:28 +0000 (19:48 +0100)] 
Add unread filter test to EntryControllerTest

Add a new test to the EntryControllerTest collection which checks that
only entries which have not been archived (and are treated as "unread")
are retrieved.

8 years agoMerge pull request #2049 from joshp23/patch-1
Nicolas Lœuillet [Mon, 9 May 2016 18:00:40 +0000 (20:00 +0200)] 
Merge pull request #2049 from joshp23/patch-1

Update api.rst

8 years agoUpdate api.rst 2049/head
Josh Panter [Mon, 9 May 2016 15:27:27 +0000 (11:27 -0400)] 
Update api.rst

8 years agoAdd unread filter to entries pages
Daniel Bartram [Mon, 9 May 2016 13:19:09 +0000 (14:19 +0100)] 
Add unread filter to entries pages

Add the ability to filter for unread pages in the filters menu.

8 years agoUpdate api.rst
Josh Panter [Mon, 9 May 2016 12:51:45 +0000 (08:51 -0400)] 
Update api.rst

I just used google translate for this bit ... I really don't know any French ;)

8 years agoMerge pull request #2044 from joshp23/patch-1
Nicolas Lœuillet [Mon, 9 May 2016 02:39:59 +0000 (04:39 +0200)] 
Merge pull request #2044 from joshp23/patch-1

Update api.rst

8 years agoUpdate api.rst 2044/head
Josh Panter [Sun, 8 May 2016 22:04:14 +0000 (18:04 -0400)] 
Update api.rst

Added my plugin, renamed the resource section for better english. Propose that the third party resource section have it's own page.

8 years agoMerge pull request #2038 from foxmask/master
Nicolas Lœuillet [Sun, 8 May 2016 06:47:48 +0000 (08:47 +0200)] 
Merge pull request #2038 from foxmask/master

new details in the doc about the rights access again;)

8 years agonew details in the doc about the rgihts access again;) 2038/head
Olivier Demah [Sat, 7 May 2016 20:55:19 +0000 (22:55 +0200)] 
new details in the doc about the rgihts access again;)

8 years agoMerge pull request #2035 from wallabag/prepare-204
Nicolas Lœuillet [Sat, 7 May 2016 17:58:31 +0000 (19:58 +0200)] 
Merge pull request #2035 from wallabag/prepare-204

Prepare wallabag 2.0.4

8 years agoUpdate changelog 2035/head
Nicolas Lœuillet [Sat, 7 May 2016 11:39:55 +0000 (13:39 +0200)] 
Update changelog

8 years agoMerge pull request #2023 from wallabag/fix-validators-translation
Jeremy Benoist [Sat, 7 May 2016 13:28:30 +0000 (15:28 +0200)] 
Merge pull request #2023 from wallabag/fix-validators-translation

Fix translation for validators

8 years agoPrepare wallabag 2.0.4
Nicolas Lœuillet [Sat, 7 May 2016 11:26:55 +0000 (13:26 +0200)] 
Prepare wallabag 2.0.4

8 years agoFix translation for validators 2023/head
Nicolas Lœuillet [Tue, 3 May 2016 20:06:07 +0000 (22:06 +0200)] 
Fix translation for validators
Fix #2003

8 years agoMerge pull request #2016 from wallabag/update-documentation
Jeremy Benoist [Sat, 7 May 2016 09:10:21 +0000 (11:10 +0200)] 
Merge pull request #2016 from wallabag/update-documentation

Update documentation

8 years agoMerge pull request #2020 from wallabag/fix-number-entries-per-tag
Jeremy Benoist [Sat, 7 May 2016 09:09:37 +0000 (11:09 +0200)] 
Merge pull request #2020 from wallabag/fix-number-entries-per-tag

Fix number of entries in tag/list

8 years agoMerge pull request #2024 from wallabag/jamiroconca-patch-messages-it
Jeremy Benoist [Sat, 7 May 2016 09:08:40 +0000 (11:08 +0200)] 
Merge pull request #2024 from wallabag/jamiroconca-patch-messages-it

Update messages.it.yml

8 years agoUpdate messages.it.yml 2024/head
Daniele Conca [Thu, 5 May 2016 15:32:49 +0000 (17:32 +0200)] 
Update messages.it.yml

other translations added

8 years agoMerge pull request #2029 from wallabag/change-readme
Jeremy Benoist [Thu, 5 May 2016 13:43:17 +0000 (15:43 +0200)] 
Merge pull request #2029 from wallabag/change-readme

Change Travis/Scrutinizer pictures in README

8 years agoChange Travis/Scrutinizer pictures in README 2029/head
Nicolas Lœuillet [Thu, 5 May 2016 13:21:12 +0000 (15:21 +0200)] 
Change Travis/Scrutinizer pictures in README

8 years agoMerge pull request #2028 from wallabag/docu-for-android-app
Nicolas Lœuillet [Thu, 5 May 2016 12:38:17 +0000 (14:38 +0200)] 
Merge pull request #2028 from wallabag/docu-for-android-app

Docu for android app

8 years agoChange documentation about Pocket import 2016/head
Nicolas Lœuillet [Thu, 5 May 2016 11:55:39 +0000 (13:55 +0200)] 
Change documentation about Pocket import
Fix wallabag/docker#8

8 years agoandroid docu: Wallabag > wallabag (no uppercase) 2028/head
Sven Fischer [Thu, 5 May 2016 09:24:04 +0000 (11:24 +0200)] 
android docu: Wallabag > wallabag (no uppercase)

8 years agoadd first draft of Android app documentation
Sven Fischer [Wed, 4 May 2016 21:25:49 +0000 (23:25 +0200)] 
add first draft of Android app documentation

8 years agoAdd documentation to know how to contribute to the documentation :trollface:
Nicolas Lœuillet [Wed, 4 May 2016 12:42:14 +0000 (14:42 +0200)] 
Add documentation to know how to contribute to the documentation :trollface:

8 years agoUpdate messages.it.yml
Daniele Conca [Wed, 4 May 2016 09:59:07 +0000 (11:59 +0200)] 
Update messages.it.yml