aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Use friendsofphp instead of fabpotJeremy Benoist2016-06-171-1/+1
| | | | | | | | | | | | The fabpot's one is now depreacted
* | | Merge pull request #2156 from wallabag/delete-redirectNicolas Lœuillet2016-06-201-3/+4
|\ \ \ | |/ / |/| | Try to find bad redirection after delete
| * | Try to find bad redirection after deleteJeremy Benoist2016-06-171-3/+4
|/ / | | | | | | | | 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.
* | Merge pull request #2148 from wallabag/start-german-docuJeremy Benoist2016-06-1623-2/+1443
|\ \ | | | | | | translate documentation to German
| * | translate documentation to GermanSven Fischer2016-06-1623-2/+1443
| | |
* | | Merge pull request #2145 from even-allmighty/masterJeremy Benoist2016-06-131-1/+1
|\| | | | | | | | Corrected Regex for lighttpd rewrite
| * | Corrected Regex for lighttpd rewriteEven Allmighty2016-06-131-1/+1
|/ /
* | Merge pull request #2118 from wallabag/prepare-205Nicolas Lœuillet2016-05-315-4/+24
|\ \ | | | | | | Prepare wallabag 2.0.5
| * | Prepare wallabag 2.0.5Nicolas Lœuillet2016-05-315-5/+25
| | |
* | | Merge pull request #2122 from wallabag/fix-tags-deletionNicolas Lœuillet2016-05-3117-41/+122
|\ \ \ | | | | | | | | Fix the deletion of Tags/Entries relation when delete an entry
| * | | Change ManyToMany between entry & tagJeremy Benoist2016-05-314-7/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Display a message when saving an entry failedJeremy Benoist2016-05-3012-27/+45
| | | | | | | | | | | | | | | | | | | | 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.
| * | | Move fixtures to the right placeJeremy Benoist2016-05-302-6/+8
| | | |
| * | | Fix the deletion of Tags/Entries relation when delete an entryNicolas Lœuillet2016-05-281-1/+1
| |/ / | | | | | | | | | Fix #2121
* | | Merge pull request #2052 from danbartram/feature-filter-unreadJeremy Benoist2016-05-2714-0/+50
|\ \ \ | | | | | | | | Add unread filter to entries pages
| * | | Add unread filter test to EntryControllerTestDaniel Bartram2016-05-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Add unread filter to entries pagesDaniel Bartram2016-05-0913-0/+32
| | | | | | | | | | | | | | | | Add the ability to filter for unread pages in the filters menu.
* | | | Merge pull request #2112 from Poorchop/docs-proposalNicolas Lœuillet2016-05-262-19/+78
|\ \ \ \ | | | | | | | | | | Docs proposal
| * | | | Update installation instructionsPoorchop2016-05-231-11/+57
| | | | | | | | | | | | | | | | | | | | | | | | | -Fix grammar -Add SELinux section
| * | | | Update FAQPoorchop2016-05-231-8/+21
| | |/ / | |/| | | | | | | | | | | | | | -Fix grammar -Add notes about MTA, firewall, and SELinux
* | | | Merge pull request #2111 from wallabag/translate-android-docu-pics-to-englishNicolas Lœuillet2016-05-2411-10/+10
|\ \ \ \ | |/ / / |/| | | add screenshots of android docu in English
| * | | add screenshots of android docu in EnglishSven Fischer2016-05-2311-10/+10
|/ / /
* | | Merge pull request #2109 from Poorchop/grammarNicolas Lœuillet2016-05-231-11/+11
|\ \ \ | | | | | | | | Improve English translation
| * | | Improve English translationPoorchop2016-05-231-11/+11
|/ / /
* | | Merge pull request #2097 from bmillemathias/issue_2045Nicolas Lœuillet2016-05-191-1/+1
|\ \ \ | | | | | | | | Fix image path in 2-factor authentification email
| * | | Forgot a double quoteBaptiste Mille-Mathias2016-05-191-1/+1
| | | |
| * | | Fix image path in 2-factor authentification emailBaptiste Mille-Mathias2016-05-181-1/+1
| | | | | | | | | | | | | | | | Fix the broken url to image ressource hosted on wallabag.org
* | | | Merge pull request #2098 from wallabag/cs-2092Nicolas Lœuillet2016-05-191-4/+3
|\ \ \ \ | | | | | | | | | | CS
| * | | | CSJeremy Benoist2016-05-191-4/+3
|/ / / /
* | | | Merge pull request #2092 from Rurik19/issue2089Jeremy Benoist2016-05-192-4/+92
|\ \ \ \ | |/ / / |/| | | Starred and Archived clears if article is already exists
| * | | Tests for issue #2089Yuriy Evdokimov2016-05-181-0/+88
| | | |
| * | | PATCH also clears starred and archived signsYuriy Evdokimov2016-05-181-2/+2
| | | |
| * | | Starred and Archived clears if article is already existsYuriy Evdokimov2016-05-181-2/+2
| | |/ | |/|
* | | Merge pull request #2093 from wallabag/replace-dots-materialJeremy Benoist2016-05-181-1/+1
|\ \ \ | | | | | | | | Replace vertical dots in material theme with horizontal dots
| * | | Replace vertical dots in material theme with horizontal dotsNicolas Lœuillet2016-05-181-1/+1
| |/ /
* | | Merge pull request #2094 from wallabag/update-contributingJeremy Benoist2016-05-181-14/+3
|\ \ \ | |/ / |/| | Update CONTRIBUTING file
| * | Update CONTRIBUTING fileNicolas Lœuillet2016-05-181-14/+3
|/ / | | | | | | Fix #2059
* | Merge pull request #2069 from merwan/patch-1Jeremy Benoist2016-05-131-1/+1
|\ \ | | | | | | Do not specify language in Firefox addon link
| * | Do not specify language in Firefox addon linkMerouane Atig2016-05-131-1/+1
|/ /
* | Merge pull request #2068 from mariovor/documentation/datadbNicolas Lœuillet2016-05-131-0/+2
|\ \ | | | | | | Added information about permissions on data/
| * | Added information about permissions on data/Mario Vormstein2016-05-121-2/+2
| | |
| * | Added information about permissions on data/dbMario Vormstein2016-05-121-0/+2
|/ /
* | Merge pull request #2054 from wallabag/jamiroconca-craueconfigbundle-update-1Jeremy Benoist2016-05-111-7/+7
|\ \ | | | | | | Update CraueConfigBundle.it.yml
| * | Update CraueConfigBundle.it.ymlDaniele Conca2016-05-111-7/+7
|/ /
* | Merge pull request #2049 from joshp23/patch-1Nicolas Lœuillet2016-05-091-0/+1
|\ \ | |/ |/| Update api.rst
| * Update api.rstJosh Panter2016-05-091-1/+1
| |
| * Update api.rstJosh Panter2016-05-091-0/+1
|/ | | I just used google translate for this bit ... I really don't know any French ;)
* Merge pull request #2044 from joshp23/patch-1Nicolas Lœuillet2016-05-091-1/+2
|\ | | | | Update api.rst
| * Update api.rstJosh Panter2016-05-081-1/+2
|/ | | Added my plugin, renamed the resource section for better english. Propose that the third party resource section have it's own page.
* Merge pull request #2038 from foxmask/masterNicolas Lœuillet2016-05-082-0/+45
|\ | | | | new details in the doc about the rights access again;)