Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CS | Jeremy Benoist | 2016-08-17 | 3 | -5/+7 |
| | |||||
* | Fix tests | Jeremy Benoist | 2016-08-17 | 2 | -3/+22 |
| | | | | | | | | Ensure tests after the InstallCommand test will have a clean database. Previous attempt failed because of a foreign key Also, nightly on Travis seems to target PHP 7.2-dev, so I put 7.1 in requirement and moved nightly in allowed failures. And it seems xdebug isn't shipped with PHP 7.1, so I added a workaround to avoid build to fail when trying to remove xdebug.ini file. | ||||
* | Fix form user display for baggy theme | Nicolas Lœuillet | 2016-08-17 | 1 | -1/+2 |
| | |||||
* | Fix form user display when 2FA is disabled | Nicolas Lœuillet | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2216 from Rurik19/master | Nicolas Lœuillet | 2016-08-16 | 1 | -0/+5 |
|\ | | | | | Enable CORS headers for OAUTH part | ||||
| * | Enable CORS headers for OAUTH part | Rurik19 | 2016-08-12 | 1 | -0/+5 |
| | | |||||
* | | Changed URL for scrutinizer in README | Nicolas Lœuillet | 2016-08-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2212 from wallabag/prepare-206 | Nicolas Lœuillet | 2016-08-10 | 6 | -6/+22 |
|\ \ | | | | | | | Prepare release 2.0.6 | ||||
| * | | Prepare release 2.0.6 | Nicolas Lœuillet | 2016-08-10 | 6 | -6/+22 |
|/ / | |||||
* | | Merge pull request #2200 from charno6/patch-1 | Thomas Citharel | 2016-07-23 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed typo in entry:notice:entry_saved | ||||
| * | | Fixed typo in entry:notice:entry_saved | charno6 | 2016-07-23 | 1 | -1/+1 |
|/ / | | | | | "Eintag" to "Eintrag" | ||||
* | | Merge pull request #2199 from Simounet/facto/social-links | Jeremy Benoist | 2016-07-21 | 8 | -52/+95 |
|\ \ | | | | | | | Handling socials links into a config file | ||||
| * | | php-cs-fixer pass | Simounet | 2016-07-20 | 2 | -2/+4 |
| | | | |||||
| * | | Chrome extension URL updated | Simounet | 2016-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Handling socials links into a config file | Simounet | 2016-07-20 | 8 | -52/+93 |
| | | | |||||
* | | | Merge pull request #2198 from Simounet/fix/image-inside-figure | Thomas Citharel | 2016-07-20 | 2 | -2/+3 |
|\ \ \ | |/ / |/| | | FIX image inside a figure element max-width | ||||
| * | | FIX image inside a figure element max-width (baggy theme) | Simounet | 2016-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | FIX image inside a figure element max-width | Simounet | 2016-07-20 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #2195 from wallabag/remove-bin | Nicolas Lœuillet | 2016-07-20 | 10 | -9/+6 |
|\ \ | | | | | | | Remove binary from repo | ||||
| * | | Remove binary from repo | Jeremy Benoist | 2016-07-20 | 10 | -9/+6 |
|/ / | | | | | | | | | | | | | Since Composer 1.2, binaries are re-installed from vendors if there aren't found. This avoid us to commit binaries vendors into the repo. :warning: You have to update your Composer to the 1.2 (`composer selfupdate`) | ||||
* | | Merge pull request #2048 from wallabag/travis-php-7.1 | Nicolas Lœuillet | 2016-07-19 | 3 | -2/+3 |
|\ \ | | | | | | | Run PHP 7.1 on Travis | ||||
| * | | Run PHP 7.1 on Travis | Jeremy Benoist | 2016-07-18 | 3 | -2/+3 |
| | | | | | | | | | | | | | | | - Using nightly (as of now it's PHP 7.1 alpha) - Force guzzle to be at least 5.3.1 (which fix some bugs in PHP 7) | ||||
* | | | Merge pull request #2194 from benages/patch-2 | Jeremy Benoist | 2016-07-18 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fixed spelling Artúclos --> Artículos | ||||
| * | | Fixed spelling Artúclos --> Artículos | benages | 2016-07-18 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2185 from wallabag/fix-3rd-party-links | Thomas Citharel | 2016-07-02 | 1 | -2/+2 |
|\ \ | | | | | | | Fix 3rd-Party Apps links (Chrome & Firefox) | ||||
| * | | Remove fr part | Thomas Citharel | 2016-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | Fix 3rd-Party Apps links (Chrome & Firefox) | Thomas Citharel | 2016-07-02 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #2172 from wallabag/more-tests | Nicolas Lœuillet | 2016-06-24 | 11 | -51/+138 |
|\ \ | | | | | | | Change the way to login user in tests | ||||
| * | | Change the way to login user in tests | Jeremy Benoist | 2016-06-24 | 6 | -9/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport | ||||
| * | | Remove useless spaces | Jeremy Benoist | 2016-06-24 | 6 | -42/+48 |
|/ / | |||||
* | | Merge pull request #2157 from wallabag/lower-upper-readingtime | Jeremy Benoist | 2016-06-23 | 2 | -7/+52 |
|\ \ | | | | | | | Handle only upper or only lower reading filter | ||||
| * | | Add some tests about readingTime | Jeremy Benoist | 2016-06-23 | 1 | -0/+36 |
| | | | |||||
| * | | fixup! Handle only upper or only lower reading filter | Jeremy Benoist | 2016-06-23 | 1 | -2/+2 |
| | | | |||||
| * | | Handle only upper or only lower reading filter | Jeremy Benoist | 2016-06-23 | 1 | -7/+16 |
| | | | | | | | | | | | | When we select only one value in the reading time filter, we need to perform a query with only one value (greater than OR lower than). | ||||
* | | | Merge pull request #2165 from wallabag/translation-typos | Jeremy Benoist | 2016-06-23 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | Fix a few french translations typos | ||||
| * | | Fix a few french translations typos | Thomas Citharel | 2016-06-23 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #2132 from wallabag/sf3.1 | Nicolas Lœuillet | 2016-06-23 | 53 | -91/+77 |
|\ \ | | | | | | | Jump to Symfony 3.1 | ||||
| * | | Fix bad loading fixtures | Jeremy Benoist | 2016-06-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Since doctrine/data-fixtures 1.2.0 fixtures seems to be badly loaded. No time for investigate but reverting back to 1.1.* is fixing issues. | ||||
| * | | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 53 | -91/+76 |
|/ / | |||||
* | | Merge pull request #2160 from wallabag/bin-cs-fixer | Nicolas Lœuillet | 2016-06-20 | 1 | -1/+1 |
|\ \ | | | | | | | Update symlink to php-cs-fixer | ||||
| * | | Update symlink to php-cs-fixer | Jeremy Benoist | 2016-06-20 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2155 from wallabag/php-cs-fixer | Nicolas Lœuillet | 2016-06-20 | 1 | -1/+1 |
|\ \ | | | | | | | Use friendsofphp instead of fabpot | ||||
| * | | Use friendsofphp instead of fabpot | Jeremy Benoist | 2016-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | The fabpot's one is now depreacted | ||||
* | | | Merge pull request #2156 from wallabag/delete-redirect | Nicolas Lœuillet | 2016-06-20 | 1 | -3/+4 |
|\ \ \ | |/ / |/| | | Try to find bad redirection after delete | ||||
| * | | Try to find bad redirection after delete | Jeremy Benoist | 2016-06-17 | 1 | -3/+4 |
|/ / | | | | | | | | | Instead of checking for the whole absolute url, we just check with the relative url. If the referer ends with the relative url of the deleted entry, don't redirect to the referer. | ||||
* | | Merge pull request #2148 from wallabag/start-german-docu | Jeremy Benoist | 2016-06-16 | 23 | -2/+1443 |
|\ \ | | | | | | | translate documentation to German | ||||
| * | | translate documentation to German | Sven Fischer | 2016-06-16 | 23 | -2/+1443 |
| | | | |||||
* | | | Merge pull request #2145 from even-allmighty/master | Jeremy Benoist | 2016-06-13 | 1 | -1/+1 |
|\| | | | | | | | | Corrected Regex for lighttpd rewrite | ||||
| * | | Corrected Regex for lighttpd rewrite | Even Allmighty | 2016-06-13 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2118 from wallabag/prepare-205 | Nicolas Lœuillet | 2016-05-31 | 5 | -4/+24 |
|\ \ | | | | | | | Prepare wallabag 2.0.5 |