5115 Commits

Author SHA1 Message Date
Carlos Ferreira
21e9d334f6
Update groups.php 2018-07-15 23:35:29 +02:00
Carlos Ferreira
b2b08ba7db
Update userPosts.php 2018-07-15 23:32:57 +02:00
Carlos Ferreira
0b158d6720
Update OverviewController.php 2018-07-15 23:28:21 +02:00
Carlos Ferreira
d0a6e385cf
Update Events.php 2018-07-15 23:26:15 +02:00
Carlos Ferreira
daef75a75f
Update Profile.php 2018-07-15 23:22:03 +02:00
Carlos Ferreira
bceffa2080
Update SpaceModelMembership.php 2018-07-15 23:17:49 +02:00
Carlos Ferreira
1baa918c35
Small clean 2018-07-15 23:11:33 +02:00
buddh4
3b37519145 Merge branch 'master' of github.com:humhub/humhub 2018-07-15 18:51:57 +02:00
buddh4
83c3ef6ef7 Added missing layout-snippet-container class in space and profile layout 2018-07-15 18:51:04 +02:00
Lucas Bartholemy
e6eb318c27 Fix: UserUrlRule double User model import 2018-07-14 19:22:58 +02:00
buddh4
c65de216ee Fixed invalid userpicker translation syntax in czech language 2018-07-14 16:12:24 +02:00
buddh4
51bcd1b1c4 Merge branch 'master' of github.com:humhub/humhub 2018-07-13 16:43:41 +02:00
buddh4
6f98b4f055 Production asset rebuild 2018-07-13 16:43:25 +02:00
buddh4
75f4398f3b
Merge pull request #3212 from acs-ferreira/array-pass
Arrays on findOne() methods
2018-07-13 15:42:38 +02:00
Carlos Ferreira
6368cecc42
Update User.php 2018-07-13 15:07:10 +02:00
Carlos Ferreira
eb7f1dd2ee
Update UserGroupForm.php 2018-07-13 14:58:46 +02:00
Carlos Ferreira
9ae5eda684
Update UserEditForm.php 2018-07-13 14:57:14 +02:00
Carlos Ferreira
08e6167e9a
Update AddGroupMemberForm.php 2018-07-13 14:38:06 +02:00
buddh4
25ea5dc706 Fix remove markdown headline from plain text preview 2018-07-13 14:36:40 +02:00
Carlos Ferreira
d8e2a632bd
Update ManageController.php 2018-07-13 14:09:37 +02:00
buddh4
3fbecbeb29 Make use of ActiveQueryUser::active() in AddUsersToSpaceJob 2018-07-13 13:49:56 +02:00
buddh4
30e161a8a7 Removed debugger in humhub.comment.js 2018-07-13 13:35:06 +02:00
buddh4
0a1071ac19 Fix #3211 escaped html rendered on space list modal title 2018-07-13 11:24:42 +02:00
buddh4
96917a96fe Fix use of id's instead of ActiveRecords for AddUsersToSpaceJob 2018-07-13 10:52:51 +02:00
buddh4
2e394647bc Fix #3123 unbalanced html tags leads to broken comment after load more 2018-07-12 22:02:13 +02:00
buddh4
391d04eb3d Production asset build 2018-07-12 21:09:31 +02:00
buddh4
6d975a1dd3 Small cleanup 2018-07-12 21:03:23 +02:00
buddh4
842eb58e15 Enh topic labels now redirect to space stream with active topic filter if clicked outside of space stream 2018-07-12 21:02:13 +02:00
buddh4
cf1c423f62 - Fix force invite not working on space creation
- Enh: Enable invite all instead of force membership in case force invite checkbox is not selected
- Fix prevent MembersAdded activity when using force space membership
- Enh added `humhub.modules.ui.picker.Picker.disable()` in order to disable/enable userpicker fields
2018-07-12 19:10:02 +02:00
buddh4
8921fe7d41 Fix #3157 invalid use of relative space target link in MailContentEntry widget 2018-07-12 16:21:16 +02:00
buddh4
23a6fe0d5a Fix #3169 post markdown not stripped in mails and activities 2018-07-12 16:15:11 +02:00
buddh4
ea05e13165 Fix #3204 invalid russian translation in module overview 2018-07-12 15:24:12 +02:00
buddh4
1f6c83b65a - Fix #3200 wall stream scroll not working after single entry load request
- Fix added missing required validation of target space for move content feature
- Enh: Added `humhub.modules.stream.StreamState.firstRequest` in order to determine the initial request
2018-07-12 15:14:31 +02:00
Lucas Bartholemy
b063f90b4b Enh: Added search index rebuild button 2018-07-12 00:36:03 +02:00
Lucas Bartholemy
3a39047396 Enh: Moved search index tasks into ActiveJobs 2018-07-10 17:45:08 +02:00
Lucas Bartholemy
75c65a0e87 Fixed typo 2018-07-10 13:44:00 +02:00
Lucas Bartholemy
296fa81252 SendMessageBulk switched to ActiveQueryUser instead of User array 2018-07-10 13:29:23 +02:00
Lucas Bartholemy
384897ea0f ContentCreated Notification, pass ActiveUserQuery instead of user array 2018-07-10 12:00:43 +02:00
Lucas Bartholemy
2e9d26e824 Request membership pass ActiveUserQuery to bulk notification 2018-07-10 10:59:20 +02:00
Lucas Bartholemy
79cf593111 New version notification, pass admin query instead of user objects 2018-07-10 10:46:56 +02:00
Lucas Bartholemy
132aea0d8f Pass ActiveQueryUser instead of User objects in comment notifications 2018-07-10 10:28:06 +02:00
Lucas Bartholemy
35b57f493f Fixed typo 2018-07-10 10:20:39 +02:00
Lucas Bartholemy
4c9ac13821 Fix: Only pass recipientId instead of user object to SendNotification job 2018-07-10 09:48:59 +02:00
Lucas Bartholemy
cf32c28bf2
Merge pull request #3208 from Felli/patch-1
Fix: Remove duplicate
2018-07-10 09:09:57 +02:00
Sarah Tsumayoi
cd0bbdaf83
Fix: Remove duplicate 2018-07-10 10:10:34 +09:00
Lucas Bartholemy
7dc188703a Minor code style fixes 2018-07-09 20:26:38 +02:00
Lucas Bartholemy
698b30a25f PHPDoc fix 2018-07-09 20:24:56 +02:00
Lucas Bartholemy
09cf5427b2
Merge pull request #3206 from danielkesselberg/delete-invitation
Add possiblity to delete invite
2018-07-09 19:40:35 +02:00
Lucas Bartholemy
f63320da04 add modification time to theme stylesheet 2018-07-09 18:21:01 +02:00
Daniel Kesselberg
2d4c006c23 Merge branch 'master' into delete-invitation 2018-07-08 18:06:17 +02:00