]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
7 years agoStore cache lifetime in config 2002/head
Nicolas Lœuillet [Sat, 3 Sep 2016 12:02:50 +0000 (14:02 +0200)] 
Store cache lifetime in config

7 years agoEnable cache for queries
Nicolas Lœuillet [Thu, 1 Sep 2016 18:20:12 +0000 (20:20 +0200)] 
Enable cache for queries

7 years agoImplement Twig_Extension_GlobalsInterface to remove deprecation
Nicolas Lœuillet [Thu, 21 Apr 2016 20:35:42 +0000 (22:35 +0200)] 
Implement Twig_Extension_GlobalsInterface to remove deprecation

7 years agoDisplay entries number for each category
Nicolas Lœuillet [Thu, 21 Apr 2016 20:30:50 +0000 (22:30 +0200)] 
Display entries number for each category

7 years agoMerge remote-tracking branch 'origin/master' into 2.1
Jeremy Benoist [Mon, 22 Aug 2016 21:03:16 +0000 (23:03 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.1

7 years agoAdded name on client
Thomas Citharel [Sat, 21 May 2016 16:09:38 +0000 (18:09 +0200)] 
Added name on client

- Fix typos in field name
- Added migration for name field in API client table

Manually cherry-picked from PR
https://github.com/wallabag/wallabag/pull/2171

7 years agoUpgrade PHPUnit to version 5
Jeremy Benoist [Sun, 24 Jul 2016 09:15:51 +0000 (11:15 +0200)] 
Upgrade PHPUnit to version 5

- Fix deprecated getMock
- Use PHPUnit 4 for PHP 5.5 build

Manually cherry-picked from PR
https://github.com/wallabag/wallabag/pull/2201

7 years agoMerge pull request #2226 from wallabag/prepare-207
Nicolas Lœuillet [Mon, 22 Aug 2016 08:40:24 +0000 (10:40 +0200)] 
Merge pull request #2226 from wallabag/prepare-207

Prepare wallabag 2.0.7

7 years agoPrepare wallabag 2.0.7 2226/head
Nicolas Lœuillet [Mon, 22 Aug 2016 08:08:21 +0000 (10:08 +0200)] 
Prepare wallabag 2.0.7

7 years agoMerge pull request #2222 from wallabag/add-date-on-article-view
Nicolas Lœuillet [Mon, 22 Aug 2016 07:40:21 +0000 (09:40 +0200)] 
Merge pull request #2222 from wallabag/add-date-on-article-view

Added creation date and reading time on article view

7 years agoDisplay text on baggy 2222/head
Jeremy Benoist [Sun, 21 Aug 2016 20:22:34 +0000 (22:22 +0200)] 
Display text on baggy

Instead of using icons (which aren't available) display real text for reading time & creation date

7 years agoMerge pull request #2221 from wallabag/replace-favorite-star
Jeremy Benoist [Sun, 21 Aug 2016 20:11:20 +0000 (22:11 +0200)] 
Merge pull request #2221 from wallabag/replace-favorite-star

Replaced favorite word/icon with star one

7 years agoMerge pull request #2224 from wallabag/avoid-exception-import
Thomas Citharel [Sat, 20 Aug 2016 12:31:32 +0000 (14:31 +0200)] 
Merge pull request #2224 from wallabag/avoid-exception-import

Avoid breaking import when fetching fail

7 years agoAvoid breaking import when fetching fail 2224/head
Jeremy Benoist [Fri, 19 Aug 2016 21:52:19 +0000 (23:52 +0200)] 
Avoid breaking import when fetching fail

graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf).

Import doesn't handle that case and break the whole import.
With that commit the import isn't stopped but the entry is just skipped.

Also, as a  bonus, I've added extra test on WallabagImportV2 when the json is empty.

7 years agoChanged code indentation
Nicolas Lœuillet [Thu, 18 Aug 2016 13:36:28 +0000 (15:36 +0200)] 
Changed code indentation

7 years agoFixed some translations 2221/head
Nicolas Lœuillet [Thu, 18 Aug 2016 13:30:28 +0000 (15:30 +0200)] 
Fixed some translations

7 years agoAdded creation date and reading time on article view
Nicolas Lœuillet [Thu, 18 Aug 2016 13:23:19 +0000 (15:23 +0200)] 
Added creation date and reading time on article view
Fix #2034

7 years agoReplaced favorite word/icon with star one
Nicolas Lœuillet [Thu, 18 Aug 2016 09:58:35 +0000 (11:58 +0200)] 
Replaced favorite word/icon with star one
Fix #2041

7 years agoMerge pull request #2220 from Rurik19/master
Jeremy Benoist [Thu, 18 Aug 2016 09:56:02 +0000 (11:56 +0200)] 
Merge pull request #2220 from Rurik19/master

Enable PATCH method for CORS in API part

7 years agoEnable PATCH method for CORS in API part 2220/head
Rurik19 [Thu, 18 Aug 2016 09:30:32 +0000 (14:30 +0500)] 
Enable PATCH method for CORS in API part

7 years agoMerge pull request #2134 from wallabag/hhvm
Jeremy Benoist [Wed, 17 Aug 2016 16:00:17 +0000 (18:00 +0200)] 
Merge pull request #2134 from wallabag/hhvm

Run tests on an uptodate HHVM

7 years agoRun tests on an uptodate HHVM 2134/head
Jeremy Benoist [Fri, 3 Jun 2016 12:24:54 +0000 (14:24 +0200)] 
Run tests on an uptodate HHVM

Using some tricks from symfony/symfony

7 years agoMerge pull request #2095 from wallabag/fix-2auth-form
Jeremy Benoist [Wed, 17 Aug 2016 13:17:07 +0000 (15:17 +0200)] 
Merge pull request #2095 from wallabag/fix-2auth-form

Fix form user display when 2FA is disabled

7 years agoCS 2095/head
Jeremy Benoist [Wed, 17 Aug 2016 12:18:28 +0000 (14:18 +0200)] 
CS

7 years agoFix tests
Jeremy Benoist [Wed, 17 Aug 2016 09:40:35 +0000 (11:40 +0200)] 
Fix tests

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.

7 years agoDisable autobranch & commit
Jeremy Benoist [Wed, 17 Aug 2016 10:31:16 +0000 (12:31 +0200)] 
Disable autobranch & commit

7 years agoEnable Zappr
Jeremy Benoist [Wed, 17 Aug 2016 10:29:47 +0000 (12:29 +0200)] 
Enable Zappr

7 years agoFix form user display for baggy theme
Nicolas Lœuillet [Fri, 12 Aug 2016 11:55:30 +0000 (13:55 +0200)] 
Fix form user display for baggy theme

7 years agoFix form user display when 2FA is disabled
Nicolas Lœuillet [Wed, 18 May 2016 13:02:00 +0000 (15:02 +0200)] 
Fix form user display when 2FA is disabled

7 years agoMerge pull request #2216 from Rurik19/master
Nicolas Lœuillet [Tue, 16 Aug 2016 12:22:43 +0000 (14:22 +0200)] 
Merge pull request #2216 from Rurik19/master

Enable CORS headers for OAUTH part

7 years agoEnable CORS headers for OAUTH part 2216/head
Rurik19 [Fri, 12 Aug 2016 08:01:53 +0000 (13:01 +0500)] 
Enable CORS headers for OAUTH part

7 years agoChanged URL for scrutinizer in README
Nicolas Lœuillet [Thu, 11 Aug 2016 18:57:06 +0000 (20:57 +0200)] 
Changed URL for scrutinizer in README

7 years agoMerge pull request #2212 from wallabag/prepare-206
Nicolas Lœuillet [Wed, 10 Aug 2016 13:03:43 +0000 (15:03 +0200)] 
Merge pull request #2212 from wallabag/prepare-206

Prepare release 2.0.6

7 years agoPrepare release 2.0.6 2212/head
Nicolas Lœuillet [Wed, 10 Aug 2016 12:26:13 +0000 (14:26 +0200)] 
Prepare release 2.0.6

7 years agoMerge pull request #2202 from wallabag/fix-phpdoc
Jeremy Benoist [Sun, 24 Jul 2016 09:49:21 +0000 (11:49 +0200)] 
Merge pull request #2202 from wallabag/fix-phpdoc

add some missing phpdoc parameters

7 years agoadd some missing phpdoc parameters 2202/head
Thomas Citharel [Sun, 24 Jul 2016 09:47:03 +0000 (11:47 +0200)] 
add some missing phpdoc parameters

7 years agoMerge pull request #2200 from charno6/patch-1
Thomas Citharel [Sat, 23 Jul 2016 20:58:26 +0000 (22:58 +0200)] 
Merge pull request #2200 from charno6/patch-1

Fixed typo in entry:notice:entry_saved

7 years agoFixed typo in entry:notice:entry_saved 2200/head
charno6 [Sat, 23 Jul 2016 20:40:23 +0000 (22:40 +0200)] 
Fixed typo in entry:notice:entry_saved

"Eintag" to "Eintrag"

7 years agoMerge pull request #2199 from Simounet/facto/social-links
Jeremy Benoist [Thu, 21 Jul 2016 14:17:53 +0000 (16:17 +0200)] 
Merge pull request #2199 from Simounet/facto/social-links

Handling socials links into a config file

7 years agophp-cs-fixer pass 2199/head
Simounet [Wed, 20 Jul 2016 21:08:04 +0000 (23:08 +0200)] 
php-cs-fixer pass

7 years agoChrome extension URL updated
Simounet [Wed, 20 Jul 2016 20:55:43 +0000 (22:55 +0200)] 
Chrome extension URL updated

7 years agoMerge pull request #2198 from Simounet/fix/image-inside-figure
Thomas Citharel [Wed, 20 Jul 2016 18:44:47 +0000 (20:44 +0200)] 
Merge pull request #2198 from Simounet/fix/image-inside-figure

FIX image inside a figure element max-width

7 years agoFIX image inside a figure element max-width (baggy theme) 2198/head
Simounet [Wed, 20 Jul 2016 18:23:55 +0000 (20:23 +0200)] 
FIX image inside a figure element max-width (baggy theme)

7 years agoFIX image inside a figure element max-width
Simounet [Wed, 20 Jul 2016 17:30:29 +0000 (19:30 +0200)] 
FIX image inside a figure element max-width

7 years agoHandling socials links into a config file
Simounet [Mon, 6 Jun 2016 18:59:20 +0000 (20:59 +0200)] 
Handling socials links into a config file

7 years agoMerge remote-tracking branch 'origin/master' into 2.1
Jeremy Benoist [Wed, 20 Jul 2016 10:02:02 +0000 (12:02 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.1

7 years agoMerge pull request #2195 from wallabag/remove-bin
Nicolas Lœuillet [Wed, 20 Jul 2016 09:38:55 +0000 (11:38 +0200)] 
Merge pull request #2195 from wallabag/remove-bin

Remove binary from repo

7 years agoRemove binary from repo 2195/head
Jeremy Benoist [Wed, 20 Jul 2016 08:44:46 +0000 (10:44 +0200)] 
Remove binary from repo

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`)

7 years agoMerge pull request #2048 from wallabag/travis-php-7.1
Nicolas Lœuillet [Tue, 19 Jul 2016 09:24:26 +0000 (11:24 +0200)] 
Merge pull request #2048 from wallabag/travis-php-7.1

Run PHP 7.1 on Travis

7 years agoMerge pull request #2194 from benages/patch-2
Jeremy Benoist [Mon, 18 Jul 2016 20:56:02 +0000 (22:56 +0200)] 
Merge pull request #2194 from benages/patch-2

Fixed spelling Artúclos --> Artículos

7 years agoFixed spelling Artúclos --> Artículos 2194/head
benages [Mon, 18 Jul 2016 19:53:53 +0000 (21:53 +0200)] 
Fixed spelling Artúclos --> Artículos

7 years agoRun PHP 7.1 on Travis 2048/head
Jeremy Benoist [Mon, 9 May 2016 08:42:11 +0000 (10:42 +0200)] 
Run PHP 7.1 on Travis

- 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)

7 years agoMerge pull request #2183 from wallabag/tags-entries-view-baggy
Jeremy Benoist [Mon, 18 Jul 2016 13:17:33 +0000 (15:17 +0200)] 
Merge pull request #2183 from wallabag/tags-entries-view-baggy

Bring tags on entries view to baggy

7 years agoMerge pull request #2185 from wallabag/fix-3rd-party-links
Thomas Citharel [Sat, 2 Jul 2016 10:33:33 +0000 (12:33 +0200)] 
Merge pull request #2185 from wallabag/fix-3rd-party-links

Fix 3rd-Party Apps links (Chrome & Firefox)

7 years agoRemove fr part 2185/head
Thomas Citharel [Sat, 2 Jul 2016 09:56:14 +0000 (11:56 +0200)] 
Remove fr part

7 years agoFix 3rd-Party Apps links (Chrome & Firefox)
Thomas Citharel [Sat, 2 Jul 2016 09:50:32 +0000 (11:50 +0200)] 
Fix 3rd-Party Apps links (Chrome & Firefox)

7 years agoBring tags on entries view to baggy 2183/head
Thomas Citharel [Fri, 1 Jul 2016 11:59:30 +0000 (13:59 +0200)] 
Bring tags on entries view to baggy

Also, a couple of UI improvement and CSS fixing

7 years agoMerge pull request #2174 from wallabag/api-filter-tags
Nicolas Lœuillet [Fri, 1 Jul 2016 08:35:45 +0000 (10:35 +0200)] 
Merge pull request #2174 from wallabag/api-filter-tags

Add filter for tags on API

7 years agofix merge issue 2174/head
Thomas Citharel [Wed, 29 Jun 2016 18:52:37 +0000 (20:52 +0200)] 
fix merge issue

7 years agoAdd filter for tags on API
Thomas Citharel [Sat, 25 Jun 2016 14:27:38 +0000 (16:27 +0200)] 
Add filter for tags on API

7 years agoMerge pull request #2176 from wallabag/add-since-parameter
Nicolas Lœuillet [Wed, 29 Jun 2016 07:34:39 +0000 (09:34 +0200)] 
Merge pull request #2176 from wallabag/add-since-parameter

Add since parameter

7 years agoCS 2176/head
Thomas Citharel [Sat, 25 Jun 2016 21:19:21 +0000 (23:19 +0200)] 
CS

7 years agoAdd since parameter
Thomas Citharel [Sat, 25 Jun 2016 19:05:50 +0000 (21:05 +0200)] 
Add since parameter

7 years agoMerge pull request #2170 from wallabag/addTagsOnEntriesView
Nicolas Lœuillet [Fri, 24 Jun 2016 12:23:38 +0000 (14:23 +0200)] 
Merge pull request #2170 from wallabag/addTagsOnEntriesView

Add tags on entries view and minor ui fixes

7 years agoMerge pull request #2172 from wallabag/more-tests
Nicolas Lœuillet [Fri, 24 Jun 2016 12:22:47 +0000 (14:22 +0200)] 
Merge pull request #2172 from wallabag/more-tests

Change the way to login user in tests

7 years agouniformize tags on article view too 2170/head
Thomas Citharel [Fri, 24 Jun 2016 10:07:45 +0000 (12:07 +0200)] 
uniformize tags on article view too

7 years agoChange the way to login user in tests 2172/head
Jeremy Benoist [Fri, 24 Jun 2016 09:55:45 +0000 (11:55 +0200)] 
Change the way to login user in tests

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

7 years agoadd line to other languages
Thomas Citharel [Fri, 24 Jun 2016 09:45:42 +0000 (11:45 +0200)] 
add line to other languages

7 years agoRemove useless spaces
Jeremy Benoist [Fri, 24 Jun 2016 09:28:07 +0000 (11:28 +0200)] 
Remove useless spaces

7 years agoMerge pull request #2169 from wallabag/fix-fonts
Jeremy Benoist [Fri, 24 Jun 2016 07:20:52 +0000 (09:20 +0200)] 
Merge pull request #2169 from wallabag/fix-fonts

fix font paths

7 years agominor ui fixes
Thomas Citharel [Thu, 23 Jun 2016 21:13:25 +0000 (23:13 +0200)] 
minor ui fixes

7 years agofix typo on icons
Thomas Citharel [Thu, 23 Jun 2016 20:51:09 +0000 (22:51 +0200)] 
fix typo on icons

7 years agoAdd tags on entries view
Thomas Citharel [Thu, 23 Jun 2016 07:06:54 +0000 (09:06 +0200)] 
Add tags on entries view

Should be tested on old browsers

7 years agofix font paths 2169/head
Thomas Citharel [Thu, 23 Jun 2016 20:10:12 +0000 (22:10 +0200)] 
fix font paths

7 years agoMerge pull request #2168 from wallabag/fix-npm-dep-old-nodejs
Nicolas Lœuillet [Thu, 23 Jun 2016 13:09:57 +0000 (15:09 +0200)] 
Merge pull request #2168 from wallabag/fix-npm-dep-old-nodejs

Add modules when NodeJS versions are too low.

7 years agoAdd modules when NodeJS versions are too low. 2168/head
Thomas Citharel [Thu, 23 Jun 2016 12:34:59 +0000 (14:34 +0200)] 
Add modules when NodeJS versions are too low.

And eventually one required anyway.

7 years agoMerge branch 'master' into 2.1
Jeremy Benoist [Thu, 23 Jun 2016 09:47:46 +0000 (11:47 +0200)] 
Merge branch 'master' into 2.1

7 years agoMerge pull request #2157 from wallabag/lower-upper-readingtime
Jeremy Benoist [Thu, 23 Jun 2016 09:38:10 +0000 (11:38 +0200)] 
Merge pull request #2157 from wallabag/lower-upper-readingtime

Handle only upper or only lower reading filter

7 years agoAdd some tests about readingTime 2157/head
Jeremy Benoist [Thu, 23 Jun 2016 08:46:47 +0000 (10:46 +0200)] 
Add some tests about readingTime

7 years agoMerge pull request #2165 from wallabag/translation-typos
Jeremy Benoist [Thu, 23 Jun 2016 08:43:06 +0000 (10:43 +0200)] 
Merge pull request #2165 from wallabag/translation-typos

Fix a few french translations typos

7 years agofixup! Handle only upper or only lower reading filter
Jeremy Benoist [Fri, 17 Jun 2016 22:22:04 +0000 (00:22 +0200)] 
fixup! Handle only upper or only lower reading filter

7 years agoHandle only upper or only lower reading filter
Jeremy Benoist [Fri, 17 Jun 2016 21:48:51 +0000 (23:48 +0200)] 
Handle only upper or only lower reading filter

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).

7 years agoFix a few french translations typos 2165/head
Thomas Citharel [Wed, 22 Jun 2016 19:50:41 +0000 (21:50 +0200)] 
Fix a few french translations typos

7 years agoMerge pull request #2142 from wallabag/v2-use-npm
Nicolas Lœuillet [Thu, 23 Jun 2016 07:25:01 +0000 (09:25 +0200)] 
Merge pull request #2142 from wallabag/v2-use-npm

Manage assets through npm

7 years agoMerge pull request #2132 from wallabag/sf3.1
Nicolas Lœuillet [Thu, 23 Jun 2016 07:18:18 +0000 (09:18 +0200)] 
Merge pull request #2132 from wallabag/sf3.1

Jump to Symfony 3.1

7 years agoUpdate symlink to php-cs-fixer
Jeremy Benoist [Mon, 20 Jun 2016 09:22:30 +0000 (11:22 +0200)] 
Update symlink to php-cs-fixer

7 years agoTry to find bad redirection after delete
Jeremy Benoist [Fri, 17 Jun 2016 20:18:48 +0000 (22:18 +0200)] 
Try to find bad redirection after delete

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.

7 years agoUse friendsofphp instead of fabpot
Jeremy Benoist [Fri, 17 Jun 2016 20:03:29 +0000 (22:03 +0200)] 
Use friendsofphp instead of fabpot

The fabpot's one is now depreacted

7 years agotranslate documentation to German
Sven Fischer [Mon, 23 May 2016 19:41:00 +0000 (21:41 +0200)] 
translate documentation to German

7 years agoCorrected Regex for lighttpd rewrite
Even Allmighty [Mon, 13 Jun 2016 08:35:05 +0000 (10:35 +0200)] 
Corrected Regex for lighttpd rewrite

7 years agoPrepare wallabag 2.0.5
Nicolas Lœuillet [Mon, 23 May 2016 14:54:46 +0000 (16:54 +0200)] 
Prepare wallabag 2.0.5

7 years agoChange ManyToMany between entry & tag
Jeremy Benoist [Mon, 30 May 2016 12:34:11 +0000 (14:34 +0200)] 
Change ManyToMany between entry & tag

Following https://gist.github.com/Ocramius/3121916

Be sure to remove the related entity when removing an entity.

Let say you have Entry -> EntryTag -> Tag.
If you remove the entry:

 - before that commit, the EntryTag will stay (at least using SQLite).
 - with that commit, the related entity is removed

7 years agoDisplay a message when saving an entry failed
Jeremy Benoist [Mon, 30 May 2016 12:32:41 +0000 (14:32 +0200)] 
Display a message when saving an entry failed

When saving an entry fail because of database error we previously just returned `false`.
Now we got an error in the log and the displayed notice to the user is updated too.

7 years agoMove fixtures to the right place
Jeremy Benoist [Mon, 30 May 2016 12:18:47 +0000 (14:18 +0200)] 
Move fixtures to the right place

7 years agoFix the deletion of Tags/Entries relation when delete an entry
Nicolas Lœuillet [Sat, 28 May 2016 11:38:59 +0000 (13:38 +0200)] 
Fix the deletion of Tags/Entries relation when delete an entry
Fix #2121

7 years agoAdd unread filter test to EntryControllerTest
Daniel Bartram [Mon, 9 May 2016 18:48:28 +0000 (19:48 +0100)] 
Add unread filter test to EntryControllerTest

Add a new test to the EntryControllerTest collection which checks that
only entries which have not been archived (and are treated as "unread")
are retrieved.

7 years agoAdd unread filter to entries pages
Daniel Bartram [Mon, 9 May 2016 13:19:09 +0000 (14:19 +0100)] 
Add unread filter to entries pages

Add the ability to filter for unread pages in the filters menu.

7 years agoFix bad loading fixtures 2132/head
Jeremy Benoist [Wed, 22 Jun 2016 21:15:09 +0000 (23:15 +0200)] 
Fix bad loading fixtures

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.

7 years agoJump to Symfony 3.1
Jeremy Benoist [Wed, 1 Jun 2016 19:27:35 +0000 (21:27 +0200)] 
Jump to Symfony 3.1

7 years agoMerge pull request #2160 from wallabag/bin-cs-fixer
Nicolas Lœuillet [Mon, 20 Jun 2016 10:11:53 +0000 (12:11 +0200)] 
Merge pull request #2160 from wallabag/bin-cs-fixer

Update symlink to php-cs-fixer