aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong reading time when apply filtersNicolas Lœuillet2016-04-241-0/+10
* Merge pull request #1970 from wallabag/typo-api-docThomas Citharel2016-04-232-6/+2
|\
| * Fix typos in API documentationNicolas Lœuillet2016-04-232-6/+2
|/
* Merge pull request #1969 from wallabag/doc-3rd-resources-apiThomas Citharel2016-04-232-0/+18
|\
| * Create 3rd Resources chapter in API documentationNicolas Lœuillet2016-04-232-0/+18
|/
* Merge pull request #1967 from wallabag/add-faq-documentationThomas Citharel2016-04-234-0/+22
|\
| * Add FAQ page in documentationNicolas Lœuillet2016-04-234-0/+22
|/
* Merge pull request #1965 from wallabag/prepare-203Nicolas Lœuillet2016-04-225-4/+14
|\
| * Prepare release 2.0.3Nicolas Lœuillet2016-04-225-4/+14
|/
* Merge pull request #1962 from wallabag/update-api-documentationNicolas Lœuillet2016-04-222-5/+29
|\
| * Update API documentation with cURL examplesNicolas Lœuillet2016-04-212-5/+29
|/
* Merge pull request #1948 from wallabag/prepare-2022.0.2Nicolas Lœuillet2016-04-215-4/+26
|\
| * Update changelogNicolas Lœuillet2016-04-211-2/+14
| * Prepare release 2.0.2Nicolas Lœuillet2016-04-195-4/+14
* | Merge pull request #1957 from wallabag/fix-gotoaccount-button-translationNicolas Lœuillet2016-04-211-1/+1
|\ \
| * | Fix translation for Go to your account button after subscriptionNicolas Lœuillet2016-04-201-1/+1
|/ /
* | Merge pull request #1945 from ddeimeke/masterNicolas Lœuillet2016-04-201-0/+24
|\ \
| * | Added some curl examplesDirk Deimeke2016-04-191-0/+24
| |/
* | Merge pull request #1954 from wallabag/update-links-docThomas Citharel2016-04-197-15/+15
|\ \
| * | Update links in documentationNicolas Lœuillet2016-04-197-15/+15
|/ /
* | Merge pull request #1953 from maxi62330/masterNicolas Lœuillet2016-04-192-10/+10
|\ \ | |/ |/|
| * Actualisation des liens morts (Documentation de traduction)Martinet Maxime2016-04-192-10/+10
|/
* Merge pull request #1942 from wallabag/optimize-importThomas Citharel2016-04-184-2/+305
|\
| * Add testsNicolas Lœuillet2016-04-184-4/+305
| * Add doctrine clear after flush, thanks to @BitOne talk at Symfony LiveNicolas Lœuillet2016-04-182-0/+2
* | Merge pull request #1944 from wallabag/travis-rename-branchesThomas Citharel2016-04-181-2/+1
|\ \ | |/ |/|
| * Update Travis configuration with branches renamingNicolas Lœuillet2016-04-181-2/+1
|/
* Merge pull request #1938 from wallabag/hide-paginationThomas Citharel2016-04-182-2/+2
|\
| * Display pagination only if we have more than one pageNicolas Lœuillet2016-04-182-2/+2
* | Merge pull request #1935 from jami7/patch-8Nicolas Lœuillet2016-04-171-24/+24
|\ \
| * | Update messages.es.ymljami72016-04-161-24/+24
|/ /
* | Merge pull request #1933 from wallabag/hide-paginationNicolas Lœuillet2016-04-162-2/+6
|\|
| * Hide pagination if we only have one entry to displayNicolas Lœuillet2016-04-162-2/+6
|/
* Merge pull request #1925 from wallabag/fix-redirect-without-refererNicolas Lœuillet2016-04-155-4/+111
|\
| * Fix redirect when delete entryNicolas Lœuillet2016-04-151-1/+1
| * Fix testsNicolas Lœuillet2016-04-152-11/+18
| * Redirect to homepage if referer is nullNicolas Lœuillet2016-04-155-4/+104
* | Merge pull request #1929 from wallabag/change-guid-rssNicolas Lœuillet2016-04-152-4/+4
|\ \ | |/ |/|
| * Change guid and link in RSS feeds to give original entry URLNicolas Lœuillet2016-04-152-4/+4
|/
* Merge pull request #1916 from wallabag/cleanupNicolas Lœuillet2016-04-1372-687/+639
|\
| * Move test parameters out of parameters.ymlJeremy Benoist2016-04-1210-125/+39
| * Fix MySQL tests on HHVMJeremy Benoist2016-04-121-1/+1
| * Convert array + phpDocJeremy Benoist2016-04-1261-561/+599
* | Merge pull request #1918 from wallabag/improve-paginationJeremy Benoist2016-04-139-38/+49
|\ \
| * | Fix indentationNicolas Lœuillet2016-04-131-4/+4
| * | Lost in translation pagerNicolas Lœuillet2016-04-124-11/+3
| * | Fix display for Next/Previous link when they are disabledNicolas Lœuillet2016-04-121-0/+5
| * | Restore old behavior for OutOfRangeCurrentPageExceptionNicolas Lœuillet2016-04-122-2/+10
| * | Fix testsNicolas Lœuillet2016-04-121-1/+1
| * | Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-129-47/+53