4616 Commits

Author SHA1 Message Date
HumHub Translations
dd507b3d1a Enh: Updated Translations (translate.humhub.org) 2018-03-25 20:48:10 +02:00
HumHub Translations
0436a4eafa Enh: Updated Translations (translate.humhub.org) 2018-03-25 18:31:57 +02:00
Lucas Bartholemy
2f2db2895b
Merge pull request #3106 from acs-ferreira/patch-2
Apply Yii security patch
2018-03-25 17:43:00 +02:00
Lucas Bartholemy
96fd7d5dc1
Merge pull request #3109 from MarZab/master
Added Slovene language
2018-03-25 17:42:34 +02:00
Sarah Tsumayoi
d791d0084e
Update .htaccess.dist 2018-03-25 12:37:54 +09:00
Sarah Tsumayoi
fc74fd0ede
Fix: Base Subdomains 2018-03-24 18:52:44 +09:00
Marko Zabreznik
b19bba4a8f Added Slovene language 2018-03-21 13:40:59 +01:00
Carlos Ferreira
f6cb7f0740
Apply Yii security patch
See http://www.yiiframework.com/news/168/releasing-yii-2-0-15-and-database-extensions-with-security-fixes/
2018-03-20 16:20:03 +01:00
Lucas Bartholemy
9606c0c2cb Fixed null pointer exception 2018-03-20 13:07:54 +01:00
Lucas Bartholemy
9375a96952 Fix: Group member search by firstname/lastname 2018-03-19 12:54:55 +01:00
Lucas Bartholemy
d557fe1f25 Allow LDAP field mapping using application configuration file 2018-03-16 20:13:41 +01:00
Lucas Bartholemy
d59b8c92c2
Merge pull request #3094 from acs-ferreira/patch-8
Clean PostController
2018-03-15 13:17:54 +01:00
Lucas Bartholemy
6755862efb
Merge pull request #3092 from acs-ferreira/patch-6
Clean dashboard Index_guest
2018-03-15 13:17:20 +01:00
Lucas Bartholemy
5a1bea02fb
Merge pull request #3091 from acs-ferreira/patch-5
Clean dashboard Index
2018-03-15 13:09:08 +01:00
Lucas Bartholemy
466bf62e22
Merge pull request #3093 from acs-ferreira/patch-7
Clean dashboard Config
2018-03-15 13:08:48 +01:00
Lucas Bartholemy
da8c37619d Merge branch 'master' of github.com:humhub/humhub 2018-03-15 13:07:10 +01:00
Lucas Bartholemy
470589ec0c Fix: Increased maximum e-mail address length from 45 characters to 25 2018-03-15 13:06:50 +01:00
Lucas Bartholemy
83a698cba1
Merge pull request #3098 from acs-ferreira/patch-11
Fix #3097
2018-03-15 12:10:54 +01:00
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