Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CS | Jeremy Benoist | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | Introduce validateRuleAction | Jeremy Benoist | 2016-10-01 | 1 | -5/+13 |
| | |||||
* | Add ability to edit a tagging rule | Jeremy Benoist | 2016-10-01 | 13 | -1/+47 |
| | |||||
* | Merge pull request #2322 from wallabag/v2-404 | Nicolas Lœuillet | 2016-10-01 | 5 | -4/+103 |
|\ | | | | | Customize errors templates | ||||
| * | Customize errors templates | Jeremy Benoist | 2016-10-01 | 5 | -4/+103 |
| | | | | | | | | All error goes to the same template which only display the error message and the status code. | ||||
* | | Fix bad template name | Jeremy Benoist | 2016-09-30 | 1 | -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 place | Jeremy Benoist | 2016-09-30 | 5 | -36/+42 |
|/ | | | | | | | | 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 | ||||
* | Removed duplicated templates files | Nicolas Lœuillet | 2016-09-30 | 26 | -494/+18 |
| | |||||
* | Merge pull request #2315 from wallabag/fixes-about-upgrade | Nicolas Lœuillet | 2016-09-29 | 1 | -1/+1 |
|\ | | | | | Fixes about upgrade | ||||
| * | Reordered upgrade documentation | Nicolas Lœuillet | 2016-09-28 | 1 | -1/+0 |
| | | |||||
| * | Some fixes about upgrade from 2.0.x -> 2.1.0 | Nicolas Lœuillet | 2016-09-28 | 1 | -0/+1 |
| | | |||||
* | | Update messages.pl.yml | Mateusz Rumiński | 2016-09-29 | 1 | -2/+2 |
|/ | | | add missing translation for Instapaper importer | ||||
* | Add Instapaper translations | Jeremy Benoist | 2016-09-27 | 11 | -52/+96 |
| | |||||
* | Add controller test for Instapaper | Jeremy Benoist | 2016-09-27 | 4 | -0/+12 |
| | |||||
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 9 | -3/+308 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | Update messages.pl.yml | Mateusz Rumiński | 2016-09-27 | 1 | -12/+12 |
| | | | add missing translation for Firefox and Chrome imports | ||||
* | Merge pull request #2192 from wallabag/import-browser-bookmarks | Jeremy Benoist | 2016-09-26 | 24 | -7/+747 |
|\ | | | | | Import Firefox & Chrome bookmarks into wallabag | ||||
| * | Move prepareEntry to dedicated place | Jeremy Benoist | 2016-09-26 | 3 | -35/+42 |
| | | | | | | | | | | Yeah first try was ugly, now each part are in the dedicated place. Also, the date is hardly truncated to 10 chars because Firefox date are 16 chars long and Chrome are 17 chars long. So instead of divised them by a huge number, I prefer to truncate them. | ||||
| * | Update Firefox file | Jeremy Benoist | 2016-09-25 | 1 | -12/+24 |
| | | | | | | | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so). | ||||
| * | Fix bad date format in Browser import | Jeremy Benoist | 2016-09-25 | 3 | -62/+23 |
| | | |||||
| * | Fixed tests by removing clear() | Nicolas Lœuillet | 2016-09-25 | 1 | -4/+0 |
| | | |||||
| * | fix tests | Thomas Citharel | 2016-09-25 | 3 | -24/+24 |
| | | |||||
| * | cs & fixes | Thomas Citharel | 2016-09-25 | 5 | -33/+14 |
| | | |||||
| * | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 23 | -189/+558 |
| | | |||||
| * | Indentation and renamed fixtures file | Nicolas Lœuillet | 2016-09-25 | 9 | -27/+27 |
| | | |||||
| * | Add Chrome path for Mac OS | Nicolas Lœuillet | 2016-09-25 | 5 | -14/+4 |
| | | |||||
| * | Import Firefox & Chrome bookmarks into wallabag | Thomas Citharel | 2016-09-25 | 17 | -7/+431 |
| | | |||||
* | | Fix tag count for PostgreSQL | Jeremy Benoist | 2016-09-25 | 2 | -8/+6 |
| | | |||||
* | | CS | Jeremy Benoist | 2016-09-25 | 3 | -6/+4 |
| | | |||||
* | | Use scheduled entity insertions to avoid tag duplicate | Jeremy Benoist | 2016-09-25 | 3 | -7/+24 |
| | | | | | | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import. | ||||
* | | Fix tags count in menu | Jeremy Benoist | 2016-09-25 | 4 | -47/+47 |
|/ | | | | Move enable cache for Tag in the Entity because function `find*` should return result and not a Query | ||||
* | Display a message when async import won’t work | Jeremy Benoist | 2016-09-24 | 13 | -16/+69 |
| | | | | | Mostly if Redis or RabbitMQ isn’t installed / launched. I guess it’ll avoid some issues. | ||||
* | Merge pull request #2301 from wallabag/fix-rss-feeds | Jeremy Benoist | 2016-09-22 | 2 | -18/+2 |
|\ | | | | | fix feeds not syncing on android app | ||||
| * | fix feeds not syncing on android app | Thomas Citharel | 2016-09-21 | 2 | -18/+2 |
| | | |||||
* | | Update messages.pl.yml | Mateusz Rumiński | 2016-09-19 | 1 | -5/+5 |
| | | | | | | add missing translation | ||||
* | | Update wallabag_user.pl.yml | Mateusz Rumiński | 2016-09-19 | 1 | -1/+1 |
| | | | | | | add missing " | ||||
* | | polish version | Mateusz Rumiński | 2016-09-19 | 1 | -0/+11 |
| | | | | | | create wallabag_user.pl.yml file | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-09-19 | 2 | -4/+26 |
|\| | |||||
| * | Fix issue #2296: epub export with `+` in the title. | Étienne Gilli | 2016-09-18 | 1 | -1/+5 |
| | | |||||
| * | CS | Jeremy Benoist | 2016-09-03 | 1 | -1/+1 |
| | | |||||
| * | Update test | Jeremy Benoist | 2016-09-03 | 1 | -4/+6 |
| | | | | | | | | | | | | | | If the database isn't found when checking for the connection it means, we can connect to the server. The InstallCommand will create the database later. Also, when checking for the SQLite connection, Doctrine creates the file (so the database). That's why the test is skipped for SQLite. | ||||
| * | Add a check for the database connection | Jeremy Benoist | 2016-09-03 | 1 | -2/+18 |
| | | | | | | | | | | | | Checking for the driver isn't enough. We are now checking if we can etablish a connection to the database before trying to do anything. By displaying the error from the Exception (in case of error) we hope to reduce issues overload about people getting error with the database | ||||
* | | Merge pull request #1941 from wallabag/v2-asynchronous-jobs | Jeremy Benoist | 2016-09-19 | 50 | -390/+1056 |
|\ \ | | | | | | | Use asynchronous jobs for imports | ||||
| * | | Avoid losing entry when fetching fail | Jeremy Benoist | 2016-09-17 | 16 | -82/+69 |
| | | | | | | | | | | | | Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content. | ||||
| * | | Missing some migrations | Jeremy Benoist | 2016-09-16 | 1 | -1/+0 |
| | | | | | | | | | | | | and CS | ||||
| * | | Moved Pocket token to user config | Jeremy Benoist | 2016-09-16 | 21 | -23/+79 |
| | | | |||||
| * | | Only display message in queue for admin | Jeremy Benoist | 2016-09-16 | 1 | -0/+8 |
| | | | | | | | | | | | | Instead of for EVERYONE | ||||
| * | | AMPQ -> AMQP | Jeremy Benoist | 2016-09-14 | 2 | -9/+9 |
| | | | |||||
| * | | Change flash message for queued articles | Jeremy Benoist | 2016-09-13 | 18 | -37/+46 |
| | | | |||||
| * | | Display how many messages are queue | Jeremy Benoist | 2016-09-13 | 3 | -0/+67 |
| | | | | | | | | | | | | | | | - update the docker-composer to add Redis - add migrations |