aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
Commit message (Collapse)AuthorAgeFilesLines
...
| * Changed reading_time field to prevent null valuesNicolas Lœuillet2017-10-131-2/+2
| |
* | Merge pull request #3362 from sviande/fix_3361_api_warningJérémy Benoist2017-10-182-2/+2
|\ \ | | | | | | Fix #3361 check type for tags in entry repository
| * | Fix #3361 Entry Rest controller getEntries cast tags params to stringSébastien Viande2017-10-131-1/+1
| | |
| * | Fix #3361 check type for tags in entry repositorySébastien Viande2017-10-121-1/+1
| |/ | | | | | | Check is $tags is a string before explode
* / Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-142-2/+2
|/ | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
* CSJeremy Benoist2017-10-111-3/+3
|
* Fixed @j0k3r's reviewNicolas Lœuillet2017-10-111-0/+1
|
* Fixed @tcitworld's reviewNicolas Lœuillet2017-10-112-7/+3
|
* Translated first page of exported articleNicolas Lœuillet2017-10-1114-2/+44
|
* Merge pull request #3376 from wallabag/symfony-3.3Jérémy Benoist2017-10-1126-43/+43
|\ | | | | Symfony 3.3
| * CSJeremy Benoist2017-10-0922-30/+30
| |
| * Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-095-13/+13
| | | | | | | | Also update tests urls
* | update Russian languageОлег2017-10-102-62/+68
| |
* | add Russian languageОлег2017-10-101-0/+11
| |
* | Add Russian language in CoreBundle Resources and CraueConfigBundleОлег2017-10-101-0/+564
|/
* Update messages.oc.ymlQuent-in2017-09-091-1/+1
|
* Remove unused functionJeremy Benoist2017-09-061-20/+0
| | | | Introduce after the rebase I guess
* Fix testsJeremy Benoist2017-09-061-1/+1
|
* Multiple tag search was broken from APIJeremy Benoist2017-09-062-6/+48
| | | | | | | | | | First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked.
* Merge pull request #3332 from nclsHart/better-txt-exportNicolas Lœuillet2017-09-061-1/+3
|\ | | | | Better entry txt export using html2text
| * better entry txt export using html2textNicolas Hart2017-08-271-1/+3
| |
* | Merge pull request #3337 from strobeltobias/patch-1Jérémy Benoist2017-09-041-90/+90
|\ \ | | | | | | Add missing quotation marks and small fixes (2)
| * | Update messages.de.ymlJérémy Benoist2017-09-041-1/+1
| | |
| * | Update to comply with suggested changesTobias Strobel2017-09-031-7/+7
| | |
| * | Add missing quotation marks and small fixes (2)Tobias Strobel2017-09-011-90/+90
| | |
* | | Merge pull request #3333 from Quent-in/2.3Jérémy Benoist2017-09-033-59/+59
|\ \ \ | | | | | | | | Update OC
| * | | Update wallabag_user.oc.ymlQuent-in2017-08-301-2/+2
| | | |
| * | | Update validators.oc.ymlQuent-in2017-08-301-2/+2
| | | |
| * | | UpdateQuent-in2017-08-301-55/+55
| |/ /
* | | Merge pull request #3139 from Kdecherf/2502-tag-caseJérémy Benoist2017-09-032-2/+2
|\ \ \ | |/ / |/| | Ignore tag's case
| * | Tag: render tags case-insensitive by storing them in lowercaseKevin Decherf2017-08-272-2/+2
| |/ | | | | | | | | | | Fixes #2502 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #3330 from franek/set-starred-dateJérémy Benoist2017-08-304-7/+56
|\ \ | | | | | | Add starred_at field which is set when an entry is starred
| * | Set a starred_at field when an entry is starred.François D2017-08-254-7/+56
| |/ | | | | | | | | | | | | | | This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field.
* | Merge pull request #3294 from wallabag/export-tag-nullJérémy Benoist2017-08-302-2/+2
|\ \ | |/ |/| Empty currentTag should be null
| * Empty currentTag should be nullJeremy Benoist2017-07-282-2/+2
| | | | | | | | And when a parameter is null, it won't appear in the url like `?tag=`.
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-08-221-3/+3
|\ \
| * | Fix export links in baggy themeÉtienne Gilli2017-08-131-3/+3
| | |
* | | rename getAllEntriesIdAndUrl into findAllEntriesIdAndUrlByUserIdNicolas Hart2017-08-222-2/+2
| | |
* | | rename getAllEntriesId into findAllEntriesIdByUserIdNicolas Hart2017-08-222-2/+2
| | |
* | | Add reload entry commandNicolas Hart2017-08-212-0/+107
| | |
* | | Merge pull request #3319 from Quent-in/2.3Jérémy Benoist2017-08-101-2/+2
|\ \ \ | | | | | | | | Translation : OC small changes
| * | | Small changeQuent-in2017-08-091-2/+2
| | | | | | | | | | | | Apostrophe par erreur, et "aller À votre compte" et non "sur", pas choquant mais mieux je pense en OC.
* | | | Merge pull request #3314 from nclsHart/fix-3313Jérémy Benoist2017-08-083-39/+23
|\ \ \ \ | | | | | | | | | | Reduce number of queries on tag list
| * | | | Reduce number of queries on tag listNicolas Hart2017-08-063-39/+23
| |/ / /
* / / / Update messages.pl.ymlMateusz Rumiński2017-08-081-13/+13
|/ / / | | | | | | add polish translation for credentials
* | | Correction apostrophe encadrée par simples apostrophesQuent-in2017-08-051-1/+1
| | |
* | | Correction indent. L538Quent-in2017-08-051-1/+1
| | | | | | | | | Correction indentation suite rapport Travis
* | | UpdateQuent-in2017-08-051-3/+3
| | | | | | | | | | | | 2FA : choix des occitanophones interrogés : autentificacion en dos temps. + fautes de frappes
* | | Update OC: correction fautes de frappeQuent-in2017-08-051-16/+16
| | |
* | | Update with new stringsQuent-in2017-08-051-21/+21
| | | | | | | | | L538 : not quite sure about the number of space.