aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Developer section to API client managementNicolas Lœuillet2017-02-0112-71/+71
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-268-21/+21
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-178-21/+21
| |
* | Fix phpcs and testsThomas Citharel2017-01-241-14/+9
| |
* | add filepath testThomas Citharel2017-01-221-2/+2
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | add cli exportThomas Citharel2017-01-222-0/+87
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Order tags by slugJan Losinski2017-01-171-0/+1
| | | | | | | | | | | | | | | | This adds an orderBy clause to findAllTags(). This makes the list of tags more useful, as the tags appear in alphanumerical order instead of somehow random. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* | Avoid false preview imageJeremy Benoist2017-01-101-1/+1
| | | | | | | | | | If the website doesn't provide an og_image, the value will be false and so it'll be saved like that in the database. We prefer to leave it as null instead of false.
* | Merge pull request #2735 from wallabag/remove-small-readingtimeNicolas Lœuillet2016-12-3012-24/+24
|\ \ | | | | | | Removed the small element on reading time
| * | Removed the small element on reading timeNicolas Lœuillet2016-12-3012-24/+24
| | |
* | | Fix double overlay on expanded right sidenavSimounet2016-12-302-4/+4
|/ /
* | Merge pull request #2725 from lapineige/masterNicolas Lœuillet2016-12-302-2/+2
|\ \ | | | | | | Share to Shaarli - Include tags
| * | Share tags to Shaarli - Material themelapineige2016-12-281-1/+1
| | |
| * | Share tags to Shaarli - Baggy themelapineige2016-12-281-1/+1
| |/
* | Firefox add-on URL updatedSimounet2016-12-301-1/+1
| |
* | Merge pull request #2730 from Simounet/feature/all-actions-on-mobileNicolas Lœuillet2016-12-301-24/+22
|\ \ | | | | | | Access to search, filters, export on mobile
| * | Access to search, filters, export on mobileSimounet2016-12-291-24/+22
| | |
* | | Merge pull request #2731 from llune/patch-2Nicolas Lœuillet2016-12-301-4/+4
|\ \ \ | |/ / |/| | Minor typo fix
| * | Minor typo fixllune2016-12-301-4/+4
| |/
* | Merge pull request #2702 from wallabag/add-index-uuidNicolas Lœuillet2016-12-292-18/+21
|\ \ | | | | | | Added index on entry.uuid
| * | Renamed uuid to uidNicolas Lœuillet2016-12-292-18/+18
| | |
| * | Changed uuid type in databaseNicolas Lœuillet2016-12-252-4/+1
| | |
| * | Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-252-3/+8
| | |
| * | Added index on table creationNicolas Lœuillet2016-12-231-1/+2
| | |
* | | Merge pull request #2724 from Simounet/fix/reading-timeThomas Citharel2016-12-283-10/+9
|\ \ \ | | | | | | | | Fix entry reading time
| * | | Fix entry reading timeSimounet2016-12-273-10/+9
| |/ /
* / / Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-272-2/+2
|/ /
* | Be consistent between migration & schema definitionJeremy Benoist2016-12-193-3/+3
| |
* | Removed outputWalkers for RSS and APINicolas Lœuillet2016-12-152-2/+2
| |
* | Removed outputWalkers for paginationNicolas Lœuillet2016-12-152-4/+2
| | | | | | | | Due to overload, we disabled output walkers (see https://github.com/whiteoctober/Pagerfanta/issues/115
* | Merge pull request #2667 from wallabag/upgrade-symfony-32Nicolas Lœuillet2016-12-1510-18/+26
|\ \ | | | | | | Upgrade to Symfony 3.2
| * | Fixed search bugNicolas Lœuillet2016-12-151-1/+1
| | |
| * | Fix tests & deprecation noticeJeremy Benoist2016-12-1510-17/+25
| | |
* | | Merge pull request #2699 from wallabag/remove-usertable-queryJeremy Benoist2016-12-131-2/+1
|\ \ \ | | | | | | | | Removed user join in query builder
| * | | Removed user join in query builderNicolas Lœuillet2016-12-121-2/+1
| | | |
* | | | Add default value for list_modeJeremy Benoist2016-12-125-1/+20
|/ / /
* | | Moved total messages from importNicolas Lœuillet2016-12-082-2/+6
| | |
* | | Replaced chmod for download pictures featureNicolas Lœuillet2016-12-081-1/+1
| | |
* | | Fixed imports with is_starred and is_archivedNicolas Lœuillet2016-12-073-3/+6
| | |
* | | Merge pull request #2686 from wallabag/fix-redis-importJeremy Benoist2016-12-061-1/+1
|\ \ \ | | | | | | | | Casted maxIterations for Redis import
| * | | Casted maxIterations for Redis importNicolas Lœuillet2016-12-061-1/+1
| | | | | | | | | | | | | | | | Simpleue\Worker wants an integer, we gave it a string
* | | | Merge pull request #2680 from wallabag/taggingrule-255Nicolas Lœuillet2016-12-061-0/+1
|\ \ \ \ | |/ / / |/| | | Limit rule to 255
| * | | Limit rule to 255Jeremy Benoist2016-12-031-0/+1
| | | | | | | | | | | | | | | | To avoid database error
* | | | Add some commentsJeremy Benoist2016-12-041-0/+3
| | | |
* | | | Allow fetching content on all import typesJerome Charaoui2016-12-034-8/+0
| | | | | | | | | | | | | | | | | | | | For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome.
* | | | Prevent undefined index when import fetching failsJerome Charaoui2016-12-021-3/+3
| | | |
* | | | Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-025-3/+5
| | | |
* | | | Retain imported content if fetching fails, fixes #2658Jerome Charaoui2016-12-022-2/+8
|/ / /
* | | Merge pull request #2677 from wallabag/add-wallabag_user.de.ymlNicolas Lœuillet2016-12-011-0/+11
|\ \ \ | | | | | | | | add translations/wallabag_user.de.yml (fixes #2673)
| * | | Update wallabag_user.de.ymlStrubbl2016-12-011-1/+1
| | | | | | | | | | | | Wallabag->wallabag