Commit graph

61 commits

Author SHA1 Message Date
Vitor Mattos
3981dd535a
fix: remove licence file
was replaced by LICENCES folder

Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-01-27 09:10:55 -03:00
Vitor Mattos
f9ea8e1ce9
feat: add spdx
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-10-26 16:41:27 -03:00
Vitor Mattos
45ac295411
fix: Java setup
is necessary to consider the linux distribution when install java

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-12 00:44:55 -03:00
Vitor Mattos
9dc530e891
fix: secret
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-08 14:26:41 -03:00
Vitor Mattos
fbb1a4b962
Merge pull request #3298 from LibreSign/fix/write-env-to-file
fix: write env to file
2024-07-08 13:32:50 -03:00
Vitor Mattos
9f4e664569
fix: write env to file
[skip ci]

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-08 13:31:10 -03:00
Vitor Mattos
ed6f2fce10
fix: url of certificate
[skip ci]

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-03 19:49:24 -03:00
Vitor Mattos
a447f131e4
fix: remove unecessary chown
[skip ci]

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-03 17:13:18 -03:00
Vitor Mattos
a8a265b1f8
fix: occ command
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-03 15:51:55 -03:00
Vitor Mattos
1879cbc0ea
fix: remove chown
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-02 18:07:43 -03:00
Vitor Mattos
dec3e8678b
fix: sign setup when build
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-01 19:51:05 -03:00
Vitor Mattos
7894aaef35
fix: pack openapi json file
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-28 17:45:25 -03:00
Vitor Mattos
7caad9207d
fix: pack new release
[skip ci]

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-28 09:50:10 -03:00
Vitor Mattos
cae8ce73bd
Merge pull request #3208 from LibreSign/chore/release
chore: new release
2024-06-24 23:20:28 -03:00
Vitor Mattos
663e4d4d00
fix: only sign setup if have certificate
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-24 19:30:11 -03:00
Vitor Mattos
190ff2d478
chore: make the architecture splicit when install all dependencies
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-18 18:31:09 -03:00
Vitor Mattos
bfb24c0777
chore: sign dependencies when build app
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-04 18:21:48 -03:00
Vitor Mattos
05f7301e1d
fix: shrink package
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-04 17:20:58 -03:00
Vitor Mattos
585464c905
chore: remove site API references from code
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-04 17:16:33 -03:00
Vitor Mattos
ddcc354e68
chore: use find to remove files
Using rm command will throw error when the file don't exists. Using the
find only will remove the file that is returned by find command.

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 16:47:38 -03:00
Vitor Mattos
d17470ed42
chore: Reduce package size
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 13:30:09 -03:00
Vitor Mattos
60cfcf71fb
chore: Update thumbnails
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-04-24 02:18:07 -03:00
Vitor Mattos
b19a795ce2
Workaround to prevent nextcloud/ocp outdated
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-02-16 18:14:59 -03:00
Vitor Mattos
0bf5c7bd37
Add composer folder to package
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-02-15 19:15:30 -03:00
Vitor Mattos
775bdda066 Quick fix the site repository
follow up: https://github.com/LibreSign/libresign/issues/1878

Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-10-11 12:10:30 -03:00
Lucas Azevedo
0ab2152c84 Fix missing signed htaccess
Fixes #1455.
See 408d85cc4a/Makefile (L170-L171)

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
2023-02-22 17:53:00 -03:00
Lucas Azevedo
5edd30b793 Fix app files signing
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
2023-02-22 05:45:57 -03:00
Lucas Azevedo
cab162157b
Fix makefile appstore target (#1445)
Remove cfssl directory from the published package, it was deleted back
in #1132.

Additionally, use npm ci instead of npm install.

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
2023-02-21 03:13:00 -03:00
Alice Fantoni
768458307d Change MakeFile
Signed-off-by: Alice Fantoni <fantonicontato@gmail.com>
2022-11-09 13:21:53 -03:00
Vitor Mattos
eedd2bb6aa
Add new command to validate setup 2022-10-06 13:12:43 -03:00
Vinicius Reis
a0b3cd7d7b
🏗️ remove yarn and use npm
npm is the default tool from netcloud core, it make ease to use nextcloud packages

- update dependencies
- simplify builds
2022-08-04 20:07:53 -03:00
Vitor Mattos
756e708414
Reduce release size 2022-04-25 17:30:16 -03:00
Vitor Mattos
a20b64cbb8
Define fixed versions 2022-04-25 16:29:24 -03:00
Vitor Mattos
7fda0de707
Remove environment form makefile 2022-03-05 10:05:43 -03:00
Vitor Mattos
8a7d9f3b62 Fix make site 2021-07-04 13:33:19 -03:00
Vitor Mattos
db97ba6408 Update Makefile 2021-06-11 00:29:03 -03:00
Vitor Mattos
7c52675f0d Remove swagger-gen 2021-05-06 18:58:13 -03:00
Vinicios Gomes
5515d7c033 changed the package manager from npm to yarn. 2021-05-06 00:42:31 -03:00
Vitor Mattos
9ee248337e Merge branch 'main' of github.com:LibreSign/libresign 2021-03-30 20:11:13 -03:00
Vitor Mattos
f47be4a54f Add removed line 2021-03-30 20:10:38 -03:00
Vitor Mattos
5ecbc912c9
Merge branch 'main' into api-documentation 2021-03-23 15:41:51 -03:00
Vitor Mattos
34e2d56cbb Fix Makefile 2021-03-08 15:52:56 -03:00
Vitor Mattos
c8d5e8f4e0 Makefile and change dependency repository
* Add generate sign key
* Change dependency jsignpdf repository
2021-03-08 14:12:20 -03:00
Vitor Mattos
a8bffcce59
Merge branch 'main' into feature-publish-app 2021-03-07 23:39:18 -03:00
Vitor Mattos
4a3584a421 Github workflow 2021-03-07 23:37:14 -03:00
Vitor Mattos
df781b8f49 Makefile 2021-03-07 22:10:56 -03:00
Vitor Mattos
876845c6d7 WIP: backup of POC 2021-03-07 18:13:02 -03:00
Vitor Mattos
59ab2b07fa Start implementing documentation usign swagger 2021-02-17 14:11:54 -03:00
Vitor Mattos
02b2e51145 Remove run node codes in composer.json 2021-02-16 21:13:56 -03:00
Vitor Mattos
c849179045 Fix package generate 2021-02-10 08:35:45 -03:00