Carlos Ferreira
ced80ad3a3
Update LogoImage.php
2018-03-13 01:33:29 +01:00
Carlos Ferreira
35217bd0e6
Update StorageManager.php
2018-03-13 01:32:08 +01:00
Carlos Ferreira
60bb162ea4
Update ProfileBannerImage.php
2018-03-13 01:30:45 +01:00
Carlos Ferreira
71a4ecc8da
Update ProfileBannerImage.php
2018-03-13 01:29:53 +01:00
Carlos Ferreira
414a7e93fa
Update ProfileImage.php
2018-03-13 01:29:02 +01:00
Carlos Ferreira
7ce6da319e
Upgrade Yii version
2018-03-13 01:27:43 +01:00
Carlos Ferreira
bb3b6c4f51
Update ProfileBannerImage.php
2018-03-13 01:24:25 +01:00
Sarah Tsumayoi
41ed03d6ec
Update .htaccess.dist
2018-03-13 07:19:31 +09: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
Carlos Ferreira
0b90ea03c8
Clean module content Events
2018-03-12 01:55:29 +01:00
Carlos Ferreira
16756f5655
Clean Space Chooser view
2018-03-11 12:23:41 +01:00
Carlos Ferreira
e150fc4406
Clean Invite Modal view
2018-03-11 12:04:56 +01:00
Sarah Tsumayoi
a95551a5f2
Update .htaccess.dist
2018-03-10 13:30:24 +09:00
Sarah Tsumayoi
1f1d831e64
Update .htaccess.dist
2018-03-10 13:28:03 +09:00
Sarah Tsumayoi
62143ee5ff
Update .htaccess.dist
2018-03-10 13:25:49 +09:00
Sarah Tsumayoi
c561ab1fad
Enh: Add Protection Headers
...
Adds `Referrer-Policy`, `X-XSS-Protection`, `X-Content-Type-Options`, and `Content-Security-Policy` headers.
2018-03-10 13:22:34 +09:00
Sarah Tsumayoi
fa40c99c2f
Update CHANGELOG_DEV.md
2018-03-09 17:17:54 +09:00
Sarah Tsumayoi
6c809ecd83
Deprecate Instagram OAuthClient & Remove
2018-03-09 17:15:32 +09: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
Lucas Bartholemy
5a8277ef95
Merge pull request #3068 from githubjeka/v1.3-dev-php-doc
...
IDE autocompletion
2018-03-08 10:21:30 +01:00
Lucas Bartholemy
673174a024
Merge pull request #3082 from acs-ferreira/patch-14
...
Better handle of CURLOPT_FOLLOWLOCATION
2018-03-08 10:18:41 +01:00
Lucas Bartholemy
6386941f79
Merge pull request #3084 from acs-ferreira/patch-24
...
Clean DynamicConfig lib
2018-03-08 09:39:55 +01:00
Sarah Tsumayoi
8a8b20ad64
Merge branch 'v1.3-dev' into patch-1
2018-03-08 11:45:29 +09:00
Daniel Kesselberg
730bc1ec91
Merge pull request #3067 from githubjeka/databasename
...
Added Database name on admin > information > database panel
2018-03-07 13:13:49 +01:00
githubjeka
043cde0fa5
moved DatabaseInfo and enhancement for unit test
2018-03-07 15:10:04 +03:00
Carlos Ferreira
407461bed7
Clean DynamicConfig lib
2018-03-07 13:08:16 +01:00
Daniel Kesselberg
d7d0f92e74
Merge pull request #3072 from githubjeka/v1.3-dev-members-static
...
to fix static deprecated php error
2018-03-07 13:07:14 +01:00
Daniel Kesselberg
e4126ce075
Merge pull request #3070 from githubjeka/v1.3-dev-space-search-static
...
To fix PHP Deprecated Warning Non-static method
2018-03-07 13:04:17 +01:00
Carlos Ferreira
9efceb8a63
Better handle of CURLOPT_FOLLOWLOCATION
2018-03-07 12:45:00 +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
githubjeka
d3f7e6aaf5
Added notification for members of groups
2018-03-06 09:24:27 +03: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
githubjeka
08ac2c83a1
Merge remote-tracking branch 'origin/v1.3-dev' into v1.3-dev-php-doc
2018-03-05 21:28:48 +03:00