| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Hide the creation date from card actions on specific sizes when there's
not enough space for all parts.
Fixes #3851
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |
| |
| |
| | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |
| |
| |
| |
| |
| | |
Fixes #3877
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |
| |
| |
| | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Should fix https://github.com/wallabag/wallabag/issues/3662
|
| |
| |
| |
| |
| | |
Also remove the forced `server_version` from dbal config to avoid an
hard overriding across all database.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Update SchebTwoFactorBundle to version 3
- Enable Google 2fa on the bundle
- Disallow ability to use both email and google as 2fa
- Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7)
- use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add`
- update admin to be able to create/reset the 2fa
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Change the way to select a random entry:
- select all ids from the given user (with filters)
- choose randomly one in php
- find that entry
|
| |
| |
| |
| |
| | |
- Fix error for level 0 & 1 (level 7 has 699 errors...)
- Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
|
| |
| |
| |
| |
| |
| |
| | |
Useful for api client which required some information.
We might add more inside them in the future.
The endpoint /api/version should be avoided now as it contains not so much information rather the version.
|
|\| |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix release archive in `release.sh` and also fix a typo in the release process
|
| | |
|
| |\
| | |
| | | |
material: decrease size of tags on list view
|
| | |
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |\ \
| | | |
| | | | |
material: fix missing thumbnail on list view
|
| | |/
| | |
| | |
| | | |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |/
| |
| |
| | |
After the latest release, I update the documentation about it so it’s more clear
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When creating the schema for test these tables use default length for
string: 255. Which fail when using utf8mb4.
> Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
Also move the `setKeepStaticConnections` in before and after class to
avoid:
> SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist
See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
|
| |
| |
| |
| | |
Because PG > 10 is now supported by DBAL >= 2.6.0
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| | |
# Conflicts:
# web/wallassets/baggy.js
# web/wallassets/manifest.json
# web/wallassets/material.css
# web/wallassets/material.js
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I referenced https://css-tricks.com/using-svg/ for using the SVG icon.
The icon has a black foreground and white background, which doesn't
look very good as a placeholder. So, using the background-image style
to show the svg and the inversion filter to make it white on gray.
With the image always present, there isn't much difference between
the with and without image preview templates, so I merged them.
Tested on Chrome, Firefox, and Safari on OSX.
|
|\ \
| | |
| | | |
Allow to rename tags from the web interface.
|
| | |
| | |
| | |
| | | |
Also add a `.hidden` class in the baggy theme to have consistency with material.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add a form on each tag to handle rename action.
* Add JavaScript to handle action on the corresponding page inside the global index.js file.
* Add support for the 2 active themes : material / baggy
The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response.
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
Thanks to the BC compatibility, almost nothing have to be changed.
All changes are related to new bundle version of:
- SensioFrameworkExtraBundle
- DoctrineFixturesBundle
|
|/ |
|
|
|
|
| |
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Fix mobile viewport on big iframe and video elements
|
| | |
|
|/
|
|
| |
Symfony 3.3
|
| |
|
|
|
|
| |
When we want to perform complex queries to retrieve metadata from the database
|