4598 Commits

Author SHA1 Message Date
Carlos Ferreira
13c429fbac
<img> tag has no end tag 2018-03-14 21:32:17 +01:00
Carlos Ferreira
2abb916c16
Fix #3097 2018-03-14 21:30:18 +01:00
Carlos Ferreira
ba7da09381
Clean PostController 2018-03-12 02:11:26 +01:00
Carlos Ferreira
270bb2b0da
Clean dashboard Config 2018-03-12 02:05:18 +01:00
Carlos Ferreira
b23bbc6643
Clean dashboard Index_guest 2018-03-12 02:01:56 +01:00
Carlos Ferreira
aa93891fa4
Update index.php 2018-03-12 01:59:20 +01:00
Lucas Bartholemy
400b77b9b8
Merge pull request #3081 from cebe/performance-improvement
improve performance for search (avoid memory issues)
2018-03-08 10:25:09 +01:00
Carsten Brandt
9166ac82f0
code style improvements
also fix cache invalidation
2018-03-06 21:12:37 +01:00
buddh4
f8519760d5 Fix #3049 invalid fixed date format label 2018-03-06 18:45:01 +01:00
buddh4
914ca7a6ea Fix #3010 change of post visibility not working if default is public 2018-03-06 18:18:56 +01:00
Carsten Brandt
d6f3a9734a
improve performance for search (avoid memory issues)
when limiting a search query to spaces, only the space IDs are necessary.
When a user is member in many spaces, loading all the spaces objects
consumes a lot of memory and in extreme cases can cause Humhub to crash
with out of memory error.

This problem is fixed by adding a new method
`Membership::GetUserSpaceIds()` a new private method is added to ensure
the query is the same for `GetUserSpaceIds()` and `GetUserSpaces()`.
2018-03-06 17:04:19 +01:00
buddh4
b7e37d7a15 Fix #2968 html encoding issue for user image tooltip 2018-03-06 15:29:08 +01:00
buddh4
86992d787b Merge branch 'master' of https://github.com/humhub/humhub 2018-03-06 14:56:10 +01:00
buddh4
5394607083 Fix Html::getAttributeValue() incompatibility with array value attributes. 2018-03-06 14:55:42 +01:00
Daniel Kesselberg
9bcdee578f
Merge pull request #3078 from danielkesselberg/master
Fix test suite
2018-03-05 22:31:53 +01:00
Daniel Kesselberg
d6c51494df Return exit code != 0 when file not found. 2018-03-05 22:17:41 +01:00
Daniel Kesselberg
3b4b5d2efd Remove invalid repositories option 2018-03-05 21:49:35 +01:00
Daniel Kesselberg
980b63d589 Remove invalid repositories option 2018-03-05 21:47:19 +01:00
Daniel Kesselberg
5ddf93d0bb Allow 0.4.6 with php5 support 2018-03-05 21:36:28 +01:00
Daniel Kesselberg
8a0cac7cc8 Fix call for codecept run 2018-03-05 21:14:33 +01:00
Daniel Kesselberg
3a7ee91957 Allow 0.4.6 with php5 support 2018-03-05 21:13:19 +01:00
Daniel Kesselberg
0a0ed0258d Update travis config 2018-03-05 21:00:26 +01:00
Daniel Kesselberg
5c486208e1 Add specify/verify as dependency 2018-03-05 20:51:16 +01:00
buddh4
36dbef4b50 Merge branch 'master' of https://github.com/humhub/humhub 2018-03-02 19:06:14 +01:00
buddh4
b895cf0a5d Fix #3048 Send invites as guest should not be possible (and also fails) 2018-03-02 18:59:33 +01:00
HumHub Translations
0b09e9ea05 Enh: Updated Translations (translate.humhub.org) 2018-03-02 13:52:24 +01:00
Lucas Bartholemy
2fe3fae1b4
Merge pull request #3053 from acs-ferreira/patch-10
Typo (double quotes needed)
2018-02-27 10:47:16 +01:00
Carlos Ferreira
9f7773df2e
Typo (double quotes needed) 2018-02-26 13:50:54 +01:00
Lucas Bartholemy
619c1660fa
Merge pull request #3030 from acs-ferreira/patch-16
Declare visibility after abstraction
2018-02-25 21:24:04 +01:00
Lucas Bartholemy
055dc466c6
Merge pull request #3041 from acs-ferreira/patch-23
Switch from mkdir() to FileHelper::createDirectory
2018-02-25 20:51:15 +01:00
Lucas Bartholemy
2478709d7d
Merge pull request #3033 from acs-ferreira/patch-17
Clean Comment Model
2018-02-25 20:42:06 +01:00
Lucas Bartholemy
e6666df78a
Merge pull request #3035 from acs-ferreira/patch-19
Clean Setting model
2018-02-25 20:16:56 +01:00
Lucas Bartholemy
c8210d409a
Merge pull request #3034 from acs-ferreira/patch-18
Clean
2018-02-25 20:16:19 +01:00
Lucas Bartholemy
a6340c4bd6
Merge pull request #3036 from acs-ferreira/patch-20
Clean and format
2018-02-25 20:16:00 +01:00
Lucas Bartholemy
fd8b60698b
Merge pull request #3039 from acs-ferreira/patch-21
Format
2018-02-25 19:32:13 +01:00
Lucas Bartholemy
99beefc2d0
Merge pull request #3040 from acs-ferreira/patch-22
Clean
2018-02-25 19:31:55 +01:00
Lucas Bartholemy
fe173cda3f
Merge pull request #3046 from acs-ferreira/patch-4
Clean
2018-02-25 19:29:42 +01:00
Lucas Bartholemy
37eb7cb811
Merge pull request #3047 from acs-ferreira/patch-7
Clean
2018-02-25 19:29:13 +01:00
Carlos Ferreira
9901c62590
Ommit defaults 2018-02-21 11:27:18 +01:00
Carlos Ferreira
fdd113327b
Clean 2018-02-21 10:28:30 +01:00
Carlos Ferreira
97036870c9
Clean 2018-02-21 10:22:16 +01:00
Carlos Ferreira
ce399d5532
Update UploadProfileImage.php 2018-02-21 09:25:23 +01:00
Carlos Ferreira
b9e11ec6bc
Update travis to require sudo
See https://docs.travis-ci.com/user/chrome#Selecting-a-Chrome-version and https://github.com/travis-ci/travis-ci/issues/8836
2018-02-20 19:04:57 +01:00
Carlos Ferreira
92153cd719
Typo 2018-02-20 18:41:43 +01:00
Carlos Ferreira
3db38c90c8
Update LogoImage.php 2018-02-20 18:21:03 +01:00
Carlos Ferreira
f7fa34459c
Typo 2018-02-20 18:16:19 +01:00
Carlos Ferreira
4fa3b24b7b
Update StorageManager.php 2018-02-20 17:49:40 +01:00
Carlos Ferreira
4e0419a690
Massive Clean of ZendLuceneSearch 2018-02-20 17:46:54 +01:00
Carlos Ferreira
62864e5254
Update ModuleManager.php 2018-02-20 17:31:30 +01:00
Carlos Ferreira
d84cab46f6
Update OnlineModuleManager.php 2018-02-20 17:25:41 +01:00