aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3471 from cvergne/fix-rssdateJérémy Benoist2017-12-111-2/+2
|\ | | | | Fix #3448 - pubDate now conformant to DateTime RFC822 specifications
| * Fix #3448 - pubDate now conformant to Date and Time specifications defined ↵Christophe VERGNE2017-12-111-2/+2
|/ | | | by RFC822
* Merge pull request #3465 from wallabag/fix-testsJérémy Benoist2017-12-101-1/+1
|\ | | | | Fix bad key matching
| * Fix bad key matchingJeremy Benoist2017-12-081-1/+1
| | | | | | | | | | I didn't try to find which package introduced a BC (might be user-bundle or jms serializer)
* | Merge pull request #3467 from Simounet/feat/nav-improvedJérémy Benoist2017-12-104-16/+39
|\ \ | |/ |/| Feat/nav improved
| * More space for navbar actions on mobileSimounet2017-12-082-2/+2
| |
| * Toggle menu anchor replaced by a buttonSimounet2017-12-083-2/+10
| |
| * Fix nav title nowrap on mobileSimounet2017-12-073-15/+30
|/
* Merge pull request #3461 from Simounet/fix/rss-on-tag-listJérémy Benoist2017-12-083-21/+48
|\ | | | | Tag's list improved
| * Border radius on every corner of tag's listSimounet2017-12-082-2/+3
| |
| * Fix duplicated code removedSimounet2017-12-081-14/+0
| |
| * Tags list view improvedSimounet2017-12-083-6/+46
|/ | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links.
* Merge pull request #3463 from Simounet/feature/footer-improvedJérémy Benoist2017-12-083-15/+6
|\ | | | | Footer improved
| * Footer's stats displayed on mobileSimounet2017-12-063-11/+6
| |
| * Fix line-height issue on the footerSimounet2017-12-062-5/+1
|/
* Merge pull request #3438 from strobeltobias/patch-1Nicolas Lœuillet2017-12-052-3/+4
|\ | | | | Translate new strings
| * Translate new validators stringTobias Strobel2017-11-261-1/+2
| |
| * Translate new stringsTobias Strobel2017-11-261-2/+2
| |
* | Merge pull request #3459 from Simounet/fix/paginationJérémy Benoist2017-12-055-21/+28
|\ \ | | | | | | Pagination improved
| * | Fix wrong selected page number alignment on paginationSimounet2017-12-042-1/+3
| | |
| * | Fix pagination on list modeSimounet2017-12-045-21/+26
|/ /
* | Merge pull request #3449 from Simounet/feature/share-pageJérémy Benoist2017-12-043-18/+37
|\ \ | |/ |/| Share page improved (mobile + header's padding)
| * Figure image and figcaption centered on share pageSimounet2017-12-032-1/+9
| |
| * Share page improved (mobile + header's padding)Simounet2017-12-033-18/+29
|/
* Merge pull request #3436 from wallabag/origin-shaarliNicolas Lœuillet2017-11-2618-2/+72
|\ | | | | Add craue setting to enable sharing of origin url to Shaarli
| * Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-2518-2/+72
|/ | | | | | | 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-255-0/+662
|\ | | | | Add Thai language
| * Add all file thai Language for translateNatPi2017-11-244-0/+626
| |
| * Add CraueConfigBundle.th.ymlNatPi2017-11-181-0/+36
| |
* | Merge pull request #3401 from aaa2000/migration-initialJérémy Benoist2017-11-2510-167/+237
|\ \ | | | | | | Add an initial doctrine migration
| * | Fix phpcsadev2017-11-211-5/+4
| | |
| * | Fix travis foldadev2017-11-211-1/+1
| | |
| * | Remove data sql filesadev2017-11-213-120/+0
| | |
| * | Implements down migrationadev2017-11-211-1/+12
| | |
| * | Fix installation commandadev2017-11-214-31/+43
| | |
| * | Fold travis make prepareadev2017-11-211-0/+2
| | |
| * | Add an initial migrationadev2017-11-213-16/+182
| | |
* | | Merge pull request #3431 from wallabag/disable-site-credentialsJérémy Benoist2017-11-222-0/+32
|\ \ \ | |/ / |/| | Disable controller access if feature disabled
| * | Disable controller access if feature disabledJeremy Benoist2017-11-222-0/+32
| | | | | | | | | | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
* | | Merge pull request #3398 from wallabag/issue-1735Nicolas Lœuillet2017-11-213-146/+28
|\ \ \ | | | | | | | | Replace ant with Makefile
| * | | Replace ant with MakefileKevin Decherf2017-11-193-146/+28
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1735 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | | Merge pull request #3425 from wallabag/add-setting-for-headersNicolas Lœuillet2017-11-2119-3/+105
|\ \ \ \ | | |/ / | |/| | Added internal setting to enable/disable headers storage
| * | | Define storeArticleHeaders false by defaultJeremy Benoist2017-11-214-17/+18
| | | | | | | | | | | | | | | | | | | | Fix tests which must use `$storeArticleHeaders`. Fix CS
| * | | Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-2019-15/+116
| | | |
* | | | Merge pull request #3426 from wallabag/fix-migration-3373Nicolas Lœuillet2017-11-214-3/+4
|\ \ \ \ | | | | | | | | | | Fix MySQL issue on mig from #3373
| * | | | CSJeremy Benoist2017-11-213-3/+3
| | | | |
| * | | | Fix MySQL issue on mig from #3373Kevin Decherf2017-11-201-0/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | | Merge pull request #3346 from Kdecherf/origin-propertyNicolas Lœuillet2017-11-2025-4/+356
|\ \ \ \ | | | | | | | | | | Add originUrl property to Entry
| * | | | Fix phpcsKevin Decherf2017-11-195-22/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | | | Improve EntryRestControllerTest for origin_urlKevin Decherf2017-11-191-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that origin_url is initially null Ensure patching entry with origin_url='' Ensure patching entry with origin_url=null Signed-off-by: Kevin Decherf <kevin@kdecherf.com>