1832 Commits

Author SHA1 Message Date
buddha87
ac36e6ae50 Allow overwriting default messages per configuration + Allow restriction of allowed languages. 2016-03-04 15:33:24 +01:00
Lucas Bartholemy
4e49577995 Enh: Added fixed link to current users profile 2016-03-03 23:52:52 +01:00
Sebastian Stumpf
76be682ea4 Reversing order of pagetitles. 2016-03-01 13:11:15 +01:00
Lucas Bartholemy
78dd8becbc Enh: Added friendship private content to ActiveQueryContent 2016-02-28 21:57:22 +01:00
Lucas Bartholemy
34ae2818d2 Fixed: UserFollow Button 2016-02-28 21:46:21 +01:00
Lucas Bartholemy
be9a0f6919 Merge branch 'master' into v1.1-dev
Conflicts:
	protected/humhub/modules/user/libs/Ldap.php
	protected/humhub/modules/user/widgets/ProfileHeader.php
	protected/humhub/modules/user/widgets/views/profileHeader.php
2016-02-27 08:53:28 +01:00
Lucas Bartholemy
afc0f6112d Fixed #1458: Birthday Date is saved off by one 2016-02-27 08:46:15 +01:00
Lucas Bartholemy
d25913da11 Enh: Added Date profile field 2016-02-27 08:43:59 +01:00
Lucas Bartholemy
da93e9d650 Enh: Added option for admins to access private contents 2016-02-26 19:16:53 +01:00
Lucas Bartholemy
2324c2f153 Enh: Added option that admins can manage profile images/banners of all users 2016-02-26 16:10:06 +01:00
Lucas Bartholemy
c1f07e7b0d Fixed: Don't add comment link when there are no permissions 2016-02-26 15:03:16 +01:00
Lucas Bartholemy
9f0655a909 Enh: Added directory page size setting 2016-02-26 07:49:17 +01:00
Lucas Bartholemy
ac75d3decb Enh: Added can comment permission 2016-02-26 07:35:50 +01:00
Lucas Bartholemy
c21dd47022 Enh: Allow LDAP sync of date fields in arbitrary formats 2016-02-26 06:14:19 +01:00
Lucas Bartholemy
c32d9e5637 Fixed: Login via E-Mail Address 2016-02-26 06:09:56 +01:00
Lucas Bartholemy
5aca8de984 Fixed: Installer country field config 2016-02-26 06:08:58 +01:00
Lucas Bartholemy
9eea699665 Merge branch 'v1.1-dev' of github.com:humhub/humhub into v1.1-dev 2016-02-26 05:58:12 +01:00
Lucas Bartholemy
5c79bf80fd Merge branch 'master' into v1.1-dev 2016-02-26 05:58:03 +01:00
Lucas Bartholemy
e81b32a11f Enh: Added default hide age option to birthday profile field type 2016-02-26 05:56:42 +01:00
Lucas Bartholemy
1fc3f89de7 Fixed: HForm readOnly option for checkbox and datetime fields 2016-02-26 05:51:04 +01:00
Lucas Bartholemy
6ee0f865d9 Enh: Allow profile field types to set default values 2016-02-26 05:46:55 +01:00
Lucas Bartholemy
862b19803e Enh: Allow LDAP sync of date fields in arbitrary formats 2016-02-26 05:43:33 +01:00
Lucas Bartholemy
35f8ab2ff6 Fixed #1485: Allow underscore in CheckClassType helper 2016-02-26 03:26:56 +01:00
buddha87
a48baf55e5 Refactor change visibility frontend logic 2016-02-25 20:39:06 +01:00
buddha87
3cf8edb516 Fixed change visibility to private if default visibility is private. 2016-02-25 20:27:14 +01:00
Lucas Bartholemy
c516a452d5 Fixed #1176: Removed unused space website attribute 2016-02-25 19:12:22 +01:00
buddha87
0b342086e4 Fixed #1318, #1467, #1501 Set visibility checkbox prop instead of attribute + Don't hide public badge on profile view + Proper implementation of input placeholder replacement for richtexteditor 2016-02-25 19:05:03 +01:00
Lucas Bartholemy
bbd87a3dee Merge pull request #1500 from phorque/master
Fix $filePath generation with Nginx when X-Sendfile is used
2016-02-25 18:51:13 +01:00
Lucas Bartholemy
8d5f63ef19 Merge branch 'v1.1-dev' of github.com:humhub/humhub into v1.1-dev
Conflicts:
	protected/humhub/modules/admin/controllers/SettingController.php
