aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | 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
|/ / /
* | | bring to all themes social services and link them to new docThomas Citharel2015-05-128-8/+46
| | |
* | | added Mozilla Social API Sharing method - better late than everThomas Citharel2015-05-122-1/+31
| | |
* | | just make sure this variable is gone for #11141.9.1beta2Thomas Citharel2015-05-091-0/+3
| | |
* | | added message for #1079Thomas Citharel2015-05-095-129/+84
| | |
* | | fix sessions lasting through reinstallations, they are now deletedThomas Citharel2015-05-092-1/+21
| | |
* | | version 1.9.1Thomas Citharel2015-05-091-1/+1
| | |
* | | use keydown instead of keypress for Chrome compatibilityThomas Citharel2015-05-091-2/+2
| | |
* | | fix installation error on wrong credentials (#1175 and #1114)1.9.1beta1Thomas Citharel2015-04-081-8/+35
| | |
* | | remove unnecessary spaces1.9.1alpha2Thomas Citharel2015-04-071-5/+5
| | |
* | | fix bug with utf8mb4Thomas Citharel2015-04-051-1/+3
| | |
* | | git fix #1159 and bring icons to all themes (dirty icons)Thomas Citharel2015-03-185-1/+84
| | |
* | | Merge pull request #1158 from bohni/devThomas Citharel2015-03-141-1/+1
|\ \ \ | | | | | | | | double closing parentheses
| * | | double closing parenthesesStefan Bohn2015-03-141-1/+1
|/ / /
* | | redo the whole lot of commits I've deleted while trying Gitlab/Framasoft ↵Thomas Citharel2015-03-14164-6684/+13151
| | | | | | | | | | | | mirroring
* | | fix #1154Thomas Citharel2015-03-133-8/+13
| | |
* | | fix #1133Thomas Citharel2015-03-132-37/+97
| | |
* | | many translations improved and correctedThomas Citharel2015-03-138-47/+237
| | |
* | | add translationsThomas Citharel2015-03-134-2/+122
| | |
* | | fix little problems and bring previous features to all themesThomas Citharel2015-03-134-15/+40
| | |
* | | fix for #1153, a couple of improvements and fixed bugsThomas Citharel2015-03-133-12/+55
| | |
* | | tag cloud is present, #1122 is implementedThomas Citharel2015-03-086-3/+86
| | |
* | | implement #11221.9.1alpha1Thomas Citharel2015-03-083-1/+19
| | |
* | | Merge branch 'dev' of github.com:wallabag/wallabag into devThomas Citharel2015-03-083-8/+10
|\ \ \