aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix wrong selected page number alignment on paginationSimounet2017-12-041-0/+2
| |
* | Fix pagination on list modeSimounet2017-12-043-16/+20
| |
* | Figure image and figcaption centered on share pageSimounet2017-12-031-0/+8
| |
* | Share page improved (mobile + header's padding)Simounet2017-12-031-11/+20
|/
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-2516-0/+70
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3419 from NatJNP/patch1Jérémy Benoist2017-11-252-0/+37
|\ | | | | Add Thai language
| * Add all file thai Language for translateNatPi2017-11-241-0/+1
| |
| * Add CraueConfigBundle.th.ymlNatPi2017-11-181-0/+36
| |
* | Fix phpcsadev2017-11-211-5/+4
| |
* | Implements down migrationadev2017-11-211-1/+12
| |
* | Fix installation commandadev2017-11-212-3/+32
| |
* | Add an initial migrationadev2017-11-211-0/+181
| |
* | Merge pull request #3425 from wallabag/add-setting-for-headersNicolas Lœuillet2017-11-2115-0/+95
|\ \ | | | | | | Added internal setting to enable/disable headers storage
| * | Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-2015-0/+95
| | |
* | | Fix MySQL issue on mig from #3373Kevin Decherf2017-11-201-0/+1
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | Fix phpcsKevin Decherf2017-11-191-1/+1
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | Add originUrl property to Entry, handle that in EntryRestController, handle ↵Kevin Decherf2017-11-191-0/+55
|/ / | | | | | | | | | | migration Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | "for the public wallabag demo", paywalled websites, diaspora*Allan Nordhøy2017-11-181-3/+3
| |
* | Spelling: diaspora, e-mail, moved ?, URL, sharingAllan Nordhøy2017-11-181-8/+8
|/
* material: replace card activator with article link on card previewKevin Decherf2017-11-061-0/+1
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: disable editing of entry url input when submitting new urlKevin Decherf2017-11-052-0/+10
| | | | | | Fixes #1871 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-241-2/+2
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Prepare wallabag 2.3.0Nicolas Lœuillet2017-10-201-1/+1
|
* Merge pull request #3373 from wallabag/change-readingtime-notnullNicolas Lœuillet2017-10-181-0/+64
|\ | | | | Changed reading_time field to prevent null values
| * Fixed @Kdecherf's reviewNicolas Lœuillet2017-10-131-0/+1
| |
| * CSJeremy Benoist2017-10-131-3/+3
| |
| * Changed reading_time field to prevent null valuesNicolas Lœuillet2017-10-131-0/+63
| |
* | Update prod assetsKevin Decherf2017-10-161-1/+1
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | webpack: handle _global img folderKevin Decherf2017-10-162-1/+16
| | | | | | | | | | | | | | | | Fixes missing image files after composer cleaning assets Source of requireAll(): https://stackoverflow.com/a/30652110 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Fix non-centered login formKevin Decherf2017-10-161-1/+1
| | | | | | | | | | | | Fixes #3343 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #3382 from nclsHart/replace-kernel-rootdirJérémy Benoist2017-10-158-16/+11
|\ \ | | | | | | Replace kernel.root_dir by kernel.project_dir
| * | Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-148-16/+11
| |/ | | | | | | | | 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.
* / Enable WebServerBundle in dev environmentNicolas Hart2017-10-131-0/+1
|/ | | | Since #3376, the web server console commands were not available.
* Merge pull request #3376 from wallabag/symfony-3.3Jérémy Benoist2017-10-116-7/+14
|\ | | | | Symfony 3.3
| * CSJeremy Benoist2017-10-095-7/+7
| |
| * Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-091-0/+7
| | | | | | | | Also update tests urls
* | update Russian languageОлег2017-10-101-28/+28
| |
* | add Russian languageОлег2017-10-101-0/+1
| |
* | Add Russian language in CoreBundle Resources and CraueConfigBundleОлег2017-10-101-0/+35
|/
* Merge pull request #3347 from Kdecherf/entry-statsNicolas Lœuillet2017-09-161-2/+7
|\ | | | | Entry view: update .stats margins and color
| * Entry view: update .stats margins and colorKevin Decherf2017-09-091-2/+7
| | | | | | | | | | | | | | | | Decreasing margin of .stats, increasing vertical margin of .stats li, increasing right margin of material icons and reducing contrast of material icons. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Fix webpack error on commentsKevin Decherf2017-09-062-2/+2
|/ | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3333 from Quent-in/2.3Jérémy Benoist2017-09-031-1/+1
|\ | | | | Update OC
| * Update CraueConfigBundle.oc.ymlQuent-in2017-08-301-1/+1
| |
* | Merge pull request #3139 from Kdecherf/2502-tag-caseJérémy Benoist2017-09-031-0/+103
|\ \ | | | | | | Ignore tag's case
| * | php-cs-fixer on DoctrineMigrations/Version20170719231144Kevin Decherf2017-08-271-24/+24
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Add migration to change case of tagsKevin Decherf2017-08-271-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This migration does not support SQLite as long as this engine does not support Unicode in LOWER(). This migration starts by retrieving the list of lowercase tags which need to be migrated. Then it retrieves the list of tags for each tags from the previous step in order to migrate entries. It handles deletion of empty tags. At the end the migration makes a full scan to update the label of all remaining tags. WARNING: THIS MIGRATION IS IRREVERSIBLE. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | Translate missing strings, add quotation marksTobias Strobel2017-09-011-36/+36
| |/ |/|
* | Set a starred_at field when an entry is starred.François D2017-08-251-0/+63
|/ | | | | | | | 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.
* Update registration using APIQuent-in2017-08-051-2/+2
|