Alejandro Celaya
|
b8a725d60c
|
Added missing itemsPerPage param for short URLs endpoint to swagger docs
|
2021-01-24 09:27:40 +01:00 |
|
Alejandro Celaya
|
927fb51313
|
Removed Action sufix from API tests
|
2021-01-24 09:25:36 +01:00 |
|
Alejandro Celaya
|
76aa6502db
|
Changed value returned in Access-Control-Allow-Origin so that it is always set to '*'
|
2021-01-24 09:22:46 +01:00 |
|
Alejandro Celaya
|
7d908b6545
|
Merge pull request #978 from acelaya-forks/feature/pagerfanta
Feature/pagerfanta
|
2021-01-23 14:55:55 +01:00 |
|
Alejandro Celaya
|
83a29d6ed0
|
Updated changelog
|
2021-01-23 14:38:58 +01:00 |
|
Alejandro Celaya
|
55ddc4ae75
|
Replaced laminas-paginator with pagerfanta
|
2021-01-23 14:37:34 +01:00 |
|
Alejandro Celaya
|
088e361228
|
Merge pull request #976 from acelaya-forks/feature/fix-qr-php8
Added package fixing PHP 8 error
|
2021-01-23 09:40:56 +01:00 |
|
Alejandro Celaya
|
80012b8ee8
|
Do not allow unit tests to fail
|
2021-01-23 06:16:04 +01:00 |
|
Alejandro Celaya
|
a61235a5d1
|
Removed dependency on acelaya/qrcode-detector-decoder
|
2021-01-23 06:07:16 +01:00 |
|
Alejandro Celaya
|
823242a6c2
|
Updated endroid
|
2021-01-23 06:01:12 +01:00 |
|
Alejandro Celaya
|
0670a4dc3c
|
Added package fixing PHP 8 error
|
2021-01-23 05:46:15 +01:00 |
|
Alejandro Celaya
|
f57303f8c0
|
Merge pull request #974 from shlinkio/develop
Release 2.5.1
|
2021-01-21 20:10:57 +01:00 |
|
Alejandro Celaya
|
2eff9929d8
|
Merge pull request #973 from acelaya-forks/feature/inline-creation-fix
Feature/inline creation fix
|
2021-01-21 19:59:49 +01:00 |
|
Alejandro Celaya
|
92d7dc2595
|
Added v2.5.1 to changelog
|
2021-01-21 19:44:56 +01:00 |
|
Alejandro Celaya
|
4a5cc9a986
|
Added API test for single-step short URL creation action
|
2021-01-21 19:43:34 +01:00 |
|
Alejandro Celaya
|
da9896a28b
|
Fixed single step shortening endpoint
|
2021-01-21 19:26:19 +01:00 |
|
Alejandro Celaya
|
b5b3a50bb2
|
Added missing mention to xml extension
Closes #970
|
2021-01-19 15:42:14 +01:00 |
|
Alejandro Celaya
|
ea99b88c44
|
Merge pull request #969 from acelaya-forks/feature/fix-role-name-length
Feature/fix role name length
|
2021-01-18 17:34:49 +01:00 |
|
Alejandro Celaya
|
45d162e71a
|
Updated roleName col length in entity metadata definition
|
2021-01-18 17:22:09 +01:00 |
|
Alejandro Celaya
|
8132113ed9
|
Updated changelog
|
2021-01-18 17:16:38 +01:00 |
|
Alejandro Celaya
|
eef49478fc
|
Fixed migrations so that api_key_roles index does not fail
|
2021-01-18 17:14:46 +01:00 |
|
Alejandro Celaya
|
60cdd8b198
|
Merge pull request #967 from shlinkio/develop
Release 2.5.0
|
2021-01-17 20:14:52 +01:00 |
|
Alejandro Celaya
|
47d86b58a3
|
Added v2.5.0 to CHANGELOG
|
2021-01-17 20:00:02 +01:00 |
|
Alejandro Celaya
|
e6663aeb20
|
Merge pull request #964 from acelaya-forks/feature/docs-improvements
Feature/docs improvements
|
2021-01-17 17:57:44 +01:00 |
|
Alejandro Celaya
|
b321af6d03
|
Updated changelog
|
2021-01-17 17:42:02 +01:00 |
|
Alejandro Celaya
|
78038b3141
|
Simplified docker image docs, linking to the website for anything other than the very basics
|
2021-01-17 17:40:47 +01:00 |
|
Alejandro Celaya
|
89fd782dd3
|
Simplified README, linking to the website for advanced info
|
2021-01-17 17:26:51 +01:00 |
|
Alejandro Celaya
|
37c68c39b0
|
Updated to stable shlink-common
|
2021-01-17 16:48:28 +01:00 |
|
Alejandro Celaya
|
1309290a2f
|
Merge pull request #963 from acelaya-forks/feature/mezzio-swoole-3
Feature/mezzio swoole 3
|
2021-01-17 13:31:04 +01:00 |
|
Alejandro Celaya
|
3e2701f136
|
Updated how to copy mezzio helper script to dist file
|
2021-01-17 13:03:44 +01:00 |
|
Alejandro Celaya
|
5ad1a12457
|
Updated changelog
|
2021-01-17 11:43:21 +01:00 |
|
Alejandro Celaya
|
2e8f5202d0
|
Moved event objects to a sub-namespace inside Core\EventDispatcher
|
2021-01-17 11:42:35 +01:00 |
|
Alejandro Celaya
|
6b6d751d54
|
Updated to shlinkio/shlink-event-dispatcher 2
|
2021-01-17 11:40:30 +01:00 |
|
Alejandro Celaya
|
a9704c6e2f
|
Improved mezzio-swoole helper script to ensure it only applies to mezzio:swoole commands
|
2021-01-14 20:23:44 +01:00 |
|
Alejandro Celaya
|
e3ff447152
|
Updated to mezzio-swoole 3
|
2021-01-14 20:19:38 +01:00 |
|
Alejandro Celaya
|
c5fc8fbf00
|
Simplified database tests by updating to shlinkio/shlink-test-utils 2
|
2021-01-13 20:21:24 +01:00 |
|
Alejandro Celaya
|
da9e9df4ba
|
Merge pull request #960 from acelaya-forks/feature/api-roles-cli
Feature/api roles cli
|
2021-01-11 20:35:48 +01:00 |
|
Alejandro Celaya
|
1c75519f9b
|
Displayed 'Admin' as default role in API keys list
|
2021-01-11 20:23:28 +01:00 |
|
Alejandro Celaya
|
fca19f265b
|
Removed duplicated lines in GenerateKeyCommand
|
2021-01-11 20:14:18 +01:00 |
|
Alejandro Celaya
|
75dab92225
|
Improved tests covering ListKeysCommand
|
2021-01-11 17:01:01 +01:00 |
|
Alejandro Celaya
|
9e9d213f20
|
Added roles info to api key generation and api key list
|
2021-01-11 16:32:59 +01:00 |
|
Alejandro Celaya
|
c49a0ca040
|
Added list of roles to print after an API is generated
|
2021-01-11 15:20:26 +01:00 |
|
Alejandro Celaya
|
1f2e16184c
|
Extracted function to render arrays from inside ValidationException
|
2021-01-10 20:28:52 +01:00 |
|
Alejandro Celaya
|
7a19b8765d
|
Created RoleResolverTest
|
2021-01-10 20:24:13 +01:00 |
|
Alejandro Celaya
|
a639a4eb94
|
Added role capabilities to api-key:generate command
|
2021-01-10 20:14:06 +01:00 |
|
Alejandro Celaya
|
c9ff2b3834
|
Updated services required to initialize API keys with roles
|
2021-01-10 20:05:14 +01:00 |
|
Alejandro Celaya
|
95e51665b1
|
Merge pull request #958 from acelaya-forks/feature/api-key-permissions
Feature/api key permissions
|
2021-01-10 11:25:29 +01:00 |
|
Alejandro Celaya
|
91da241434
|
Updated changelog
|
2021-01-10 11:12:22 +01:00 |
|
Alejandro Celaya
|
5bec9f5b65
|
Extended swagger docs with errors on delete/rename tags
|
2021-01-10 11:07:17 +01:00 |
|
Alejandro Celaya
|
34bb023b7d
|
Created API tests to cover deletion and renaming of tags with non-admin API keys
|
2021-01-10 10:28:00 +01:00 |
|