aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add all file thai Language for translateNatPi2017-11-243-0/+625
| |
* | 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-1914-14/+15
| | | | | | | | | | | | 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-192-0/+44
|/ / | | | | | | | | | | migration Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #3422 from wallabag/simpleue-2Nicolas Lœuillet2017-11-191-0/+17
|\ \ | | | | | | Jump to Simpleue 2.0
| * | Jump to Simpleue 2.0Jeremy Benoist2017-11-181-0/+17
| |/ | | | | | | The 1.3.0 tag is introducing BC so we jump to the 2.0
* / Spelling: Two-factor for wallabag connectionAllan Nordhøy2017-11-181-1/+1
|/
* 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-028-30/+30
|\ | | | | Fix assets for 2.3
| * webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-248-30/+30
| | | | | | | | | | | | | | 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
* Update messages.pl.ymlMateusz Rumiński2017-10-191-2/+2
| | | add polish translation for export footer_template
* Merge pull request #3373 from wallabag/change-readingtime-notnullNicolas Lœuillet2017-10-181-2/+2
|\ | | | | Changed reading_time field to prevent null values
| * Changed reading_time field to prevent null valuesNicolas Lœuillet2017-10-131-2/+2
| |
* | Merge pull request #3362 from sviande/fix_3361_api_warningJérémy Benoist2017-10-182-2/+2
|\ \ | | | | | | Fix #3361 check type for tags in entry repository
| * | Fix #3361 Entry Rest controller getEntries cast tags params to stringSébastien Viande2017-10-131-1/+1
| | |
| * | Fix #3361 check type for tags in entry repositorySébastien Viande2017-10-121-1/+1
| |/ | | | | | | Check is $tags is a string before explode
* / Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-142-2/+2
|/ | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
* CSJeremy Benoist2017-10-111-3/+3
|
* Fixed @j0k3r's reviewNicolas Lœuillet2017-10-111-0/+1
|
* Fixed @tcitworld's reviewNicolas Lœuillet2017-10-112-7/+3
|
* Translated first page of exported articleNicolas Lœuillet2017-10-1114-2/+44
|
* Merge pull request #3376 from wallabag/symfony-3.3Jérémy Benoist2017-10-1126-43/+43
|\ | | | | Symfony 3.3
| * CSJeremy Benoist2017-10-0922-30/+30
| |
| * Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-095-13/+13
| | | | | | | | Also update tests urls
* | update Russian languageОлег2017-10-102-62/+68
| |
* | add Russian languageОлег2017-10-101-0/+11
| |
* | Add Russian language in CoreBundle Resources and CraueConfigBundleОлег2017-10-101-0/+564
|/
* Update messages.oc.ymlQuent-in2017-09-091-1/+1
|
* Remove unused functionJeremy Benoist2017-09-061-20/+0
| | | | Introduce after the rebase I guess
* Fix testsJeremy Benoist2017-09-061-1/+1
|