2016-02-25 18:45:52 +01:00
Lucas Bartholemy
3e8ac428cf Merge branch 'master' into v1.1-dev
Conflicts:
	protected/humhub/config/common.php
	protected/humhub/modules/user/models/Invite.php
	protected/humhub/modules/user/widgets/UserFollowButton.php
2016-02-25 18:41:41 +01:00
Sebastian Stumpf
c4f2cccb61 Enh.: Extension of protected/humhub/components/Controller.php to added page titles to modules. 2016-02-25 18:05:52 +01:00
Victor Goya
4737821920 Fix $filePath generation with Nginx when X-Sendfile is used
When I tried to use the "X-Sendfile" option with Nginx no images were displayed and I got a bunch of `substr() expects parameter 1 to be string, object given` in the logs.

Seems like we should use $filePath instead of $file here, I tried it and everything works great now :3
2016-02-25 17:38:43 +01:00
Lucas Bartholemy
cc31bc51df Fixed #877: Removed content edit possibility on archived spaces 2016-02-25 17:35:43 +01:00
Lucas Bartholemy
5480d86c63 Fixed: Directory widget knob display height 2016-02-25 16:47:23 +01:00
Sebastian Stumpf
fc33d677a2 Enh.: Initial profile country field is now a CountrySelect field. 2016-02-25 13:15:33 +01:00
Lucas Bartholemy
162e20e73d Enh #1412: Added cron for cleanup user_http_session table 2016-02-24 22:59:33 +01:00
Lucas Bartholemy
a88f6a9959 Fixed #1037: Login link in 401 error (guestmode) 2016-02-24 22:35:25 +01:00
Lucas Bartholemy
23118b0ee2 Merge branch 'master' of github.com:humhub/humhub 2016-02-24 22:19:57 +01:00
Lucas Bartholemy
679d7c5420 fixed #1459: Notification of comment like broken 2016-02-24 22:19:44 +01:00
Lucas Bartholemy
68fc1e341a Merge pull request #1498 from helnokaly/master
fix issue #1442 and #1459
2016-02-24 22:16:36 +01:00
HumHub Translate
2f7320fa39 Enh: Updated Translations (translate.humhub.org) 2016-02-24 22:03:29 +01:00
HumHub Translate
1a4bf1a8b6 Enh: Updated Translations (translate.humhub.org) 2016-02-24 22:01:21 +01:00
Lucas Bartholemy
49f2920fda Changed version to beta.4 2016-02-24 22:00:11 +01:00
Lucas Bartholemy
8b2ad2de8c Enh: Allow to change input date formats 2016-02-24 21:55:40 +01:00
Sebastian Stumpf
730ea2833e Enh: Added iso3166 conform Country Field. 2016-02-24 18:29:10 +01:00
helnokaly
8e650330f8 fix issue #1459 Notification of Comment like indicates Post instead of Comment 2016-02-24 14:55:30 +02:00
helnokaly
ac2804ba72 fix issue #1442 'firstname' should display as 'First name' .... 2016-02-24 13:31:41 +02:00
Lucas Bartholemy
74222107bf Fixed #1391: Cannot set default user profile visibility 2016-02-24 03:15:59 +01:00
Lucas Bartholemy
359627a9b8 Fixed: Directory follow button, added AJAX support 2016-02-24 02:50:16 +01:00
Lucas Bartholemy
e72f4daa29 Fixed #1448: Added php-intl ICU and ICU data version to requirement checker 2016-02-24 01:28:49 +01:00