aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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.
* | | add search argument and limit option to list users commandNicolas Hart2017-07-312-2/+33
| | |
* | | Add list user commandNicolas Hart2017-07-301-0/+43
| | |
* | | Merge pull request #3297 from nclsHart/commands-better-renderingJérémy Benoist2017-07-305-71/+70
|\ \ \ | | | | | | | | Better rendering for all core commands
| * | | Better rendering for all core commandsNicolas Hart2017-07-295-71/+70
| | |/ | |/|
* | | Merge pull request #3298 from nclsHart/fix-namespace-phpdocJérémy Benoist2017-07-309-8/+17
|\ \ \ | | | | | | | | Fix some namespaces and phpdoc
| * | | Fix some namespaces and phpdocNicolas Hart2017-07-299-8/+17
| | | |
* | | | Add missing abstract method prepareEntry in BrowserImportNicolas Hart2017-07-291-0/+2
|/ / /
* | | Merge pull request #3290 from nclsHart/fix-3019Jérémy Benoist2017-07-2914-1/+14
|\ \ \ | |/ / |/| | Add a dedicated title for all entries page
| * | add a dedicated title for all entries pageNicolas Hart2017-07-2714-1/+14
| | |
* | | Merge pull request #3291 from nclsHart/show-user-ioJérémy Benoist2017-07-281-10/+13
|\ \ \ | | | | | | | | Better rendering for show user command using symfony style
| * | | Better rendering for show user command using symfony styleNicolas Hart2017-07-271-10/+13
| |/ /
* | | Merge pull request #3292 from nclsHart/remove-getdoctrineJérémy Benoist2017-07-283-15/+0
|\ \ \ | | | | | | | | Remove unused method getDoctrine in several commands
| * | | Remove unused method getDoctrine in several commandsNicolas Hart2017-07-273-15/+0
| |/ /
* | | Merge pull request #3293 from nclsHart/remove-unused-useJérémy Benoist2017-07-281-1/+0
|\ \ \ | | | | | | | | Remove unused use statement in install command
| * | | Remove unused use statement in install commandNicolas Hart2017-07-271-1/+0
| |/ /
* | | Add a test for updatePublishedAtJeremy Benoist2017-07-241-3/+9
| | | | | | | | | | | | | | | | | | | | | To avoid error when a content is re-submitted and it previously add a published date. Also, fix the `testPostSameEntry`
* | | Fix updatePublishedAt on already parsed article's dateSimounet2017-07-241-1/+1
| | |
* | | CSJeremy Benoist2017-07-241-6/+6
|/ /
* | Merge pull request #3266 from egilli/export-domain-as-authorJérémy Benoist2017-07-114-6/+35
|\ \ | | | | | | Use the article publisher as author for exported files
| * | Make updateAuthor code simpler to readÉtienne Gilli2017-07-101-8/+10
| | |
| * | Use the article publisher as author for exportÉtienne Gilli2017-07-091-2/+9
| | | | | | | | | | | | | | | When exporting an entry, use the publishedBy field as author name for epub, mobi and pdf formats. Fallback to domain name if empty.
| * | Use the article domain as author for export filesÉtienne Gilli2017-07-084-6/+26
| | | | | | | | | | | | | | | | | | | | | When exporting an entry, use the domain name as author name for epub, mobi and pdf formats, instead of 'wallabag'. Change the author from array to string, because for now, there is always only one author.
* | | Merge pull request #3264 from wallabag/trait-timestampsJérémy Benoist2017-07-115-48/+36
|\ \ \ | | | | | | | | Add EntityTimestampsTrait to handle dates
| * | | Add EntityTimestampsTrait to handle datesJeremy Benoist2017-07-065-48/+36
| |/ / | | | | | | | | | Refactorize timestamps() method to avoid re-writing it on each entity
* / / Revert client_credentials grant typesJeremy Benoist2017-07-081-1/+1
|/ /
* | Merge pull request #3256 from wallabag/fix-patchJérémy Benoist2017-07-053-154/+255
|\ \ | | | | | | Fix PATCH method
| * | CSJeremy Benoist2017-07-032-76/+76
| | |