1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-18 13:46:34 +02:00
Commit graph

46 commits

Author SHA1 Message Date
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
Vincent LAURENT 19025fa07f Le nom de fichier du pdf est stocké en js avant l'upload ce qui évite de
passer en session après
2021-11-11 10:06:42 +01:00
Vincent LAURENT 3a7886acb2 La clé du pdf est contruite dés la page d'accueil 2021-11-11 09:47:51 +01:00
Vincent LAURENT 9ae3a63551 La limite de taille d'upload est déjà régulé par PHP 2021-11-11 09:32:56 +01:00
Vincent LAURENT 57b8d8d973 Utilisation de la fonction tempnam pour les noms de fichier de l'action
image2svg
2021-11-11 09:28:13 +01:00
Vincent LAURENT 44e38ae4e5 Conservation du nom original du fichier du pdf dans le localstorage de
l'utilisateur pour pouvoir le restituer lors du téléchargement du pdf signé sans qu'il soit stocké sur le serveur
2021-11-01 02:33:31 +01:00
Vincent LAURENT 6c7ccaf810 Activation du mode debug à l'aide d'une variable d'environnement et on
ne supprime pas les fichiers de transformation en mode debug
2021-10-31 22:20:18 +01:00
Vincent LAURENT 20ae508289 Nom de fichier aléatoire avant le move de l'upload et également pour
l'action d'upload d'image pour conversion en svg
Nettoyage des fichiers non utilisés
2021-10-31 22:05:48 +01:00
Vincent LAURENT 40efb8f012 Trim du svg en js du coup pas de dépendances à inkscape 2021-09-27 15:19:35 +02:00
Vincent LAURENT 4eebe0df75 Trim svg importé 2021-09-25 16:07:11 +02:00
Vincent LAURENT d0e6a3dbf2 Le run est lancé dans l'index 2021-09-25 15:00:12 +02:00
Vincent LAURENT 8b6f8c4e58 Route pour appeler le PDF et dossier templates 2021-09-21 23:44:34 +02:00
Vincent LAURENT 3eef282ce6 Dossier public pour cloisonner l'accès aux pdf du dossier exposé 2021-09-21 23:01:32 +02:00
Renamed from index.php (Browse further)