Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

wallabag

We want to propose you a great tool to archive web articles, by protecting your privacy.
Collective - https://opencollective.com/wallabag - Website: https://wallabag.org/ - Code: https://github.com/wallabag/wallabag

Merge pull request #3990 from wallabag/feature/sentry

Add Sentry support

github.com/wallabag/wallabag - 7e5b7e029a5ba7aadc8128243afaa00e2a870645 authored over 5 years ago
Merge pull request #3991 from wallabag/fix/secret

Try to force people to update the secret

github.com/wallabag/wallabag - 4fa63260e4e50fa6a54b88dc2a6658bddb05789b authored over 5 years ago
Try to force people to update the secret

github.com/wallabag/wallabag - c822b20835089ccd6c1be7db6563d409e3b2859f authored over 5 years ago
Add Sentry support

Only enable in production

github.com/wallabag/wallabag - 955a3bde172244cc244860f2de571f12d3693707 authored over 5 years ago
Merge pull request #3271 from wallabag/store-resolved-url

Add `given_url` in Entry table to check if a redirected url has already added

github.com/wallabag/wallabag - 16e1c07553d276f6a4df8fb0f2d1aa25026d73be authored over 5 years ago
Use two indexes instead of one for hashed urls

When using `OR` in a where clause, a composite index can't be used. We should use a `UNION` to t...

github.com/wallabag/wallabag - 70df4c335965a9562cc24d3ccea0a6ed1a23b7b1 authored over 5 years ago
Merge pull request #3987 from wallabag/fix/drop-simplepie

Drop SimplePie

github.com/wallabag/wallabag - 8671da5eadc93204f2742bb6b2b5b8fc1eddf131 authored over 5 years ago
Drop SimplePie

