Commit Graph

208 Commits

Author SHA1 Message Date
42caebf458
Merge pull request #33 from db-2001/update-library-metadat
Added button to settings pop-up to refresh library metadata through POST request
2023-11-03 09:56:36 +01:00
ddee459aa2
Merge pull request #32 from db-2001/persistent-release-status
Move release-status to top right and keep visible
2023-11-03 09:50:24 +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
db-2001
d138094a66 Move release-status to top right and keep visible 2023-11-02 14:07:17 -04:00
db-2001
d1dfeadb80 Feature 2023-11-02 13:31:48 -04:00
db-2001
830252c8a7 Removed console logging 2023-11-01 20:01:28 -04:00
db-2001
54731e74e3 Revert "Moved tooltip to right for better readability"
This reverts commit 53bb83faca.
2023-11-01 19:58:38 -04:00
db-2001
53bb83faca Moved tooltip to right for better readability 2023-11-01 19:47:21 -04:00
db-2001
b03918ab5c Initial feature 2023-11-01 19:06:47 -04:00
b47ba90f20
Merge branch 'master' into fix-update-button 2023-10-30 19:21:22 +01:00
eb13e6e37d Merge branch 'cuttingedge' 2023-10-30 19:14:19 +01:00
db-2001
6245210faf Added GetMonitorJobs back to UpdateJobs 2023-10-30 14:09:41 -04:00
db-2001
c3a15a354b Preliminary fix for update button deleting all mangas 2023-10-30 13:29:39 -04:00
0b09df67b9 #19 missing field KavitaPassword 2023-10-30 13:36:02 +01:00
db-2001
1f3ed66f97 Fixes after merge broke some stuff 2023-10-29 22:24:16 -04:00
db-2001
5698c93439 Merged properly.... I think? Got rid of empty div 2023-10-27 11:38:35 -04:00
db-2001
fc8388f037 Merge remote-tracking branch 'remotes/origin/master' into dityb 2023-10-27 11:38:13 -04:00
Dity
f6544e743b
Merge branch 'C9Glax:master' into master 2023-10-27 11:24:28 -04:00
db-2001
2381a8913b Changed the style sheet selection logic so the default is actually the default.
If the styleSheet property doesn't exist or isn't equal to a valid string, it used to default to the mangahover.css from the else statement. Logically, that means that mangahover was the default instead of the actual default. This has been rectified.
2023-10-27 11:18:37 -04:00
db-2001
15d20a236b Added empty <div> and set stylesheet on Setup(),
Added an empty <div> to mitigate merge conflicts. Running GetSettings in Setup so that the webpage CSS is set up whenever the website runs for the first time and not just when the settings get opened. This shouldn't cause any issues even though setup is called a few times throughout the code.
2023-10-27 10:48:08 -04:00
fc0d8c4566 fix wrong name https://github.com/C9Glax/tranga/issues/73 2023-10-27 14:08:31 +02: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
db-2001
7e6ea37d14 Changed the remaining css properties so that interactions work 2023-10-26 09:37:28 -04:00
db-2001
b233e80178 Fixed publication-details pop-up
Renamed the pop-up for the publication details and then added CSS so it shows up on both style sheets.
2023-10-26 09:24:50 -04:00
db-2001
332108780f Created separate css files for default and new hover dynamics 2023-10-26 09:18:05 -04:00
db-2001
961a4d7acd Modified Manga CSS Hover Styling 2023-10-25 21:02:27 -04:00
db-2001
2773098514 Modified Manga CSS Hover Styling 2023-10-25 20:56:19 -04:00
26ca5b078d Add API call logmessages 2023-09-26 20:05:50 +02:00
23f4f21bc2 Fix bug where on first startup website would not properly load, because there were no jobs. 2023-09-26 18:09:45 +02:00
fed7b3af79 Resolve #4 2023-09-20 14:30:22 +02:00
8983a8d5ea Fix #13 2023-09-20 14:16:47 +02:00
93bd7afa3f Fix overflow on search 2023-09-13 23:12:21 +02:00
ee74807cc9 c9glax/tranga#50 2023-09-13 14:30:31 +02:00
44c487ff48 c9glax/tranga#50
Added ability to select translated language
2023-09-13 14:30:13 +02:00
339555f041 increased width to 460px for publicationviewer 2023-09-08 20:01:49 +02:00
358c9b511a Added JobStatusView
Individual Jobs can now be cancelled
2023-09-08 19:59:12 +02:00
f791d1f977 Added Ping behaviour and loader circle.
When opening website, check will run wether api is reachable
2023-09-08 16:32:48 +02:00
37e2a74c39 Added loader-circle 2023-09-08 16:32:09 +02:00
fc546e68cc Added API Ping function 2023-09-08 16:31:55 +02:00
bfc6767a7d Disable downloadChapter for now 2023-09-02 22:15:48 +02:00
5927374271 Added API to get manga from url 2023-09-02 22:14:44 +02:00
9a52262e2b Added updated to running and waiting jobs 2023-09-02 16:16:29 +02:00
c2b01c8961 Added CancelJob 2023-09-02 15:05:45 +02:00
63ed4fdda5 Added API calls for startjob, deleteJob 2023-09-02 14:14:18 +02:00
82f2d4636d Changed SampleManga in preview and Task -> Job 2023-09-02 14:13:58 +02:00
506ddf03e3 Sample Manga 2023-09-02 13:48:23 +02:00
6c209d0f9d Can add new MonitorTasks 2023-09-01 23:43:41 +02:00
6c8dcee056 BlurBackground now has glass-style
List of newManga now scrolls sideways
2023-09-01 23:43:30 +02:00
2c36b1f64e Added onclick to hide PublicationViewer 2023-09-01 23:42:52 +02:00
4bad1b6382 Set Interval for MonitorJob to 3 hrs
Added function to retrieve Cover-Url
2023-09-01 23:42:31 +02:00
d9ec9cb969 First steps to add new MonitorJobs 2023-08-31 23:45:13 +02:00
91f587eb91 working settings Popup 2023-08-31 16:45:33 +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
5968dacf72 Removed extranious tag 2023-08-31 13:03:09 +02:00
b00db7ab86 Merge branch 'master' into 1_rewrite_41 2023-08-31 12:59:55 +02:00
bad762712d corrected variableName 2023-08-31 12:58:34 +02:00
05a799521f Added/Removed API-Functions 2023-08-31 12:56:09 +02:00
fb4f5b8ed0 Moved Dockerfile 2023-08-31 11:53:48 +02:00
ad4027779f Remove Deprecated CreateUpdateLibraryTask 2023-07-30 17:29:30 +02:00
98ec0b837f Remove Enter input from settings, instead update all settings on click of "Update" Button.
resolves #38
2023-07-30 17:27:47 +02:00
a16686dfbf Fix wrong taskNames 2023-06-22 22:52:26 +02:00
0f0902c932 LunaSea changed to id device/id or user/id instead of full url 2023-06-21 18:03:48 +02:00
8058749ab5 Website fix wrong task on deletion 2023-06-21 16:53:56 +02:00
cdd2d94ba1 Wrote my own Http-Server.
ASP-NET can **** my **** and *** :)
2023-06-20 23:15:56 +02:00
a4c9168551 Selector for task-sanitizer 2023-06-19 17:17:47 +02:00
303fc293ba Fixed Bug on AddTask where no new UpdateLibraryTask would be added 2023-06-15 22:32:55 +02:00
c822c74f42 website fix taskSelectOutput overflow issue 2023-06-15 21:16:56 +02:00
5b2546fdbc removed unnecessary log 2023-06-15 19:07:25 +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
b6f8c8aab5 TaskType check 2023-06-11 17:05:24 +02:00
3b2643d949 Website show remaining time instead of percentage 2023-06-11 16:38:12 +02:00
9fd8bf1741 website uses taskId 2023-06-10 16:00:41 +02:00
4fcaca1a6e Multiple authors resolves #7 2023-06-10 14:45:04 +02:00
8b916eb854 invalid Ids 2023-06-10 00:23:23 +02:00
29e1790c93 website tasks-width now max 95vw 2023-06-10 00:10:16 +02:00
ac4c799a74 Better indication if tasks have started. 2023-06-10 00:07:41 +02:00
7c62883c37 invalid id 2023-06-10 00:02:51 +02:00
02018253bf wrong nesting ... 2023-06-10 00:01:38 +02:00
2aec884009 Moved update interval for task-progress to own interval, progress gets continually updated. 2023-06-09 23:58:04 +02:00
b3321ff030 unnecessary log 2023-06-09 23:48:39 +02:00
16c1094875 Replaced Task-Progress-Tracking Window with more fancy one 2023-06-09 23:46:10 +02:00
5bce3c6fdd Website: Monitor task creation styling 2023-06-09 22:15:29 +02:00
b166013770 resolves #13 Website: Clear previous results 2023-06-09 11:12:43 +02:00
c685bd622f Website:
New task-Creation dialog
Redesigned Settings dialog
2023-06-08 19:25:28 +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
bd189984a9 Rewrote entire Task-Structure:
TrangaTask now only contains essentials, derived classes contain specific information such as connectorName, publication, chapter, etc.
Removed taskQueue system, instead all tasks are kept in _allTasks.
Progress is being tracked in TrangaTask resolves #36 resolves #32
Added new TrangaTask: DownloadChapter to download single chapters. #35
Fixed duplicate file-access when writing settings.
2023-06-05 00:38:07 +02:00
14785e5672 increased refresh time 2023-06-03 21:37:21 +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
67d06cd887 resolves #23 website filter 2023-05-31 22:16:14 +02:00
cbb012a659 alt and label 2023-05-31 22:16:01 +02:00
8d3b8be95c settings placeholders for komga if configured 2023-05-31 17:55:09 +02:00
60519910de cursors 2023-05-31 17:54:54 +02:00