aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* CleanupJeremy Benoist2019-01-232-3/+1
* Fix testsJeremy Benoist2019-01-234-69/+36
* Enable OTP 2FAJeremy Benoist2019-01-2325-162/+346
* 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
* [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
* 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
* Move icon into the top menu barJeremy Benoist2019-01-1919-25/+40
* 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
* Fix testsJeremy Benoist2019-01-192-99/+94
* Added random featureNicolas Lœuillet2019-01-1918-10/+169
* Enable PHPStanJeremy Benoist2019-01-183-1/+20
* Add a new endpoint to retrieve information from the wallabag instanceJeremy Benoist2019-01-151-0/+20
* CSJeremy Benoist2019-01-153-3/+3
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-1541-215/+497
|\
| * Avoid error when a bad `order` parameter is givenJeremy Benoist2019-01-142-14/+23
| * Merge pull request #3826 from wallabag/epub-tocJérémy Benoist2019-01-1116-29/+157
| |\
| | * EntriesExport: avoid else on $authorsKevin Decherf2019-01-091-4/+2
| | * EntriesExport: sanitize filename and fix testsKevin Decherf2019-01-081-10/+18
| | * EntriesExport/pdf: move notice to the end, add metadata coverKevin Decherf2019-01-071-8/+25
| | * Add translationsKevin Decherf2019-01-0714-1/+88
| | * EntriesExport/epub: add metadata to each entry's coverKevin Decherf2019-01-071-1/+16
| | * EntriesExport: change authors and title when not single entry exportKevin Decherf2019-01-072-2/+5
| | * EntriesExport/epub: revert c779373f, move exportinfo to the end of the bookKevin Decherf2019-01-071-1/+3
| | * EntriesExport/epub: use sha1 sums for filenames, fix and rename title chaptersKevin Decherf2019-01-071-6/+6
| | * EntriesExport/epub: remove TOC pageKevin Decherf2019-01-071-2/+0
| * | Merge pull request #3831 from wallabag/fix/api-bad-client-idJérémy Benoist2019-01-102-1/+20
| |\ \
| | * | Cast client id to avoid PG errorJeremy Benoist2019-01-092-1/+20
| * | | Update entries.html.twigEloi Coutant2019-01-101-2/+2
| * | | Update entries.html.twigEloi Coutant2019-01-101-2/+2
| | |/ | |/|
| * | Merge pull request #3827 from wallabag/epub-quoteKevin Decherf2019-01-071-2/+8
| |\ \
| | * | EntriesExport/epub: replace epub identifier with unique urnKevin Decherf2019-01-061-2/+8
| * | | Merge pull request #3820 from lizyn/bugfix/incorrect-calculation-of-CJK-chara...Jérémy Benoist2019-01-071-4/+3
| |\ \ \ | | |/ / | |/| |
| | * | Counting two characters together as a word in CJKlizyn2019-01-061-1/+1
| | * | Improve reading time testsJeremy Benoist2019-01-041-3/+2
| | * | fix incorrect reading time calculation for entries with CJK characterslizyn2018-12-251-1/+1
| | |/