OCA Git Bot
fc3c385fea
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
fb2879efc0
Merge pull request #1076 from StefanRijnhart/fix/9.0/password_security/underscore
[FIX] Underscore is a special character
7 years ago
Stefan Rijnhart
14b4e49871
[FIX] Underscore is a special character
7 years ago
OCA Transbot
49a5665e32
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
5b09661578
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
161e27e2d1
[UPD] addons table in README.md
7 years ago
Stefan Rijnhart (Opener)
b324b6f717
[FIX] password_security: As an ERP manager, allow to reset users' passwords ( #1054 )
7 years ago
OCA Git Bot
6d338a79a2
[ADD] setup.py
7 years ago
OCA Git Bot
b54d705ef4
[UPD] addons table in README.md
7 years ago
Stefan Rijnhart (Opener)
41b445a519
Merge pull request #1046 from Eficent/9.0-mig-mass_editing
[9.0][ADD] Migration scripts for mass_editing
7 years ago
Dave Lasley
7a6987fe74
Test isolated build ref OCA/maintainer-quality-tools#511
7 years ago
Oleg Bulkin
4adbcc1aa1
[ADD] auth_totp_password_security: Compatibility
* Overload mfa_login_post action introduced by auth_totp so that password
expiration check from password_security still happens during an MFA login
* Add unit tests for new logic
7 years ago
Oleg Bulkin
21f367c970
[FIX] password_security: auth_totp compatibility
* Modify overloaded web_login action to not trigger a password expiration check
if the login process is not complete yet (e.g. due to auth_totp)
* Add unit test for new logic
* Fix warning caused by unrelated unit test
7 years ago
OCA Transbot
0834d5aad3
OCA Transbot updated translations from Transifex
7 years ago
mreficent
354c661157
[ADD] Migration scripts for mass_editing
7 years ago
OCA Transbot
79d39fd36b
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
d477d36ed5
Merge pull request #1034 from syleam/9.0-fix-oauth_provider-tests
[FIX] oauth_provider: Fix tests when using last oauthlib versions
7 years ago
Sylvain GARANCHER
72ef2a97d7
[FIX] oauth_provider: Fix tests when using last oauthlib version
7 years ago
OCA Git Bot
3c1cea8f3f
[UPD] addons table in README.md
7 years ago
OCA Git Bot
2e6c99f3f6
[ADD] setup.py
7 years ago
Simone Orsi
d6e168f735
[add] base_fontawesome ( #866 )
7 years ago
Simone Orsi
c05212926f
[fix] base_manifest_extension tests
Comparison of dependencies was failing because of items order.
7 years ago
OCA Git Bot
a9f392b954
[UPD] addons table in README.md
7 years ago
Dave Lasley
1db9c06ba7
Merge pull request #991 from LasLabs/hotfix/9.0/LABS-474-password_security-force-reset
[FIX] password_security: Force password reset
7 years ago
OCA Git Bot
0116997355
[ADD] setup.py
7 years ago
OCA Git Bot
5fc27deb02
[UPD] addons table in README.md
7 years ago
Dave Lasley
23dd9ab3a0
Merge pull request #979 from LasLabs/feature/9.0/LABS-474-base_manifest_extension-migrate
[9.0][MIG][ADD] base_manifest_extension: Migrate to v9 and rdepends_if_installed
7 years ago
Oleg Bulkin
23b61cc81a
[FIX] password_security: Force password reset
* Add logic to overloaded web_login action to log out users with expired
passwords, preventing the password reset from being ignored
* Add unit test for new logic
7 years ago
Oleg Bulkin
c8667ca0f7
[ADD] base_manifest_extension: rdepends_if_installed
* Add support for rdepends_if_installed key, which allows a module to specify
other installed modules that should list it as a dependency
* Add unit tests for new logic
7 years ago
OCA Git Bot
858866b2cd
[ADD] setup.py
7 years ago
OCA Git Bot
0f851df6f6
[UPD] addons table in README.md
7 years ago
Jordi Ballester Alomar
fab287438f
Merge pull request #932 from Eficent/9.0-mig-fetchmail_bydate
[9.0][mig] fetchmail_bydate
7 years ago
Oleg Bulkin
28f76dd258
[MIG] base_manifest_extension: Migrate to v9
* Migrate to v9 branch
* Update manifest and README
* Change license to LGPL
7 years ago
Holger Brunn
0696c309a6
base_manifest_extension
7 years ago
OCA Git Bot
27771b9902
[UPD] addons table in README.md
7 years ago
jmorgannz
df414dfeb1
Module auth_session_timeout: Pluggability ( #887 )
* Module auth_session_timeout:
---------------------------
* Refactor to allow other modules to inherit and augment or override the following:
** Session expiry time (deadline) calculation
** Ignored URLs
** Final session expiry (with possibility to late-abort)
* Re-ordered functionality to remove unnecessary work, as this code is called very often.
* Do not expire a session if delay gets set to zero (or unset / false)
* WIP
* Fixed flake8 lint errors
* Fixed flake8 lint errors
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Module: auth-session-timeout: Refactor ResUser tests to use `unittest.mock` patching
* Module: auth_session_timeout: Fixed flake8 lint errors
* Module: auth_session_timeout: Fixed flake8 lint errors
7 years ago
Dave Lasley
6a39156686
Merge pull request #968 from tafaRU/9.0-base_kanban_stage-fix2
[FIX] base_kanban_stage: following on #954
7 years ago
Alex Comba
2932f17537
[FIX] base_kanban_stage: following on https://github.com/OCA/server-tools/pull/954
7 years ago
OCA Git Bot
92fa2f4c9a
[ADD] setup.py
7 years ago
OCA Git Bot
323555bc5c
[UPD] addons table in README.md
7 years ago
Dave Lasley
8d156ee54f
Merge pull request #954 from tafaRU/9.0-base_kanban_stage-fix
[FIX] base_kanban_stage: fix wrong field referenced in base_kanban_abstract_view_kanban; user_id instead of kanban_user_id
7 years ago
Jordi Ballester Alomar
04e242e87c
Merge pull request #933 from Eficent/9.0-mail_log_messages_to_process
[9.0][add] mail_log_messages_to_process
7 years ago
OCA Transbot
346cc12dd2
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
231de7392e
[UPD] addons table in README.md
7 years ago
Jairo Llopis
bde02893c4
[FIX][module_auto_update] Always store changes in lower graphs ( #953 )
7 years ago
Alex Comba
1fc5e850ee
[FIX] base_kanban_stage: fix wrong field referenced in base_kanban_abstract_view_kanban; user_id instead of kanban_user_id
7 years ago
OCA Git Bot
3a7c17f3a4
[UPD] addons table in README.md
7 years ago
Jairo Llopis
b8285b5a71
[FIX][module_auto_update] Record base addon checksum ( #948 )
7 years ago
OCA Git Bot
c3c39bde0c
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
a14abce554
Merge pull request #945 from Tecnativa/9.0-fix-password_security-noupdate
[9.0][FIX] password_security: noupdate rule
7 years ago