Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 |
| | | |||||
* | | Fixed mapping entities | Jeremy Benoist | 2017-07-03 | 1 | -0/+7 |
|/ | | | | | | There were this error in the console: > The association Wallabag\CoreBundle\Entity\SiteCredential#user refers to the inverse side field Wallabag\UserBundle\Entity\User#site_credentials which does not exist. | ||||
* | Fix tests | Jeremy Benoist | 2017-07-03 | 2 | -3/+3 |
| | |||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 76 | -718/+703 |
| | |||||
* | Merge pull request #3245 from wallabag/fix-bc | Jérémy Benoist | 2017-06-29 | 1 | -3/+31 |
|\ | | | | | Avoid BC on exists endpoint | ||||
| * | CS | Jérémy Benoist | 2017-06-28 | 1 | -2/+2 |
| | | |||||
| * | Return null instead of false | Jeremy Benoist | 2017-06-28 | 1 | -3/+27 |
| | | |||||
| * | Avoid BC on exists endpoint | Jeremy Benoist | 2017-06-23 | 1 | -2/+6 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-06-26 | 1 | -142/+142 |
|\ \ | |/ |/| | |||||
| * | Fixed broken lines and added new lines | matteocoder | 2017-06-24 | 1 | -5/+7 |
| | | | | | | In addition to fixing broken lines, I've also added a couple of lines from recent PRs. | ||||
| * | revised messages.it | matteocoder | 2017-06-17 | 1 | -154/+156 |
| | | |||||
* | | Don't load js for nothing in prod | Thomas Citharel | 2017-06-22 | 1 | -2/+3 |
| | | |||||
* | | Add css on share public page | Thomas Citharel | 2017-06-22 | 1 | -0/+5 |
| | | |||||
* | | Add share.scss file | Jeremy Benoist | 2017-06-22 | 1 | -26/+0 |
| | | | | | | | | Still needs to include it in the twig template | ||||
* | | add :it: shared_by_wallabag string translated by @matteocoder | Sven Fischer | 2017-06-22 | 1 | -1/+1 |
| | | |||||
* | | adjust :de: shared_by_wallabag string to include user info | Sven Fischer | 2017-06-22 | 1 | -1/+1 |
| | | |||||
* | | Better export page | Jeremy Benoist | 2017-06-22 | 8 | -9/+14 |
| | | | | | | | | I’ve increase the width of the page 900px, 600px looks too small for me. Should we use something like 90% instead? | ||||
* | | Merge pull request #3241 from wallabag/fix-qr-code-trans | Nicolas Lœuillet | 2017-06-22 | 14 | -4/+16 |
|\ \ | | | | | | | Fix translations on QR code instructions | ||||
| * | | Add :it: translation | Jérémy Benoist | 2017-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | Update polish | Mateusz Rumiński | 2017-06-22 | 1 | -3/+3 |
| | | | | | | | | | add missing translation | ||||
| * | | Fix translations on QR code instructions | Thomas Citharel | 2017-06-22 | 14 | -2/+14 |
| | | | |||||
* | | | Merge pull request #3227 from wallabag/oauth-client-credentials | Nicolas Lœuillet | 2017-06-22 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Add client_credentials oAuth2 auth method | ||||
| * | | Add client_credentials oAuth2 auth method | Thomas Citharel | 2017-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Add all entries RSS feed and put links on tag page itself and baggy too | Thomas Citharel | 2017-06-21 | 21 | -45/+106 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Fix typo | Jeremy Benoist | 2017-06-21 | 1 | -3/+3 |
| | | | |||||
* | | | add rss icon | Thomas Citharel | 2017-06-21 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Fix getContainer in command | Jeremy Benoist | 2017-06-21 | 5 | -8/+7 |
| | | | |||||
* | | | Add RSS tags feeds | Jeremy Benoist | 2017-06-21 | 3 | -12/+83 |
| | | | |||||
* | | | User existing service instead of getDoctrine | Jeremy Benoist | 2017-06-21 | 8 | -37/+32 |
| | | | |||||
* | | | Merge pull request #2683 from wallabag/credentials-in-db | Jérémy Benoist | 2017-06-20 | 32 | -26/+1256 |
|\ \ \ | | | | | | | | | Store credentials in DB | ||||
| * | | | Get rid of masked value in listing | Jeremy Benoist | 2017-06-20 | 2 | -6/+0 |
| | | | | |||||
| * | | | Fix reviews | Thomas Citharel | 2017-06-20 | 8 | -19/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 8 | -3/+121 |
| | | | | |||||
| * | | | Add a live test for restricted article | Jeremy Benoist | 2017-06-20 | 2 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓 | ||||
| * | | | Add menu access to site credentials CRUD | Jeremy Benoist | 2017-06-20 | 20 | -11/+71 |
| | | | | |||||
| * | | | Retrieve username/password from database | Jeremy Benoist | 2017-06-20 | 3 | -10/+49 |
| | | | | | | | | | | | | | | | | Inject the current user & the repo to retrieve username/password from the database | ||||
| * | | | Update route & user verification | Jeremy Benoist | 2017-06-20 | 6 | -19/+34 |
| | | | | |||||
| * | | | Add CRUD for site credentials | Jeremy Benoist | 2017-06-20 | 23 | -13/+998 |
| | | | | |||||
* | | | | Fix empty language and preview pics | Thomas Citharel | 2017-06-12 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | CS | Jeremy Benoist | 2017-06-10 | 1 | -1/+1 |
| | | | |||||
* | | | Few fixes | Jeremy Benoist | 2017-06-10 | 3 | -3/+4 |
| | | | |||||
* | | | Add public filter/field in the API | Jeremy Benoist | 2017-06-10 | 3 | -6/+36 |
| | | | | | | | | | | | | | | | | | | Listing entries can now be filtered by “public”. Creating or patching an entry can now set is to public or remove the public. Entry response now include “is_public” boolean field | ||||
* | | | Add isPublic filter on entries | Jeremy Benoist | 2017-06-10 | 15 | -0/+62 |
|/ / |