Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update | Quent-in | 2017-08-30 | 1 | -55/+55 |
| | |||||
* | Merge pull request #3330 from franek/set-starred-date | Jérémy Benoist | 2017-08-30 | 4 | -7/+56 |
|\ | | | | | Add starred_at field which is set when an entry is starred | ||||
| * | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 4 | -7/+56 |
| | | | | | | | | | | | | | | | | This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field. | ||||
* | | Merge pull request #3294 from wallabag/export-tag-null | Jérémy Benoist | 2017-08-30 | 2 | -2/+2 |
|\ \ | |/ |/| | Empty currentTag should be null | ||||
| * | Empty currentTag should be null | Jeremy Benoist | 2017-07-28 | 2 | -2/+2 |
| | | | | | | | | And when a parameter is null, it won't appear in the url like `?tag=`. | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-08-22 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fix export links in baggy theme | Étienne Gilli | 2017-08-13 | 1 | -3/+3 |
| | | | |||||
* | | | rename getAllEntriesIdAndUrl into findAllEntriesIdAndUrlByUserId | Nicolas Hart | 2017-08-22 | 2 | -2/+2 |
| | | | |||||
* | | | rename getAllEntriesId into findAllEntriesIdByUserId | Nicolas Hart | 2017-08-22 | 2 | -2/+2 |
| | | | |||||
* | | | Add reload entry command | Nicolas Hart | 2017-08-21 | 2 | -0/+107 |
| | | | |||||
* | | | Merge pull request #3319 from Quent-in/2.3 | Jérémy Benoist | 2017-08-10 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Translation : OC small changes | ||||
| * | | | Small change | Quent-in | 2017-08-09 | 1 | -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-3313 | Jérémy Benoist | 2017-08-08 | 3 | -39/+23 |
|\ \ \ \ | | | | | | | | | | | Reduce number of queries on tag list | ||||
| * | | | | Reduce number of queries on tag list | Nicolas Hart | 2017-08-06 | 3 | -39/+23 |
| |/ / / | |||||
* / / / | Update messages.pl.yml | Mateusz Rumiński | 2017-08-08 | 1 | -13/+13 |
|/ / / | | | | | | | add polish translation for credentials | ||||
* | | | Correction apostrophe encadrée par simples apostrophes | Quent-in | 2017-08-05 | 1 | -1/+1 |
| | | | |||||
* | | | Correction indent. L538 | Quent-in | 2017-08-05 | 1 | -1/+1 |
| | | | | | | | | | Correction indentation suite rapport Travis | ||||
* | | | Update | Quent-in | 2017-08-05 | 1 | -3/+3 |
| | | | | | | | | | | | | 2FA : choix des occitanophones interrogés : autentificacion en dos temps. + fautes de frappes | ||||
* | | | Update OC: correction fautes de frappe | Quent-in | 2017-08-05 | 1 | -16/+16 |
| | | | |||||
* | | | Update with new strings | Quent-in | 2017-08-05 | 1 | -21/+21 |
| | | | | | | | | | L538 : not quite sure about the number of space. | ||||
* | | | add search argument and limit option to list users command | Nicolas Hart | 2017-07-31 | 2 | -2/+33 |
| | | | |||||
* | | | Add list user command | Nicolas Hart | 2017-07-30 | 1 | -0/+43 |
| | | | |||||
* | | | Merge pull request #3297 from nclsHart/commands-better-rendering | Jérémy Benoist | 2017-07-30 | 5 | -71/+70 |
|\ \ \ | | | | | | | | | Better rendering for all core commands | ||||
| * | | | Better rendering for all core commands | Nicolas Hart | 2017-07-29 | 5 | -71/+70 |
| | |/ | |/| | |||||
* | | | Merge pull request #3298 from nclsHart/fix-namespace-phpdoc | Jérémy Benoist | 2017-07-30 | 9 | -8/+17 |
|\ \ \ | | | | | | | | | Fix some namespaces and phpdoc | ||||
| * | | | Fix some namespaces and phpdoc | Nicolas Hart | 2017-07-29 | 9 | -8/+17 |
| | | | | |||||
* | | | | Add missing abstract method prepareEntry in BrowserImport | Nicolas Hart | 2017-07-29 | 1 | -0/+2 |
|/ / / | |||||
* | | | Merge pull request #3290 from nclsHart/fix-3019 | Jérémy Benoist | 2017-07-29 | 14 | -1/+14 |
|\ \ \ | |/ / |/| | | Add a dedicated title for all entries page | ||||
| * | | add a dedicated title for all entries page | Nicolas Hart | 2017-07-27 | 14 | -1/+14 |
| | | | |||||
* | | | Merge pull request #3291 from nclsHart/show-user-io | Jérémy Benoist | 2017-07-28 | 1 | -10/+13 |
|\ \ \ | | | | | | | | | Better rendering for show user command using symfony style | ||||
| * | | | Better rendering for show user command using symfony style | Nicolas Hart | 2017-07-27 | 1 | -10/+13 |
| |/ / | |||||
* | | | Merge pull request #3292 from nclsHart/remove-getdoctrine | Jérémy Benoist | 2017-07-28 | 3 | -15/+0 |
|\ \ \ | | | | | | | | | Remove unused method getDoctrine in several commands | ||||
| * | | | Remove unused method getDoctrine in several commands | Nicolas Hart | 2017-07-27 | 3 | -15/+0 |
| |/ / | |||||
* | | | Merge pull request #3293 from nclsHart/remove-unused-use | Jérémy Benoist | 2017-07-28 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Remove unused use statement in install command | ||||
| * | | | Remove unused use statement in install command | Nicolas Hart | 2017-07-27 | 1 | -1/+0 |
| |/ / | |||||
* | | | Add a test for updatePublishedAt | Jeremy Benoist | 2017-07-24 | 1 | -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 date | Simounet | 2017-07-24 | 1 | -1/+1 |
| | | | |||||
* | | | CS | Jeremy Benoist | 2017-07-24 | 1 | -6/+6 |
|/ / | |||||
* | | Merge pull request #3266 from egilli/export-domain-as-author | Jérémy Benoist | 2017-07-11 | 4 | -6/+35 |
|\ \ | | | | | | | Use the article publisher as author for exported files | ||||
| * | | Make updateAuthor code simpler to read | Étienne Gilli | 2017-07-10 | 1 | -8/+10 |
| | | | |||||
| * | | Use the article publisher as author for export | Étienne Gilli | 2017-07-09 | 1 | -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 Gilli | 2017-07-08 | 4 | -6/+26 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #3264 from wallabag/trait-timestamps | Jérémy Benoist | 2017-07-11 | 5 | -48/+36 |
|\ \ \ | | | | | | | | | Add EntityTimestampsTrait to handle dates | ||||
| * | | | Add EntityTimestampsTrait to handle dates | Jeremy Benoist | 2017-07-06 | 5 | -48/+36 |
| |/ / | | | | | | | | | | Refactorize timestamps() method to avoid re-writing it on each entity | ||||
* / / | Revert client_credentials grant types | Jeremy Benoist | 2017-07-08 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3256 from wallabag/fix-patch | Jérémy Benoist | 2017-07-05 | 3 | -154/+255 |
|\ \ | | | | | | | Fix PATCH method | ||||
| * | | CS | Jeremy Benoist | 2017-07-03 | 2 | -76/+76 |
| | | | |||||
| * | | Fix validateAndSetPreviewPicture | Jeremy Benoist | 2017-07-03 | 1 | -4/+1 |
| | | | | | | | | | | | | Which wasn't covered by a test! | ||||
| * | | Fix PATCH method | Jeremy Benoist | 2017-07-03 | 3 | -106/+210 |
| | | | | | | | | | | | | | | | 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. | ||||
* | | | CS | Jeremy Benoist | 2017-07-03 | 2 | -2/+2 |
| | | |