Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
765c531
update 1
May 4, 2024
0b29625
update 2
May 4, 2024
e000599
update 3
May 4, 2024
1b7ef24
update 3
May 4, 2024
5516092
update 4
May 4, 2024
86d01c4
update 4
May 4, 2024
b8f4c4b
update 6
May 4, 2024
5392b97
eliminadas librerias que no se usaban y actualizadas dependencias
May 4, 2024
770c9bd
Email fix (#395)
hcaballero56 May 19, 2024
7f0d891
cambiar titulo para que se adapte mejor a los contenidos
rtallarr May 21, 2024
eb57edb
Update bug_report.md
rtallarr May 24, 2024
3583c15
Sacar link para config practica (#404)
rtallarr May 29, 2024
8b8200b
dejar el primer elemento de dominio/carrera como default en el select…
rtallarr May 29, 2024
1fc1fbe
Fix python (#410)
hcaballero56 May 30, 2024
1176d33
eliminados cuadros de consistencias de resumen de practica de estudia…
hcaballero56 May 30, 2024
10bedab
los resumenes no se pueden generar a menos que la practica este termi…
hcaballero56 May 30, 2024
449a15f
Password recovery (Requiere rama de backend) (#405)
marcelo863 May 31, 2024
caa4ce1
agregado interceptor de auth (#415)
hcaballero56 May 31, 2024
de2aa22
Revert "agregado interceptor de auth (#415)"
rtallarr Jun 4, 2024
b2d3468
Auth back (#417)
rtallarr Jun 5, 2024
61a2099
Vm test (#418)
hcaballero56 Jun 5, 2024
8d70c5a
comentado auth mientras
Jun 5, 2024
ec2aaf4
Bump braces from 3.0.2 to 3.0.3 (#422)
dependabot[bot] Jul 17, 2024
a896b23
Bump ws from 7.5.9 to 7.5.10
dependabot[bot] Jun 17, 2024
828f8d4
audit fix
Jul 17, 2024
08d9ec9
eliminadas dependencias crypto y datatables.net que no se usaban
Jul 17, 2024
18ae571
eliminados algunos scss que no se usaban
Jul 17, 2024
9b363cb
eliminada libreria de jquery porque ya lo tenemos como asset
Jul 17, 2024
86c084e
eliminado stream-chat-angular
Jul 17, 2024
cb5fb13
arregladas dependencias
Jul 17, 2024
467ba2d
Bump micromatch from 4.0.5 to 4.0.8
dependabot[bot] Sep 3, 2024
5b6d4fd
Bump cross-spawn from 7.0.3 to 7.0.6
dependabot[bot] Nov 25, 2024
94bd1a3
Bump dompurify from 2.4.7 to 2.5.7
dependabot[bot] Oct 11, 2024
aa7bcb4
Bump rollup from 4.17.2 to 4.22.4
dependabot[bot] Sep 24, 2024
98d6e3a
dependency fix
Apr 8, 2025
f163f11
Bump vite and @angular-devkit/build-angular (#425)
dependabot[bot] Apr 8, 2025
9a3430e
Revert "Bump vite and @angular-devkit/build-angular (#425)"
rtallarr Apr 9, 2025
332a9ed
build: update core/cli to v18
rtallarr Apr 9, 2025
b2ee2b9
build: update material to v18
rtallarr Apr 9, 2025
79b7592
build: remove ngBootstrap (not used)
rtallarr Apr 9, 2025
0398311
build: update ngx-socket/cookies to match angular 18
rtallarr Apr 9, 2025
713d7d9
build: update css asset with deprecated code
rtallarr Apr 9, 2025
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
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,5 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
14 changes: 7 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"src/assets/css/sb-admin-2.min.css"
],
"scripts": [
"node_modules/jquery/dist/jquery.js",
"node_modules/jquery/dist/jquery.min.js",
"src/assets/vendor/jquery/jquery.js",
"src/assets/vendor/jquery/jquery.min.js",
"src/assets/js/sb-admin-2.js",
"src/assets/js/sb-admin-2.min.js",
"src/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"
Expand All @@ -69,8 +69,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "4mb"
"maximumWarning": "4mb",
"maximumError": "6mb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -101,10 +101,10 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "praxus:build:production"
"buildTarget": "praxus:build:production"
},
"development": {
"browserTarget": "praxus:build:development"
"buildTarget": "praxus:build:development"
}
},
"defaultConfiguration": "development",
Expand All @@ -115,7 +115,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "praxus:build"
"buildTarget": "praxus:build"
}
},
"test": {
Expand Down
6 changes: 3 additions & 3 deletions config/default.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name logilink.hopto.org;
server_name praxus.hopto.org;
return 301 https://$host$request_uri;
}

server {
listen 443 ssl;
server_name logilink.hopto.org;
server_name praxus.hopto.org;
ssl_certificate /etc/ssl/certs/cert1.pem;
ssl_certificate_key /etc/ssl/certs/privkey1.pem;
ssl_certificate_key / /certs/privkey1.pem;
location / {
root /var/www/app/praxus-app/;
index index.html;
Expand Down
Loading
Loading