Commit Graph

42 Commits

Author SHA1 Message Date
0fe00a2654 Add docker environment and fix sharing folder
All checks were successful
epubreader / nextcloud-22 (push) Successful in 51s
epubreader / nextcloud-27 (push) Successful in 46s
2023-08-02 22:28:07 +02:00
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
7da83b2595 cleanup (again)
All checks were successful
epubreader / nextcloud-22 (push) Successful in 1m4s
epubreader / nextcloud-27 (push) Successful in 56s
2023-08-02 22:04:03 +02:00
cb8cf250a5 Use php 8.0 for nextcloud 22
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-06-22 13:54:41 +02:00
257039be80 Backport Server into app
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-22 13:41:48 +02:00
884e450cad php7.4 mixed
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-18 02:09:28 +02:00
a663c3914d php7.4 errors
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-18 02:06:54 +02:00
23bcb0d159 last fixes it seems 2023-06-18 01:47:46 +02:00
474a4dcf53 fix settings 2023-06-18 01:47:46 +02:00
a88fd4e2fe fix getFileInfo 2023-06-18 01:47:46 +02:00
f992856476 remove useless @var 2023-06-18 01:47:46 +02:00
2e2bd4a32d fix little issues 2023-06-18 01:47:46 +02:00
bdfb251876 Fix emmiter 2023-06-18 01:47:41 +02:00
1d7c8a028d All hooks is static and fix null 2023-06-18 01:47:01 +02:00
2fe42cb178 announce_settings must be static 2023-06-18 01:47:01 +02:00
495dd51834 FIx database 2023-06-18 01:47:01 +02:00
79788c98b9 Fix user in hook 2023-06-18 01:47:01 +02:00
d16b0f2d20 fully psalm lvl2 compliant 2023-06-18 01:47:01 +02:00
174ffd462e Rewrite app 2023-06-18 01:46:54 +02:00
3abce1dd99 psalm lvl 2 2023-06-18 01:46:48 +02:00
2baaae1453 psalm lvl 3 2023-06-16 17:21:29 +02:00
e896016ff9 Refacto all project 2023-06-16 16:58:23 +02:00
5d6e3431b2 Merge remote-tracking branch 'fcki1984/QBMapper' 2023-06-15 17:41:22 +02:00
d2a03292f9 Merge remote-tracking branch 'NiklasSchmitt/patch-1' 2023-06-15 17:40:28 +02:00
fcki1984
1f0cd40dc7
Update BookmarkMapper.php 2023-05-12 22:15:42 +08:00
fcki1984
1ae0fad1ea
Update BookmarkMapper.php
indent this function properly line 39-55.
2023-05-12 21:59:19 +08:00
fcki1984
ec7597142c
Update PreferenceMapper.php
remove 4 empty lines.
2023-05-12 21:48:51 +08:00
fcki1984
4798977aea
Update PreferenceMapper.php 2023-05-12 21:20:20 +08:00
fcki1984
3ea424693b
Update BookmarkMapper.php 2023-05-12 21:19:47 +08:00
fcki1984
4d87d388b8
Update ReaderMapper.php 2023-05-12 21:19:06 +08:00
Niklas
ad8dadad6a
fix string length
changed length from 4096 to 4000 for strings to install it on innodb 5.6
https://dev.mysql.com/doc/refman/5.6/en/innodb-limits.html
2022-05-28 00:28:13 +02:00
sysadminstory
9f1250afa2 Fix the settings controller parameters
The Settings controller parameters were did not have a type, and
prevented them from being automatically injected
2022-01-24 00:40:57 +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
Bernard Cafarelli
71a766a629
Update deprecated OCP\User
This was dropped in Nextcloud 22

Closes #36
2021-08-04 10:49:55 +02:00
Alfred Egger
233cc0697e Remove more deprecated setParameter colon prefixes 2021-04-02 18:35:42 +02:00
Alfred Egger
35719805b3 Remove deprecated setParameter colon prefix 2021-04-02 18:26:22 +02:00
Alfred Egger
dd57a797ea Add database migration step to fix database index length 2020-11-01 15:12:13 +01:00
Alfred Egger
048b77192e Fix database index name length issue 2020-10-31 21:05:16 +01:00
Sampsa Lohi
6e9812acb0 Convert database.xml into a migration step
To avoid serious issues when upgrading the app
2020-05-08 21:15:18 +03: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