]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
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 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 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

7 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

7 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

7 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/

7 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/

7 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

8 years agoRename getEntriesByUser method to getEntriesByUserId 2020/head
Nicolas Lœuillet [Wed, 4 May 2016 09:42:52 +0000 (11:42 +0200)] 
Rename getEntriesByUser method to getEntriesByUserId

8 years agoFix lighttpd documentation
Nicolas Lœuillet [Wed, 4 May 2016 09:40:13 +0000 (11:40 +0200)] 
Fix lighttpd documentation

8 years agoMerge pull request #2022 from wallabag/fix-pagination-bar
Nicolas Lœuillet [Wed, 4 May 2016 08:18:08 +0000 (10:18 +0200)] 
Merge pull request #2022 from wallabag/fix-pagination-bar

Fix pagination bar on small devices

8 years agoAdd Third resources for wallabag API
Nicolas Lœuillet [Wed, 4 May 2016 04:52:26 +0000 (06:52 +0200)] 
Add Third resources for wallabag API

8 years agoAdd pagination bar at the bottom of the page 2022/head
Nicolas Lœuillet [Tue, 3 May 2016 19:44:57 +0000 (21:44 +0200)] 
Add pagination bar at the bottom of the page
Fix #2021

8 years agoFix pagination bar on small devices
Nicolas Lœuillet [Tue, 3 May 2016 19:27:07 +0000 (21:27 +0200)] 
Fix pagination bar on small devices
Fix #2008

8 years agoFix number of entries in tag/list
Nicolas Lœuillet [Tue, 3 May 2016 19:12:40 +0000 (21:12 +0200)] 
Fix number of entries in tag/list
Fix #2006

8 years agoMove some parts in FAQ
Nicolas Lœuillet [Tue, 3 May 2016 18:51:23 +0000 (20:51 +0200)] 
Move some parts in FAQ

8 years agoAdd LigHTTPd documentation
Nicolas Lœuillet [Tue, 3 May 2016 18:39:49 +0000 (20:39 +0200)] 
Add LigHTTPd documentation
Fix #1931

8 years agoMerge pull request #2017 from jamiroconca/patch-1
Nicolas Lœuillet [Tue, 3 May 2016 18:31:09 +0000 (20:31 +0200)] 
Merge pull request #2017 from jamiroconca/patch-1

Create messages.it.yml

8 years agoMerge pull request #2018 from jamiroconca/patch-2
Nicolas Lœuillet [Tue, 3 May 2016 18:30:49 +0000 (20:30 +0200)] 
Merge pull request #2018 from jamiroconca/patch-2

Update config.yml, add italian as available language

8 years agoMerge pull request #2019 from jamiroconca/patch-3
Nicolas Lœuillet [Tue, 3 May 2016 18:30:39 +0000 (20:30 +0200)] 
Merge pull request #2019 from jamiroconca/patch-3

Create CraueConfigBundle.it.yml

8 years agoCreate CraueConfigBundle.it.yml 2019/head
Daniele Conca [Tue, 3 May 2016 16:31:16 +0000 (18:31 +0200)] 
Create CraueConfigBundle.it.yml

baseline italian translations

8 years agoUpdate config.yml 2018/head
Daniele Conca [Tue, 3 May 2016 16:24:14 +0000 (18:24 +0200)] 
Update config.yml

add italian as available language

8 years agoCreate messages.it.yml 2017/head
Daniele Conca [Tue, 3 May 2016 16:16:36 +0000 (18:16 +0200)] 
Create messages.it.yml

baseline for italian translations (cloned from english)

8 years agoUpdate documentation
Nicolas Lœuillet [Tue, 3 May 2016 13:50:13 +0000 (15:50 +0200)] 
Update documentation

8 years agoMerge pull request #2013 from wallabag/fix-display-all-tags
Jeremy Benoist [Tue, 3 May 2016 08:07:34 +0000 (10:07 +0200)] 
Merge pull request #2013 from wallabag/fix-display-all-tags

Fix tags listing

8 years agoRemove useless method 2013/head
Nicolas Lœuillet [Tue, 3 May 2016 07:39:34 +0000 (09:39 +0200)] 
Remove useless method

8 years agoMerge pull request #1976 from wallabag/fix-filter-readingTime
Jeremy Benoist [Tue, 3 May 2016 07:05:31 +0000 (09:05 +0200)] 
Merge pull request #1976 from wallabag/fix-filter-readingTime

Fix filter reading time

8 years agoMerge pull request #2005 from wallabag/fix-readingspeed-not-defined
Jeremy Benoist [Tue, 3 May 2016 07:04:02 +0000 (09:04 +0200)] 
Merge pull request #2005 from wallabag/fix-readingspeed-not-defined

Fix reading speed not defined when user was created via config page

8 years agoFix tags listing
Nicolas Lœuillet [Mon, 2 May 2016 19:32:47 +0000 (21:32 +0200)] 
Fix tags listing
Fix #1994
* Remove unused method in tag repository

8 years agoAdd test to check reading time filter 1976/head
Nicolas Lœuillet [Mon, 2 May 2016 19:14:23 +0000 (21:14 +0200)] 
Add test to check reading time filter

8 years agoAdd test for creation of new user in config page 2005/head
Nicolas Lœuillet [Mon, 2 May 2016 18:19:57 +0000 (20:19 +0200)] 
Add test for creation of new user in config page

8 years agoMerge pull request #2012 from biva/patch-2
Nicolas Lœuillet [Mon, 2 May 2016 18:08:04 +0000 (20:08 +0200)] 
Merge pull request #2012 from biva/patch-2

integrate upgrade.rst

8 years agoMerge pull request #2011 from biva/patch-1
Nicolas Lœuillet [Mon, 2 May 2016 18:06:43 +0000 (20:06 +0200)] 
Merge pull request #2011 from biva/patch-1

upgrade.rst (Creation of an upgrade page in the documentation)

8 years agointegrate upgrade.rst 2012/head
biva [Mon, 2 May 2016 16:31:52 +0000 (18:31 +0200)] 
integrate upgrade.rst

8 years agoupgrade.rst 2011/head
biva [Mon, 2 May 2016 11:29:38 +0000 (13:29 +0200)] 
upgrade.rst

Creation of an upgrade page in the documentation

8 years agoMerge pull request #2010 from wallabag/set-title-via-post-api
Jeremy Benoist [Mon, 2 May 2016 11:22:45 +0000 (13:22 +0200)] 
Merge pull request #2010 from wallabag/set-title-via-post-api

Set the title via POST /api/entries