Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configure timeout | adev | 2019-05-28 | 1 | -0/+3 |
| | |||||
* | Use httplug | adev | 2019-05-28 | 2 | -0/+20 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-05-15 | 3 | -15/+43 |
|\ | |||||
| * | Prepare 2.3.8 release | Jeremy Benoist | 2019-05-14 | 1 | -1/+1 |
| | | |||||
| * | material: add metadata to list view | Kevin Decherf | 2019-05-01 | 2 | -14/+42 |
| | | | | | | | | | | | | | | | | | | Add reading time and creation date to rows of list view. Refactor styles using a sass mixin. Fixes #3838 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Fix SQLite constraint | Jeremy Benoist | 2019-05-10 | 1 | -3/+3 |
| | | |||||
* | | Fix SQLite migration | Jeremy Benoist | 2019-05-10 | 1 | -16/+17 |
| | | |||||
* | | Cascade delete on oauth2 table when deleting a user | Jeremy Benoist | 2019-05-10 | 1 | -0/+95 |
| | | |||||
* | | Handle redirection from previous feeds | Jeremy Benoist | 2019-04-26 | 1 | -0/+36 |
| | | |||||
* | | Fix tests & cs & migration | Jeremy Benoist | 2019-04-26 | 1 | -0/+58 |
| | | |||||
* | | Changed RSS to Atom feed and improve paging | Thomas Citharel | 2019-04-25 | 3 | -4/+6 |
| | | |||||
* | | Fix index on MySQL | Jeremy Benoist | 2019-04-01 | 1 | -1/+1 |
| | | |||||
* | | Some cleanup | Jeremy Benoist | 2019-04-01 | 1 | -5/+0 |
| | | | | | | | | Also, do not run the hashed_url migration into a Doctrine migration | ||||
* | | Use a better index for hashed_url | Jeremy Benoist | 2019-04-01 | 1 | -1/+4 |
| | | | | | | | | | | | | It'll most often be used in addition to the `user_id`. Also, automatically generate the hash when saving the url. Switch from `md5` to `sha1`. | ||||
* | | Keep url in exists endpoint | Jeremy Benoist | 2019-04-01 | 1 | -0/+44 |
| | | | | | | | | | | | | - Add migration - Use md5 instead of sha512 (we don't need security here, just a hash) - Update tests | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-04-01 | 4 | -11/+29 |
|\| | |||||
| * | material: fix left padding on non-entry pages introduced by #3893 | Kevin Decherf | 2019-03-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Jump to 2.3.8-dev | Jeremy Benoist | 2019-03-04 | 1 | -1/+1 |
| | | |||||
| * | Prepare 2.3.7 release | Jeremy Benoist | 2019-03-04 | 1 | -1/+1 |
| | | |||||
| * | material: add media queries to hide creation date from card actions | Kevin Decherf | 2019-03-03 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
| * | material: wrap card actions, remove class hiding of creation date | Kevin Decherf | 2019-03-03 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | material: fix left padding of content on medium screens | Kevin Decherf | 2019-03-02 | 1 | -1/+7 |
| | | | | | | | | | | | | Fixes #3877 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | material: move a media query from cards to dedicated scss file | Kevin Decherf | 2019-03-02 | 2 | -6/+4 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | CORS repare for api | Rurik19 | 2019-02-11 | 1 | -4/+4 |
| | | |||||
* | | Disable down for that migration | Jeremy Benoist | 2019-03-01 | 1 | -6/+1 |
| | | |||||
* | | Test each internal settings before creating them | Jeremy Benoist | 2019-03-01 | 1 | -41/+119 |
| | | |||||
* | | Add missing entries in craue_config_setting. | Nadrieril | 2019-03-01 | 1 | -0/+74 |
| | | | | | | | | Should fix https://github.com/wallabag/wallabag/issues/3662 | ||||
* | | Add SQLite & PG migration | Jeremy Benoist | 2019-01-23 | 1 | -5/+41 |
| | | | | | | | | | | Also remove the forced `server_version` from dbal config to avoid an hard overriding across all database. | ||||
* | | Add backup codes | Jeremy Benoist | 2019-01-23 | 2 | -2/+23 |
| | | |||||
* | | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 6 | -2/+68 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | Removed hardcoded database version | Jeremy Benoist | 2019-01-22 | 1 | -1/+0 |
| | | |||||
* | | Move icon into the top menu bar | Jeremy Benoist | 2019-01-19 | 2 | -2/+16 |
| | | | | | | | | | | | | | | 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 | ||||
* | | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 1 | -0/+32 |
| | | | | | | | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly) | ||||
* | | Add a new endpoint to retrieve information from the wallabag instance | Jeremy Benoist | 2019-01-15 | 1 | -3/+1 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-01-15 | 2 | -21/+19 |
|\| | |||||
| * | Jump to 2.3.7-dev | Jérémy Benoist | 2019-01-11 | 1 | -1/+1 |
| | | |||||
| * | Prepare 2.3.6 release | Jeremy Benoist | 2019-01-11 | 1 | -1/+1 |
| | | |||||
| * | Jump to 2.3.6-dev and update release process | Jeremy Benoist | 2018-12-15 | 1 | -1/+1 |
| | | | | | | | | Fix release archive in `release.sh` and also fix a typo in the release process | ||||
| * | Prepare 2.3.5 release | Jeremy Benoist | 2018-12-14 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3783 from wallabag/issue-3780 | Kevin Decherf | 2018-11-26 | 1 | -1/+3 |
| |\ | | | | | | | material: decrease size of tags on list view | ||||
| | * | material: decrease size of tags on list view | Kevin Decherf | 2018-11-25 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | | Merge pull request #3782 from wallabag/issue-3779 | Kevin Decherf | 2018-11-26 | 1 | -19/+15 |
| |\ \ | | | | | | | | | material: fix missing thumbnail on list view | ||||
| | * | | material: fix missing thumbnail on list view | Kevin Decherf | 2018-11-25 | 1 | -19/+15 |
| | |/ | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * / | Jump to 2.3.5-dev and update release process | Jeremy Benoist | 2018-11-25 | 1 | -1/+1 |
| |/ | | | | | | | After the latest release, I update the documentation about it so it’s more clear | ||||
* | | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 2 | -19/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Remove custom Postgres class | Jeremy Benoist | 2018-11-28 | 7 | -8/+0 |
| | | | | | | | | Because PG > 10 is now supported by DBAL >= 2.6.0 | ||||
* | | Update fixtures | Jeremy Benoist | 2018-11-28 | 1 | -6/+6 |
| | | |||||
* | | Cleanup | Jeremy Benoist | 2018-11-28 | 2 | -16/+19 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2018-11-25 | 2 | -2/+7 |
|\| | | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js | ||||
| * | Prepare 2.3.4 release | Jeremy Benoist | 2018-11-23 | 1 | -1/+1 |
| | |