aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-023-372/+372
|\ | | | | Translation update - French
| * wallabag is full lowercaseJeremy Benoist2016-11-021-7/+7
| |
| * Translation - French - tiny typoJean-Baptiste2016-10-311-1/+1
| |
| * Translation - French - tiny escape correctionJean-Baptiste2016-10-311-24/+24
| |
| * Translation - French - tiny escape correctionJean-Baptiste2016-10-311-1/+1
| |
| * Translation update - FrenchJean-Baptiste2016-10-301-4/+4
| |
| * Translation update - FrenchJean-Baptiste2016-10-302-367/+367
| |
* | Force user-agent for .slashdot.orgKevin Decherf2016-11-011-0/+1
| | | | | | | | | | | | | | | | Slashdot replaces actual content with a form regarding cookies when requests originate from France. By forcing the user-agent, the warning seems to go away. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Add Instapaper to CLI importLaurent2016-11-011-0/+3
| |
* | Inject parameter instead of serviceJeremy Benoist2016-10-305-12/+11
| | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-293-20/+39
| | | | | | | | Fix #2505
* | Removed useless routeNicolas Lœuillet2016-10-281-5/+0
| |
* | Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-284-521/+551
|/ | | | Fix #2503
* Renamed variable for page titleNicolas Lœuillet2016-10-263-9/+9
|
* Added tag label in the page titleNicolas Lœuillet2016-10-2616-15/+24
| | | | Fix #2472
* Merge pull request #2473 from pmichelazzo/masterJeremy Benoist2016-10-252-0/+498
|\ | | | | Portuguese (Brazilian) translation
| * Translated missed line 147Paulino Michelazzo2016-10-251-1/+1
| |
| * Fix Portuguese translationJeremy Benoist2016-10-211-2/+2
| |
| * Update translationPaulino Michelazzo2016-10-211-60/+60
| |
| * Update Portuguese translationsJeremy Benoist2016-10-201-9/+78
| |
| * Update validators.pt.yml filePaulino Michelazzo2016-10-201-5/+5
| | | | | | Some missed strings translated.
| * Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-18235-20760/+5158
| |\
| * | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+429
| | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
* | | Merge pull request #2481 from wallabag/some-fixesNicolas Lœuillet2016-10-2117-7/+56
|\ \ \ | | | | | | | | Some fixes
| * | | Update Twitter cards descriptionJeremy Benoist2016-10-211-1/+1
| | | |
| * | | Update translation for piwik_hostJeremy Benoist2016-10-212-2/+2
| | | |
| * | | Fix missing translationsJeremy Benoist2016-10-2111-0/+33
| | | |
| * | | Requeue depending on producerJeremy Benoist2016-10-201-0/+12
| | | | | | | | | | | | | | | | Browser import can requeue message from `parseEntry` but we should take care of the way import are handled (depending on the producer)
| * | | Avoid RabbitMQ consumer to loopJeremy Benoist2016-10-201-2/+3
| | | | | | | | | | | | | | | | When the `parseEntry` returns null it means the entry already exists in the database. Sending `false` as return, will requeue the message which will then loop forever.
| * | | Translate dateJeremy Benoist2016-10-201-1/+4
| | | | | | | | | | | | | | | | I use a kind of hacky way to convert the user locale (defined with 2 letters, like `fr`) into a local with 5 letters (like `fr_FR`). I guess it should work on most of the case..
| * | | Fix french translationJeremy Benoist2016-10-201-1/+1
| | |/ | |/|
* / | If reload content failed, don’t update itJeremy Benoist2016-10-204-1/+13
|/ / | | | | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
* | Merge pull request #2455 from wallabag/fix-material-config-tabsJeremy Benoist2016-10-162-10/+10
|\ \ | | | | | | Fix tabs on material
| * | Fix tabs on materialThomas Citharel2016-10-152-10/+10
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #2454 from wallabag/fix-baggy-small-widthJeremy Benoist2016-10-161-14/+14
|\ \ \ | | | | | | | | Fix baggy display on small screens
| * | | Fix baggy on small screensThomas Citharel2016-10-151-14/+14
| |/ /
* | | Merge pull request #2459 from wallabag/improve-german-translationThomas Citharel2016-10-162-49/+49
|\ \ \ | | | | | | | | German: improve existing and add missing translation
| * | | German: improve existing and add missing translationSven Fischer2016-10-162-49/+49
| |/ /
* / / add link to German documentation in about pageSven Fischer2016-10-161-0/+1
|/ /
* | Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-3/+3
| | | | | | | | add links on small screens
* | Fixed Twitter Cards by adding a description tagNicolas Lœuillet2016-10-101-0/+1
| |
* | Added support of Twitter Cards for public articlesNicolas Lœuillet2016-10-101-3/+7
| |
* | Merge pull request #2411 from wallabag/fix-entitiesNicolas Lœuillet2016-10-102-2/+2
|\ \ | | | | | | Fix entities definition
| * | Fix entities definitionJeremy Benoist2016-10-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | As per Doctrine said in the debug tool bar: - The field Wallabag\ApiBundle\Entity\Client#refreshTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\RefreshToken#client does not contain the required 'inversedBy="refreshTokens"' attribute. - The field Wallabag\ApiBundle\Entity\Client#accessTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\AccessToken#client does not contain the required 'inversedBy="accessTokens"' attribute.
* | | Merge pull request #2414 from szafranek/bugfix-bookmarkletJeremy Benoist2016-10-101-1/+1
|\ \ \ | | | | | | | | Remove automatic closing of the window from bookmarklet
| * | | Remove automatic closing of the window from bookmarkletKrzysztof Szafranek2016-10-091-1/+1
| |/ /
* | | When a sub command fail, display error messageJeremy Benoist2016-10-091-7/+10
| | | | | | | | | | | | | | | | | | We often got issue with message “The command "doctrine:database:create" terminated with an error code: 1.”. Using the `BufferedOutput` we can store the output and only display it if an error occurs.
* | | Optimize the way tag list is renderedJeremy Benoist2016-10-096-12/+58
| | | | | | | | | | | | | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
* | | Avoid tag duplication when tagging all articlesJeremy Benoist2016-10-091-1/+7
| | | | | | | | | | | | | | | Mostly when the tag doesn’t yet exist. It was created each time it matche the rule… glups.
* | | Add more log to tag:allJeremy Benoist2016-10-091-1/+4
|/ /