Commit Graph

48 Commits

Author SHA1 Message Date
db-2001
657a3d1857 Reverse Proxy api automatically test 2024-03-05 23:04:11 -05:00
db-2001
5cda6ece05 Potential fix/support for HTTPS
Removed the hard-coded http in the API url and instead calling  window.location.protocol
2024-02-24 10:27:14 -05:00
db-2001
b99ade74c7 Commented out console logging of logs 2024-02-11 18:41:21 -05:00
db-2001
4f6b07280a Finalized Downlolad Logs button
B)
2024-02-11 18:39:27 -05:00
db-2001
01067006f8 Commenting out console logging of HTTP request response 2024-02-11 17:01:37 -05:00
db-2001
4c418add81 Updates to match API 2024-02-11 16:59:05 -05:00
db-2001
c7e49fb6bc Added in remaining Tranga settings functionality
Changed CSS style to be stored in local storage since we might want it to be browser specific (mobile vs desktop vs tablet)
2024-02-09 11:17:33 -05:00
db-2001
8bd6ad4c2b Added manga sources to settings
Added the manga sources to the settings page and added a field to set the rate limit, POST api for setting the rate limit awaiting GET api calls to set initial value.
2024-02-08 23:31:31 -05:00
db-2001
1ba49ddf08 Added PostData to reset functions 2024-02-04 16:02:09 -05:00
db-2001
f50990dafb Reimplemented Library and Notification connectors
Added Test and Rest API calls, API side will need to be updated.

Separated out CSS files for future expansion.
2024-02-04 15:47:13 -05:00
18d3a09d93 https://github.com/C9Glax/tranga/issues/109 2024-01-31 19:12:05 +01:00
db-2001
4cd06bd0e0 Added button to settings pop-up to refresh library metadata through POST request 2023-11-02 14:28:28 -04:00
eb13e6e37d Merge branch 'cuttingedge' 2023-10-30 19:14:19 +01:00
0b09df67b9 #19 missing field KavitaPassword 2023-10-30 13:36:02 +01:00
db-2001
fc8388f037 Merge remote-tracking branch 'remotes/origin/master' into dityb 2023-10-27 11:38:13 -04:00
eaac09a3d1 https://github.com/C9Glax/tranga/issues/73 Website untested 2023-10-27 13:55:42 +02:00
db-2001
5abebcf3b5 Added api calls for setting css stylesheet 2023-10-26 23:23:08 -04:00
26ca5b078d Add API call logmessages 2023-09-26 20:05:50 +02:00
44c487ff48 c9glax/tranga#50
Added ability to select translated language
2023-09-13 14:30:13 +02:00
fc546e68cc Added API Ping function 2023-09-08 16:31:55 +02:00
5927374271 Added API to get manga from url 2023-09-02 22:14:44 +02:00
c2b01c8961 Added CancelJob 2023-09-02 15:05:45 +02:00
4bad1b6382 Set Interval for MonitorJob to 3 hrs
Added function to retrieve Cover-Url
2023-09-01 23:42:31 +02:00
2fb876f1fb Added setCookie function 2023-08-31 16:45:17 +02:00
4e5be60e84 Corrected wrong uri on UpdateKomga UpdateKavita 2023-08-31 16:24:04 +02:00
50d93d4631 New API-Call: StartJobNow 2023-08-31 13:12:20 +02:00
05a799521f Added/Removed API-Functions 2023-08-31 12:56:09 +02:00
ad4027779f Remove Deprecated CreateUpdateLibraryTask 2023-07-30 17:29:30 +02:00
a16686dfbf Fix wrong taskNames 2023-06-22 22:52:26 +02:00
cdd2d94ba1 Wrote my own Http-Server.
ASP-NET can **** my **** and *** :)
2023-06-20 23:15:56 +02:00
02a382a99a Website: Added connector NotificationManager LunaSea
Added Update Method for TrangaSettings for LunaSea
#21
2023-06-15 18:57:50 +02:00
d9ced11cd1 Website: Added gotify config 2023-06-15 18:38:47 +02:00
8b58e7dd13 Website: On Download Chapters only show chapters that have not yet been downloaded
API: Added new variables to /Publications/GetChapters: onlyNew and onlyExisting. API will return only new, only existing or all chapters depending on variables.
#19
2023-06-15 17:14:20 +02:00
7784f2024e API changes:
/Tranga/GetAvailableControllers => /Controllers/Get
/Tranga/GetKnownPublications =>/Publications/GetKnown
/Tranga/GetPublicationsFromConnector => /Publications/GetFromConnector
/Tasks/GetTaskTypes => /Tasks/GetTypes
/Tasks/GetTaskProgress => /Tasks/GetProgress
/Tasks/Create is now split in 3:
    /Tasks/CreateMonitorTask
    /Tasks/CreateUpdateLibraryTask
    /Tasks/CreateDownloadChaptersTask
2023-06-08 19:24:46 +02:00
c436389426 renamed wrong variable names publicationId -> internalId 2023-06-06 21:57:10 +02:00
61712d0537 variable name 2023-06-05 01:03:03 +02:00
496d502cd2 Kavita Auth is a pain. 2023-06-03 21:26:29 +02:00
7612411917 #33 Update Website 2023-06-03 16:25:04 +02:00
b643a0c2a9 Fix Wrong API uri for GetRunningTasks
Added GetQueue function

Added display for running, queued, total tasks
2023-05-25 18:09:18 +02:00
1d263ef45a Configurable API-location 2023-05-25 10:42:19 +02:00
fd3423d03c Correct Port 2023-05-24 22:56:15 +02:00
e2917d2f2e Changed CORS policy allow all origins
Added Dockerfile to website
Changed Ports
2023-05-24 22:30:11 +02:00
a0636ac7a2 Finished Settings-Cart 2023-05-24 21:48:54 +02:00
22d6389d38 Fix wrong API* Path create task 2023-05-23 15:17:47 +02:00
ba5ae67aa7 Fix wrong API path for GetTaskTypes 2023-05-23 14:44:45 +02:00
da4a5bed09 All API-calls #1 2023-05-23 13:52:35 +02:00
290819de09 Created first api-calls #1 2023-05-23 13:15:29 +02:00
87d2357b41 CORS Error 2023-05-23 12:51:21 +02:00