Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix nav title nowrap on mobile | Simounet | 2017-12-07 | 1 | -10/+23 |
| | |||||
* | Border radius on every corner of tag's list | Simounet | 2017-12-08 | 1 | -1/+2 |
| | |||||
* | Fix duplicated code removed | Simounet | 2017-12-08 | 1 | -14/+0 |
| | |||||
* | Tags list view improved | Simounet | 2017-12-08 | 1 | -2/+42 |
| | | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links. | ||||
* | Footer's stats displayed on mobile | Simounet | 2017-12-06 | 1 | -7/+2 |
| | |||||
* | Fix line-height issue on the footer | Simounet | 2017-12-06 | 1 | -4/+0 |
| | |||||
* | Merge pull request #3438 from strobeltobias/patch-1 | Nicolas Lœuillet | 2017-12-05 | 1 | -2/+2 |
|\ | | | | | Translate new strings | ||||
| * | Translate new strings | Tobias Strobel | 2017-11-26 | 1 | -2/+2 |
| | | |||||
* | | Fix wrong selected page number alignment on pagination | Simounet | 2017-12-04 | 1 | -0/+2 |
| | | |||||
* | | Fix pagination on list mode | Simounet | 2017-12-04 | 3 | -16/+20 |
| | | |||||
* | | Figure image and figcaption centered on share page | Simounet | 2017-12-03 | 1 | -0/+8 |
| | | |||||
* | | Share page improved (mobile + header's padding) | Simounet | 2017-12-03 | 1 | -11/+20 |
|/ | |||||
* | Add craue setting to enable sharing of origin url to Shaarli | Kevin Decherf | 2017-11-25 | 16 | -0/+70 |
| | | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #3419 from NatJNP/patch1 | Jérémy Benoist | 2017-11-25 | 2 | -0/+37 |
|\ | | | | | Add Thai language | ||||
| * | Add all file thai Language for translate | NatPi | 2017-11-24 | 1 | -0/+1 |
| | | |||||
| * | Add CraueConfigBundle.th.yml | NatPi | 2017-11-18 | 1 | -0/+36 |
| | | |||||
* | | Fix phpcs | adev | 2017-11-21 | 1 | -5/+4 |
| | | |||||
* | | Implements down migration | adev | 2017-11-21 | 1 | -1/+12 |
| | | |||||
* | | Fix installation command | adev | 2017-11-21 | 2 | -3/+32 |
| | | |||||
* | | Add an initial migration | adev | 2017-11-21 | 1 | -0/+181 |
| | | |||||
* | | Merge pull request #3425 from wallabag/add-setting-for-headers | Nicolas Lœuillet | 2017-11-21 | 15 | -0/+95 |
|\ \ | | | | | | | Added internal setting to enable/disable headers storage | ||||
| * | | Added internal setting to enable/disable headers storage | Nicolas Lœuillet | 2017-11-20 | 15 | -0/+95 |
| | | | |||||
* | | | Fix MySQL issue on mig from #3373 | Kevin Decherf | 2017-11-20 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | Fix phpcs | Kevin Decherf | 2017-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | Add originUrl property to Entry, handle that in EntryRestController, handle ↵ | Kevin Decherf | 2017-11-19 | 1 | -0/+55 |
|/ / | | | | | | | | | | | migration Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | "for the public wallabag demo", paywalled websites, diaspora* | Allan Nordhøy | 2017-11-18 | 1 | -3/+3 |
| | | |||||
* | | Spelling: diaspora, e-mail, moved ?, URL, sharing | Allan Nordhøy | 2017-11-18 | 1 | -8/+8 |
|/ | |||||
* | material: replace card activator with article link on card preview | Kevin Decherf | 2017-11-06 | 1 | -0/+1 |
| | | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | material: disable editing of entry url input when submitting new url | Kevin Decherf | 2017-11-05 | 2 | -0/+10 |
| | | | | | | Fixes #1871 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | webpack & views: replace bundles/wallabagcore with wallassets | Kevin Decherf | 2017-10-24 | 1 | -2/+2 |
| | | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Prepare wallabag 2.3.0 | Nicolas Lœuillet | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3373 from wallabag/change-readingtime-notnull | Nicolas Lœuillet | 2017-10-18 | 1 | -0/+64 |
|\ | | | | | Changed reading_time field to prevent null values | ||||
| * | Fixed @Kdecherf's review | Nicolas Lœuillet | 2017-10-13 | 1 | -0/+1 |
| | |