Ecosyste.ms: OpenCollective

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

github.com/YOURLS/YOURLS

🔗 The de facto standard self hosted URL shortener in PHP
https://github.com/YOURLS/YOURLS

Inline documentation (#3329)

Now 100% complete

2edfa136e19c5aa75be0a812f7e5bd82be7f6aef authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Add missing inline documentation (#3325)

6da30dfab08700888d4403a8ce2abaaf47ec11c7 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Remove warnings on PHP 8.1 (#3317)

Also, minor code styles doc & typo
* Refactor yourls_filter_unique_id() to remove useless vars
...

9def41dba83ad42232210139667528b4ac9bb3be authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Update certificates (#3316)

Co-authored-by: ozh <[email protected]>

a2d0d2f626c7ee8fcd280eb91d08c61354578d04 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update GeoIP DB (#3315)

Co-authored-by: ozh <[email protected]>

6a6a2cf6fe6b9b77a7c84078b3ae7307c32c9351 authored over 2 years ago by yourls-bot[bot] <104057305+yourls-bot[bot]@users.noreply.github.com>
Fix checking for new certs (#3313)

Stop fighthing with the etags, just download the darn files

6034ca05f2bc5ff391d1960f61e35b3cf8977324 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump dependencies and remove (#3309)

Updates :
- aura/sql (3.0.0 => 3.1.0)
- maxmind/web-service-common (v0.8.1 => v0.9.0)
- rmcc...

e05ee2aefb5b8c021da2b3a23aa488109315b1a1 authored over 2 years ago by Léo Colombaro <[email protected]>
Post release bump

59464102ee27cb5c808625c92448a48cebefda6f authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
1.9 (#3304)

Co-authored-by: dgw <[email protected]>
Co-authored-by: Léo Colombaro <[email protected]>

27375bc813f2ddc38030800e466babb72d7a5a66 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
More helpful "URL already exists" (#3305)

Fixes #1676 opened by... myself... 8 years ago 😅

223a4e57733b2eb642a48ee08bfb199f25855902 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Update GeoIP DB (#3303)

Co-authored-by: ozh <[email protected]>

a8387c5fdcd0f2f08d2265af9108ae2e222cab68 authored over 2 years ago by yourls-bot[bot] <104057305+yourls-bot[bot]@users.noreply.github.com>
Update GeoIP with Github App (#3298)

* Update GeoIP with Github App
Source: https://github.com/peter-evans/create-pull-request/blob/...

ceee876a7cbff549462c8a6c6542401bcf151cfa authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Don't delete branch when closing `update-geoip` PR (#3294)

16f31e58870452fc2c88cc3bec01f31e76339da8 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Promote docs.yourls.org (#3291)

ead7397c769016ee20cf23f2cb318b1d1982240d authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
More checks with new version notices (#3290)

* add unit tests to make sure running 1.8.3-dev will trigger a new version notice when 1.8.3 is ...

0cfd39f0a162e20c9bff95566805b3bc55808b5a authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Regularly update GeoIP db (#3284)

Regularly update GeoIP db
Workflow to update geoip db every monday if a new version is available

a1ce6306c52d211ce8c674b1eef30524f8618e59 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Update GeoIP DB (#3289)

Co-authored-by: ozh <[email protected]>

98c1e89e808b1d83e6c1bffbeb18f8ce2aebe77b authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Regularly update certificates (#3282)

Workflow to update cacert every monday if a new bundle is published

2220e62df54141dbdf28943ad7a082c9c33cfbc8 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Update certificates (#3283)

Co-authored-by: ozh <[email protected]>

b729c7c805130ced3c690bed4df0e232134ff40c authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
More plugin functions (#3281)

Introduce yourls_get_actions() and yourls_get_filters(), and their tests

7067e9412b3e8ee8c28007df0dd4adb164ca37fd authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump shivammathur/setup-php from 2.18.0 to 2.18.1

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.18.0 to 2.18.1....

99cd1f1c3a01bb4e9140128b8ff7cab9e92627fc authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Do not use md5() in yourls_salt() (#3278)

* Do not use md5() in yourls_salt()
* More tests while we're here

Fixes #3277

6c1fbd4325065429f2cb75089ab835d290eb6b82 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Fix typo

[skip ci]

b8021d0603428d40ba3ab005aa3d102497b91b6e authored over 2 years ago by Ozh <[email protected]>
Update version checking and use /version/1.1/ (#3268)

163172787a28d71b2a0b2e3d4e655027936b022c authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Plugin API : sandbox and uninstall procedure (#3258)

- foolproof (?) activation sandbox that actually works
- uninstall method
- Plugin activation ...

5deeec7edbe2df6f5de7ae64d85e5aa0c08e078f authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
More hooks for the admin view & search (#3265)

Will fix #3074 and #3262

0d6cfca19cf9438986d7730904b2fde76a8cce36 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Add nonce to the logout link (#3264)

* Add nonce to the logout link
* Add tests for cookies being set or reset
* More tests: check ...

1de256d8694b0ec7d4df2ac1d5976d4055e09d59 authored over 2 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump shivammathur/setup-php from 2.17.1 to 2.18.0

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.17.1 to 2.18.0....

55db480f43b22af1f14ce5382f27e176533a8ede authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Explicitely exit after redirection where needed (#3257)

Fixes #3217
Would fix #2688 if it weren't already fixed

402dfd0f6a063ba26b52c50c33ee26cfa255ceb6 authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Restore certificates (#3250)

* Restore certificates
* Make sure to test againts HTTPS so this won't happen again

3828863675ce8257704e402ac4d9f7c8ee396168 authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Make element ID independent from the short URL (#3244)

Fixing a dumb idea introduced in version 0.1 :^P

Fixes #2925

ac4613a1f96f277efe35f50ebd9a95c5b46407c8 authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Remove scrutinizer (#3245)

8fbe2b9ffe4596de76285415f06546d386e2e68e authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Try and catch concurrency errors (#3233)

* Try and catch concurrency errors when creating new short urls, updating click count and loggin...

a3cdf429c3a3cfb40f043fb8f4e3cdf09c0e9a94 authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Upload coverage only when coverage is enabled

ref https://github.com/YOURLS/YOURLS/issues/3238

a7d126711e40d727190a9429a212089a70983f29 authored almost 3 years ago by Léo Colombaro <[email protected]>
Bump actions/checkout from 2.4.0 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes]...

dae8ad8786123950667818ff78d333135b47b7d5 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump shivammathur/setup-php from 2.17.0 to 2.17.1

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.17.0 to 2.17.1....

cac9f5e5104a999c60f52a7b4493b430bfb6d325 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove ozh/phpass and use on password_* functions (#3232)

Fixes #3231

b4131010bd2905bf949cac8eea5d64c7f8b6a89b authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Mark vendor files as generated

03df13ac34d2f5a148146aa4ebe6bce177c6ac4d authored almost 3 years ago by Léo Colombaro <[email protected]>
Clean up gitattributes

c30547d61c325cfc742f22cf7cdb6601ae2a9649 authored almost 3 years ago by Léo Colombaro <[email protected]>
Update .gitattributes

ab8939f265bcef00937c114ca51c09d6cf3bcc7f authored almost 3 years ago by Léo Colombaro <[email protected]>
Bump to php 8.1 and drop 7.2, 7.3 (#3230)

* Bump tests to php 8.1 and drop 7.2, 7.3
* Bump vendor version to align with new requirements
...

007882fac0a7b55a9b289826c65b2ffabaa8a758 authored almost 3 years ago by Léo Colombaro <[email protected]>
Updated default links from 'http' to 'https' (#3229)

* Updated default links from 'http' to 'https'
* Updated unit test

74a4ab64b5ca50f9310dd4ff4915ef5c62dbb664 authored almost 3 years ago by jaas666 <[email protected]>
Drop release workflows

The relative actions has been moved to downstream to simplify maintenance

3c16d7ec37055b4ae68ff26e7fa354717f950c45 authored almost 3 years ago by Léo Colombaro <[email protected]>
Reuse org workflows

d5f373f54a1706f048bba68dd4e8ce3a7f5b7d44 authored almost 3 years ago by Léo Colombaro <[email protected]>
Bump shivammathur/setup-php from 2.16.0 to 2.17.0

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.16.0 to 2.17.0....

f2f2f1d14ab8138d65ebd8ea5ca2ed6bb6bc65c6 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peter-evans/create-pull-request from 3.12.0 to 3.12.1

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from...

40f6e85951e46e9b9f5f43ea4e6f2c31b29e8ff4 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update GeoIP db (#3191)

* Update GeoIP2 db
* Update tests

Fixes #3173

8c66db072b2fd380f3bfac2835eca4a8874b5f7b authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Allow prefix n shortening without being logged in

Fixes #3189

- Allow prefix n shortening without being logged in
- Test checking for redirect...

385876ab3763f66fecb70269e6802533e5756e1b authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Revert 3090 & fix tests (#3188)

1a7a60760d86d11b677af16e83e16fa3e8f5d662 authored almost 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from...

42fd3b85c2d49120f3328c7f77ce4d5c100fcc61 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump shivammathur/setup-php from 2.15.0 to 2.16.0

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.15.0 to 2.16.0....

d82a05ab883125865871fd9013fe1681ef710d8e authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peter-evans/create-pull-request from 3.10.1 to 3.11.0

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from...

799aaa1362d849105ca88003929074ef0e3c7def authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 2.3.5 to 2.4.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release no...

83531acb0f8ab642a728c741f5203b4241dcd81c authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix workflow file

[ci skip]

a226f4839f2fcbd141c22c033fdaa9594db55836 authored about 3 years ago by Léo Colombaro <[email protected]>
Automatic PR for Helm charts after a release

0536778a1e5ef1125693939673e310565f44a990 authored about 3 years ago by Léo Colombaro <[email protected]>
Fix incorrect "prefix and shorten" notice while logged out

Fixes #2688

Co-authored-by: ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>

a52df700e3e24359ee65de5106ed5484907809f7 authored about 3 years ago by Dan Raper <[email protected]>
Remove explicit matrix tag in workflow name

Let GitHub auto tag jobs and make them more generic

118c7e6627c5d6c127da37cf3838f2c0636bf80d authored about 3 years ago by Léo Colombaro <[email protected]>
Bump actions/checkout from 2.3.4 to 2.3.5

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release no...

67e95da78e0767fed7762913e6270f6a5131198f authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump shivammathur/setup-php from 2.14.0 to 2.15.0

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.14.0 to 2.15.0....

3ebe85e63ab697bb76781aa6c4b83eede82dc072 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Enable auto-merge for dependabot

cd498d9ff886a62f503d7c962068a7b09aef2e03 authored over 3 years ago by Léo Colombaro <[email protected]>
Enable auto-merge for dependabot

abe730c2322883ae3a0fa88ede3e856136789859 authored over 3 years ago by Léo Colombaro <[email protected]>
Remove labeler as per template enforcement

1c3438517db32c2b47c9a54009ce6f8778e26cdd authored over 3 years ago by Léo Colombaro <[email protected]>
Bump shivammathur/setup-php from 2.13.0 to 2.14.0

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.13.0 to 2.14.0....

3174377dc04c0dfa84fa9f949066f82e4ebfecce authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sanitize user input in upgrade (#3055)

94f6bab91182142c96ff11f481585b445449efd4 authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Use PAT in workflow to allow chaining

2eb9eaa38b1f82e0cfacc3e7ad1f77b5f2f675c4 authored over 3 years ago by Léo Colombaro <[email protected]>
Post release bump. Onto the next version!

[skip ci]

bccb3d2b2b5ba256afb928d2b8d72ba56a1e6674 authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Update CHANGELOG.md

5ba814fa0ce664754a81fed328002ebf041a0f6e authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Test referrer parsing

9fc6575b8706201022ed7749b819f810c16b8e0f authored over 3 years ago by Ozh <[email protected]>
Filterable user defined constants, and more tests (#3048)

99ca70a9ef9fb140134d836a323c7361b6a8b4d7 authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Support HTTPS termination on a reverse proxy (#3044)

When HTTPS termination happens on a reverse proxy, $_SERVER['HTTPS'] is not set and $_SERVER['SE...

0839b04483f8e8a31e94d8187dd80ffc78a34c50 authored over 3 years ago by Kaito Udagawa <[email protected]>
Prevent encryption warning when password provided via env (#3040)

Fixes #3038

* added check for user provided from environment variables
* Add unit tests

...

98697c34011872b33ab37e9f84d8aadb54d28043 authored over 3 years ago by Bryan Joshua Pedini <[email protected]>
Minor security improvements #2 (#3041)

* Escape HTML and attributes before returning
* Remove deprecated vars

1d8e224ebabb8a4c75b97f026950ed710faab0ff authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Update auth tests to match #3034 (#3035)

7e06aa1068fb6481834ca95017b4f206d39c2c30 authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump version and update changelog

[skip ci]

6ae5472377deb5c08fe2a1924e1877ec2699f005 authored over 3 years ago by Ozh <[email protected]>
Minor security improvements (#3034)

* Prevent iframe jacking
* Enforce nonce on admin login screen

0a70acdcfb5fcbc63dbc5750018d608288eba3fe authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#3029)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from...

190d4baab2fa105abfd8d6bf4b194fc06b5f7961 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump shivammathur/setup-php from 2.12.0 to 2.13.0 (#3032)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.12.0 to 2.13.0....

2217c2439cb28a94cc28ebbdc911664cbe4f644c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump shivammathur/setup-php from 2.11.0 to 2.12.0 (#2996)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.11.0 to 2.12.0....

94f5db040555329b9f10652918a8ea0ca58339bb authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peaceiris/actions-label-commenter from 1.9.2 to 1.10.0

Bumps [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter) ...

2dd46629d6bb50703079a370cb6a0afd2e29dc65 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peaceiris/actions-label-commenter from 1.9.1 to 1.9.2 (#2980)

Bumps [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter) ...

976b18e1c827b77c5fd2930184fe17a083021476 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add `version` to API usage

Closes #2957

[skip ci]

fd938fd19742e141f95f14ef654d1501bdb63679 authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Filter all HTTP request params (#2951)

c16034e8b3efacd1800c3ad708d9e52985f779ba authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump peter-evans/create-pull-request from 3.9.2 to 3.10.0

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from...

c12941c382e7fd636f22d30ac99631914045472e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peter-evans/create-pull-request from 3.9.1 to 3.9.2 (#2942)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from...

cbee079be7d7f887fa47e3cebb8dafda97141851 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bugfix/db upgrade 506 (#2933)

* fix duplicate array key
* convert url table *after* changing field length to avoid "key was t...

0546f0dbb13911aa8b4dc5871cda6658a2dd48ec authored over 3 years ago by Peter Gasser <[email protected]>
Bump peaceiris/actions-label-commenter from 1 to 1.9.1

Bumps [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter) ...

14bc583d65bdcf9b3e2f7472d91e84fb1ab5343d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 2 to 2.3.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes]...

0b995ecbe3311dcf27162e7a78190603e5c4981d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peter-evans/create-pull-request from 3 to 3.9.1

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from...

2fcf5af27af37bcdda486576cf0d38bdb3308bc2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Clarify what setting is for

Wiki page added: https://yourls.org/urlconvert
For the lolz, here are the values for this setti...

ecfc54a2aff8e96cfbd5f292676350ee5eff3cd1 authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Refactor admin/index.php & more filters (#2912)

* Move some logic from admin/index.php to own class
* Comments & documentation

a5dabae35d8ab919af9fa5f8bc6b0ed0d69e0e5d authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Bump rmccue/requests from 1.7.0 to 1.8.0 (#2916)

Bumps [rmccue/requests](https://github.com/rmccue/Requests) from 1.7.0 to 1.8.0.
- [Release not...

d0343409f2fc786ab750b6ffeb5b7714f445363f authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump shivammathur/setup-php from 2.10.0 to 2.11.0

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.10.0 to 2.11.0....

14b2246e3a346f5a838307c755ea73f265c83c97 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Promote awesome-yourls

23d21fd996e771c4015f5d8b4ec1b06af122d60b authored over 3 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Promote GitHub Discussions for community support

af30597777b6a51f8cc0c2d75e9b32bace07fe65 authored almost 4 years ago by Léo Colombaro <[email protected]>
Add a release workflow to dispatch to Docker repo

3f2bc5bd3d8f642c32678db42ff7259c6e78000d authored almost 4 years ago by Léo Colombaro <[email protected]>
Fix SVG for IE 11 (#2864)

* Add viewBox attribute to favicon
* Logo missing viewBox as well

ada82924480e79eab6b9d33f7bc838010c944a4e authored almost 4 years ago by David Faber <[email protected]>
Bump for 1.8.1

[skip ci]

346097e69e5671f13511f5aa6c531b62e063bd73 authored almost 4 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
1.8.1 changelog

[skip ci]

8403eac91164db8f5bf4e26337b939f089db00f9 authored almost 4 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Support for 'all' hook (#2860)

* Improve inline doc & comments
* Introduce support for the 'all' hook
* Unit test nitpicking

57fe8f23eac95383de48534c8f1055b5cd274736 authored almost 4 years ago by ྅༻ Ǭɀħ ༄༆ཉ <[email protected]>
Fix is_private overruling (#2859)

* Fix is_private overruling
* Simplify function yourls_is_private

ac2bc1ea034fdab6396b3b2482bcc63a98bd3499 authored almost 4 years ago by Jens Spanier <[email protected]>