aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Fixed reviewNicolas Lœuillet2017-12-182-1/+1
|
* Added given_url in entry tableNicolas Lœuillet2017-12-183-1/+38
|
* Merge pull request #3513 from wallabag/icons-3437Nicolas Lœuillet2017-12-163-9/+9
|\ | | | | material: replace exit_to_app, redo and autorenew icons
| * material: replace exit_to_app, redo and autorenew iconsKevin Decherf2017-12-163-9/+9
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | command: replace note regarding server:run --env=prodKevin Decherf2017-12-161-1/+1
|/ | | | | server:run --env=prod does not exist anymore Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix empty title and domain_name when exception is thrown during fetchKevin Decherf2017-12-132-4/+41
| | | | | | | | | | Add a new helper to set a default title when it's empty: 1/ use basename part of entry's path, if any 2/ or use domain name Fixes #2053 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3488 from wallabag/pg-10Jérémy Benoist2017-12-132-0/+63
|\ | | | | Add custom driver & schema manager for PostgreSQL 10
| * Fix testsJeremy Benoist2017-12-121-4/+4
| |
| * Add custom driver & schema manager for PostgreSQL 10Jeremy Benoist2017-12-122-0/+63
| |
* | Merge pull request #3492 from bdunogier/fix-3484-disable_share_linkNicolas Lœuillet2017-12-121-0/+10
|\ \ | | | | | | Fix 3484: hide the share toggle button if no service is enabled
| * | Fix #3484: hide the share toggle button if no service is enabledBertrand Dunogier2017-12-121-0/+10
| |/
* / Displayed the RSS icon on homepage routeNicolas Lœuillet2017-12-121-3/+8
|/
* Fix #3448 - pubDate now conformant to Date and Time specifications defined ↵Christophe VERGNE2017-12-111-2/+2
| | | | by RFC822
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-1/+1
|
* Fix nav title nowrap on mobileSimounet2017-12-071-4/+6
|
* Tags list view improvedSimounet2017-12-081-3/+3
| | | | | 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-3/+3
|
* Merge pull request #3438 from strobeltobias/patch-1Nicolas Lœuillet2017-12-051-1/+2
|\ | | | | Translate new strings
| * Translate new validators stringTobias Strobel2017-11-261-1/+2
| |
* | Fix pagination on list modeSimounet2017-12-041-4/+5
| |
* | Share page improved (mobile + header's padding)Simounet2017-12-031-6/+8
|/
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-252-2/+2
| | | | | | | 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/+614
|\ | | | | Add Thai language
| * Add all file thai Language for translateNatPi2017-11-242-0/+614
| |
* | Merge pull request #3401 from aaa2000/migration-initialJérémy Benoist2017-11-251-22/+9
|\ \ | | | | | | Add an initial doctrine migration
| * | Fix installation commandadev2017-11-211-22/+9
| | |
* | | Merge pull request #3431 from wallabag/disable-site-credentialsJérémy Benoist2017-11-221-0/+18
|\ \ \ | |/ / |/| | Disable controller access if feature disabled
| * | Disable controller access if feature disabledJeremy Benoist2017-11-221-0/+18
| | | | | | | | | | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
* | | Merge pull request #3425 from wallabag/add-setting-for-headersNicolas Lœuillet2017-11-212-2/+5
|\| | | | | | | | Added internal setting to enable/disable headers storage
| * | Define storeArticleHeaders false by defaultJeremy Benoist2017-11-211-1/+1
| | | | | | | | | | | | | | | Fix tests which must use `$storeArticleHeaders`. Fix CS
| * | Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-202-2/+5
| |/
* | Fix phpcsKevin Decherf2017-11-191-2/+2
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-1915-2/+15
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Improve origin_url field description and translationsKevin Decherf2017-11-1913-12/+13
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Form: move url and origin_url to UrlTypeKevin Decherf2017-11-191-2/+3
| |
* | Add support of originUrl field in baggy entry viewKevin Decherf2017-11-191-0/+8
| |
* | Add some tests for OriginUrl in EntryRestControllerKevin Decherf2017-11-191-0/+1
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Handle original_url querystring in Shaarli sharing linkKevin Decherf2017-11-191-1/+1
| | | | | | | | | | | | | | | | | | This feature needs at least shaarli-plugin-via 0.2 from https://github.com/Kdecherf/shaarli-plugin-via to work. Shaarli will silently ignore this parameter if this plugin is missing. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Add support of originUrl field in material entry viewKevin Decherf2017-11-191-0/+8
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Twig: add removeSchemeAndWww filterKevin Decherf2017-11-191-0/+8
| | | | | | | | | | | | | | | | This twig filter removes scheme (only http and https are supported) and pass the result to removeWww filter to also remove 'www.' at the beginning of an url. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Entry: handle originUrl in edit form, update translationsKevin Decherf2017-11-1914-0/+22
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Add originUrl property to Entry, handle that in EntryRestController, handle ↵Kevin Decherf2017-11-191-0/+33
|/ | | | | | migration Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: replace card activator with article link on card previewKevin Decherf2017-11-063-3/+13
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3387 from Kdecherf/fix-assets-23Jérémy Benoist2017-11-026-28/+28
|\ | | | | Fix assets for 2.3
| * webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-246-28/+28
| | | | | | | | | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | views/config: fix overlaying drop down menuKevin Decherf2017-10-311-1/+1
| | | | | | | | Fixes #3393
* | Properly run php-cs-fixerJeremy Benoist2017-10-281-23/+23
| |
* | php-cs-fixerMartin Trigaux2017-10-281-24/+24
| | | | | | | | php bin/php-cs-fixer fix src/Wallabag/CoreBundle/Helper/EntriesExport.php
* | Set the title in a separated chapterMartin Trigaux2017-10-281-5/+4
| | | | | | | | | | Set the export option on the same page, same as done in producePdf Move the ToC at the end of the book so the title page is the first one
* | add a title pageMartin Trigaux2017-10-281-1/+2
|/ | | | The first page of the book is the title