Commit Graph
52 Commits
Author SHA1 Message Date
tonis 66aeeff584 Ehh: Added option to pre-fill recovery email via url parameter 2024-09-18 17:19:57 +03:00
tonis d42764fc30 added Chengelog 2024-03-18 15:11:11 +02:00
tonis 25c7b90aad added docs 2024-03-08 10:05:05 +02:00
tonis 706e377b43 Merge remote-tracking branch 'upstream/master' into limit-profile-view 2024-03-08 09:34:16 +02:00
tonis 22f4795093 added changelog 2024-03-08 09:34:11 +02:00
tonis 804e74a3d7 added option to disable viewing any other user's profile for non-admin users 2024-03-08 09:29:23 +02:00
tonis 66616e2bd2 Allow/suggest new v3 releases of 2amigos 2fa dependencies 2024-02-26 17:22:12 +02:00
tonis ormisson 5c28e7159d adjust dev dependencies 2023-01-06 15:39:40 +02:00
tonis ormisson 0fc628cbcd adjust dev dependencies 2023-01-06 15:37:34 +02:00
tonis ormisson 06e089a601 upgrade dev dependencies 2023-01-06 15:33:23 +02:00
tonis ormisson 1c16ece741 fixed userBlockService controller type check to use "instanceof" to allow overridden controllers 2022-10-05 13:35:35 +03:00
tonis ormisson dee1962d68 add changelog 2022-09-09 11:35:48 +03:00
tonis ormisson ec665e1cc2 missed one ... 2022-09-08 14:07:34 +03:00
tonis ormisson 569b049011 implement module viewPath in all views instead of static file reference 2022-09-08 09:41:08 +03:00
tonis ormisson db232f150a fixed translations not initialized 2022-09-06 09:53:46 +03:00
Tõnis Ormisson e79d08e9a6 Run CI pipeline on Pull-request change (#466) 2022-08-11 13:20:31 +02:00
Tõnis Ormisson 368563dcc0 Phpstan fix (#465)
phpstan level 2: services and i18n
2022-08-11 10:27:04 +02:00
Tõnis Ormisson 8bef4d41cc Remove default swiftmailer dependency (#448)
* replace swiftmailer references with generic interface references
* replace swiftmailer dependency with suggested symfonymailer (option to also use old swiftmailer)
* remove getSwiftMailer fro mtests
* adjuts config to skip yii2 coded swiftmailer
* dev and test only until php 7.4 (synphonymailer)
2022-08-11 08:13:10 +02:00
tonis ormisson fdac4698bd phpstan: ok at level 1 2022-08-10 17:25:35 +03:00
tonis ormisson c856eded75 phpstan: remove <php7.4 from build grid (v1.6) 2022-08-10 17:12:10 +03:00
tonis ormisson fa17922914 phpstan: missing declared return 2022-08-10 16:58:13 +03:00
tonis ormisson 3e33813fd5 phpstan: missing service returns 2022-08-10 16:48:03 +03:00
tonis ormisson 197a6b7636 phpstan: unsafe static 2022-08-10 16:27:30 +03:00
tonis ormisson d2f9afa7f3 initialize phpstan with level 0 2022-08-10 16:22:42 +03:00
tonis ormisson b78656d229 Fixed issue: remove after/before login events from ajax LoginForm validation, only validation is done there 2022-04-04 11:46:42 +03:00
Tõnis Ormisson 422a17d8dc Use GitHub actions (#447)
* init github actions

* init github actions: test run on feature branch

* github actions: remove alternative mysql port

* github actions: expose mysql port

* github actions: install & try migrations

* github actions: adjust test db configuration for github actions

* github actions: run tests

* github actions: fix codeception db connection add actions badge

* github actions: try only php8

* github actions: add php 7.4

* github actions: dont fail fast

* github actions: save test-outputs as artifacts

* github actions: save test-outputs only on fail

* github actions: save runtime folder in artifacts on failed build

* github actions: save runtime folder in artifacts on failed build

* github actions: save error  logs for tests

* github actions: log error if unable to send email on new user creation

* github actions: change log conf

* github actions: add tests yii2:transaction=false to pass tests on php < 8

* github actions: add tests yii2:transaction=false to pass tests on php < 8

* github actions: remove travis

* github actions: add changelog
2022-02-17 13:45:34 +01:00
tonis ormisson 60feeaf0f5 add changelog 2022-02-16 17:45:43 +02:00
tonis ormisson 1179f71b25 fixed issue: user login events not triggered on ajax requests 2022-02-16 17:34:08 +02:00
Tonis Ormisson 54440121a2 fix invalid @@ for some translations, remove all '@@@@' from translations 2021-02-09 10:57:45 +02:00
Tõnis Ormisson 9602eafd7a update Estonian Translation (& run Yii message) 2019-01-09 09:26:26 +02:00
Tõnis Ormisson c3db1ba35c Merge remote-tracking branch 'upstream/master' into dev-ctrlr-modules
# Conflicts:
#	CHANGELOG.md
2018-09-15 10:18:50 +03:00
Tõnis Ormisson 41d576911e DEV: add changelog 2018-09-15 10:17:17 +03:00
Tõnis Ormisson e15ff3f9d1 DEV: use ModuleAwareTrait instead 2018-09-12 19:15:29 +03:00
Tõnis Ormisson e437219ecc Merge remote-tracking branch 'upstream/master' into fix-string1
# Conflicts:
#	src/User/resources/i18n/pt-PT/usuario.php
2018-09-12 12:10:46 +03:00
Tõnis Ormisson 75b9cd87d5 DEV: replace deprecated InvalidParamException with InvalidArgumentExc… (#235) 2018-09-12 08:13:31 +02:00
Tõnis Ormisson e9bca86828 DEV: replace deprecated ::className() with ::class (#232) 2018-09-11 21:58:21 +02:00
Tõnis Ormisson e41681bf70 DEV: add some phpDoc references 2018-09-10 18:46:26 +03:00
Tõnis Ormisson 841b03d52e DEV: add controller module class reference 2018-09-10 18:37:21 +03:00
Tõnis Ormisson cd470ded78 DEV: remove html tags from GDPR output null values (#231) 2018-09-10 16:32:28 +02:00
Tõnis Ormisson 0cf5efd99c DEV: fix short-tag usage (#230) 2018-09-10 15:31:01 +02:00
Tõnis Ormisson 76d1271090 DEV: fix phpdoc typos (#229) 2018-09-10 13:53:53 +02:00
Tõnis Ormisson 52e8c1db7d Re-generate translation files 2018-08-30 08:40:31 +03:00
Tõnis Ormisson fc5f47d599 revert unwanted deletions 2018-08-30 08:33:12 +03:00
Tõnis Ormisson fcf2b90904 Merge branch 'master' into fix-string1 2018-08-30 08:02:34 +03:00
Tõnis Ormisson cfb99b02c7 Merge branch 'master' into fix-string1 2018-07-19 08:33:14 +03:00
Tõnis Ormisson bdf48cd2d9 Fix typos in ET translations (#204) 2018-07-19 07:12:06 +02:00
Tõnis Ormisson c514c850bd use "in case of" instead of "against" in string
"Two factor authentication protects you against stolen credentials"
2018-07-18 19:23:52 +03:00
Tõnis Ormisson de89166051 Fix typos in ET translations 2018-07-18 19:13:30 +03:00
Tõnis Ormisson 547ea061a9 Update Estonian translations, add missing ET to config (#201)
* Add estonian to i18n config
* Update Estonian translations
2018-07-13 14:23:48 +02:00
Tonis Ormisson cce9703b36 update changelog 2018-01-24 12:17:03 +02:00
Tonis Ormisson 26f28254a0 Merge remote-tracking branch 'upstream/master'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-01-24 09:48:35 +02:00
Tonis Ormisson 460e74a584 DEV: add estonian translation 2018-01-24 09:46:11 +02:00