Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fixes another typo | Aleksandar Todorović (r3bl) | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | wallabag logo (side-nav) replaced by an SVG one | Simounet | 2018-07-11 | 2 | -0/+1 |
| | |||||
* | wallabag logo with typo replaced by an SVG one | Simounet | 2018-07-11 | 2 | -0/+4 |
| | |||||
* | Fake wallabag logo data image replaced by real SVG | Simounet | 2018-07-11 | 1 | -300/+1 |
| | |||||
* | Merge pull request #3683 from Simounet/fix/iframe-video-width-shared | Jérémy Benoist | 2018-07-06 | 1 | -0/+6 |
|\ | | | | | Fix mobile viewport on big iframe and video elements | ||||
| * | Fix mobile viewport on big iframe and video elements | Simounet | 2018-06-28 | 1 | -0/+6 |
| | | |||||
* | | The 'framework.trusted_proxies' configuration key has been deprecated in ↵ | Jeremy Benoist | 2018-07-05 | 1 | -1/+0 |
|/ | | | | Symfony 3.3 | ||||
* | Prepare 2.3.3 release | Jeremy Benoist | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | We should able to get the table name unescaped | Jeremy Benoist | 2018-06-14 | 1 | -4/+4 |
| | | | | When we want to perform complex queries to retrieve metadata from the database | ||||
* | Fixed migrations with dash into db name | Jeremy Benoist | 2018-06-14 | 36 | -705/+93 |
| | |||||
* | Merge pull request #3636 from flozz/syntax-highlight | Jérémy Benoist | 2018-06-07 | 2 | -1/+11 |
|\ | | | | | Highlight code in articles using highlight.js | ||||
| * | Highlight code in articles using highlight.js | Fabien LOISON | 2018-04-23 | 2 | -1/+11 |
| | | |||||
* | | Merge pull request #3646 from Quenty31/master | Jérémy Benoist | 2018-06-01 | 1 | -2/+2 |
|\ \ | | | | | | | [i18n] Occitan update | ||||
| * | | Update CraueConfigBundle.oc.yml | Quentí | 2018-05-05 | 1 | -1/+1 |
| | | | |||||
| * | | Update CraueConfigBundle.oc.yml | Quentí | 2018-05-05 | 1 | -2/+2 |
| |/ | |||||
* | | Fix Firefox mobile unneeded resize | Simounet | 2018-05-24 | 2 | -3/+5 |
| | | | | | | | | | | | | Before that, on Firefox Mobile, when you were moving to the top or to the bottom of the page, you were stopped before to go to the opposite side. | ||||
* | | Fix overflow wrap issue | Simounet | 2018-05-21 | 2 | -0/+11 |
|/ | |||||
* | Allow login by email | Floran Brutel | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Prepare 2.3.2 release | Jeremy Benoist | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | Close add entry and search nav JS action improved | Simounet | 2018-01-12 | 1 | -11/+11 |
| | |||||
* | Nav close button alignment and nav boxes improved | Simounet | 2018-01-12 | 2 | -41/+31 |
| | |||||
* | Fix nav new entry and search form alignment | Simounet | 2018-01-12 | 1 | -1/+2 |
| | |||||
* | Label replaced by a button on the nav search form | Simounet | 2018-01-12 | 2 | -10/+10 |
| | |||||
* | Label replaced by a button on the nav new entry form | Simounet | 2018-01-12 | 2 | -1/+11 |
| | |||||
* | Merge pull request #3525 from Simounet/fix/empty-card-title-link | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+4 |
|\ | | | | | Fix empty card title link | ||||
| * | Card tags template shared | Simounet | 2017-12-26 | 1 | -0/+4 |
| | | |||||
| * | Useless span removed from the card's title | Simounet | 2017-12-26 | 1 | -1/+0 |
| | | |||||
* | | Prepared wallabag 2.3.1 | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+1 |
|/ | |||||
* | cs-fixer | Kevin Decherf | 2017-12-20 | 1 | -4/+2 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Remove fixed relative path for assets | Kevin Decherf | 2017-12-20 | 2 | -1/+9 |
| | |||||
* | Merge pull request #3515 from wallabag/php-7.2 | Nicolas Lœuillet | 2017-12-18 | 1 | -0/+1 |
|\ | | | | | Add PHP 7.2 compatibility | ||||
| * | Add missing parameter for test | Jeremy Benoist | 2017-12-18 | 1 | -0/+1 |
| | | |||||
* | | Removed duplicated line | Nicolas Lœuillet | 2017-12-17 | 1 | -1/+0 |
| | | |||||
* | | Update PT translations | Paulino Michelazzo | 2017-12-17 | 1 | -4/+6 |
|/ | |||||
* | Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefix | Jérémy Benoist | 2017-12-16 | 1 | -125/+125 |
|\ | | | | | Fix initial migration when using custom table prefix | ||||
| * | Use getTable() to retrieve prefixed table name | Jeremy Benoist | 2017-12-16 | 1 | -126/+122 |
| | | |||||
| * | Fix initial migration when using custom table prefix | adev | 2017-12-14 | 1 | -125/+129 |
| | | | | | | | | Fix #3503 | ||||
* | | Fixed lower case tags migration | Nicolas Lœuillet | 2017-12-15 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3488 from wallabag/pg-10 | Jérémy Benoist | 2017-12-13 | 6 | -0/+7 |
|\ | | | | | Add custom driver & schema manager for PostgreSQL 10 | ||||
| * | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 6 | -0/+7 |
| | | |||||
* | | CS | Jeremy Benoist | 2017-12-12 | 1 | -1/+0 |
| | | |||||
* | | Use hasTable instead of try/catch | Jeremy Benoist | 2017-12-12 | 1 | -7/+1 |
| | | |||||
* | | Change the way to check for initial migration | Jeremy Benoist | 2017-12-12 | 1 | -4/+25 |
|/ | |||||
* | Merge pull request #3468 from wallabag/fix-migration-3139 | Nicolas Lœuillet | 2017-12-11 | 1 | -8/+21 |
|\ | | | | | Fix migration from #3139 | ||||
| * | migrations: fix duplicate violation during lowercase tag migration | Kevin Decherf | 2017-12-10 | 1 | -8/+20 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Replace raw query with named parameter | Kevin Decherf | 2017-12-10 | 1 | -2/+3 |
| | | | | | | | | | | | | Fix possible issue with special chars on #3139 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Fix All RSS not accessible if not logged in + Tests | Christophe VERGNE | 2017-12-11 | 1 | -1/+1 |
|/ | |||||
* | More space for navbar actions on mobile | Simounet | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Toggle menu anchor replaced by a button | Simounet | 2017-12-08 | 1 | -0/+8 |
| |