This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Homarr
Watch
1
Star
0
Fork
0
You've already forked Homarr
mirror of
https://github.com/ajnart/homarr.git
synced
2026-02-28 01:10:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b6c28da32b0cdcfe181db8e698e9f28997cebc52
Homarr
/
packages
/
common
/
src
/
server.ts
4 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add support for app url variables (#915) * feat: add support for app url variables * fix: test not working * fix: format issue
2024-08-06 21:43:12 +02:00
export
*
from
"./app-url/server"
;
feat: reset password cli (#903) * feat: add password reset cli * feat: add homarr cli to docker image
2024-08-04 21:44:51 +02:00
export
*
from
"./security"
;
feat: downloads widget (#844) Usenet and Torrent downloads in 1 widget. sabNZBd, NzbGet, Deluge, qBitTorrent, and transmission support. Columns can be reordered in Edit mode. Sorting enabled. Time uses Dayjs with auto translation. Can pause/resume single items, clients, or all. Can delete items (With option to delete assossiated files). Clients list and details. Include all filtering and processing for ratio from oldmarr torrent widget. Invalidation of old data (older than 30 seconds) to show an integration is not responding anymore. Misc (So many miscs): Fixed validation error with multiText. Fixed translation application for multiSelect to behave the same as select. Added background to gitignore (I needed to add a background to visually test opacity, probably will in the future too) Added setOptions to frontend components so potential updates made from the Dashboard can be saved. Extracted background and border color to use in widgets. humanFileSize function based on the si format (powers of 1024, not 1000). Improved integrationCreatorByKind by @Meierschlumpf. Changed integrationCreatorByKind to integrationCreator so it functions directly from the integration. Added integrationCreatorFromSecrets to directly work with secrets from db. Added getIntegrationKindsByCategory to get a list of integrations sharing categories. Added IntegrationKindByCategory type to get the types possible for a category (Great to cast on integration.kind that isn't already properly limited/typed but for which we know the limitation) Added a common AtLeastOneOf type. Applied to TKind and IntegrationSecretKind[] where it was already being used and Added to the getIntegrationKindsByCategory's output to be more freely used. Added the Modify type, instead of omiting to then add again just to change a parameters type, use the modify instead. Applied code wide already. Hook to get list of integration depending on permission level of user. (By @Meierschlumpf)
2024-09-11 17:30:21 +02:00
export
*
from
"./encryption"
;
Reference in New Issue
Copy Permalink