Commit Graph

62 Commits

Author SHA1 Message Date
Vincent LAURENT f9c413d85a Retrieving the current commit number to display it in the footer of each page 2023-05-20 02:05:24 +02:00
Vincent LAURENT 4646ad35a7 The true value of the PDF_DEMO_LINK option was not working 2023-05-03 01:00:41 +02:00
Vincent LAURENT 6cc0461975 metadata: delete max upload size control 2023-04-20 14:36:09 +02:00
Vincent LAURENT 186a9cc225 metadata: new tab and page metadata 2023-04-18 23:44:38 +02:00
Vincent LAURENT 68be39ed23 feat: Added option to remove or edit demo pdf link 2023-03-18 00:34:18 +01:00
xgaia c9f0d25027 feat: Add possibility to disable Organization 2023-03-17 11:22:40 +01:00
Vincent LAURENT eca93fb359 PDF storage expiration time for multi-signature mode 2022-04-27 00:41:44 +02:00
Vincent LAURENT b2ca7e81f3 Multi-signature pdf generation uses temporary files with unique names to avoid collisions 2022-04-15 01:11:51 +02:00
Vincent LAURENT 152d54b397 The rotation of pdf pages are taken into account on the server side with pdftk 2022-04-08 01:06:35 +02:00
Vincent LAURENT 5332629032 pdtfk work with additionnal pdf 2022-04-04 00:53:24 +02:00
Vincent LAURENT 4051264f78 Filename with count signature 2022-04-02 01:54:21 +02:00
Vincent LAURENT 4a261db73e Protect 'hash' get parameter 2022-04-02 01:32:16 +02:00
Vincent LAURENT 0e891e1307 Using php function to move and copy instead of shell 2022-04-02 01:07:41 +02:00
Vincent LAURENT 5b6d30a870 Reordering the code 2022-04-02 01:02:40 +02:00
Vincent LAURENT 8ae7d12a63 If there was no signature at the time of sharing, no signature layer is recorded 2022-04-02 00:58:35 +02:00
Vincent LAURENT f950dd1cd8 Rename parameter 'STORAGE' in 'PDF_STORAGE_PATH' 2022-04-01 17:59:38 +02:00
Vincent LAURENT b57bad56e2 Storage path of the pdf in config and disabled in the interface if not defined 2022-04-01 17:34:35 +02:00
Jb Lm cf41808878 route for getting nb layers 2022-04-01 15:43:24 +02:00
Vincent LAURENT 85d9250d1b Share link build with javascript 2022-04-01 11:26:18 +02:00
Jb Lm f82ec19809 bug correction 2022-04-01 10:36:29 +02:00
Jb Lm f884eb73ae sharing folder existance and rights check 2022-04-01 10:35:30 +02:00
Vincent LAURENT 1e925a38a0 Storing and display filename in sharing mode 2022-04-01 00:52:44 +02:00
Vincent LAURENT c47c7728c8 Removing empty lines and indentation 2022-04-01 00:00:54 +02:00
Vincent LAURENT b598f1f35c The format of the signed pdf took the one from the svg which was not necessarily in the same format 2022-04-01 00:00:05 +02:00
Vincent LAURENT c0108da53a Modal when pdf is signed 2022-03-31 19:29:39 +02:00
Jb Lm 7732ed4447 refactoring 2022-03-31 18:38:12 +02:00
Jb Lm 1b4c730f40 save svg for sharing action 2022-03-31 18:37:30 +02:00
Vincent LAURENT 8d3b494309 Merge branch 'sharing' of github.com:24eme/signaturepdf into sharing 2022-03-31 16:35:51 +02:00
Vincent LAURENT 6537d1ae1c Modal share informations on the first open 2022-03-31 16:35:26 +02:00
Jb Lm 2f7c1f5156 save pdf for sharing mode 2022-03-31 16:05:45 +02:00
Jb Lm c1c86fb881 exclusive pdf file for treatment (for debug mode) 2022-03-31 16:05:19 +02:00
Jb Lm 6f8c2fb4ed end of forcing 2022-03-31 15:00:42 +02:00
Jb Lm be2d9a794c deleting generated file from server 2022-03-31 14:59:48 +02:00
Jb Lm b432256ccc increase layer on original pdf with pdftk overlay 2022-03-31 14:58:27 +02:00
Jb Lm 0d81740d09 improved files identification 2022-03-31 14:55:45 +02:00
Jb Lm 6c109acdbe duplicate error 2022-03-31 14:54:14 +02:00
Jb Lm 0ca295070d Merge branch 'sharing' of github.com:24eme/signaturepdf into sharing 2022-03-31 12:15:48 +02:00
Jb Lm c452c32527 add /signature/@hash/pdf route for concatenation of multiple signature 2022-03-31 12:15:26 +02:00
Vincent LAURENT a41155c950 Share upload file original and redirect to a new route with a hash 2022-03-31 11:46:03 +02:00
Vincent LAURENT eb42a1547f Storage configuration 2022-03-31 10:59:47 +02:00
Vincent LAURENT b5a1115cd4 Pages Drag an drop, page width adapt to window 2022-03-30 02:00:25 +02:00
Vincent LAURENT afdcbf952c Start of an interface to rearrange the pages of a pdf 2022-03-28 00:56:00 +02:00
Vincent LAURENT 30aa95f6ce Fatfree core lib only 2022-03-26 23:40:57 +01:00
Vincent LAURENT b8f216d166 The upload and the signature in a single page and the page is no longer reloaded after the upload 2022-03-26 11:02:47 +01:00
Vincent LAURENT 8495642ab8 Allow the use of the project in an iframe 2022-03-02 23:33:51 +01:00
Vincent LAURENT d2f773a91d No longer use php to generate the key of a pdf file and use the filename in javascript instead 2022-02-06 01:14:37 +01:00
Vincent LAURENT 7db5d212db Les svg sont uploader via des input file 2021-11-12 10:10:32 +01:00
Vincent LAURENT 84790c924c La route pour sauvegardé un pdf signé n'a plus besoin du paramètre key
et le nom de fichier peut être récupéré depuis le champs d'upload
2021-11-12 09:03:35 +01:00
Vincent LAURENT 07acab564b Plus besoin du premier upload et vérification de la taille maximum
d'upload en js sur le premier écran pour évité d'être bloqué à l'upload
du php pour la signature
2021-11-12 02:24:28 +01:00
Vincent LAURENT 82b1dcc913 Le pdf est stocké en local dans le CacheAPI et il transite mais n'est plus conservé
sur le serveur
2021-11-12 01:49:23 +01:00