Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cascade delete on oauth2 table when deleting a user | Jeremy Benoist | 2019-05-10 | 3 | -0/+3 |
| | |||||
* | Fallback to default solution if Imagick fails | Jeremy Benoist | 2019-05-10 | 1 | -4/+9 |
| | |||||
* | Use Imagick to keep GIF animation | Jeremy Benoist | 2019-05-10 | 1 | -1/+10 |
| | | | | | If Imagick is available, GIF will be saved using it to keep animation. Otherwise the previous method will be used and the animation won't be kept. | ||||
* | Fix tests & cs & migration | Jeremy Benoist | 2019-04-26 | 9 | -37/+36 |
| | |||||
* | Changed RSS to Atom feed and improve paging | Thomas Citharel | 2019-04-25 | 47 | -309/+346 |
| | |||||
* | Fix ApiDoc about md5/sha1 | Jérémy Benoist | 2019-04-02 | 1 | -2/+2 |
| | |||||
* | Fix index on MySQL | Jeremy Benoist | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | Some cleanup | Jeremy Benoist | 2019-04-01 | 3 | -10/+5 |
| | | | | Also, do not run the hashed_url migration into a Doctrine migration | ||||
* | Use a better index for hashed_url | Jeremy Benoist | 2019-04-01 | 4 | -6/+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 | 5 | -34/+70 |
| | | | | | | - Add migration - Use md5 instead of sha512 (we don't need security here, just a hash) - Update tests | ||||
* | Hash the urls to check if they exist | Thomas Citharel | 2019-04-01 | 5 | -12/+152 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-04-01 | 4 | -24/+40 |
|\ | |||||
| * | Merge pull request #3909 from wallabag/fix/html-not-defined | Jérémy Benoist | 2019-03-18 | 1 | -7/+6 |
| |\ | | | | | | | Fix PHP warning | ||||
| | * | Fix PHP warning | Jeremy Benoist | 2019-03-18 | 1 | -7/+6 |
| | | | | | | | | | | | | Looks like sometimes (usually from import) the `html` key isn’t available. | ||||
| * | | epub: fix exception when articles have the same title | Kevin Decherf | 2019-03-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | This commit fixes an exception occuring when exporting as epub several articles with the same title. The chapter filename is now derived from title and url. Fixes #3642 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | material: wrap card actions, remove class hiding of creation date | Kevin Decherf | 2019-03-03 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Merge pull request #3886 from wallabag/issue-3602 | Jérémy Benoist | 2019-02-25 | 1 | -7/+9 |
| |\ | | | | | | | epub export: fix missing cover image, only for exports of one article | ||||
| | * | epub export: fix missing cover image, only for exports of one article | Kevin Decherf | 2019-02-18 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | Fixes #3602 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | | EntryRestController: add support of expect parameter to delete action | Kevin Decherf | 2019-02-20 | 1 | -4/+17 |
| |/ | | | | | | | | | | | | | | | | | | | | | The expect parameter enables an application to request the whole entry or only the id when requesting its deletion. `expects` defaults to `entry` to prevent any API breakage. Fixes #3711 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | CS | Jeremy Benoist | 2019-02-13 | 1 | -1/+1 |
| | | |||||
| * | CS | Jeremy Benoist | 2019-02-11 | 9 | -13/+13 |
| | | |||||
* | | Adding more tests | Jeremy Benoist | 2019-02-27 | 7 | -9/+9 |
| | | |||||
* | | CS | Jeremy Benoist | 2019-02-27 | 6 | -10/+10 |
| | | |||||
* | | Replace continue; with break; to avoid PHP 7.3 warnings | Thomas Citharel | 2019-02-27 | 7 | -9/+9 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | 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 | 4 | -6/+6 |
|\| | |||||
| * | Fix broken 2 factor auth logo image | Jonathan Crooke | 2019-01-31 | 1 | -1/+1 |
| | | |||||
| * | Improve checks & add tests | Jeremy Benoist | 2019-01-28 | 1 | -3/+3 |
| | | |||||
| * | status and favourite are actually strings in the import so use == | Tristan Hill | 2019-01-27 | 1 | -2/+2 |
| | | |||||
| * | 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. | ||||
* | | Hash backup codes in the database using `password_hash`update-two-factor-bundle | Jeremy Benoist | 2019-01-23 | 4 | -11/+38 |
| | | |||||
* | | CS | Jeremy Benoist | 2019-01-23 | 1 | -3/+1 |
| | | |||||
* | | Change the way to enable 2FA | Jeremy Benoist | 2019-01-23 | 19 | -177/+536 |
| | | | | | | | | 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 |
| | | |||||
* | | Add backup codes | Jeremy Benoist | 2019-01-23 | 18 | -11/+71 |
| | | |||||
* | | 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 |
| | | |||||
* | | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 25 | -162/+346 |
| | | | | | | | | | | | | | | | | | | - 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 |
| | | |||||
* | | Fix third argument to Route | Jeremy Benoist | 2019-01-22 | 2 | -4/+2 |
| | | |||||
* | | Factorize sendResponse between Api controllers | Jeremy Benoist | 2019-01-22 | 3 | -38/+19 |
| | | | | | | | | And run newer cs fixer | ||||
* | | [wallabag/wallabag#2611] Fix PHPCS lint errors | Craig Roberts | 2019-01-22 | 1 | -6/+0 |
| | | |||||
* | | Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint | Craig Roberts | 2019-01-22 | 2 | -0/+96 |
| | | | | | | | | | | | | | | - 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 | ||||
* | | 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 | 19 | -25/+40 |
| | | | | | | | | | | | | | | 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 |
| | |