aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Enhance requirements in InstallCommandNicolas Lœuillet2016-02-231-20/+19
| | |
* | | Merge pull request #1710 from wallabag/v2-message-graby-failsJeremy Benoist2016-02-246-1/+57
|\ \ \ | | | | | | | | Fix #811: Display a human message when graby fails to fetch articles
| * | | changed error messageNicolas Lœuillet2016-02-221-1/+1
| | | |
| * | | Added documentation about errors during fetchingNicolas Lœuillet2016-02-225-0/+56
| | | |
| * | | Display a human message when graby fails to fetch articlesNicolas Lœuillet2016-02-221-1/+1
| | | |
* | | | Merge pull request #1715 from wallabag/v2-add-contributors-librariesJeremy Benoist2016-02-243-1/+263
|\ \ \ \ | |_|/ / |/| | | Fix #1694 #1669 #1684: Add contributors and 3rd party libraries
| * | | replace contributors with a link to githubNicolas Lœuillet2016-02-232-127/+2
| | | |
| * | | Add contributors and 3rd party librariesNicolas Lœuillet2016-02-233-1/+388
|/ / /
* | | Merge pull request #1714 from wallabag/v2-install-adminNicolas Lœuillet2016-02-231-1/+1
|\ \ \ | |_|/ |/| | Change wording for create a new user
| * | Change wording for create a new userJeremy Benoist2016-02-231-1/+1
|/ /
* | Merge pull request #1683 from wallabag/v2-demoNicolas Lœuillet2016-02-227-6/+64
|\ \ | | | | | | Demonstration mode to prevent password changes
| * | Add testsJeremy Benoist2016-02-222-9/+35
| | |
| * | Add translationJeremy Benoist2016-02-221-0/+1
| | |
| * | Use internal config instead for demoJeremy Benoist2016-02-229-17/+25
| | |
| * | add a username for demonstration modeNicolas Lœuillet2016-02-225-10/+14
| | |
| * | change comment about demo parameterNicolas Lœuillet2016-02-224-4/+4
| | |
| * | typoNicolas Lœuillet2016-02-221-1/+1
| | |
| * | Demonstration mode to prevent password changesNicolas Lœuillet2016-02-225-7/+26
| |/
* | Merge pull request #1701 from wallabag/v2-maintenanceJeremy Benoist2016-02-227-1/+80
|\ \ | | | | | | Fix #1351: add maintenance mode
| * | documentation for maintenance modeNicolas Lœuillet2016-02-224-0/+67
| | |
| * | Use a tag for lexik/maintenance-bundleJeremy Benoist2016-02-221-1/+1
| | |
| * | Fix #1351: add maintenance modeNicolas Lœuillet2016-02-223-1/+13
| |/
* | Merge pull request #1709 from wallabag/v2-typo-doc-frJeremy Benoist2016-02-222-2/+2
|\ \ | |/ |/| Fix #1708: typos in french documentation
| * typos in french documentationNicolas Lœuillet2016-02-222-2/+2
|/
* Merge pull request #1702 from wallabag/v2-piwikJeremy Benoist2016-02-227-1/+48
|\ | | | | Added Piwik implementation
| * Use a different way to use piwikJeremy Benoist2016-02-223-18/+5
| |
| * Fix #1137: implemented PiwikNicolas Lœuillet2016-02-198-1/+61
| |
* | Merge pull request #1707 from wallabag/nicosomb-patch-1Nicolas Lœuillet2016-02-211-2/+2
|\ \ | | | | | | typo in french documentation
| * | typo in french documentationNicolas Lœuillet2016-02-211-2/+2
|/ /
* | Merge pull request #1706 from wallabag/v2-install-docNicolas Lœuillet2016-02-214-0/+290
|\ \ | | | | | | Documentation for wallabag installation
| * | fix typosThomas Citharel2016-02-212-5/+5
| | |
| * | improve installation documentationThomas Citharel2016-02-212-8/+250
| | |
| * | Documentation for wallabag installationNicolas Lœuillet2016-02-214-0/+48
|/ /
* | Merge pull request #1705 from wallabag/v2-french-docNicolas Lœuillet2016-02-2020-48/+595
|\ \ | | | | | | French translation for documentation
| * | import and first article french translationsNicolas Lœuillet2016-02-205-13/+178
| | |
| * | french translation for login docNicolas Lœuillet2016-02-205-2/+35
| | |
| * | download articles in frenchNicolas Lœuillet2016-02-204-3/+22
| | |
| * | create account in frenchNicolas Lœuillet2016-02-203-4/+54
| | |
| * | forgot link for config pageNicolas Lœuillet2016-02-201-0/+2
| | |
| * | typos on french homepageNicolas Lœuillet2016-02-201-2/+2
| | |
| * | typos on french homepageNicolas Lœuillet2016-02-201-13/+4
| | |
| * | French translation for documentationNicolas Lœuillet2016-02-208-28/+315
|/ /
* | Merge pull request #1699 from wallabag/v2-assign-tagNicolas Lœuillet2016-02-197-92/+158
|\ \ | | | | | | Move assignTagsToEntry in ContentProxy helper
| * | Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-197-92/+158
| |/
* | Merge pull request #1700 from delyriand/v2-fix-1551Jeremy Benoist2016-02-192-1/+19
|\ \ | |/ |/| Fix #1551 - Redirect to the last page when current page is out of range
| * Fix #1551 - Redirect to the last page when current page is out of rangeMaxime LECLERCQ2016-02-192-1/+19
|/
* Merge pull request #1693 from wallabag/v2-issue-templateThomas Citharel2016-02-184-0/+28
|\ | | | | Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
| * typoNicolas Lœuillet2016-02-181-1/+2
| |
| * Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATENicolas Lœuillet2016-02-184-0/+27
| |
* | Merge pull request #1696 from wallabag/v2-french-translations-missingJeremy Benoist2016-02-185-3/+10
|\ \ | | | | | | Add some missing french translations