| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.3.0...2.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\
| |
| | |
Check if .git directory exist before making the update
|
| | |
|
| |
| |
| |
| | |
If that folder doesn’t exist, it means the udpate script won’t be able to run because it uses git to retrieve the update.
|
|\ \
| |/
|/|
| |
| | |
wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.2.2
Bump doctrine/doctrine-fixtures-bundle from 3.2.0 to 3.2.2
|
|/
|
|
|
|
|
|
| |
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.2.0...3.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\
| |
| | |
Fix Travis build on Xenial dist
|
| | |
|
|\ \
| |/
|/| |
Display login in config / user
|
| | |
|
| | |
|
| |
| |
| |
| | |
Just so the user can see its login
|
| |
| |
| | |
"Some users provided are not enrolled in GitHub Sponsors."
|
|\ \
| | |
| | | |
Create FUNDING.yml
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
wallabag/dependabot/composer/php-http/httplug-bundle-1.16.0
Bump php-http/httplug-bundle from 1.15.2 to 1.16.0
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.15.2 to 1.16.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.15.2...1.16.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| | |
| | |
| | |
| | | |
wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.1
Bump symfony/phpunit-bridge from 4.3.0 to 4.3.1
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.0...v4.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| | |
| | |
| | |
| | | |
wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.2.0
Bump doctrine/doctrine-fixtures-bundle from 3.1.0 to 3.2.0
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.1.0...3.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| |/
|/| |
Show untagged entries count on tag list
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Closes #3235
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\ \
| | |
| | | |
mysql: change collation of tag label
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
utf8mb4_unicode_ci considers that 'caché' is equal to 'cache' which
can lead to attaching incorrect tags to entries. This issue is due to
some unicode normalization done by MySQL.
utf8mb4_bin makes no unicode normalization, letting wallabag to consider
'cache' and 'caché' as two different tags.
We change the collation of the whole table as Doctrine does not support
setting a collation on a column for a specific platform (it tries to
apply utf8mb4_bin even for pgsql and sqlite).
Fixes #3302
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
|\ \ \
| | | |
| | | | |
Add ability to revoke feed token
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
Add quickstart into the menu
|
|/ /
| |
| |
| | |
Just in case people want to see that page again.
|
|\ \
| | |
| | | |
Add Sentry support
|
| | |
| | |
| | |
| | | |
Only enable in production
|
|\ \ \
| | | |
| | | | |
Try to force people to update the secret
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
Add `given_url` in Entry table to check if a redirected url has already added
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
When using `OR` in a where clause, a composite index can't be used. We should use a `UNION` to take advantages of it.
Instead, create 2 indexes on each hashed urls and make 2 queries to find an url. It'll be faster than the previous solution.
|
| | |
| | |
| | |
| | | |
Using hashed url we can ensure an index on them to ensure it's fast.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Added index on entry table for given_url field
- Fix tests:
The previous `bit.ly` url redirected to doc.wallabag but that url doesn't exist in the fixtures.
I used our own internal "redirector" to create a redirect to an url which exist in the fixtures.
Also, updating current migration to use the new `WallabagMigration`.
|
|\ \ \
| | | |
| | | | |
Drop SimplePie
|
|/ / /
| | |
| | |
| | |
| | | |
It was only used to make an absolute url when downloading images.
The deps is still there (in the `composer.lock`) because Graby use it (not for absolute but for encoding).
|
|\ \ \
| |/ /
|/| | |
Fix some Scrutinizer issues
|
|/ / |
|
|\ \
| | |
| | | |
Keep composer.lock
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too.
Now we have less contributions (sadly) so I think we won't run against that problem.
Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install.
It'll also be much easier to make release.
Scrutinizer & Travis will be faster too.
|
|\ \
| | |
| | | |
Merge 2.4 into master
|
| |\ \
| | | |
| | | | |
Always hash exists url
|
| | | |
| | | |
| | | |
| | | | |
Also fix a phpdoc block
|