Alejandro Celaya
|
6b0b52853c
|
Improve repro steps description in bug issue template
|
2024-07-28 10:49:24 +02:00 |
|
Alejandro Celaya
|
64d7ac7093
|
Merge pull request #2166 from acelaya-forks/feature/options-enum
Reduce hardcoded options in ShortUrlDataInput
|
2024-07-27 09:15:16 +02:00 |
|
Alejandro Celaya
|
b9ba1246d4
|
Reduce hardcoded options in ShortUrlDataInput
|
2024-07-27 09:12:54 +02:00 |
|
Alejandro Celaya
|
7f9dc10f6a
|
Merge pull request #2164 from acelaya-forks/feature/update-url-cli
Add command to update short URLs
|
2024-07-26 20:14:02 +02:00 |
|
Alejandro Celaya
|
a1afc90150
|
Fix sqlcmd path
|
2024-07-26 20:09:59 +02:00 |
|
Alejandro Celaya
|
df94c68e2e
|
Add unit test for EditShortUrlCommand
|
2024-07-26 19:54:39 +02:00 |
|
Alejandro Celaya
|
65ea1e00a6
|
Prevent resetting of non-providen params in EditShortUrlCommand
|
2024-07-26 19:26:48 +02:00 |
|
Alejandro Celaya
|
5bccdded8a
|
Create command to edit existing short URLs
|
2024-07-26 09:21:00 +02:00 |
|
Alejandro Celaya
|
8917ed5c2e
|
Create command to edit existing short URLs
|
2024-07-26 00:01:40 +02:00 |
|
Alejandro Celaya
|
fabc752398
|
Extract reading and parsing of arguments for short URLs data in commands
|
2024-07-25 23:44:46 +02:00 |
|
Alejandro Celaya
|
38d8086516
|
Merge pull request #2161 from acelaya-forks/feature/php-8.4-ci
Add PHP 8.4 to CI
|
2024-07-23 20:06:09 +02:00 |
|
Alejandro Celaya
|
ae0ff5f23c
|
Add PHP 8.4 to CI
|
2024-07-23 20:02:49 +02:00 |
|
Alejandro Celaya
|
7c659699f3
|
Merge pull request #2151 from acelaya-forks/feature/ip-dynamic-redirects
Add logic for IP-based dynamic redirects
|
2024-07-18 21:32:24 +02:00 |
|
Alejandro Celaya
|
9e6cdcb838
|
Update changelog
|
2024-07-18 21:26:28 +02:00 |
|
Alejandro Celaya
|
7e2f755dfd
|
Validate IP address patterns when creating ip-address redirect conditions
|
2024-07-18 21:23:48 +02:00 |
|
Alejandro Celaya
|
ce2ed237c7
|
Add ip-address condition type to redirect rules API spec docs
|
2024-07-17 20:23:58 +02:00 |
|
Alejandro Celaya
|
626caa4afa
|
Add API test for dynamic IP-based redirects
|
2024-07-17 20:13:46 +02:00 |
|
Alejandro Celaya
|
f4a7712ded
|
Add InvalidIpFormatExceptionTest
|
2024-07-17 19:59:13 +02:00 |
|
Alejandro Celaya
|
bab6a3951e
|
Add missing unit test
|
2024-07-17 19:56:53 +02:00 |
|
Alejandro Celaya
|
f49d98f2ea
|
Add logic for IP-based dynamic redirects
|
2024-07-17 19:51:13 +02:00 |
|
Alejandro Celaya
|
1312ea61f4
|
Add new IP address redirect condition
|
2024-07-06 10:35:33 +02:00 |
|
Alejandro Celaya
|
8d90661d0a
|
Extract logic to match IP address against list of groups
|
2024-07-06 10:12:05 +02:00 |
|
Alejandro Celaya
|
b6b2530cb6
|
Merge pull request #2149 from acelaya-forks/feature/robots-user-agents
Add option to customize user agents in robots.txt
|
2024-07-06 10:08:03 +02:00 |
|
Alejandro Celaya
|
e4f66b7ce6
|
Update installer
|
2024-07-05 09:41:26 +02:00 |
|
Alejandro Celaya
|
4b52c92e97
|
Add option to customize user agents in robots.txt
|
2024-07-05 08:54:54 +02:00 |
|
Alejandro Celaya
|
76c42bc17c
|
Merge pull request #2148 from acelaya-forks/feature/roadrunner-2024
Update to RoadRunner 2024
|
2024-07-03 19:56:36 +02:00 |
|
Alejandro Celaya
|
c4f8da5f02
|
Fix phpstan error definition
|
2024-07-03 19:53:26 +02:00 |
|
Alejandro Celaya
|
80bdeb280a
|
Update to RoadRunner 2024
|
2024-07-03 19:52:06 +02:00 |
|
Alejandro Celaya
|
99010b6eae
|
Fix merge conflicts
|
2024-05-23 09:26:27 +02:00 |
|
Alejandro Celaya
|
b2dabf06bf
|
Merge pull request #2136 from acelaya-forks/release/4.1.1
Release/4.1.1
|
2024-05-23 09:21:56 +02:00 |
|
Alejandro Celaya
|
67ae05f473
|
Add v4.1.1 to changelog
|
2024-05-23 09:18:58 +02:00 |
|
Alejandro Celaya
|
fb4fecf411
|
Merge pull request #2135 from acelaya-forks/feature/non-utf8-titles
Convert encoding of resolved titles based on page encoding
|
2024-05-23 09:17:49 +02:00 |
|
Alejandro Celaya
|
c855f011d1
|
Merge pull request #2132 from acelaya-forks/feature/update-phpstan
Update to latest phpstan
|
2024-05-23 09:17:37 +02:00 |
|
Alejandro Celaya
|
02717eb2fb
|
Merge pull request #2130 from marijnvandevoorde/nanoid
Replaces short-id by nano-id
|
2024-05-23 09:17:26 +02:00 |
|
Alejandro Celaya
|
de70ebe769
|
Merge pull request #2125 from acelaya-forks/feature/phpunit-11
Update to PHPUnit 11
|
2024-05-23 09:16:56 +02:00 |
|
Alejandro Celaya
|
c6109fd396
|
Merge pull request #2115 from acelaya-forks/feature/fix-oas-docs
Fix typo in OAS docs
|
2024-05-23 09:16:24 +02:00 |
|
Alejandro Celaya
|
83584a3175
|
Link crchived changelogs from main one
|
2024-05-23 09:15:40 +02:00 |
|
Alejandro Celaya
|
f5dcc52b3b
|
Migrate to new docker-publish-image reusable workflow
|
2024-05-23 09:15:16 +02:00 |
|
Alejandro Celaya
|
1901964de1
|
Merge pull request #2135 from acelaya-forks/feature/non-utf8-titles
Convert encoding of resolved titles based on page encoding
|
2024-05-22 18:14:56 +02:00 |
|
Alejandro Celaya
|
80e9c2452b
|
Convert encoding of resolved titles based on page encoding
|
2024-05-22 18:11:55 +02:00 |
|
Alejandro Celaya
|
5ad4b39160
|
Merge pull request #2132 from acelaya-forks/feature/update-phpstan
Update to latest phpstan
|
2024-05-21 19:05:39 +02:00 |
|
Alejandro Celaya
|
89b73a9cfa
|
Update to latest phpstan
|
2024-05-21 18:09:45 +02:00 |
|
Alejandro Celaya
|
e2d8334d69
|
Merge pull request #2130 from marijnvandevoorde/nanoid
Replaces short-id by nano-id
|
2024-05-21 17:58:53 +02:00 |
|
Marijn Vandevoorde
|
9b16d7acc0
|
Replaces short-id by nano-id
|
2024-05-16 14:00:39 +02:00 |
|
Alejandro Celaya
|
6836840746
|
Merge pull request #2125 from acelaya-forks/feature/phpunit-11
Update to PHPUnit 11
|
2024-05-12 13:22:26 +02:00 |
|
Alejandro Celaya
|
4084d301ca
|
Update to PHPUnit 11
|
2024-05-12 12:49:53 +02:00 |
|
Alejandro Celaya
|
added21b18
|
Merge pull request #2118 from shlinkio/revert-2117-feature/superfluous-distinct
Revert "Remove unneeded DISTINCT from list short URLs query"
|
2024-05-09 10:00:29 +02:00 |
|
Alejandro Celaya
|
8cd77391cc
|
Revert "Remove unneeded DISTINCT from list short URLs query"
|
2024-05-09 09:43:55 +02:00 |
|
Alejandro Celaya
|
05ebfccc63
|
Merge pull request #2117 from acelaya-forks/feature/superfluous-distinct
Remove unneeded DISTINCT from list short URLs query
|
2024-05-06 18:54:01 +02:00 |
|
Alejandro Celaya
|
cb3a690294
|
Remove unneeded DISTINCT from list short URLs query
|
2024-05-06 18:50:10 +02:00 |
|