4622 Commits

Author SHA1 Message Date
Daniel Kesselberg
8614cdc6fe 💚 Set selenium as default for acceptance tests 2018-06-02 19:41:04 +02:00
Daniel Kesselberg
04a6c8cc50 💚 Add env for travis & firefox 2018-06-02 19:40:13 +02:00
Daniel Kesselberg
d813305b28 💚 Add env for travis & firefox 2018-06-02 19:39:59 +02:00
Lucas Bartholemy
95475b987a Better user attribute detection in AuthClientHelpers 2018-05-30 23:46:57 +02:00
Lucas Bartholemy
4b7267342c PHPDoc fix 2018-05-30 22:36:01 +02:00
HumHub Translations
1a0133b5d8 Enh: Updated Translations (translate.humhub.org) 2018-05-25 11:34:49 +02:00
buddh4
ed36b1a465 Added ModuleEvent class 2018-05-24 20:40:30 +02:00
buddh4
1e0850fafd Enh: Added humhub\components\ModuleManager::EVENT_BEFORE_MODULE_ENABLE and humhub\components\ModuleManager::EVENT_AFTER_MODULE_ENABLE events
Enh: Added `humhub\components\ModuleManager::EVENT_BEFORE_MODULE_DISABLE` and `humhub\components\ModuleManager::EVENT_AFTER_MODULE_DISABLE` events
2018-05-24 20:08:13 +02:00
buddh4
0157b88a03 Fix: Module Assets are not republished after module update 2018-05-24 19:25:19 +02:00
buddh4
5154142473 Merge branch 'master' of https://github.com/humhub/humhub
# Conflicts:
#	protected/humhub/docs/CHANGELOG.md
2018-05-24 14:52:16 +02:00
buddh4
48f8eb5e8d Enh: Added user email to javascript user config 2018-05-24 14:50:05 +02:00
Lucas Bartholemy
12de158d11 Release 1.2.7 v1.2.7 2018-05-23 15:42:31 +02:00
Lucas Bartholemy
9cc0b332e8 Chg: Added footer menu to account menu on small display resolutions 2018-05-23 15:41:30 +02:00
HumHub Translations
cd87189e39 Enh: Updated Translations (translate.humhub.org) 2018-05-23 15:25:37 +02:00
buddh4
fedc8b80c7 Removed set profile attribute functional test log 2018-05-16 16:24:22 +02:00
buddh4
94eaf1ede8 Fixed notification tests 2018-05-16 13:39:04 +02:00
buddh4
77a76f5e7e Fixed User namespace issue in humhub\modules\user\components\BaseAccountController 2018-05-16 10:47:44 +02:00
buddh4
6ff622f2be Added missing AccessDirectory class 2018-05-15 19:53:41 +02:00
buddh4
82b8dd16d8 - Enh: Make directory access configurable by humhub\modules\directory\Module::active, humhub\modules\directory\Module::guestAccess
- Enh: Added `humhub\modules\directory\permissions\AccessDirectory` permission for group level directory access
2018-05-15 16:02:37 +02:00
buddh4
be7b3a74e0 - Fixed empty modal dialog response issue
- Fix #3146 invalid bootstrap.min.css link in installer
- Enh: Auto save `humhub\modules\content\models\ContentTagAddition` within `humhub\modules\content\models\ContentTag::afterSave()`
- Enh: Added `humhub\modules\content\components\ContentActiveRecord::isOwner()` to check the ownership of a content
2018-05-15 11:46:07 +02:00
Lucas Bartholemy
c11608fd64 Merge branch 'master' of github.com:humhub/humhub v1.2.6 2018-05-14 16:41:33 +02:00
Lucas Bartholemy
df0f2121a4 Prepare 1.2.6 release 2018-05-14 16:41:17 +02:00
HumHub Translations
974792aeb8 Enh: Updated Translations (translate.humhub.org) 2018-05-14 16:34:30 +02:00
Lucas Bartholemy
a1815fb61d Added footer menu to page layouts 2018-05-14 16:32:16 +02:00
Lucas Bartholemy
f34325e2d3 Enh: Added HForm class events EVENT_AFTER_INIT and EVENT_BEFORE_RENDER 2018-05-14 12:00:59 +02:00
Lucas Bartholemy
7fe9a1586e Enh: Added footer navigation - FooterMenu widget 2018-05-14 11:57:21 +02:00
HumHub Translations
28d5b0b3c9 Enh: Updated Translations (translate.humhub.org) 2018-05-08 14:40:29 +02:00
Lucas Bartholemy
3c50a27124 Fixed FriendShipTest getStateForUser 2018-05-06 22:34:40 +02:00
Lucas Bartholemy
f3a6056977 Minor code cleanups 2018-05-06 21:40:45 +02:00
Lucas Bartholemy
c5f697e571 Fix: With enabled guest mode BaseAccountController does not redirect to login page 2018-05-04 10:55:11 +02:00
Lucas Bartholemy
0d61c0f7a5 Fix: Memory leak in activity mail summary processor cron 2018-05-02 17:47:19 +02:00
Lucas Bartholemy
6f3b2bc3c9 Merge branch 'master' of github.com:humhub/humhub 2018-04-17 17:25:19 +02:00
buddh4
207f9cea49 Merge branch 'master' of https://github.com/humhub/humhub 2018-04-17 17:14:52 +02:00
buddh4
04b60dd69a Added FunctionalTester::follow()
Added `HumHubDbTestCase::setProfileField()` and `HumHubDbTestCase::becomeFriendWith()` and `HumHubDbTestCase::follow()`  and`HumHubDbTestCase::enableFriendships()`
2018-04-17 17:14:27 +02:00
HumHub Translations
6b31d27015 Enh: Updated Translations (translate.humhub.org) 2018-04-17 11:26:58 +02:00
Lucas Bartholemy
c357d8002d Merge branch 'master' of github.com:humhub/humhub 2018-04-17 10:44:43 +02:00
Lucas Bartholemy
d433dcd073 Fix #3108: Fixed cronjob examples with leading zero (acs-ferreira) 2018-04-17 10:44:27 +02:00
HumHub Translations
d6cdc792f0 Enh: Updated Translations (translate.humhub.org) 2018-04-12 18:00:53 +02:00
Lucas Bartholemy
762d4994ca Merge branch 'master' of github.com:humhub/humhub v1.2.5 2018-04-11 14:56:23 +02:00
Lucas Bartholemy
ed9efd94ed Release 1.2.5 2018-04-11 14:55:45 +02:00
buddh4
61f1ccc002 Build production assets 2018-04-11 14:54:24 +02:00
Lucas Bartholemy
d9a7244e90 Merge branch 'master' of github.com:humhub/humhub 2018-04-11 14:46:54 +02:00
Lucas Bartholemy
f8f1627e52 Fix #3009: Change the Space URL raises 404 2018-04-11 14:46:30 +02:00
HumHub Translations
d828ff11b7 Enh: Updated Translations (translate.humhub.org) 2018-04-11 14:32:08 +02:00
HumHub Translations
85025bdeec Enh: Updated Translations (translate.humhub.org) 2018-04-11 14:31:03 +02:00
Lucas Bartholemy
b2d2730c76 Enh: Added Norwegian Nynorsk language 2018-04-11 14:29:55 +02:00
buddh4
a0dd590b57 Fixed phpt 7.1 test issue. 2018-04-06 18:02:24 +02:00
buddh4
ad68cfaf67 Add restart = true option to acceptance test suite 2018-04-06 16:59:58 +02:00
buddh4
f722adf240 Merge branch 'master' of https://github.com/humhub/humhub
# Conflicts:
#	protected/humhub/docs/CHANGELOG.md
2018-04-04 11:42:43 +02:00
buddh4
99f7d5eca4 Enh: Added further FunctionalTester utilities 2018-04-04 11:40:23 +02:00