Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force default_protocol to generate an url input | Jeremy Benoist | 2019-02-08 | 3 | -0/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-02-07 | 6 | -6/+14 |
|\ | |||||
| * | Merge pull request #3869 from itsthejb/fix-2factor-email-image | Jérémy Benoist | 2019-02-01 | 1 | -1/+1 |
| |\ | | | | | | | Fix broken 2 factor auth logo image | ||||
| | * | Fix broken 2 factor auth logo image | Jonathan Crooke | 2019-01-31 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3819 from stan3/pocket-import | Jérémy Benoist | 2019-01-28 | 2 | -3/+10 |
| |\ | | | | | | | Fix read & starred status in Pocket import | ||||
| | * | Improve checks & add tests | Jeremy Benoist | 2019-01-28 | 2 | -3/+10 |
| | | | |||||
| | * | status and favourite are actually strings in the import so use == | Tristan Hill | 2019-01-27 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #3861 from wallabag/fix/siteconfig-email | Jérémy Benoist | 2019-01-18 | 2 | -2/+2 |
| |\ | | | | | | | Add dedicated email for site config issue | ||||
| | * | Add dedicated email for site config issue | Jeremy Benoist | 2019-01-18 | 2 | -2/+2 |
| |/ | | | | | | | | | Instead of sending an email to the devs, it now creates an issue on GitHub using a zap from zapier. | ||||
| * | Merge pull request #3853 from techexo/patch-2 | Jérémy Benoist | 2019-01-17 | 1 | -0/+1 |
| |\ | | | | | | | Update composer.json to add php-tidy (ext-tidy) | ||||
| | * | Update composer.json to add php-tidy (ext-tidy) | Eloi Coutant | 2019-01-16 | 1 | -0/+1 |
| |/ | | | | | Should fix https://github.com/wallabag/wallabag/issues/3844 for milestone https://github.com/wallabag/wallabag/milestone/63. | ||||
* | | Merge pull request #3798 from wallabag/update-two-factor-bundle | Kevin Decherf | 2019-01-30 | 41 | -233/+1094 |
|\ \ | | | | | | | Enable OTP 2FA | ||||
| * | | Hash backup codes in the database using `password_hash`update-two-factor-bundle | Jeremy Benoist | 2019-01-23 | 4 | -11/+38 |
| | | | |||||
| * | | Revert PG on Travis about drop/create the database | Jeremy Benoist | 2019-01-23 | 2 | -9/+1 |
| | | | |||||
| * | | CS | Jeremy Benoist | 2019-01-23 | 1 | -3/+1 |
| | | | |||||
| * | | Change the way to enable 2FA | Jeremy Benoist | 2019-01-23 | 20 | -290/+617 |
| | | | | | | | | | | | | And add a step to validate a generated code from the OTP app | ||||
| * | | Remove secret from admin | Jeremy Benoist | 2019-01-23 | 1 | -6/+0 |
| | | | |||||
| * | | Update translation | Jeremy Benoist | 2019-01-23 | 14 | -14/+14 |
| | | | |||||
| * | | Fix PG & Travis drop/create database | Jeremy Benoist | 2019-01-23 | 3 | -5/+13 |
| | | | |||||
| * | | 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 | 21 | -14/+96 |
| | | | |||||
| * | | Better translations | Jeremy Benoist | 2019-01-23 | 15 | -35/+76 |
| | | | | | | | | | | | | | | | | | | Replace “Google Authenticator” by “Google Authenticator, Authy or FreeOTP” in all text. Translate how to use the code / qr code. | ||||
| * | | Cleanup | Jeremy Benoist | 2019-01-23 | 2 | -3/+1 |
| | | | |||||
| * | | Fix tests | Jeremy Benoist | 2019-01-23 | 4 | -69/+36 |
| | | | |||||
| * | | Fix test for custom version of the tidy extension | Jeremy Benoist | 2019-01-23 | 1 | -7/+7 |
| | | | |||||
| * | | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 36 | -177/+553 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | Create a dedicated tab to reset data | Jeremy Benoist | 2019-01-23 | 15 | -31/+46 |
|/ / | |||||
* | | Merge pull request #3627 from craig0990/feature/add-search-api-endpoint2.4 | Jérémy Benoist | 2019-01-23 | 5 | -21/+159 |
|\ \ | | | | | | | Add a basic Search REST endpoint | ||||
| * | | Fix third argument to Route | Jeremy Benoist | 2019-01-22 | 2 | -4/+2 |
| | | | |||||
| * | | Factorize sendResponse between Api controllers | Jeremy Benoist | 2019-01-22 | 4 | -41/+21 |
| | | | | | | | | | | | | And run newer cs fixer | ||||
| * | | [wallabag/wallabag#2611] Fix PHPCS lint errors | Craig Roberts | 2019-01-22 | 2 | -11/+2 |
| | | | |||||
| * | | Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint | Craig Roberts | 2019-01-22 | 3 | -0/+169 |
| | | | | | | | | | | | | | | | | | | | | | - Adds a new `search` key to `src/Wallabag/ApiBundle/Resources/config/routing_rest.yml` - Reuses the `getBuilderForSearchByUser` method from the EntryRepository - Supports, `term`, `page`, and `perPage` query parameters - Some very basic tests | ||||
* | | | Merge pull request #3864 from wallabag/fix/database-init-version | Jérémy Benoist | 2019-01-23 | 2 | -3/+0 |
|\ \ \ | |/ / |/| | | Removed hardcoded database version | ||||
| * | | Avoid creating PG database on Travis | Jeremy Benoist | 2019-01-22 | 1 | -2/+0 |
| | | | | | | | | | | | | And Travis build on PHP 7.3 should not fail. | ||||
| * | | Removed hardcoded database version | Jeremy Benoist | 2019-01-22 | 1 | -1/+0 |
|/ / | |||||
* | | Merge pull request #3526 from wallabag/add-random-article | Kevin Decherf | 2019-01-22 | 24 | -67/+214 |
|\ \ | | | | | | | Add random feature | ||||
| * | | Update icon to `casino` | Jeremy Benoist | 2019-01-22 | 2 | -2/+2 |
| | | | |||||
| * | | Handle no random result found | Jeremy Benoist | 2019-01-19 | 1 | -1/+6 |
| | | | |||||
| * | | Fix status from Instapaper | Jeremy Benoist | 2019-01-19 | 1 | -1/+0 |
| | | | | | | | | | | | | That status was used as `http_status` in ContentProxy->stockEntry | ||||
| * | | Move icon into the top menu bar | Jeremy Benoist | 2019-01-19 | 22 | -28/+57 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Redirect to the current view instead of homepage | Jeremy Benoist | 2019-01-19 | 2 | -19/+18 |
| | | | |||||
| * | | Better icon | Jeremy Benoist | 2019-01-19 | 1 | -1/+1 |
| | | | |||||
| * | | Better random function | Jeremy Benoist | 2019-01-19 | 1 | -9/+13 |
| | | | |||||
| * | | Use only one method to randomize | Jeremy Benoist | 2019-01-19 | 4 | -85/+42 |
| | | | | | | | | | | | | Instead of one per type, one for all is ok. | ||||
| * | | Fix tests | Jeremy Benoist | 2019-01-19 | 2 | -99/+94 |
| | | | |||||
| * | | Added random feature | Nicolas Lœuillet | 2019-01-19 | 18 | -10/+169 |
|/ / | |||||
* | | Merge pull request #3858 from wallabag/bump-ocramius | Jérémy Benoist | 2019-01-18 | 1 | -3/+8 |
|\ \ | | | | | | | Bump ocramius/proxy-manager | ||||
| * | | CS | Jeremy Benoist | 2019-01-18 | 3 | -3/+3 |
| | | | |||||
| * | | Bump ocramius/proxy-manager | Thomas Citharel | 2019-01-17 | 1 | -3/+8 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Merge pull request #3859 from wallabag/phpstan | Jérémy Benoist | 2019-01-18 | 27 | -43/+118 |
|\ \ \ | | | | | | | | | Enable PHPStan |