aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Added possibility to change locale from login/register pagesNicolas Lœuillet2017-12-121-0/+1
|
* CSJeremy Benoist2017-12-121-1/+0
|
* Use hasTable instead of try/catchJeremy Benoist2017-12-121-7/+1
|
* Change the way to check for initial migrationJeremy Benoist2017-12-121-4/+25
|
* Merge pull request #3468 from wallabag/fix-migration-3139Nicolas Lœuillet2017-12-111-8/+21
|\ | | | | Fix migration from #3139
| * migrations: fix duplicate violation during lowercase tag migrationKevin Decherf2017-12-101-8/+20
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Replace raw query with named parameterKevin Decherf2017-12-101-2/+3
| | | | | | | | | | | | Fix possible issue with special chars on #3139 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Fix All RSS not accessible if not logged in + TestsChristophe VERGNE2017-12-111-1/+1
|/
* More space for navbar actions on mobileSimounet2017-12-081-1/+1
|
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-0/+8
|
* Fix nav title nowrap on mobileSimounet2017-12-071-10/+23
|
* Border radius on every corner of tag's listSimounet2017-12-081-1/+2
|
* Fix duplicated code removedSimounet2017-12-081-14/+0
|
* Tags list view improvedSimounet2017-12-081-2/+42
| | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links.
* Footer's stats displayed on mobileSimounet2017-12-061-7/+2
|
* Fix line-height issue on the footerSimounet2017-12-061-4/+0
|
* Merge pull request #3438 from strobeltobias/patch-1Nicolas Lœuillet2017-12-051-2/+2
|\ | | | | Translate new strings
| * Translate new stringsTobias Strobel2017-11-261-2/+2
| |
* | 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.