Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2682 from wallabag/migration-config | Jeremy Benoist | 2016-12-18 | 4 | -4/+52 |
|\ | | | | | Ensure craue_config_setting migration are ok | ||||
| * | Replaced quotes for Postgres | Nicolas Lœuillet | 2016-12-18 | 4 | -6/+6 |
| | | |||||
| * | Ensure craue_config_setting migration are ok | Jeremy Benoist | 2016-12-15 | 4 | -4/+52 |
| | | | | | | | | We now can run the migration every time, new line from `craue_config_setting` are properly checked. | ||||
* | | Moved RabbitMQ QoS to parameters | Nicolas Lœuillet | 2016-12-15 | 2 | -8/+9 |
| | | |||||
* | | Added QoS for RabbitMQ | Nicolas Lœuillet | 2016-12-15 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #2667 from wallabag/upgrade-symfony-32 | Nicolas Lœuillet | 2016-12-15 | 1 | -4/+0 |
|\ | | | | | Upgrade to Symfony 3.2 | ||||
| * | Fix tests & deprecation notice | Jeremy Benoist | 2016-12-15 | 1 | -4/+0 |
| | | |||||
* | | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 2 | -1/+3 |
| | | |||||
* | | Merge pull request #2650 from wallabag/add-hascolumn | Jeremy Benoist | 2016-11-30 | 14 | -89/+101 |
|\ \ | |/ |/| | Added hasColumn() in migration to check column existence | ||||
| * | Named index | Nicolas Lœuillet | 2016-11-30 | 1 | -1/+9 |
| | | |||||
| * | Code review | Nicolas Lœuillet | 2016-11-30 | 2 | -7/+4 |
| | | |||||
| * | Fixed typo | Nicolas Lœuillet | 2016-11-28 | 1 | -2/+2 |
| | | |||||
| * | Cleaned old migrations | Nicolas Lœuillet | 2016-11-28 | 4 | -35/+26 |
| | | |||||
| * | Added dropColumn for SQLite and some enhancements | Nicolas Lœuillet | 2016-11-28 | 6 | -35/+37 |
| | | |||||
| * | Replaced abortIf with skipIf | Nicolas Lœuillet | 2016-11-28 | 12 | -24/+22 |
| | | |||||
| * | Added checks on migrations | Nicolas Lœuillet | 2016-11-28 | 6 | -11/+25 |
| | | |||||
| * | Removed my hasColumn and used the existing one in Doctrine | Nicolas Lœuillet | 2016-11-28 | 1 | -35/+1 |
| | | |||||
| * | Added hasColumn() in migration to check column existence | Nicolas Lœuillet | 2016-11-28 | 1 | -4/+40 |
| | | |||||
* | | Renamed view_mode by list_mode and hide excerpt | Nicolas Lœuillet | 2016-11-28 | 3 | -9/+16 |
| | | |||||
* | | Hide article text on mobile with list mode | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+4 |
| | | |||||
* | | Added list view | Nicolas Lœuillet | 2016-11-28 | 5 | -10/+64 |
|/ | |||||
* | Added migration to remove useless fields | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+61 |
| | |||||
* | Material: update size of text in article | Kevin Decherf | 2016-11-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Material: render blockquote in italic and strong in bold in article | Kevin Decherf | 2016-11-25 | 1 | -0/+8 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Material: update style of pre in article | Kevin Decherf | 2016-11-25 | 1 | -0/+14 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Material: update style of ul in article | Kevin Decherf | 2016-11-25 | 1 | -0/+9 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Material: update style of article links | Kevin Decherf | 2016-11-25 | 1 | -0/+9 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Material: increase max width of article on large screens | Kevin Decherf | 2016-11-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Material: prevent bold in title, update title font size | Kevin Decherf | 2016-11-25 | 1 | -0/+33 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Material: change color of background, article content and titles | Kevin Decherf | 2016-11-25 | 1 | -1/+14 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fixed logout shortcut | Nicolas Lœuillet | 2016-11-23 | 2 | -2/+2 |
| | |||||
* | Merge pull request #2620 from wallabag/fix-password-layout | Jeremy Benoist | 2016-11-23 | 9 | -16/+60 |
|\ | | | | | Fix password layout | ||||
| * | Add migration for new FOSUser version | Jeremy Benoist | 2016-11-22 | 1 | -0/+57 |
| | | |||||
| * | Re-use FOSUser master branch | Jeremy Benoist | 2016-11-22 | 1 | -2/+3 |
| | | |||||
| * | These files aren’t used anymore | Jeremy Benoist | 2016-11-22 | 7 | -14/+0 |
| | | | | | | | | Translation were moved to the global one | ||||
* | | Fixed entry shortcuts available in list view | Nicolas Lœuillet | 2016-11-22 | 2 | -30/+38 |
|/ | |||||
* | Merge pull request #2317 from wallabag/restricted-access | Jeremy Benoist | 2016-11-22 | 15 | -0/+61 |
|\ | | | | | Added authentication for restricted access articles | ||||
| * | Added documentation and missing translations | Nicolas Lœuillet | 2016-11-22 | 11 | -0/+11 |
| | | |||||
| * | Added internal setting to enable/disable articles with paywall | Nicolas Lœuillet | 2016-11-22 | 2 | -0/+46 |
| | | |||||
| * | Added authentication for restricted access articles | Bertrand Dunogier | 2016-11-22 | 2 | -0/+4 |
| | | | | | | | | Fix #438. Thank you so much @bdunogier | ||||
* | | Added help about shortcuts | Nicolas Lœuillet | 2016-11-22 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #2613 from wallabag/fix-overlap | Thomas Citharel | 2016-11-22 | 1 | -0/+4 |
|\ | | | | | Fix card action overlap | ||||
| * | Fix card action overlap | Jeremy Benoist | 2016-11-20 | 1 | -0/+4 |
| | | | | | | | | On smaller resolution | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-21 | 1 | -2/+4 |
|\ \ | |||||
| * \ | Merge pull request #2624 from Rurik19/master | Jeremy Benoist | 2016-11-21 | 1 | -1/+3 |
| |\ \ | | | | | | | | | Fix #2056 update config.yml | ||||
| | * | | wrong spaces | Yuriy Evdokimov | 2016-11-21 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix #2056 update config.yml | Yuriy Evdokimov | 2016-11-21 | 1 | -1/+3 |
| | | | | | | | | | | | | Resolves refresh token lifetime issue | ||||
| * | | | Prepare wallabag 2.1.5 :rocket: | Nicolas Lœuillet | 2016-11-21 | 1 | -1/+1 |
| |/ / | |||||
* | | | Add ability to use Redis with password | Jeremy Benoist | 2016-11-20 | 1 | -0/+1 |
| | | | |||||
* | | | Add missing translations | Jeremy Benoist | 2016-11-20 | 12 | -1/+16 |
| |/ |/| |