aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests & cs & migrationJeremy Benoist2019-04-269-37/+36
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-2547-309/+346
|
* Fix ApiDoc about md5/sha1Jérémy Benoist2019-04-021-2/+2
|
* Fix index on MySQLJeremy Benoist2019-04-011-1/+1
|
* Some cleanupJeremy Benoist2019-04-013-10/+5
| | | | Also, do not run the hashed_url migration into a Doctrine migration
* Use a better index for hashed_urlJeremy Benoist2019-04-014-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 endpointJeremy Benoist2019-04-015-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 existThomas Citharel2019-04-015-12/+152
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-014-24/+40
|\
| * Merge pull request #3909 from wallabag/fix/html-not-definedJérémy Benoist2019-03-181-7/+6
| |\ | | | | | | Fix PHP warning
| | * Fix PHP warningJeremy Benoist2019-03-181-7/+6
| | | | | | | | | | | | Looks like sometimes (usually from import) the `html` key isn’t available.
| * | epub: fix exception when articles have the same titleKevin Decherf2019-03-171-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 dateKevin Decherf2019-03-031-5/+7
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Merge pull request #3886 from wallabag/issue-3602Jérémy Benoist2019-02-251-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 articleKevin Decherf2019-02-181-7/+9
| | | | | | | | | | | | | | | | | | Fixes #3602 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | EntryRestController: add support of expect parameter to delete actionKevin Decherf2019-02-201-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>
| * CSJeremy Benoist2019-02-131-1/+1
| |
| * CSJeremy Benoist2019-02-119-13/+13
| |
* | Adding more testsJeremy Benoist2019-02-277-9/+9
| |
* | CSJeremy Benoist2019-02-276-10/+10
| |
* | Replace continue; with break; to avoid PHP 7.3 warningsThomas Citharel2019-02-277-9/+9
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Force default_protocol to generate an url inputJeremy Benoist2019-02-083-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-02-074-6/+6
|\|
| * Fix broken 2 factor auth logo imageJonathan Crooke2019-01-311-1/+1
| |
| * Improve checks & add testsJeremy Benoist2019-01-281-3/+3
| |
| * status and favourite are actually strings in the import so use ==Tristan Hill2019-01-271-2/+2
| |
| * Add dedicated email for site config issueJeremy Benoist2019-01-182-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-bundleJeremy Benoist2019-01-234-11/+38
| |
* | CSJeremy Benoist2019-01-231-3/+1
| |
* | Change the way to enable 2FAJeremy Benoist2019-01-2319-177/+536
| | | | | | | | And add a step to validate a generated code from the OTP app
* | Remove secret from adminJeremy Benoist2019-01-231-6/+0
| |
* | Update translationJeremy Benoist2019-01-2314-14/+14
| |
* | Add backup codesJeremy Benoist2019-01-2318-11/+71
| |
* | Better translationsJeremy Benoist2019-01-2315-35/+76
| | | | | | | | | | | | Replace “Google Authenticator” by “Google Authenticator, Authy or FreeOTP” in all text. Translate how to use the code / qr code.
* | CleanupJeremy Benoist2019-01-232-3/+1
| |
* | Fix testsJeremy Benoist2019-01-234-69/+36
| |
* | Enable OTP 2FAJeremy Benoist2019-01-2325-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 dataJeremy Benoist2019-01-2315-31/+46
| |
* | Fix third argument to RouteJeremy Benoist2019-01-222-4/+2
| |
* | Factorize sendResponse between Api controllersJeremy Benoist2019-01-223-38/+19
| | | | | | | | And run newer cs fixer
* | [wallabag/wallabag#2611] Fix PHPCS lint errorsCraig Roberts2019-01-221-6/+0
| |
* | Fixes [wallabag/wallabag#2611] Add a basic Search REST endpointCraig Roberts2019-01-222-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 Benoist2019-01-222-2/+2
| |
* | Handle no random result foundJeremy Benoist2019-01-191-1/+6
| |
* | Fix status from InstapaperJeremy Benoist2019-01-191-1/+0
| | | | | | | | That status was used as `http_status` in ContentProxy->stockEntry
* | Move icon into the top menu barJeremy Benoist2019-01-1919-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 homepageJeremy Benoist2019-01-192-19/+18
| |
* | Better iconJeremy Benoist2019-01-191-1/+1
| |
* | Better random functionJeremy Benoist2019-01-191-9/+13
| |
* | Use only one method to randomizeJeremy Benoist2019-01-193-85/+16
| | | | | | | | Instead of one per type, one for all is ok.