Alejandro Celaya
|
72f1e243b5
|
Make classes readonly when possible
|
2024-11-09 09:55:51 +01:00 |
|
Alejandro Celaya
|
d6b103de83
|
Merge pull request #2251 from acelaya-forks/feature/inject-repos
Feature/inject repos
|
2024-11-09 09:54:06 +01:00 |
|
Alejandro Celaya
|
fca3891819
|
Inject ShortUrlRepository in ShortCodeUniquenessHelper
|
2024-11-09 09:47:47 +01:00 |
|
Alejandro Celaya
|
3ec24e3c67
|
Inject ShortUrlRepository in UrlShortener
|
2024-11-09 09:43:55 +01:00 |
|
Alejandro Celaya
|
532102e662
|
Inject ShortUrlRepository in ShortUrlResolver
|
2024-11-09 09:39:56 +01:00 |
|
Alejandro Celaya
|
fcd82522ab
|
Merge pull request #2250 from acelaya-forks/feature/inject-tag-repo
Inject TagRepository in TagService, instead of getting it from EntityManager
|
2024-11-09 09:39:03 +01:00 |
|
Alejandro Celaya
|
102169b6c7
|
Inject DomainRepository in DomainService
|
2024-11-09 09:34:24 +01:00 |
|
Alejandro Celaya
|
dba9302f78
|
Inject TagRepository in TagService, instead of getting it from EntityManager
|
2024-11-09 09:25:01 +01:00 |
|
Alejandro Celaya
|
92ad6d2732
|
Merge pull request #2249 from acelaya-forks/feature/hash-api-keys
Feature/hash api keys
|
2024-11-09 09:14:38 +01:00 |
|
Alejandro Celaya
|
7e573bdb9b
|
Add tests for RenameApiKeyCOmmand and ApiKeyMeta
|
2024-11-08 09:58:02 +01:00 |
|
Alejandro Celaya
|
6f837b3b91
|
Move logic to determine if a new key has a duplicated name to the APiKeyService
|
2024-11-08 09:03:50 +01:00 |
|
Alejandro Celaya
|
b08c498b13
|
Create command to rename API keys
|
2024-11-08 08:47:49 +01:00 |
|
Alejandro Celaya
|
a661d05100
|
Allow API keys to be renamed
|
2024-11-08 08:25:07 +01:00 |
|
Alejandro Celaya
|
9e6f129de6
|
Make sure a unique name is required by api-key:generate command
|
2024-11-07 14:52:06 +01:00 |
|
Alejandro Celaya
|
4c1ff72438
|
Add method to check if an API exists for a given name
|
2024-11-07 09:55:10 +01:00 |
|
Alejandro Celaya
|
6f95acc202
|
Inject ApiKeyRepository in ApiKeyService
|
2024-11-07 09:34:42 +01:00 |
|
Alejandro Celaya
|
bd73362c94
|
Update api-key:disable command to allow passing a name
|
2024-11-06 20:10:06 +01:00 |
|
Alejandro Celaya
|
f6d70c599e
|
Make name required in ApiKey entity
|
2024-11-06 08:57:10 +01:00 |
|
Alejandro Celaya
|
1b9c8377ae
|
Hash existing API keys, and do checks against the hash
|
2024-11-05 23:27:39 +01:00 |
|
Alejandro Celaya
|
9f6975119e
|
Show only API key name in short URLs list
|
2024-11-05 22:52:01 +01:00 |
|
Alejandro Celaya
|
a094be2b9e
|
Fall back API key names to auto-generated keys
|
2024-11-05 11:26:39 +01:00 |
|
Alejandro Celaya
|
819a535bfe
|
Create migration to set API keys in name column
|
2024-11-05 11:08:11 +01:00 |
|
Alejandro Celaya
|
e4fe7adf00
|
Merge pull request #2248 from acelaya-forks/feature/api-key-simplification
Simplify ApiKey entity by exposing key as a readonly prop
|
2024-11-04 23:17:17 +01:00 |
|
Alejandro Celaya
|
79c5418ac2
|
Simplify ApiKey entity by exposing key as a readonly prop
|
2024-11-04 14:22:39 +01:00 |
|
Alejandro Celaya
|
b5010e4d8c
|
Merge pull request #2246 from acelaya-forks/feature/nanoid-2
Update to hidehalo/nanoid-php 2.0
|
2024-11-04 08:55:17 +01:00 |
|
Alejandro Celaya
|
3085fa76cf
|
Update to hidehalo/nanoid-php 2.0
|
2024-11-04 08:50:58 +01:00 |
|
Alejandro Celaya
|
1fd7d58084
|
Update Bluesky handle
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
eae001a34a
|
Rename ShortUrlWithVisitsSummary to ShortUrlWithDeps
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
d7ecef94f2
|
Avoid selecting domains for every short URL in list
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
98364a1aae
|
Update to mlocati/ip-lib 1.18.1
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
9ccb866e5e
|
Display warnings and deprecations in all test suites
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
3f1d61e01e
|
Update to PHP coding standard 2.4.0
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
93a277a94d
|
Allow short URLs to be filtered by domain from the command line
|
2024-11-03 11:38:30 +01:00 |
|
Alejandro Celaya
|
a10ca655a2
|
Cover domain filtering in ListShortUrls API test
|
2024-11-03 11:37:59 +01:00 |
|
Alejandro Celaya
|
bb270396b6
|
Allow short URLs list to be filtered by domain authority
|
2024-11-03 11:37:59 +01:00 |
|
Alejandro Celaya
|
525a306ec6
|
Create constant representing default domain identifier
|
2024-11-03 11:37:59 +01:00 |
|
Alejandro Celaya
|
1dd71d2ee7
|
Update changelog
|
2024-11-03 11:37:59 +01:00 |
|
Alejandro Celaya
|
ac2e249746
|
Update swagger Short URL examples to include forwardQuery and hasRedirectRules
|
2024-11-03 11:37:16 +01:00 |
|
Alejandro Celaya
|
af569ad7a5
|
Fix PHPStan rules
|
2024-11-03 11:37:16 +01:00 |
|
Alejandro Celaya
|
bf121c58ba
|
Fix API tests
|
2024-11-03 11:37:16 +01:00 |
|
Alejandro Celaya
|
d2403367b5
|
Fix PublishingUpdatesGeneratorTest
|
2024-11-03 11:37:16 +01:00 |
|
Alejandro Celaya
|
84a187a26f
|
Include left join with domains when listing short URLs to avoid N+1 SELECT problem
|
2024-11-03 11:37:15 +01:00 |
|
Alejandro Celaya
|
3149adebdb
|
Expose the fact that a short URL has redirect rules attached to it
|
2024-11-03 11:36:50 +01:00 |
|
Alejandro Celaya
|
228bf093d3
|
Merge pull request #2245 from acelaya-forks/feature/fix-redis-7.4-scan
Update to shlink-common 6.5 to fix integration with redis 7.4
|
2024-11-03 11:35:50 +01:00 |
|
Alejandro Celaya
|
26589e6126
|
Update to shlink-common 6.5 to fix integration with redis 7.4
|
2024-11-03 11:32:44 +01:00 |
|
Alejandro Celaya
|
02e48ae665
|
Merge pull request #2237 from shlinkio/develop
Release 4.2.4
|
2024-10-27 08:48:05 +01:00 |
|
Alejandro Celaya
|
0d627ce808
|
Set user to 0 in database containers when running in CI
|
2024-10-27 08:45:11 +01:00 |
|
Alejandro Celaya
|
99639b9844
|
Depend on actual versions for shlink packages
|
2024-10-27 08:36:57 +01:00 |
|
Alejandro Celaya
|
0c3c7ff3b2
|
Add v4.2.4 to changelog
|
2024-10-27 08:23:38 +01:00 |
|
Alejandro Celaya
|
d7423585ff
|
Build docker image in CI using reusable workflow
|
2024-10-26 10:25:11 +02:00 |
|