aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * fix stylelintThomas Citharel2016-10-159-43/+43
| | |
| | * Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-1510-35/+55
| | | | | | | | | | | | add links on small screens
| * | Merge pull request #2412 from wallabag/fix-postgres-migrationThomas Citharel2016-10-154-14/+24
| |\ \ | | |/ | |/| Fix PostgreSQL migrations
| | * Fix PostgreSQL migrationsJeremy Benoist2016-10-094-14/+24
| | |
| * | Merge pull request #2446 from wallabag/fix-taggingrules-docNicolas Lœuillet2016-10-153-3/+3
| |\ \ | | | | | | | | Added information about tagging rules in documentation
| | * | docs/de/user/configuration.rst: German fix for tagging rules docuSven Fischer2016-10-141-1/+1
| | | |
| | * | docs/de/user/configuration.rst: German fix for tagging rules docuSven Fischer2016-10-141-1/+1
| | | |
| | * | Added information about tagging rules in documentationNicolas Lœuillet2016-10-143-3/+3
| | | | | | | | | | | | | | | | Fix #2060
| * | | Merge pull request #2447 from wallabag/fix-fr-de-doc-homepageNicolas Lœuillet2016-10-142-4/+4
| |\ \ \ | | | | | | | | | | Fixed french and german doc homepages
| | * | | Fixed french and german doc homepagesNicolas Lœuillet2016-10-142-4/+4
| |/ / /
| * | | Merge pull request #2444 from Kaligule/masterNicolas Lœuillet2016-10-141-1/+1
| |\ \ \ | | | | | | | | | | Mention example instance in docs
| | * | | Merge pull request #1 from Kaligule/DocumentationKaligule2016-10-141-1/+1
| |/| | | | | | | | | | | | | Mention example instance
| | * | | Mention example instanceKaligule2016-10-141-1/+1
| |/ / / | | | | | | | | Namely http://v2.wallabag.org/api/doc, so api methods can be looked up without installing wallabag first.
| * | | Merge pull request #2435 from wallabag/french-upgrade-docNicolas Lœuillet2016-10-136-41/+81
| |\ \ \ | | | | | | | | | | Added french documentation for upgrade
| | * | | Added missing spaceNicolas Lœuillet2016-10-131-1/+1
| | | | |
| | * | | update German user/upgrade-2.1.x-2.1.y.rstSven Fischer2016-10-121-5/+5
| | | | |
| | * | | update German user/upgrade-2.0.x-2.1.1Sven Fischer2016-10-121-14/+34
| | | | |
| | * | | Added french documentation for upgradeNicolas Lœuillet2016-10-125-22/+42
| | |/ /
| * | | Merge pull request #2434 from wallabag/parameters-docNicolas Lœuillet2016-10-136-3/+106
| |\ \ \ | | | | | | | | | | Added french documentation for parameters.yml
| | * | | translate to German: user/parametersSven Fischer2016-10-122-0/+51
| | | | |
| | * | | Added french documentation for parameters.ymlNicolas Lœuillet2016-10-124-3/+55
| | |/ /
| * | | Merge pull request #2439 from zertrin/minor-fix-docs-1Nicolas Lœuillet2016-10-133-7/+8
| |\ \ \ | | |/ / | |/| | Minor fixes in the english documentation
| | * | Minor fixes in the english documentationzertrin2016-10-133-7/+8
| |/ /
| * | Merge pull request #2432 from wallabag/issue-site-configNicolas Lœuillet2016-10-121-0/+2
| |\ \ | | | | | | | | Update ISSUE_TEMPLATE.md
| | * | Update ISSUE_TEMPLATE.mdJeremy Benoist2016-10-121-0/+2
| |/ /
* | | Merge pull request #2401 from wallabag/reset-accountJeremy Benoist2016-10-2439-63/+717
|\ \ \ | | | | | | | | Reset account
| * | | SQLite should use utf8, not utf8mb4Jeremy Benoist2016-10-242-3/+3
| | | |
| * | | Fix migrationsJeremy Benoist2016-10-236-28/+48
| | | |
| * | | Lowercase wallabagJeremy Benoist2016-10-221-4/+4
| | | |
| * | | Add migration for MySQL utf8mb4Jeremy Benoist2016-10-221-0/+77
| | | |
| * | | Add verification check for MySQL versionJeremy Benoist2016-10-223-4/+20
| | | | | | | | | | | | | | | | Must now be >= 5.5.4
| * | | Use statements & update translationJeremy Benoist2016-10-227-34/+28
| | | |
| * | | CSJeremy Benoist2016-10-224-9/+10
| | | |
| * | | Add baggy reset partJeremy Benoist2016-10-221-0/+22
| | | |
| * | | Avoid orphan tagsJeremy Benoist2016-10-221-2/+14
| | | |
| * | | Cleanup subscriber / listener definitionJeremy Benoist2016-10-223-13/+2
| | | |
| * | | Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-225-11/+144
| | | | | | | | | | | | | | | | | | | | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
| * | | Fix emoji insertion in MySQLJeremy Benoist2016-10-228-9/+15
| | | | | | | | | | | | | | | | | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
| * | | Add ability to reset some datasJeremy Benoist2016-10-2218-22/+406
| | | | | | | | | | | | | | | | | | | | | | | | - annotations - tags - entries
* | | | Merge pull request #1890 from wallabag/v2-api-annotation-switchedNicolas Lœuillet2016-10-245-88/+248
|\ \ \ \ | | | | | | | | | | bring annotations to API
| * | | | Add test on /api/annotationsJeremy Benoist2016-10-223-55/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix controller forward in WallabagRestController. Update PHPDoc so it is sorted the same way as others one Duplicate all annotations test to use both api & normal way Also, make annotation tests independent to each other
| * | | | CSJeremy Benoist2016-10-221-1/+0
| | | | |
| * | | | Added a missing namespaceNicolas Lœuillet2016-10-221-0/+1
| | | | |
| * | | | PHP CSNicolas Lœuillet2016-10-221-4/+4
| | | | |
| * | | | fix cs and phpdocThomas Citharel2016-10-224-26/+34
| | | | |
| * | | | csThomas Citharel2016-10-222-10/+19
| | | | |
| * | | | move codeThomas Citharel2016-10-222-82/+48
| | | | |
| * | | | csThomas Citharel2016-10-222-4/+0
| | | | |
| * | | | bring annotations to APIThomas Citharel2016-10-222-22/+138
| |/ / /
* | | | Merge pull request #2456 from wallabag/use-new-pdfJeremy Benoist2016-10-221-1/+1
|\ \ \ \ | |/ / / |/| | | use new tcpdf library version