aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* rename getAllEntriesId into findAllEntriesIdByUserIdNicolas Hart2017-08-222-2/+2
|
* Add reload entry commandNicolas Hart2017-08-212-0/+107
|
* Merge pull request #3319 from Quent-in/2.3Jérémy Benoist2017-08-101-2/+2
|\ | | | | Translation : OC small changes
| * Small changeQuent-in2017-08-091-2/+2
| | | | | | Apostrophe par erreur, et "aller À votre compte" et non "sur", pas choquant mais mieux je pense en OC.
* | Merge pull request #3314 from nclsHart/fix-3313Jérémy Benoist2017-08-083-39/+23
|\ \ | | | | | | Reduce number of queries on tag list
| * | Reduce number of queries on tag listNicolas Hart2017-08-063-39/+23
| |/
* / Update messages.pl.ymlMateusz Rumiński2017-08-081-13/+13
|/ | | add polish translation for credentials
* Correction apostrophe encadrée par simples apostrophesQuent-in2017-08-051-1/+1
|
* Correction indent. L538Quent-in2017-08-051-1/+1
| | | Correction indentation suite rapport Travis
* Update OC: correction fautes de frappeQuent-in2017-08-051-16/+16
|
* Update with new stringsQuent-in2017-08-051-21/+21
| | | L538 : not quite sure about the number of space.
* add search argument and limit option to list users commandNicolas Hart2017-07-311-2/+20
|
* Add list user commandNicolas Hart2017-07-301-0/+43
|
* Merge pull request #3297 from nclsHart/commands-better-renderingJérémy Benoist2017-07-305-71/+70
|\ | | | | Better rendering for all core commands
| * Better rendering for all core commandsNicolas Hart2017-07-295-71/+70
| |
* | Fix some namespaces and phpdocNicolas Hart2017-07-294-7/+10
| |
* | Merge pull request #3290 from nclsHart/fix-3019Jérémy Benoist2017-07-2914-1/+14
|\ \ | |/ |/| Add a dedicated title for all entries page
| * add a dedicated title for all entries pageNicolas Hart2017-07-2714-1/+14
| |
* | Merge pull request #3291 from nclsHart/show-user-ioJérémy Benoist2017-07-281-10/+13
|\ \ | | | | | | Better rendering for show user command using symfony style
| * | Better rendering for show user command using symfony styleNicolas Hart2017-07-271-10/+13
| |/
* | Merge pull request #3292 from nclsHart/remove-getdoctrineJérémy Benoist2017-07-283-15/+0
|\ \ | | | | | | Remove unused method getDoctrine in several commands
| * | Remove unused method getDoctrine in several commandsNicolas Hart2017-07-273-15/+0
| |/
* | Merge pull request #3293 from nclsHart/remove-unused-useJérémy Benoist2017-07-281-1/+0
|\ \ | | | | | | Remove unused use statement in install command
| * | Remove unused use statement in install commandNicolas Hart2017-07-271-1/+0
| |/
* | Add a test for updatePublishedAtJeremy Benoist2017-07-241-3/+9
| | | | | | | | | | | | | | To avoid error when a content is re-submitted and it previously add a published date. Also, fix the `testPostSameEntry`
* | Fix updatePublishedAt on already parsed article's dateSimounet2017-07-241-1/+1
|/
* Merge pull request #3266 from egilli/export-domain-as-authorJérémy Benoist2017-07-113-6/+34
|\ | | | | Use the article publisher as author for exported files
| * Make updateAuthor code simpler to readÉtienne Gilli2017-07-101-8/+10
| |
| * Use the article publisher as author for exportÉtienne Gilli2017-07-091-2/+9
| | | | | | | | | | When exporting an entry, use the publishedBy field as author name for epub, mobi and pdf formats. Fallback to domain name if empty.
| * Use the article domain as author for export filesÉtienne Gilli2017-07-083-6/+25
| | | | | | | | | | | | | | When exporting an entry, use the domain name as author name for epub, mobi and pdf formats, instead of 'wallabag'. Change the author from array to string, because for now, there is always only one author.
* | Add EntityTimestampsTrait to handle datesJeremy Benoist2017-07-063-23/+30
|/ | | | Refactorize timestamps() method to avoid re-writing it on each entity
* Merge pull request #3256 from wallabag/fix-patchJérémy Benoist2017-07-052-85/+113
|\ | | | | Fix PATCH method
| * CSJeremy Benoist2017-07-031-70/+70
| |
| * Fix validateAndSetPreviewPictureJeremy Benoist2017-07-031-4/+1
| | | | | | | | Which wasn't covered by a test!
| * Fix PATCH methodJeremy Benoist2017-07-032-37/+68
| | | | | | | | | | The PATCH method for the entry should only update what user sent to us and not the whole entry as it was before. Also, sending tags when patching an entry will now remove all current tags & assocatied new ones.
* | CSJeremy Benoist2017-07-031-1/+1
|/
* Fix testsJeremy Benoist2017-07-032-3/+3
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-0131-350/+337
|
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-06-261-142/+142
|\
| * Fixed broken lines and added new linesmatteocoder2017-06-241-5/+7
| | | | | | In addition to fixing broken lines, I've also added a couple of lines from recent PRs.
| * revised messages.itmatteocoder2017-06-171-154/+156
| |
* | Don't load js for nothing in prodThomas Citharel2017-06-221-2/+3
| |
* | Add css on share public pageThomas Citharel2017-06-221-0/+5
| |
* | Add share.scss fileJeremy Benoist2017-06-221-26/+0
| | | | | | | | Still needs to include it in the twig template
* | add :it: shared_by_wallabag string translated by @matteocoderSven Fischer2017-06-221-1/+1
| |
* | adjust :de: shared_by_wallabag string to include user infoSven Fischer2017-06-221-1/+1
| |
* | Better export pageJeremy Benoist2017-06-228-9/+14
| | | | | | | | I’ve increase the width of the page 900px, 600px looks too small for me. Should we use something like 90% instead?
* | Add :it: translationJérémy Benoist2017-06-221-1/+1
| |
* | Update polish Mateusz Rumiński2017-06-221-3/+3
| | | | | | add missing translation
* | Fix translations on QR code instructionsThomas Citharel2017-06-2214-2/+14
| |