Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor #11

Merged
merged 41 commits into from
Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
ce1c08c
backup
vitormattos Jan 7, 2021
d585f43
Move main plugin to root folder
vitormattos Jan 7, 2021
db295df
License
vitormattos Jan 7, 2021
a18255e
Remove unecessary file
vitormattos Jan 7, 2021
f67908e
Improvements in Makefile
vitormattos Jan 7, 2021
37e1c8b
Define autoload
vitormattos Jan 8, 2021
296c9d4
Bump packages versions
vitormattos Jan 8, 2021
de543c2
update makefile
vitormattos Jan 8, 2021
14f280f
Ignore PHPUnit cache file
vitormattos Jan 8, 2021
c6276b9
Fix config interface
vitormattos Jan 8, 2021
24452cd
Fix composer install
vitormattos Jan 8, 2021
be65aba
Fix/Deprecated lib
vinicios-gomes Jan 9, 2021
e5de58a
Changes after lint
vitormattos Jan 9, 2021
76db66a
Rename project to libresign
vitormattos Jan 9, 2021
1345574
Ignore auto-generated files
vitormattos Jan 9, 2021
c540817
Fix project name
vitormattos Jan 9, 2021
a54d04e
Rename project Signer to Libresign
vitormattos Jan 9, 2021
f5c462a
Fix project name
vitormattos Jan 9, 2021
8755ce5
Fix project name
vitormattos Jan 9, 2021
cc26efd
Fix project name
vitormattos Jan 9, 2021
8d24e4d
Project documentation start
vitormattos Jan 9, 2021
93ed40a
Fix classname
vitormattos Jan 10, 2021
731fead
Move save config in database after to generate certificate
vitormattos Jan 10, 2021
3c69e21
Add custom cfssl uri
vitormattos Jan 10, 2021
83fa1be
Remove comma
vitormattos Jan 10, 2021
26c1d07
Change cfssl path
vitormattos Jan 10, 2021
709bc11
File moved from bkp to project file
vitormattos Jan 10, 2021
16312de
Fix method name
vitormattos Jan 10, 2021
60394ff
Remove unecessary annotation
vitormattos Jan 10, 2021
c8b0fac
Custom config path
vitormattos Jan 10, 2021
372380d
Update README
vitormattos Jan 10, 2021
ee1ad3c
Indent
vitormattos Jan 10, 2021
7ea1a12
Change route to verify hasRootCert
vitormattos Jan 10, 2021
7580e5e
Upgrade to Nextcloud 20
vitormattos Jan 11, 2021
e09b3ea
Remove use of deprecated method
vitormattos Jan 11, 2021
3f375d1
Clean code
vitormattos Jan 11, 2021
8d136c5
Update app info
vitormattos Jan 11, 2021
b8f58c3
Autoload
vitormattos Jan 11, 2021
771b067
Remove unused namespace
vitormattos Jan 11, 2021
0d930b9
Fix level
vitormattos Jan 11, 2021
7f4ad15
Remove old files and move dsv to root folder
vitormattos Jan 11, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .docker/app/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions .docker/app/conf.d/php.ini

This file was deleted.

19 changes: 0 additions & 19 deletions .docker/cfssl/entrypoint.sh

This file was deleted.

178 changes: 0 additions & 178 deletions .docker/web/nginx.conf

This file was deleted.

6 changes: 0 additions & 6 deletions .env.dist

This file was deleted.

File renamed without changes.
File renamed without changes.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.data
volumes
.env
certs
.vscode
.idea
*.iml
/vendor/
/js/
/build/
node_modules/
/.php_cs.cache
.phpunit.result.cache
Loading