Commit graph

8962 commits

Author SHA1 Message Date
Renovate Bot
25fa116058
Update dessant/lock-threads action to v2.1.1 2021-07-09 20:07:46 +00:00
Renovate Bot
021d8436fd
Update ASF-ui commit hash to 3e97894 2021-07-09 18:52:49 +00:00
Renovate Bot
13ce17e7cc
Update ASF-ui commit hash to caafc44 2021-07-09 10:07:10 +00:00
Renovate Bot
0c9fa2e9c1
Update crowdin/github-action action to v1.1.2 2021-07-09 06:49:18 +00:00
Renovate Bot
a961c48771
Update ASF-ui commit hash to 0f96f9f 2021-07-08 23:08:43 +00:00
Archi
2dc2202e30
Misc 2021-07-09 00:19:39 +02:00
Renovate Bot
4d71958b9f
Update ASF-ui commit hash to 7796db6 2021-07-08 14:55:34 +00:00
Renovate Bot
2077a0a2fc
Update crowdin/github-action action to v1.1.1 2021-07-08 12:50:06 +00:00
Renovate Bot
287a19cdcb
Update ASF-ui commit hash to 941fb44 2021-07-08 10:04:49 +00:00
Archi
e6ecb1ac30
CI: Update token for translations.yml 2021-07-08 10:48:01 +02:00
Renovate Bot
e55d8d6650
Update wiki commit hash to c6e2621 2021-07-08 03:04:43 +00:00
Renovate Bot
6cc51856e4
Update ASF-ui commit hash to 2aed76a 2021-07-07 22:37:42 +00:00
Renovate Bot
ebfdd0cf2d
Update wiki commit hash to 9c6ccda 2021-07-07 15:58:17 +00:00
Łukasz Domeradzki
bca1cbb32b
Update CONTRIBUTING.md 2021-07-07 16:02:28 +02:00
ArchiBot
5edca9b548
Automatic translations update 2021-07-07 10:26:42 +00:00
Renovate Bot
dfb3e4f967
Update ASF-ui commit hash to e231763 2021-07-06 22:05:16 +00:00
Renovate Bot
005438c610
Update ASF-ui commit hash to b176ae5 2021-07-06 12:52:14 +00:00
Renovate Bot
b012a91090
Update ASF-ui commit hash to 90bcfee 2021-07-06 08:57:53 +00:00
Archi
69f3d0fdcb
CI: Update token for translations.yml 2021-07-06 10:00:00 +02:00
Renovate Bot
60b05dfd46
Update wiki commit hash to 8d48a30 2021-07-06 03:02:45 +00:00
Renovate Bot
e32c2560d8
Update ASF-ui commit hash to aa044b6 2021-07-05 17:06:16 +00:00
Archi
28242aa6e8
IPC: Implement ResponseCaching
This actually does two things: client caching and server caching

Client caching considers only static files, for which we instruct the web browser to revalidate each cache usage with our server to ensure that it's up-to-date.

Server caching with those settings actually doesn't work (nothing to do), but may in the future as lack of no-store means that server is technically allowed to cache I/O read files for as long as it can guarantee they didn't change on the disk.
2021-07-04 21:36:54 +02:00
Archi
f58a9be02a
IPC: Add optional SRI support for ASF-ui
In theory, this is required only in specific proxy/CDN solutions accessing ASF data over http that would somehow want to transform the responses

https://github.com/JustArchiNET/ASF-ui/pull/1470
2021-07-04 18:51:35 +02:00
Archi
dcacdd802c
Optimize LoadAssemblies()
We can be smart about it and avoid loading the same assemblies twice
2021-07-04 18:33:24 +02:00
Archi
c3c1eb8295
Address SYSLIB0021 warning
Applies from net6.0 onwards, but can be fixed already
2021-07-04 16:02:16 +02:00
renovate[bot]
5405ce7f8b
Update ASF-ui commit hash to d953b30 (#2367)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-04 14:59:04 +02:00
Archi
1a3b436216
Mis 2021-07-03 14:25:13 +02:00
Renovate Bot
8f32f34374
Update ASF-ui commit hash to ffe10ce 2021-07-03 03:02:35 +00:00
ArchiBot
60cfef3706
Automatic translations update 2021-07-03 02:06:22 +00:00
Archi
13613f3f89
Bump 2021-07-03 00:17:12 +02:00
Renovate Bot
c90f343386
Update docker/setup-buildx-action action to v1.5.0 2021-07-02 14:34:11 +00:00
Renovate Bot
18e3dd8ecc
Update ASF-ui commit hash to 0527fa8 2021-07-02 11:17:34 +00:00
Renovate Bot
f65fc1b3ae
Update ASF-ui commit hash to dc959bb 2021-07-02 03:36:35 +00:00
ArchiBot
a82ca56bb1
Automatic translations update 2021-07-02 02:09:46 +00:00
Renovate Bot
b82e9454f5
Update docker/build-push-action action to v2.6.1 2021-07-01 15:49:02 +00:00
Renovate Bot
0525177434
Update wiki commit hash to 705882c 2021-07-01 14:07:23 +00:00
Archi
cfa23ffe21
Misc 2021-07-01 12:00:23 +02:00
Archi
14edd03c9d
Bump 2021-07-01 12:00:03 +02:00
Archi
1d317dcb76
Misc 2021-07-01 10:30:12 +02:00
Renovate Bot
cd58936850
Update ASF-ui commit hash to 4c0827b 2021-07-01 03:23:00 +00:00
ArchiBot
447a66c824
Automatic translations update 2021-07-01 02:10:55 +00:00
Archi
aa6b9b9bea
STD: Add support for new custom swagger attributes 2021-06-30 23:12:15 +02:00
Archi
da7adbe415
Make custom swagger attributes also work with parameter info
If somebody ever uses it as such, that is
2021-06-30 23:04:36 +02:00
Archi
19bd497362
Extract custom attributes to CustomSwaggerAttribute
This also allows plugins to inherit from it and add custom attributes while utilizing the same ASF mechanism for extending the schema
2021-06-30 22:53:01 +02:00
Archi
d7cbf0ced2
Misc 2021-06-30 22:29:17 +02:00
Archi
a063d2f424
Misc 2021-06-30 22:26:25 +02:00
Archi
aebf432fce
Misc 2021-06-30 22:24:28 +02:00
Archi
0060e76829
Make custom swagger limitations more generic to use 2021-06-30 22:23:01 +02:00
Archi
ccc7a3ed32
Misc 2021-06-30 20:46:44 +02:00
Archi
162ecf93ac
Misc 2021-06-30 20:41:55 +02:00