aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add users management UIJeremy Benoist2016-10-0229-223/+956
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* Merge pull request #2326 from wallabag/update-quickstartJeremy Benoist2016-10-0214-53/+171
|\ | | | | Changed quickstart layout
| * Update testJeremy Benoist2016-10-021-1/+1
| |
| * Fixed french translationNicolas Lœuillet2016-10-011-3/+3
| |
| * Changed translationsNicolas Lœuillet2016-10-0111-10/+11
| |
| * Changed quickstart layoutNicolas Lœuillet2016-10-0113-52/+169
| |
* | Merge pull request #2324 from wallabag/edit-tagging-ruleJeremy Benoist2016-10-0214-17/+106
|\ \ | | | | | | Add ability to edit a tagging rule
| * | CSJeremy Benoist2016-10-011-2/+2
| | |
| * | Introduce validateRuleActionJeremy Benoist2016-10-011-5/+13
| | |
| * | Add ability to edit a tagging ruleJeremy Benoist2016-10-0114-14/+95
| | |
* | | Merge pull request #2323 from wallabag/footer-statsJeremy Benoist2016-10-0215-5/+82
|\ \ \ | | | | | | | | Add simple stats in footer
| * | | Add simple stats in footerJeremy Benoist2016-10-0115-5/+82
| | | |
* | | | Merge pull request #2329 from wallabag/Quent-in-patch-1Jeremy Benoist2016-10-0211-35/+37
|\ \ \ \ | |_|/ / |/| | | Occitan version update
| * | | Fix OC typosJeremy Benoist2016-10-0211-20/+20
| | | | | | | | | | | | | | | | + remove extra sentence
| * | | Occitan version updateQuent-in2016-10-011-24/+26
|/ / / | | | | | | to be ready for the future of Wallabag :)
* | | Merge pull request #2322 from wallabag/v2-404Nicolas Lœuillet2016-10-017-9/+107
|\ \ \ | | | | | | | | Customize errors templates
| * | | Customize errors templatesJeremy Benoist2016-10-017-9/+107
| |/ / | | | | | | | | | All error goes to the same template which only display the error message and the status code.
* | | Merge pull request #2320 from wallabag/user-configNicolas Lœuillet2016-10-017-43/+51
|\ \ \ | |/ / |/| | Create user config in one place.
| * | Fix bad template nameJeremy Benoist2016-09-301-0/+0
| | | | | | | | | | | | | | | When a user register, the template displayed saying it should now check its email was misspelled. Resulting in displaying the default one (with margin issue).
| * | Create user config in one placeJeremy Benoist2016-09-306-43/+51
|/ / | | | | | | | | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-09-304-5/+6
|\ \ | |/ |/|
| * Merge pull request #2319 from pmartin/docker-php-gd-extensionJeremy Benoist2016-09-304-5/+6
| |\ | | | | | | Docker : install PHP 'gd' extension
| | * Add PHP 'gd' extension to dockerPascal MARTIN2016-09-301-2/+3
| | | | | | | | | | | | The gd extension is required to export entries as EPUB.
| | * Fix doc: 'bin/console' instead of 'app/console'Pascal MARTIN2016-09-303-3/+3
| |/
* | Merge pull request #2318 from wallabag/refactor-templatesNicolas Lœuillet2016-09-3026-494/+18
|\ \ | | | | | | Removed duplicated templates files
| * | Removed duplicated templates filesNicolas Lœuillet2016-09-3026-494/+18
|/ /
* | Merge pull request #2315 from wallabag/fixes-about-upgradeNicolas Lœuillet2016-09-2923-33/+555
|\ \ | | | | | | Fixes about upgrade
| * | Added french documentation about Redis and RabbitMQNicolas Lœuillet2016-09-296-11/+195
| | |
| * | Added links to async config in german docSven Fischer2016-09-291-0/+2
| | |
| * | add German redis.rstSven Fischer2016-09-291-0/+62
| | |
| * | add German rabbitmq.rstSven Fischer2016-09-291-0/+67
| | |
| * | Added links to async config in french docNicolas Lœuillet2016-09-281-0/+2
| | |
| * | Added links to async config in english docNicolas Lœuillet2016-09-281-0/+2
| | |
| * | Little improvements to the german translationJulian Oster2016-09-281-4/+4
| | |
| * | update German upgrade-2.0.x-2.1.y.rstStrubbl2016-09-281-3/+3
| | |
| * | Fixed reviewNicolas Lœuillet2016-09-287-7/+49
| | |
| * | Reordered upgrade documentationNicolas Lœuillet2016-09-2810-22/+172
| | |
| * | Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-2811-11/+22
| | |
* | | Merge pull request #2316 from mruminski/2.1Jeremy Benoist2016-09-291-2/+2
|\ \ \ | |/ / |/| | Update messages.pl.yml
| * | Update messages.pl.ymlMateusz Rumiński2016-09-291-2/+2
|/ / | | | | add missing translation for Instapaper importer
* | Merge pull request #2313 from wallabag/fix-long-loadingJeremy Benoist2016-09-271-1/+0
|\ \ | | | | | | Remove CSS class who caused long loading on Firefox
| * | Remove CSS class who caused long loading on FirefoxNicolas Lœuillet2016-09-271-1/+0
|/ / | | | | | | Fix #2302 #2281
* | Add Instapaper translationsJeremy Benoist2016-09-2711-52/+96
| |
* | Add Instapaper docsJeremy Benoist2016-09-272-9/+30
| |
* | Add controller test for InstapaperJeremy Benoist2016-09-276-0/+221
| |
* | Add Instapaper importJeremy Benoist2016-09-2713-5/+547
| | | | | | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* | Merge pull request #2309 from mruminski/2.1Jeremy Benoist2016-09-271-12/+12
|\ \ | | | | | | Update messages.pl.yml
| * | Update messages.pl.ymlMateusz Rumiński2016-09-271-12/+12
|/ / | | | | add missing translation for Firefox and Chrome imports
* | Merge pull request #2192 from wallabag/import-browser-bookmarksJeremy Benoist2016-09-2635-11/+1657
|\ \ | | | | | | Import Firefox & Chrome bookmarks into wallabag
| * | Added tags for Firefox importNicolas Lœuillet2016-09-262-1/+2
| | |