Commit Graph

12 Commits

Author SHA1 Message Date
4a30c02521 Inline PDF viewer in shared EPUB/CBZ files
All checks were successful
epubreader / nextcloud-22 (push) Successful in 43s
epubreader / nextcloud-27 (push) Successful in 44s
2023-08-02 22:14:24 +02:00
efca0f86ac Move JS to public 2023-06-18 01:47:01 +02:00
70e88ffbe1 Merge remote-tracking branch 'sysadminstory/fix-saving-data' 2023-06-15 17:39:34 +02:00
sysadminstory
6eadc60b36 Update Route in personal.js
It seems personal.js is used in the settings too, so i changed the URL
there too.
2022-03-22 12:23:51 +01:00
sysadminstory
cd18e33e27 Separate static file and data saving URLs
Static files (like css, js, ...) are now loaded using the 'data-staticpath' parameter, that was added to every template.

Static files must be loaded using the real physical URL (un the
"customapps" folder if used) instead of the dynamic files, that must be
loaded using the index.php file (hidden if the URL rewriting is
activated)
2022-03-22 11:22:04 +01:00
sysadminstory
37ff648830 Fix PDF reader data saving
Saving data for ePub File is fixed by updating the base path taken as
reference.
2022-01-28 11:38:48 +01:00
sysadminstory
13d4946e19 Cleanup old files and update comments
Change the settings url to be mor consistant with the others urls of the
app.

Better feedback if the saving of settings did work or not.

Use the Framework to get the settings value, instead of using the $_POST
array.
2022-01-22 01:55:57 +01:00
sysadminstory
3c4bfb6c78 Initial fix for File Association preference
This is a initial fix to permit user to change the file association
preferences again.
2022-01-22 00:53:03 +01:00
Alfred Egger
18c9697287 Fix deprecated Javascript calls 2021-04-02 17:37:26 +02:00
Alfred Egger
ea0ada73ea Remove Blob.js support for legacy browsers 2020-05-03 14:11:52 +02:00
Alfred Egger
92400d30eb Change files_reader namespace to epubreader 2020-04-21 23:45:26 +02:00
Alfred Egger
e00fdad14d Initial commit from existing app 2020-04-21 22:37:42 +02:00