cristian-longhi
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
13 additions and
7 deletions
-
CHANGES.md
-
docker/docker-compose.yaml
-
sapl/settings.py
-
sapl/templates/base.html
|
@ -1,4 +1,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
3.1.164-RC4 / 2025-09-22 |
|
|
|
|
|
======================== |
|
|
|
|
|
|
|
|
|
|
|
* Fix recibo proposição e adiciona rate limiter em matéria e norma |
|
|
|
|
|
* Release: 3.1.164-RC3 |
|
|
|
|
|
|
|
|
3.1.164-RC3 / 2025-09-16 |
|
|
3.1.164-RC3 / 2025-09-16 |
|
|
======================== |
|
|
======================== |
|
|
|
|
|
|
|
|
|
@ -33,11 +33,11 @@ services: |
|
|
networks: |
|
|
networks: |
|
|
- sapl-net |
|
|
- sapl-net |
|
|
sapl: |
|
|
sapl: |
|
|
# image: interlegis/sapl:3.1.164-RC3 |
|
|
image: interlegis/sapl:3.1.164-RC4 |
|
|
build: |
|
|
# build: |
|
|
context: ../ |
|
|
# context: ../ |
|
|
dockerfile: ./docker/Dockerfile |
|
|
# dockerfile: ./docker/Dockerfile |
|
|
container_name: sapl |
|
|
# container_name: sapl |
|
|
labels: |
|
|
labels: |
|
|
NAME: "sapl" |
|
|
NAME: "sapl" |
|
|
restart: always |
|
|
restart: always |
|
|
|
@ -43,7 +43,7 @@ ALLOWED_HOSTS = ['*'] |
|
|
LOGIN_REDIRECT_URL = '/' |
|
|
LOGIN_REDIRECT_URL = '/' |
|
|
LOGIN_URL = '/login/?next=' |
|
|
LOGIN_URL = '/login/?next=' |
|
|
|
|
|
|
|
|
SAPL_VERSION = '3.1.164-RC3' |
|
|
SAPL_VERSION = '3.1.164-RC4' |
|
|
|
|
|
|
|
|
if DEBUG: |
|
|
if DEBUG: |
|
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' |
|
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' |
|
|
|
@ -200,7 +200,7 @@ |
|
|
<small> |
|
|
<small> |
|
|
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto. |
|
|
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto. |
|
|
</small> |
|
|
</small> |
|
|
<span>Release: 3.1.164-RC3</span> |
|
|
<span>Release: 3.1.164-RC4</span> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|