aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | delete the debug callThomas Citharel2015-06-291-1/+0
| | | | |
| * | | | fix BASE_URLThomas Citharel2015-06-292-7/+14
| | | | |
| * | | | Merge branch 'dev' of https://github.com/MoriTanosuke/wallabag into ↵Thomas Citharel2015-06-292-2/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | MoriTanosuke-dev
| | * | | | Use config option BASE_URL in getPocheUrl()Carsten Ringe2015-06-091-2/+8
| | | |/ / | | |/| |
| | * | | Update README.mdNicolas Lœuillet2015-04-021-0/+7
| | | | |
| | * | | Merge pull request #1081 from wallabag/dev1.9Thomas Citharel2015-02-18289-2699/+74751
| | |\ \ \ | | | | | | | | | | | | Version 1.9.0
* | | | | | remove call to google fonts because privacy !Thomas Citharel2015-07-271-1/+0
| |_|_|/ / |/| | | |
* | | | | add mark as read and next to keyboard shortcutsThomas Citharel2015-07-271-0/+9
| | | | |
* | | | | fix #1237, display a message instead of button when connections are not ↵Thomas Citharel2015-07-277-78/+144
| |_|_|/ |/| | | | | | | | | | | through https
* | | | Merge branch 'dev' of https://github.com/wallabag/wallabag into devThomas Citharel2015-07-191-0/+6
|\ \ \ \
| * | | | fix #1238 (yes, again !)Thomas Citharel2015-07-191-0/+6
| | | | |
* | | | | fixed a postgresql-related bug, more database functions secured and add an ↵Thomas Citharel2015-07-182-8/+20
| | | | | | | | | | | | | | | | | | | | exception for sqlite at installation
* | | | | fixed bug for #1242Thomas Citharel2015-07-171-3/+3
|/ / / /
* | | | secure database functionsThomas Citharel2015-07-172-72/+85
| | | |
* | | | fix #1238Thomas Citharel2015-07-101-0/+7
| | | | | | | | | | | | thanks @qwertygc
* | | | Merge branch 'dev' of https://github.com/wallabag/wallabag into devThomas Citharel2015-07-081-0/+6
|\ \ \ \
| * \ \ \ Merge pull request #1234 from jmlrt/devThomas Citharel2015-07-081-0/+6
| |\ \ \ \ | | | | | | | | | | | | add site config for des-livres-pour-changer-de-vie.fr
| | * | | | add site config for des-livres-pour-changer-de-vie.frjmlrt2015-07-081-0/+6
| | | | | |
* | | | | | new config filesThomas Citharel2015-07-085-0/+33
| | | | | |
* | | | | | another siteconfig fileThomas Citharel2015-07-082-2/+10
| | | | | |
* | | | | | fix saving URL with enter keyThomas Citharel2015-07-071-1/+3
|/ / / / /
* | | | | Merge branch 'dev' of https://github.com/wallabag/wallabag into devThomas Citharel2015-07-072-0/+12
|\ \ \ \ \
| * | | | | Merge pull request #1228 from jmlrt/devThomas Citharel2015-07-062-0/+12
| |\| | | | | | | | | | | | | | | | add site_config for cloudacademy.com and cyrille-borne.com
| | * | | | add site_config for cloudacademy.com and cyrille-borne.comjmlrt2015-07-062-0/+12
| |/ / / /
* / / / / Revert "[1005] fixing redirection when deleting archived article"Thomas Citharel2015-07-071-1/+1
|/ / / / | | | | | | | | | | | | This reverts commit 63fc40ff8465cd14b6221636ccbd2d9d9c07787e.
* | | | added a lot of siteconfig filesThomas Citharel2015-07-0613-0/+84
| | | |
* | | | fix #1224Thomas Citharel2015-07-061-2/+6
| | | |
* | | | fix #1209Thomas Citharel2015-07-061-0/+9
|/ / /
* | | deleted the js console logs callsThomas Citharel2015-06-201-6/+0
| | |
* | | new config fileThomas Citharel2015-06-171-0/+5
| | | | | | | | | Taken from https://github.com/ebal/confs/blob/master/wallabag/inc/3rdparty/site_config/standard/n0where.net.txt
* | | Merge branch 'dev' of http://github.com/wallabag/wallabag into devThomas Citharel2015-06-131-0/+1
|\ \ \
| * \ \ Merge pull request #1217 from wallabag/fix-#1215Nicolas Lœuillet2015-06-121-0/+1
| |\ \ \ | | | | | | | | | | Fix #1215
| | * | | Fix #1215Thomas Citharel2015-06-111-0/+1
| |/ / /
* / / / bring back long lasting session...maybeThomas Citharel2015-06-112-3/+3
|/ / /
* | | Merge pull request #1211 from goofy-bz/patch-41.9.1beta3Thomas Citharel2015-06-071-1/+1
|\ \ \ | | | | | | | | Update fr_FR.utf8.po
| * | | Update fr_FR.utf8.pogoofy-bz2015-06-071-1/+1
|/ / / | | | | | | minor typofix "utilisateur"
* | | Merge pull request #1207 from vpmalley/devThomas Citharel2015-06-062-2/+17
|\ \ \ | | | | | | | | issue #1203: fixing tag export
| * | | [1005] fixing redirection when deleting archived articleVincent Malley2015-06-021-1/+1
| | | |
| * | | Merge remote-tracking branch 'upstream/dev' into devVincent Malley2015-06-028-19/+60
| |\ \ \
| * | | | [1203] fixing tag exportVincent Malley2015-06-022-1/+16
| | | | |
* | | | | implemented lots of keyboard shortcutsThomas Citharel2015-06-064-37/+162
| |/ / / |/| | |
* | | | check that URL are real ones before importing them (for instance, avoid ↵Thomas Citharel2015-05-301-1/+1
| | | | | | | | | | | | | | | | bookmarklets)
* | | | declare function correctlyThomas Citharel2015-05-251-1/+1
| | | |
* | | | hide article until import is finishedThomas Citharel2015-05-251-0/+2
| | | |
* | | | added commentsand fixed something forgottenThomas Citharel2015-05-222-1/+9
| | | |
* | | | added Firefox-bookmarks format import modeThomas Citharel2015-05-222-15/+48
| | | |
* | | | revert session destroy to avoid warningThomas Citharel2015-05-221-2/+0
| | | |
* | | | Merge pull request #1200 from wallabag/fix-relaunch-importThomas Citharel2015-05-221-1/+1
|\ \ \ \ | | | | | | | | | | fix restart of import
| * | | | fix restart of importNicolas Lœuillet2015-05-191-1/+1
|/ / / /
* / / / add forgotten iconsThomas Citharel2015-05-153-0/+0
|/ / /