OCA Git Bot
ce3041213f
[UPD] addons table in README.md
7 years ago
Moises Lopez - https://www.vauxoo.com/
5b5ccbd078
Merge pull request #1108 from LasLabs/bugfix/9.0/password_security-request_params
[9.0][FIX] password_security: No login success with no params
7 years ago
Nicolas Mac Rouillon
23b278d6df
[FIX] 9.0 fix funtion copy in mass.object ( #1092 )
7 years ago
OCA Git Bot
d956a955a1
[UPD] addons table in README.md
7 years ago
Dave Lasley
3b57763009
Merge pull request #1103 from grindtildeath/9.0_fix_auth_oauth_special_chars_name
[9.0][FIX] Auth_totp : ensure no special chars are passed to totp.provisioning_uri
7 years ago
Akim Juillerat
b5edf00d57
Ensure no special chars are passed to totp.provisioning_uri
7 years ago
OCA Transbot
2914144ab2
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
39af4033fc
[ADD] setup.py
7 years ago
OCA Git Bot
e90661a830
[UPD] addons table in README.md
7 years ago
Dave Lasley
f44e64ed2a
[FIX] password_security: No login success with no params
* Default the `login_success` parameter to False instead of True in order to mitigate lack of parameter existence due to unknown module. Fixes OCA#1081
7 years ago
Jordi Ballester Alomar
51f421f99e
Merge pull request #999 from Eficent/9.0-add-base_cron_exclusion
[9.0][ADD] base_cron_exclusion
7 years ago
lreficent
f66628a401
[9.0][ADD] base_cron_exclusion
7 years ago
OCA Transbot
a4b38fb212
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
66b8033d04
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
6dfbd2be8e
Merge pull request #1088 from LasLabs/bugfix/9.0/gh-1083-add-default-reset-time
[FIX] password_security: Default last write date
7 years ago
Dave Lasley
da4275ea22
[FIX] password_security: Default last write date
* Add a default `password_write_date` to circumvent need for immediate password reset, fixing #1083
7 years ago
OCA Transbot
5d91f5a599
OCA Transbot updated translations from Transifex
7 years ago
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