Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 27 | -43/+118 |
|/ / | | | | | | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly) | ||||
* | | Merge pull request #3845 from wallabag/feature/api-info-endpoint | Kevin Decherf | 2019-01-15 | 3 | -3/+38 |
|\ \ | | | | | | | Add a new endpoint to retrieve information from the wallabag instance | ||||
| * | | Add a new endpoint to retrieve information from the wallabag instance | Jeremy Benoist | 2019-01-15 | 3 | -3/+38 |
|/ / | | | | | | | | | | | | | 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. | ||||
* | | CS | Jeremy Benoist | 2019-01-15 | 3 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-01-15 | 61 | -1519/+3823 |
|\ \ | |/ |/| | |||||
| * | Merge pull request #3841 from wallabag/fix/bad-order-api | Jérémy Benoist | 2019-01-14 | 4 | -15/+33 |
| |\ | | | | | | | Fix bad order parameter in the API | ||||
| | * | Avoid error when a bad `order` parameter is given | Jeremy Benoist | 2019-01-14 | 3 | -14/+32 |
| | | | | | | | | | | | | Only allowed parameter are asc & desc | ||||
| | * | Come back to stable version | Jeremy Benoist | 2019-01-14 | 1 | -1/+1 |
| |/ | | | | | | | Previous one was used because some PHPUnit version where deleted and tests can't be run anymore. | ||||
| * | Merge pull request #3837 from wallabag/2.3.7-dev | Kevin Decherf | 2019-01-12 | 1 | -1/+1 |
| |\ | | | | | | | Jump to 2.3.7-dev | ||||
| | * | Jump to 2.3.7-dev | Jérémy Benoist | 2019-01-11 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3835 from wallabag/prepare-2.3.6 | Jérémy Benoist | 2019-01-11 | 2 | -1/+15 |
| |\ | | | | | | | Prepare 2.3.6 release | ||||
| | * | Prepare 2.3.6 release | Jeremy Benoist | 2019-01-11 | 2 | -1/+15 |
| |/ | |||||
| * | Merge pull request #3826 from wallabag/epub-toc | Jérémy Benoist | 2019-01-11 | 17 | -32/+165 |
| |\ | | | | | | | Rework of EPUB/PDF exports | ||||
| | * | EntriesExport: avoid else on $authors | Kevin Decherf | 2019-01-09 | 1 | -4/+2 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| | * | EntriesExport: sanitize filename and fix tests | Kevin Decherf | 2019-01-08 | 2 | -13/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | Filename will now only use a-zA-Z0-9-' and space. Fixes remaining filename issue on #3811 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| | * | EntriesExport/pdf: move notice to the end, add metadata cover | Kevin Decherf | 2019-01-07 | 1 | -8/+25 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| | * | Add translations | Kevin Decherf | 2019-01-07 | 14 | -1/+88 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| | * | EntriesExport/epub: add metadata to each entry's cover | Kevin Decherf | 2019-01-07 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add metadata to the cover of each entry: - Publishers - Estimated reading time - Date of creation ("Added on") - Address (URL) Related to #2821 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| | * | EntriesExport: change authors and title when not single entry export | Kevin Decherf | 2019-01-07 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change '{method} authors' (which gives 'Tag_entries authors' when exporting a tag) to 'Various authors'. When exporting a tag (tag_entries), change the title from 'Tag_entries articles' to 'Tag {tag} articles'. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| | * | EntriesExport/epub: revert c779373f, move exportinfo to the end of the book | Kevin Decherf | 2019-01-07 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| | * | EntriesExport/epub: use sha1 sums for filenames, fix and rename title chapters | Kevin Decherf | 2019-01-07 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit renames entry chapters file using a sha1 sum of their title for simplicity. Also we fix the 'Title' chapter duplicate issue by using the hash of the related entry and the suffix '_title'. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> |