aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Removed SQLite migrationstore-resolved-urlNicolas Lœuillet2017-12-221-3/+0
|
* Added index on entry table for given_url fieldNicolas Lœuillet2017-12-181-0/+65
|
* Added given_url in entry tableNicolas Lœuillet2017-12-181-0/+55
|
* Merge pull request #3515 from wallabag/php-7.2Nicolas Lœuillet2017-12-181-0/+1
|\ | | | | Add PHP 7.2 compatibility
| * Add missing parameter for testJeremy Benoist2017-12-181-0/+1
| |
* | Removed duplicated lineNicolas Lœuillet2017-12-171-1/+0
| |
* | Update PT translationsPaulino Michelazzo2017-12-171-4/+6
|/
* Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefixJérémy Benoist2017-12-161-125/+125
|\ | | | | Fix initial migration when using custom table prefix
| * Use getTable() to retrieve prefixed table nameJeremy Benoist2017-12-161-126/+122
| |
| * Fix initial migration when using custom table prefixadev2017-12-141-125/+129
| | | | | | | | Fix #3503
* | Fixed lower case tags migrationNicolas Lœuillet2017-12-151-1/+1
|/
* Merge pull request #3488 from wallabag/pg-10Jérémy Benoist2017-12-136-0/+7
|\ | | | | Add custom driver & schema manager for PostgreSQL 10
| * Add custom driver & schema manager for PostgreSQL 10Jeremy Benoist2017-12-126-0/+7
| |
* | CSJeremy Benoist2017-12-121-1/+0
| |
* | Use hasTable instead of try/catchJeremy Benoist2017-12-121-7/+1
| |
* | Change the way to check for initial migrationJeremy Benoist2017-12-121-4/+25
|/
* Merge pull request #3468 from wallabag/fix-migration-3139Nicolas Lœuillet2017-12-111-8/+21
|\ | | | | Fix migration from #3139
| * migrations: fix duplicate violation during lowercase tag migrationKevin Decherf2017-12-101-8/+20
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Replace raw query with named parameterKevin Decherf2017-12-101-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 + TestsChristophe VERGNE2017-12-111-1/+1
|/
* More space for navbar actions on mobileSimounet2017-12-081-1/+1
|
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-0/+8
|
* Fix nav title nowrap on mobileSimounet2017-12-071-10/+23
|
* Border radius on every corner of tag's listSimounet2017-12-081-1/+2
|
* Fix duplicated code removedSimounet2017-12-081-14/+0
|
* Tags list view improvedSimounet2017-12-081-2/+42
| | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links.
* Footer's stats displayed on mobileSimounet2017-12-061-7/+2
|
* Fix line-height issue on the footerSimounet2017-12-061-4/+0
|
* Merge pull request #3438 from strobeltobias/patch-1Nicolas Lœuillet2017-12-051-2/+2
|\ | | | | Translate new strings
| * Translate new stringsTobias Strobel2017-11-261-2/+2
| |
* | Fix wrong selected page number alignment on paginationSimounet2017-12-041-0/+2
| |
* | Fix pagination on list modeSimounet2017-12-043-16/+20
| |
* | Figure image and figcaption centered on share pageSimounet2017-12-031-0/+8
| |
* | Share page improved (mobile + header's padding)Simounet2017-12-031-11/+20
|/
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-2516-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/patch1Jérémy Benoist2017-11-252-0/+37
|\ | | | | Add Thai language
| * Add all file thai Language for translateNatPi2017-11-241-0/+1
| |
| * Add CraueConfigBundle.th.ymlNatPi2017-11-181-0/+36
| |
* | Fix phpcsadev2017-11-211-5/+4
| |
* | Implements down migrationadev2017-11-211-1/+12
| |
* | Fix installation commandadev2017-11-212-3/+32
| |
* | Add an initial migrationadev2017-11-211-0/+181
| |
* | Merge pull request #3425 from wallabag/add-setting-for-headersNicolas Lœuillet2017-11-2115-0/+95
|\ \ | | | | | | Added internal setting to enable/disable headers storage
| * | Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-2015-0/+95
| | |
* | | Fix MySQL issue on mig from #3373Kevin Decherf2017-11-201-0/+1
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | Fix phpcsKevin Decherf2017-11-191-1/+1
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | Add originUrl property to Entry, handle that in EntryRestController, handle ↵Kevin Decherf2017-11-191-0/+55
|/ / | | | | | | | | | | migration Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | "for the public wallabag demo", paywalled websites, diaspora*Allan Nordhøy2017-11-181-3/+3
| |
* | Spelling: diaspora, e-mail, moved ?, URL, sharingAllan Nordhøy2017-11-181-8/+8
|/
* material: replace card activator with article link on card previewKevin Decherf2017-11-061-0/+1
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>