Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add site_config for cloudacademy.com and cyrille-borne.com | jmlrt | 2015-07-06 | 2 | -0/+12 |
* | added a lot of siteconfig files | Thomas Citharel | 2015-07-06 | 13 | -0/+84 |
* | fix #1224 | Thomas Citharel | 2015-07-06 | 1 | -2/+6 |
* | fix #1209 | Thomas Citharel | 2015-07-06 | 1 | -0/+9 |
* | new config file | Thomas Citharel | 2015-06-17 | 1 | -0/+5 |
* | Merge branch 'dev' of http://github.com/wallabag/wallabag into dev | Thomas Citharel | 2015-06-13 | 1 | -0/+1 |
|\ | |||||
| * | Fix #1215 | Thomas Citharel | 2015-06-11 | 1 | -0/+1 |
* | | bring back long lasting session...maybe | Thomas Citharel | 2015-06-11 | 1 | -2/+2 |
|/ | |||||
* | [1005] fixing redirection when deleting archived article | Vincent Malley | 2015-06-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/dev' into dev | Vincent Malley | 2015-06-02 | 3 | -17/+58 |
|\ | |||||
| * | check that URL are real ones before importing them (for instance, avoid bookm... | Thomas Citharel | 2015-05-30 | 1 | -1/+1 |
| * | declare function correctly | Thomas Citharel | 2015-05-25 | 1 | -1/+1 |
| * | added commentsand fixed something forgotten | Thomas Citharel | 2015-05-22 | 2 | -1/+9 |
| * | added Firefox-bookmarks format import mode | Thomas Citharel | 2015-05-22 | 2 | -15/+48 |
| * | fix restart of import | Nicolas LÅ“uillet | 2015-05-19 | 1 | -1/+1 |
* | | [1203] fixing tag export | Vincent Malley | 2015-06-02 | 2 | -1/+16 |
|/ | |||||
* | redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirr... | Thomas Citharel | 2015-03-14 | 2 | -3/+3 |
* | fix #1154 | Thomas Citharel | 2015-03-13 | 1 | -2/+5 |
* | fix little problems and bring previous features to all themes | Thomas Citharel | 2015-03-13 | 1 | -1/+1 |
* | fix for #1153, a couple of improvements and fixed bugs | Thomas Citharel | 2015-03-13 | 2 | -6/+20 |
* | tag cloud is present, #1122 is implemented | Thomas Citharel | 2015-03-08 | 1 | -0/+20 |
* | implement #11221.9.1alpha1 | Thomas Citharel | 2015-03-08 | 1 | -0/+2 |
* | Merge branch 'dev' of github.com:wallabag/wallabag into dev | Thomas Citharel | 2015-03-08 | 2 | -7/+8 |
|\ | |||||
| * | remove unnecessary lines (again) | Thomas Citharel | 2015-03-07 | 1 | -6/+7 |
| * | remove unnecessary line | Thomas Citharel | 2015-03-07 | 1 | -1/+0 |
| * | autoclose was not declared | Thomas Citharel | 2015-03-07 | 1 | -0/+1 |
* | | mark read and go to next now in the right direction | Thomas Citharel | 2015-03-08 | 1 | -1/+1 |
|/ | |||||
* | implement #1123 | Thomas Citharel | 2015-03-02 | 2 | -3/+43 |
* | fix pdf being saved at root, now in cache/ folder | Thomas Citharel | 2015-03-01 | 1 | -1/+1 |
* | Merge branch 'dev' of github.com:wallabag/wallabag into dev | Thomas Citharel | 2015-02-19 | 1 | -1/+1 |
|\ | |||||
| * | Change message type from success to error | Thomas Citharel | 2015-02-18 | 1 | -1/+1 |
* | | fix for #1102, eventually #1041 | Thomas Citharel | 2015-02-19 | 1 | -7/+14 |
* | | remove old code | Thomas Citharel | 2015-02-19 | 1 | -3/+1 |
|/ | |||||
* | adapt for php < 5.4 | Thomas Citharel | 2015-02-16 | 1 | -1/+2 |
* | much better fix for #10821.9RC1 | Thomas Citharel | 2015-02-16 | 2 | -11/+12 |
* | alternative random function to fix #10821.9beta2 | Thomas Citharel | 2015-02-16 | 2 | -6/+13 |
* | Delete en_EN language (GB and US are available) | Thomas Citharel | 2015-02-15 | 1 | -1/+0 |
* | support GB english | Thomas Citharel | 2015-02-14 | 1 | -0/+1 |
* | set registration to false | Thomas Citharel | 2015-02-14 | 1 | -1/+1 |
* | (definitely) fixed utf8mb4 and check if user already exists in database befor... | Thomas Citharel | 2015-02-14 | 2 | -4/+10 |
* | forgot this file | Thomas Citharel | 2015-02-14 | 1 | -1/+1 |
* | mainly css improvements | Thomas Citharel | 2015-02-14 | 2 | -2/+4 |
* | couple improvements, translations | Thomas Citharel | 2015-02-13 | 3 | -5/+8 |
* | Merge branch 'dev' into register | Thomas Citharel | 2015-02-13 | 8 | -26/+102 |
|\ | |||||
| * | just a reminder | Thomas Citharel | 2015-02-13 | 1 | -1/+1 |
| * | improvements to internal registration and translations | Thomas Citharel | 2015-02-13 | 2 | -16/+34 |
| * | Merge branch 'dev' into sendmailatregistration | Thomas Citharel | 2015-02-13 | 8 | -21/+60 |
| |\ | |||||
| | * | Merge pull request #1053 from erixtekila/dev | Thomas Citharel | 2015-02-10 | 2 | -13/+19 |
| | |\ | |||||
| | | * | Fix fetched entries when localized | Eric Priou aka erixtekila | 2015-02-05 | 2 | -13/+19 |
| | * | | Merge pull request #1067 from vpmalley/dev | Nicolas LÅ“uillet | 2015-02-09 | 3 | -5/+11 |
| | |\ \ | | | |/ | | |/| |