Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-19Don't delete branch when closing `update-geoip` PR (#3294)྅༻ Ǭɀħ ༄༆ཉ
2022-04-19Promote docs.yourls.org (#3291)྅༻ Ǭɀħ ༄༆ཉ
2022-04-19More 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 out (I think it already works this way) * more validation of the api core/update response
2022-04-15Regularly update GeoIP db (#3284)྅༻ Ǭɀħ ༄༆ཉ
Regularly update GeoIP db Workflow to update geoip db every monday if a new version is available
2022-04-14Update GeoIP DB (#3289)github-actions[bot]
Co-authored-by: ozh <ozh@ozh.org>
2022-04-14Regularly update certificates (#3282)྅༻ Ǭɀħ ༄༆ཉ
Workflow to update cacert every monday if a new bundle is published
2022-04-14Update certificates (#3283)github-actions[bot]
Co-authored-by: ozh <ozh@ozh.org>
2022-04-12More plugin functions (#3281)྅༻ Ǭɀħ ༄༆ཉ
Introduce yourls_get_actions() and yourls_get_filters(), and their tests
2022-04-11Bump shivammathur/setup-php from 2.18.0 to 2.18.1dependabot[bot]
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.18.0 to 2.18.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.18.0...2.18.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09Do not use md5() in yourls_salt() (#3278)྅༻ Ǭɀħ ༄༆ཉ
* Do not use md5() in yourls_salt() * More tests while we're here Fixes #3277
2022-04-09Fix typoOzh
[skip ci]
2022-04-03Update version checking and use /version/1.1/ (#3268)྅༻ Ǭɀħ ༄༆ཉ
2022-04-03Plugin API : sandbox and uninstall procedure (#3258)྅༻ Ǭɀħ ༄༆ཉ
- foolproof (?) activation sandbox that actually works - uninstall method - Plugin activation sandbox and unit tests - Uninstall script and tests
2022-04-03More hooks for the admin view & search (#3265)྅༻ Ǭɀħ ༄༆ཉ
Will fix #3074 and #3262
2022-04-02Add nonce to the logout link (#3264)྅༻ Ǭɀħ ༄༆ཉ
* Add nonce to the logout link * Add tests for cookies being set or reset * More tests: check nonces are different for different actions & users Fixes #3170
2022-03-23Bump shivammathur/setup-php from 2.17.1 to 2.18.0dependabot[bot]
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.17.1 to 2.18.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.17.1...2.18.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-20Explicitely exit after redirection where needed (#3257)྅༻ Ǭɀħ ༄༆ཉ
Fixes #3217 Would fix #2688 if it weren't already fixed
2022-03-13Restore certificates (#3250)྅༻ Ǭɀħ ༄༆ཉ
* Restore certificates * Make sure to test againts HTTPS so this won't happen again
2022-03-12Make element ID independent from the short URL (#3244)྅༻ Ǭɀħ ༄༆ཉ
Fixing a dumb idea introduced in version 0.1 :^P Fixes #2925
2022-03-12Remove scrutinizer (#3245)྅༻ Ǭɀħ ༄༆ཉ
2022-03-12Try and catch concurrency errors (#3233)྅༻ Ǭɀħ ༄༆ཉ
* Try and catch concurrency errors when creating new short urls, updating click count and logging redirects * Code refactoring * Couple more tests while at it Fixes #2538 Fixes #765 Fixes #1974 Fixes #2829
2022-03-10Upload coverage only when coverage is enabledLéo Colombaro
ref https://github.com/YOURLS/YOURLS/issues/3238
2022-03-02Bump actions/checkout from 2.4.0 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02Bump shivammathur/setup-php from 2.17.0 to 2.17.1dependabot[bot]
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.17.0 to 2.17.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.17.0...2.17.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-25Remove ozh/phpass and use on password_* functions (#3232)྅༻ Ǭɀħ ༄༆ཉ
Fixes #3231
2022-02-23Mark vendor files as generatedLéo Colombaro
2022-02-23Clean up gitattributesLéo Colombaro
2022-02-23Update .gitattributesLéo Colombaro
2022-02-21Bump to php 8.1 and drop 7.2, 7.3 (#3230)Léo Colombaro
* Bump tests to php 8.1 and drop 7.2, 7.3 * Bump vendor version to align with new requirements * Drop conflicted and deprecated YDB functions * Use proper Request namespace * Fix a deprecation warning Co-authored-by: ྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>
2022-02-21Updated default links from 'http' to 'https' (#3229)jaas666
* Updated default links from 'http' to 'https' * Updated unit test
2022-02-21Drop release workflowsLéo Colombaro
The relative actions has been moved to downstream to simplify maintenance
2022-02-11Reuse org workflowsLéo Colombaro
2022-02-09Bump shivammathur/setup-php from 2.16.0 to 2.17.0dependabot[bot]
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.16.0...2.17.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31Bump peter-evans/create-pull-request from 3.12.0 to 3.12.1dependabot[bot]
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.12.0...v3.12.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-09Update GeoIP db (#3191)྅༻ Ǭɀħ ༄༆ཉ
* Update GeoIP2 db * Update tests Fixes #3173
2022-01-09Allow prefix n shortening without being logged in྅༻ Ǭɀħ ༄༆ཉ
Fixes #3189 - Allow prefix n shortening without being logged in - Test checking for redirection on successful auth Props @dan-r for the initial digging on this issue !
2022-01-09Revert 3090 & fix tests (#3188)྅༻ Ǭɀħ ༄༆ཉ
2021-12-14Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0dependabot[bot]
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-26Bump shivammathur/setup-php from 2.15.0 to 2.16.0dependabot[bot]
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.15.0...2.16.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04Bump peter-evans/create-pull-request from 3.10.1 to 3.11.0dependabot[bot]
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.10.1 to 3.11.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.10.1...v3.11.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03Bump actions/checkout from 2.3.5 to 2.4.0dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-31Fix workflow fileLéo Colombaro
[ci skip]
2021-10-31Automatic PR for Helm charts after a releaseLéo Colombaro
2021-10-30Fix incorrect "prefix and shorten" notice while logged outDan Raper
Fixes #2688 Co-authored-by: ྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>
2021-10-21Remove explicit matrix tag in workflow nameLéo Colombaro
Let GitHub auto tag jobs and make them more generic
2021-10-18Bump actions/checkout from 2.3.4 to 2.3.5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29Bump shivammathur/setup-php from 2.14.0 to 2.15.0dependabot[bot]
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.14.0...2.15.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-15Enable auto-merge for dependabotLéo Colombaro
2021-09-15Enable auto-merge for dependabotLéo Colombaro
2021-09-15Remove labeler as per template enforcementLéo Colombaro