| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ / / |
|
| |\ \ \
| | | | |
| | | | | |
Added support of Twitter Cards for public articles
|
| |/ / / |
|
| |\ \ \
| | | | |
| | | | | |
Define a dev version for the master
|
| |/ / /
| | | |
| | | | |
This is to be sure that user testing wallabag from the master will have the version defined as dev.
|
| |\ \ \
| | | | |
| | | | | |
Fix entities definition
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Remove automatic closing of the window from bookmarklet
|
| | |/ / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
When a sub command fail, display error message
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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 tag list display
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Mostly when the tag doesn’t yet exist.
It was created each time it matche the rule… glups.
|
| |/ / / |
|
| |\ \ \
| | | | |
| | | | | |
Show number of annotations instead of nbAnnotations placeholder
|
| | |/ /
| | | |
| | | |
| | | | |
When there was more than one annotation, a placeholder was displayed in both themes, instead of actual number.
|
| |\ \ \
| | |/ /
| |/| | |
Fix few invalid HTML tags
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Removed 1.x stuff in CHANGELOG
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Changed relation between API client and refresh token
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When we remove the client, we should ensure that access_token are also removed.
To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error.
Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
|
| | | |
| | | |
| | | |
| | | | |
Fix #2350
|
| |\ \ \
| | | | |
| | | | | |
Ability to check multiple urls in API
|
| | | | | |
|
| |\ \ \ \
| | |_|_|/
| |/| | | |
Ensure orphan tag are remove in API
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it.
Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Occitan version update
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I thought I had translated the Docker installation line, apparently not!
Thanks Nicolas for the other changes!
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
If you need to write dates in full letter you might be interessed in https://github.com/fightbulc/moment.php
It comes with lots of languages ;)
Q: where are the "previous" and "next" bouton text? Can't find them to translate them.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Delete user
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
PostgreSQL doesn’t like when we compare interger and boolean :)
|
| | | | |
| | | | |
| | | | |
| | | | | |
Confirmation message isn’t required since it is written in the delete description
|
| | | | |
| | | | |
| | | | |
| | | | | |
And add a smal description
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Added translations and documentation
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Use default locale for user config
|
| |/ / /
| | | |
| | | |
| | | | |
When creating a user, we set the language config “en” by default. We should use the defined locale (from `parameters.yml`) instead
|
|\ \ \ \
| |/ / /
|/| | | |
Set env to prod in documentation
|