It was only used to make an absolute url when downloading images.
The deps is still there (in th...

github.com/wallabag/wallabag - 7abda3ba524219b8ce304ef2774e6352747c829e authored over 5 years ago
Use hash given url to avoid duplicate

Using hashed url we can ensure an index on them to ensure it's fast.

github.com/wallabag/wallabag - f3bfb875e94021a93e24a41fbc0f8d86d4dee378 authored over 5 years ago
Merge pull request #3986 from wallabag/fix/scrutinizer-issues

Fix some Scrutinizer issues

github.com/wallabag/wallabag - ecd54aa57ee769121374954b5e6c810d1c1e1171 authored over 5 years ago
Added given_url in entry table

- Added index on entry table for given_url field
- Fix tests:

The previous `bit.ly` url red...

github.com/wallabag/wallabag - b7fa51ae7dd5fef2d9459100c88479413ddd3fb3 authored over 5 years ago
Fix some Scrutinizer issues

github.com/wallabag/wallabag - 52e8d93248c6f47ccb98abc973fcd230b29fee6c authored over 5 years ago
Merge pull request #3985 from wallabag/update-composer

Keep composer.lock

github.com/wallabag/wallabag - e9579d6de9ea99522e5905e8bb827e858c8da1fc authored over 5 years ago
Keep composer.lock

We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someon...

github.com/wallabag/wallabag - 6546aca4a3a54ec61c3b43e84aa948efb1aeca95 authored over 5 years ago
Merge pull request #3984 from wallabag/2.4

Merge 2.4 into master

github.com/wallabag/wallabag - 73ec68b1ffafb792265a3805833e5cd84c966aed authored over 5 years ago
Merge pull request #3944 from shtrom/always-hash-exists-url

Always hash exists url

github.com/wallabag/wallabag - 2cbee36a0184786644470a84fdd8c720cfcac58e authored over 5 years ago
Merge pull request #3390 from aaa2000/httplug

Use httplug and graby 2.0

github.com/wallabag/wallabag - 48d136d3a08d7f4ca8e0d434d8104c746d31957d authored over 5 years ago
Fix tests after rebase

github.com/wallabag/wallabag - 6e68417f0356d0045d7a2aa3832507d362ddcfe8 authored over 5 years ago
CS & fix tests

github.com/wallabag/wallabag - 36b0d52ee4a0ca76049952100eaf393abb3ccbc0 authored over 5 years ago
Fix some tests

github.com/wallabag/wallabag - b6c1e1bacc59ba761d1b47ac6611d1db800f7252 authored over 5 years ago
Configure timeout

github.com/wallabag/wallabag - 1048c9c4a811821b00cc04bfec905bebcc22bac4 authored over 5 years ago
Fix because of some breaking changes of Graby 2.0

github.com/wallabag/wallabag - 5f08426201c336f96d593954fb45b284d7e60f4a authored over 5 years ago
Merge remote-tracking branch 'origin/master' into 2.4

github.com/wallabag/wallabag - 92a66835624acf6fd14f5adc5f8aab399658592e authored over 5 years ago
Merge pull request #3982 from wallabag/fix/https-test

Fix http/https test

github.com/wallabag/wallabag - 2ba365c7c49556cd23b444dc3bb8d4a8cf08809d authored over 5 years ago
Merge pull request #3965 from nicofrand/previewPic

Preview picture: use the 1st pic retrieved if no og:image set

github.com/wallabag/wallabag - 5c0701ba41fd64ba471addb4a84af062277ab559 authored over 5 years ago
Merge pull request #3980 from wallabag/fix/instapaper-date-import

Fix Instapaper import date order

github.com/wallabag/wallabag - cc9731bf2bc59c4a3802ac546ac3f76afb4aa5d6 authored over 5 years ago
Remove useless methods

Also fix a phpdoc block

github.com/wallabag/wallabag - 629a3797bcef33943df8ef5631328e05d12634ed authored over 5 years ago
Add Wallabag\CoreBundle\Helper\UrlHasher

Signed-off-by: Olivier Mehani <[email protected]>

github.com/wallabag/wallabag - 4a5516376bf4c8b0cdc1e81d24ce1cca68425785 authored over 5 years ago
Change the way to define algorithm for hashing url

github.com/wallabag/wallabag - 0132ccd2a2e73a831fa198940c369bcdd5249e8b authored over 5 years ago
Delegate findByUrlAndUserId to findByHashedUrlAndUserId

Signed-off-by: Olivier Mehani <[email protected]>

github.com/wallabag/wallabag - d5744bf0dfdbee4dbbe380d8a076d07b89fc76e6 authored over 5 years ago
EntryRestController::getEntriesExistsAction: always find by hashed url

Simplify the logic from #3158 by hashing all the urls from the request,
and only doing a search ...

github.com/wallabag/wallabag - 31e276fc1636b41b03b7c29127681de257c16b06 authored over 5 years ago
Fix Instapaper import date

github.com/wallabag/wallabag - 9ca670c801cddef0ba47adc3be02945164f6bc85 authored over 5 years ago
Merge pull request #3977 from wallabag/fix/7.2-dockerfile

Force PHP version in Dockerfile

github.com/wallabag/wallabag - 65b495e75b1d36894dd18133d3bf967a74e0b8de authored over 5 years ago
Force PHP version in Dockerfile

github.com/wallabag/wallabag - c1a1c46e9ddc492606af9af82f1c4054e2c5ac20 authored over 5 years ago
[tests] Set first picture as preview picture

github.com/wallabag/wallabag - 715fabf8f286177c7abb216f0c867a989de18c32 authored over 5 years ago
[tests] Fix pre-existing tests (preview now imported + records added)

github.com/wallabag/wallabag - d99e6423f4bd54595a8a805dd1efd0bd94e8bb09 authored over 5 years ago
Set first picture as preview picture

github.com/wallabag/wallabag - 423efadefc2459c7b4a2eabc32edaed918e1075d authored over 5 years ago
Merge pull request #3960 from wallabag/api-entries-2817

api/entries: add parameter detail to exclude or include content in response

github.com/wallabag/wallabag - a2b5d67560341011e791b678422578ab8d6b1e3f authored over 5 years ago
mysql: change collation of tag table

utf8mb4_unicode_ci considers that 'caché' is equal to 'cache' which
can lead to attaching incorr...

github.com/wallabag/wallabag - feb239ea1006685ab3862c988309a1a5a9659559 authored over 5 years ago
api/entries: add parameter detail to exclude or include content in response

detail=metadata will nullify the content field of entries in order to
make smaller responses.

d...

github.com/wallabag/wallabag - 2c290747cb0d235392f6e5d22205a706c6474168 authored over 5 years ago
Merge remote-tracking branch 'origin/master' into 2.4

github.com/wallabag/wallabag - 9f0957b831622ee577fa7d8f92ec0df6f3a8e274 authored over 5 years ago
Translated using Weblate (Hungarian)

Currently translated at 63.8% (308 of 483 strings)

github.com/wallabag/wallabag - 9da1efd3430d97cb9ac0101cf62c7255cbb457e4 authored over 5 years ago
Merge pull request #3966 from wallabag/prepare-2.3.8

Prepare 2.3.8 release

github.com/wallabag/wallabag - 227a1a27f19604d64ffdfee56b4c8fc6b325bee6 authored over 5 years ago
Prepare 2.3.8 release

github.com/wallabag/wallabag - cc181629a0ad86fd8364fb01145859aa238fb3f2 authored over 5 years ago
Merge pull request #3964 from wallabag/fix/intl

Fix Intl Locale issue

github.com/wallabag/wallabag - eb06edba0c3b4958514962d73384c90833dd1afc authored over 5 years ago
Fix Intl Locale issue

Some issue appeared after the release of PHP 7.2.17 about Intl Memory
Leak / infinite loop.
To f...

github.com/wallabag/wallabag - b50ecd0c8a2a40abf49086c92a315bc333052870 authored over 5 years ago
Merge pull request #3956 from wallabag/fix/delete-cascade-oauth2

Cascade delete on oauth2 table when deleting a user

github.com/wallabag/wallabag - 9e2194e9cb55acf0a715e36c33f9f9d8689e0761 authored over 5 years ago
Merge pull request #3922 from burkemw3/patch-5

Remove preview picture from share view page for #1875

github.com/wallabag/wallabag - a73cb8a689431a035d1ffca10d9654e84de5b58c authored over 5 years ago
Merge pull request #3943 from wallabag/img-referrer

Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default

github.com/wallabag/wallabag - 295b71442692744c4d2b56b70fbbb8f32613b150 authored over 5 years ago
Remove preview picture from share view page for #1875

Essentially, same as commit 038fccd for single entry views. From that commit:
> Showing the prev...

github.com/wallabag/wallabag - 19822ecb31a6ca6224abbaf1c23b2a30b5b4496c authored over 5 years ago
assets: regenerate material.css

Signed-off-by: Kevin Decherf <[email protected]>

github.com/wallabag/wallabag - 9ae5bd9e1069a813b9aa696e5cbbbdb41667ef1f authored over 5 years ago
Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default

Fixes #3889

Signed-off-by: Kevin Decherf <[email protected]>

github.com/wallabag/wallabag - 2dbb5b2307ceefc92b465a7cbd2d0ecf512a491b authored over 5 years ago
Fix SQLite constraint

github.com/wallabag/wallabag - 754bf12e6724b1cd6c6d2da85a377cd96865131d authored over 5 years ago
Fix SQLite migration

github.com/wallabag/wallabag - d2ef2d6df8db302dd53af5cf960a101b4301cdc8 authored over 5 years ago
Cascade delete on oauth2 table when deleting a user

github.com/wallabag/wallabag - 637f0df9760b50b56c8ffb200719907032fdd885 authored over 5 years ago
Merge pull request #3955 from wallabag/fix/gif-animation-imagick

Use Imagick to keep GIF animation

github.com/wallabag/wallabag - de1162b91a205a98a3f8ed01bd80285793b18380 authored over 5 years ago
Fallback to default solution if Imagick fails

github.com/wallabag/wallabag - 844fd9fafc577faa8d6c8faa4e37b915be2389d9 authored over 5 years ago
Setup Imagick for Travis

To avoid error from phpstan about class not found

github.com/wallabag/wallabag - 1ca9310f5e2daf5904754125ba7da7d73d6587ce authored over 5 years ago
Use Imagick to keep GIF animation

If Imagick is available, GIF will be saved using it to keep animation.
Otherwise the previous me...

github.com/wallabag/wallabag - 9306c2a368cc7c7da577b6199440f4abc907af7d authored over 5 years ago
Merge pull request #3942 from wallabag/issue-3838

material: add metadata to list view

github.com/wallabag/wallabag - 570113208bc0f53219ed6fb6bb72b6191f884bc1 authored over 5 years ago
Merge pull request #3223 from wallabag/rss2atom

Changed RSS to Atom feed and improve paging

github.com/wallabag/wallabag - 6e67f41152ad025e74696e7140de0f9fb0d601de authored over 5 years ago
Translated using Weblate (German)

Currently translated at 100.0% (40 of 40 strings)

github.com/wallabag/wallabag - 97194171be7e1994c6bb82303e3f72db335faede authored over 5 years ago
Translated using Weblate (German)

Currently translated at 100.0% (6 of 6 strings)

github.com/wallabag/wallabag - 45bf1d6772f6b7bb40d8d0d974f2afca176b5ab5 authored over 5 years ago
Translated using Weblate (German)

Currently translated at 100.0% (483 of 483 strings)

github.com/wallabag/wallabag - bc895d71a2c8dd7ecc161b2354c9e1a859f59b89 authored over 5 years ago
Translated using Weblate (Portuguese)

Currently translated at 100.0% (6 of 6 strings)

github.com/wallabag/wallabag - e5d069f0b9b3d4c27949fe0e1ea043b59e234e30 authored over 5 years ago
Translated using Weblate (Hungarian)

Currently translated at 60.5% (292 of 483 strings)

github.com/wallabag/wallabag - a15a5e0a87644d588d675af6117794dd4f6d7fd6 authored over 5 years ago
material: add metadata to list view

Add reading time and creation date to rows of list view.
Refactor styles using a sass mixin.

Fi...

github.com/wallabag/wallabag - 4b5b228650cd109db7b21fd754581416e7f7d97e authored over 5 years ago
Merge pull request #3937 from wallabag/fix/credential-subdomain

Add ability to match many domains for credentials

github.com/wallabag/wallabag - ea54c2adb126a77c244c30059c40149754d4dbb7 authored over 5 years ago
Handle redirection from previous feeds

github.com/wallabag/wallabag - 68a90821a305867e9b655da2dbfe558d37253990 authored over 5 years ago
Fix tests & cs & migration

github.com/wallabag/wallabag - f277bc042c8e805aab14b31b5b51e2878d80c6f4 authored over 5 years ago
Changed RSS to Atom feed and improve paging

github.com/wallabag/wallabag - 531c8d0a5c55fa93438e227a7d349235fbd31d28 authored over 5 years ago
Merge pull request #3158 from wallabag/hash-exist-url

Hash exist url

github.com/wallabag/wallabag - 522e37ad274361dde697da13a92ff3f846599822 authored over 5 years ago
Adding more tests to cover different scenario

github.com/wallabag/wallabag - 35359bd3c67e5b6c6371e2e547a3411ca0a8027b authored over 5 years ago
FIx unrelated failing test

github.com/wallabag/wallabag - ff8f338dc2cf73b310626d9f4b41efc1d352e182 authored over 5 years ago
Add ability to match many domains for credentials

Instead of fetching one domain, we use the same method as in site config (to retrieve the matchi...

github.com/wallabag/wallabag - f45496336f5bbd31b69553fcfae9cdfd03b280cc authored over 5 years ago
Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (6 of 6 strings)

github.com/wallabag/wallabag - a68fd9b61d5d893e2361726cedec789d9e6002e3 authored almost 6 years ago
Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (7 of 7 strings)

github.com/wallabag/wallabag - 076f1e1fcd93504b02f739a1ce0e01469b3dcec5 authored almost 6 years ago
Added translation using Weblate (Chinese (Traditional))

github.com/wallabag/wallabag - 83f3bcf84144392682fca7f95305b715baf2bbca authored almost 6 years ago
Added translation using Weblate (Chinese (Traditional))

github.com/wallabag/wallabag - 0eb987b5837b6f7243484e694da9f0669c0c0cf4 authored almost 6 years ago
Added translation using Weblate (Chinese (Traditional))

github.com/wallabag/wallabag - c144e0545762b94d69f8302d99110f33ebbaa158 authored almost 6 years ago
Added translation using Weblate (Chinese (Traditional))

github.com/wallabag/wallabag - 016784f535845018c5c72803b7bfc7fd1fd895c0 authored almost 6 years ago
Fix ApiDoc about md5/sha1

github.com/wallabag/wallabag - 76bc05ebc02408b213b536fec44e94b092889118 authored almost 6 years ago
Fix index on MySQL

github.com/wallabag/wallabag - 5cc0646e66f52448f83a7a458e0b60b4580e83e5 authored almost 6 years ago
Some cleanup

Also, do not run the hashed_url migration into a Doctrine migration

github.com/wallabag/wallabag - c579ce2306297674c56376a2ab5c8ba66a272253 authored almost 6 years ago
Use a better index for hashed_url

It'll most often be used in addition to the `user_id`.
Also, automatically generate the hash whe...

github.com/wallabag/wallabag - 8a6456629814039cfc623cdb279bcba06dacff50 authored almost 6 years ago
Hash the urls to check if they exist

Signed-off-by: Thomas Citharel <[email protected]>

github.com/wallabag/wallabag - bfe02a0b481055bb4e799200c8daa9a0ad987c71 authored almost 6 years ago
Keep url in exists endpoint

- Add migration
- Use md5 instead of sha512 (we don't need security here, just a hash)
- Update ...

github.com/wallabag/wallabag - 9c2b2aae70b06411336e6eb6ac43b3ebd30dc38c authored almost 6 years ago
Merge remote-tracking branch 'origin/master' into 2.4

github.com/wallabag/wallabag - 3620dae1e6b3fab5a4ba4001b4581ce7ed795996 authored almost 6 years ago
Translated using Weblate (Hungarian)

Currently translated at 58.2% (281 of 483 strings)

github.com/wallabag/wallabag - db900a83aedeab87d565b2290222225f9de553f9 authored almost 6 years ago
Translated using Weblate (Japanese)

Currently translated at 61.5% (297 of 483 strings)

github.com/wallabag/wallabag - 1616f53ea22c999594bb4d7fd78a880c398a7f2d authored almost 6 years ago
Translated using Weblate (Hungarian)

Currently translated at 100.0% (6 of 6 strings)

github.com/wallabag/wallabag - 61106f6d80edc9fbcd0dadab2720917fe5a8f8d5 authored almost 6 years ago
Translated using Weblate (Hungarian)

Currently translated at 57.6% (278 of 483 strings)

github.com/wallabag/wallabag - ab9a02754e096ed9fbc93b4c8234dc48728b0a6c authored almost 6 years ago