dependabot[bot]
3f612e3ecc
Bump shivammathur/setup-php from 2.33.0 to 2.34.0
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.33.0 to 2.34.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/2.33.0...2.34.0 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-version: 2.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-11 04:12:07 +00:00
yourls-bot[bot]
d01ff1f343
Update GeoIP DB
2025-06-09 13:45:41 +00:00
྅༻ Ǭɀħ ༄༆ཉ
37712acacd
Update readme.html : remove Gandi
...
Remove Gandi.net - those folks have gotten insanely expensive and are no longer the cool alternative registrar they used to be.
2025-06-07 23:18:32 +02:00
yourls-bot[bot]
e74805cd26
Update GeoIP DB
2025-06-02 13:45:24 +00:00
yourls-bot[bot]
de78052d1d
Update certificates
2025-05-26 13:46:02 +00:00
yourls-bot[bot]
bbe4c4f564
Update GeoIP DB
2025-05-26 13:43:36 +00:00
yourls-bot[bot]
3181300ff4
Update GeoIP DB
2025-05-19 13:45:08 +00:00
yourls-bot[bot]
ef871c610e
Update GeoIP DB
2025-05-12 13:44:56 +00:00
yourls-bot[bot]
ca4f0eae4d
Update GeoIP DB
2025-05-05 13:43:10 +00:00
Eduard Pech
a6b0f07be2
Fix "Display 1 to 0 of 0 URLs" on admin list page ( #3910 )
...
* Update index.php
You know how it is - you got something perfect, a bleach-white shirt, and people will notice the tiniest speck. This one fixes the message "Display 1 to 0 of 0 URLs." on a new installation.
Best regards from your friendly autist. ;-)
* Update index.php
Using yourls__ for text string now
* Update index.php
oops, missing closing parenthesis
* Update index.php
Message on zero URLs has been made more universal:
- If no URLs in database, "No URLs."
- If no URLs found while searching with filters, an additional recommendation to be less specific is added.
Later it still outputs ", counting 0 clicks." - which I don't consider helpful in this particular case. But let's not lump everything into one big pull request. And the "proper" behaviour is not for me to decide anyway.
So I think, my original idea "is done here."
* Code feedback in the form of a commit
Tab! Apply directly to the SPACES!
Also more nuanced logic: only show "counting _n_ clicks" if there are
more than 0 items.
* check $search with empty
Co-authored-by: Léo Colombaro <LeoColomb@users.noreply.github.com>
---------
Co-authored-by: dgw <dgw@technobabbl.es>
Co-authored-by: Léo Colombaro <LeoColomb@users.noreply.github.com>
2025-05-01 23:01:48 +00:00
Léo Colombaro
c6a1b102ac
Enable translation auto-merge
2025-04-28 17:41:46 +02:00
Léo Colombaro
dedb0da26a
Fix translation automation permissions
2025-04-28 17:36:57 +02:00
dgw
b71ef9ec23
Auto-skip PR auto-merge steps in update automations ( #3908 )
...
Co-authored-by: Léo Colombaro <LeoColomb@users.noreply.github.com>
2025-04-28 15:32:13 +00:00
yourls-bot[bot]
f21bf52ee1
Update GeoIP DB
2025-04-28 13:48:47 +00:00
dgw
2c11a13c6f
admin/tools.php should use yourls_get_nonce_life()
...
Asking the function instead of printing the constant directly will show
the actual nonce lifetime in effect, in case a plugin is hooked into
the `get_nonce_life` filter.
2025-04-25 12:40:14 +02:00
dgw
3df97b1a74
Back to dev version
2025-04-24 19:21:04 -05:00
Léo Colombaro
1d437c6692
Release version 1.10.1 ( #3899 )
1.10.1
2025-04-24 18:50:57 -05:00
ntindicator
57e8c78b08
Extend stats timeline to current day ( #3895 )
...
* Extend stats timeline to current day
The stats timeline stopped at the last click. This change
ensures users see stats up to today. Now pads $list_of_days
with zeros from the last click to today in
yourls_build_list_of_days().
* Remove spaces before parentheses in function
YOURLS style prefers no space before parentheses in
control structures. Fixed spacing in
yourls_build_list_of_days() (e.g., `if (` to `if(`) for
consistency, as requested in PR review.
---------
Co-authored-by: dgw <dgw@technobabbl.es>
2025-04-24 23:07:20 +00:00
yourls-bot[bot]
aa5fabefd7
Update GeoIP DB
2025-04-21 13:41:46 +00:00
Léo Colombaro
9ed2f2fb93
Ensure docs are the signle point of trust for installation
2025-04-17 17:49:59 +02:00
dependabot[bot]
a7f526e2a2
Bump shivammathur/setup-php from 2.32.0 to 2.33.0
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.32.0 to 2.33.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/2.32.0...2.33.0 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-version: 2.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 04:08:36 +00:00
yourls-bot[bot]
b99bbfdc16
Update GeoIP DB
2025-04-14 13:43:04 +00:00
Léo Colombaro
ef18d1d29e
Revert added exception in the sandbox ( #3893 )
2025-04-06 15:46:07 -05:00
dependabot[bot]
b3848d4833
Bump actions/create-github-app-token from 1 to 2
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1 to 2.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-04 11:06:18 +00:00
Léo Colombaro
46705d9380
Fix warning for undefined variable
2025-04-04 12:42:45 +02:00
Léo Colombaro
c4c9f3c594
Update version.php
2025-04-03 15:03:31 +02:00
Léo Colombaro
27823f0a08
Fix translations automaition
2025-04-03 14:50:45 +02:00
Léo Colombaro
c10da1e6fc
Release version 1.10.0 ( #3864 )
1.10.0
2025-04-03 14:30:11 +02:00
yourls-bot[bot]
7c15a3114a
Update GeoIP DB
2025-03-31 13:42:06 +00:00
Gavin Mogan
b8844940f3
Mysql 8+ has issue with double quotes in install script
...
Same issue as https://github.com/YOURLS/YOURLS/issues/2799 but install file
2025-03-25 17:00:46 +01:00
Jordan Baudin
b5e13d4fd9
Login Page Accessibility ( #3660 )
...
Co-authored-by: Jordan Baudin <jord.baudin@gmail.com>
Co-authored-by: Léo Colombaro <LeoColomb@users.noreply.github.com>
2025-03-25 15:49:34 +00:00
yourls-bot[bot]
872e7894e6
Update GeoIP DB
2025-03-24 13:42:01 +00:00
Léo Colombaro
55f5423039
Fix all PHPUnit tests errors and compatiblity issues ( #3871 )
2025-03-21 14:01:34 +01:00
yourls-bot[bot]
9dccaa9531
Update GeoIP DB
2025-03-17 13:41:57 +00:00
Léo Colombaro
32e2cc854f
Use proper user for auto workflow
2025-03-11 15:55:01 +01:00
Léo Colombaro
f91180f354
Use official GitHub App token generator
2025-03-11 15:40:21 +01:00
ozh
272d57e22d
Update GeoIP DB
2025-03-10 13:41:44 +00:00
Léo Colombaro
b55bb53573
Use testdox PHPUnit output
2025-03-06 13:19:08 +01:00
Léo Colombaro
32aa0689b2
Enable PHPUnit colors whenever possible
2025-03-06 13:17:37 +01:00
Léo Colombaro
8cb2ed8825
Upload translations template on new releases
2025-03-04 23:48:13 +01:00
Léo Colombaro
5acf136cdf
Ensure charset for generated translations
2025-03-04 22:47:46 +01:00
Léo Colombaro
ba58a233cd
Disable translations license header
2025-03-04 22:43:19 +01:00
Léo Colombaro
0c4858231a
Enable auto generation of translations
2025-03-04 12:56:30 +00:00
Léo Colombaro
a3eeadde45
Enable auto generation of translations
2025-03-04 12:54:16 +00:00
Léo Colombaro
a9b0173b6d
Enable auto generation of translations
2025-03-04 12:49:53 +00:00
Léo Colombaro
f89fd21e68
Enable auto generation of translations
2025-03-04 12:44:30 +00:00
LeoColomb
b7511a2cf6
Update certificates
2025-03-04 10:12:39 +00:00
LeoColomb
ef12502938
Update GeoIP DB
2025-03-04 10:11:20 +00:00
Léo Colombaro
1c7728e2b9
Enable auto merge on automation workflow
2025-03-04 11:10:03 +01:00
Léo Colombaro
98f40804a2
Enable auto merge on automation workflow
2025-03-04 11:08:23 +01:00