2389 Commits

Author SHA1 Message Date
Lucas Bartholemy
3a734c15d4 Changed version to 1.1.0-beta.1 2016-05-24 17:15:54 +02:00
Lucas Bartholemy
dbebbe0cf4 Added loader to User/Space module admin buttons 2016-05-24 15:50:04 +02:00
Lucas Bartholemy
8ded616151 Improved module enabled/disable via ModuleManager 2016-05-24 15:43:21 +02:00
Lucas Bartholemy
90c703ea26 Merge pull request #1745 from cebe/v1.1-dev
use intl for translating country names
2016-05-24 08:18:00 +02:00
Carsten Brandt
fc2a077c8f use intl for translating country names
instead of user contributed translations.
Data is already there.

fixes #1744
2016-05-23 23:20:23 +02:00
Lucas Bartholemy
2873020b6f Merge pull request #1746 from cebe/fix-comment
allow sending image-only comments
2016-05-23 21:29:56 +02:00
buddha87
1379a55bee Merge pull request #1748 from buddha87/v1.1-dev
Fixed: canEdit error for guest user
2016-05-23 21:01:52 +02:00
buddha87
a6b0ff7df9 Fixed: canEdit error for guest user 2016-05-23 21:00:28 +02:00
buddha87
9c6d60d28f Merge pull request #1747 from buddha87/v1.1-dev
User Account Setting refactor + Authclient / Default text
2016-05-23 19:53:21 +02:00
buddha87
f038f62446 Merge branch 'v1.1-dev' of https://github.com/humhub/humhub into v1.1-dev 2016-05-23 19:49:48 +02:00
buddha87
014c90b3db User Account Setting refactor + Authclient / Default text + Functional testing fixes 2016-05-23 19:49:23 +02:00
Carsten Brandt
25fb5e4844 allow sending image-only comments
fixes #1541
2016-05-23 17:08:22 +02:00
Lucas Bartholemy
30811e5842 Fixed error on profile creation when no user is mapped yet 2016-05-23 14:15:51 +02:00
Lucas Bartholemy
5c8ce9bc1b Enh: Added searchable flags to profile fields 2016-05-23 13:03:50 +02:00
Lucas Bartholemy
c846a02193 Show some search results, when no keyword was given 2016-05-23 12:20:21 +02:00
buddha87
c07f747d4e Merge pull request #1743 from buddha87/v1.1-dev
User account settings styling
2016-05-22 18:49:50 +02:00
buddha87
f2abd6cae0 Merge branch 'v1.1-dev' of https://github.com/humhub/humhub into v1.1-dev 2016-05-22 18:47:34 +02:00
buddha87
9e5dff707a User Account Settings styling 2016-05-22 18:43:53 +02:00
Lucas Bartholemy
f9c9ade4da Fixed CheckPasswordValidator when no user is logged in 2016-05-21 05:19:59 +02:00
Lucas Bartholemy
673d786f9b Authclient improvements 2016-05-21 05:14:06 +02:00
Lucas Bartholemy
7e1a99d1df Minor group administration fixes 2016-05-21 03:35:20 +02:00
Lucas Bartholemy
6d755e9023 Allow group_id attribute in AuthClient attributes 2016-05-21 03:34:47 +02:00
Lucas Bartholemy
e165f73f30 Improved default group during registration 2016-05-21 03:33:50 +02:00
Lucas Bartholemy
1c0026e9ce Validate group_id in registration scenario 2016-05-21 03:32:49 +02:00
buddha87
e86f83fdb9 Merge branch 'v1.1-dev' of https://github.com/humhub/humhub into v1.1-dev 2016-05-21 01:52:32 +02:00
buddha87
6a57fc96bd ImageConverter fix 2016-05-21 01:52:17 +02:00
Lucas Bartholemy
1d1c359a03 Authentication documentation 2016-05-20 19:06:00 +02:00
Lucas Bartholemy
36e6405200 Added preconfigured authclients and improved ui 2016-05-20 17:05:42 +02:00
Lucas Bartholemy
e553932382 Fixed #580: Do not generate en_uk message files 2016-05-20 02:56:45 +02:00
Lucas Bartholemy
ef06f1ee47 Trim RichTextWidget output 2016-05-20 02:48:03 +02:00
Lucas Bartholemy
1b39451cea Merge pull request #1742 from cebe/v1.1-dev
cleanup, small fixes and phpdoc improvements
2016-05-20 02:38:57 +02:00
Carsten Brandt
12cc597821 cleanup, small fixes and phpdoc improvements
things I found while working.
2016-05-20 02:31:09 +02:00
Lucas Bartholemy
af3ba93a76 Merge pull request #1741 from cebe/patch-2
Fixed typo in German translation: "Benachrichtungen"
2016-05-20 01:12:46 +02:00
Carsten Brandt
4fa36f5e91 Fixed typo in German translation: "Benachrichtungen"
korrekt: Benachricht**ig**ungen
2016-05-20 00:39:46 +02:00
Lucas Bartholemy
a47dcdb459 Merge pull request #1740 from cebe/search-fix
fixed search results for short keywords
2016-05-19 20:32:51 +02:00
Carsten Brandt
d7f72e1182 fixed search results for short keywords
fixes #1737
2016-05-19 20:14:19 +02:00
Lucas Bartholemy
d8fc0d251f Merge branch 'v1.1-dev' of github.com:humhub/humhub into v1.1-dev 2016-05-19 19:41:43 +02:00
Lucas Bartholemy
8f24cb0adf Merge branch 'master' into v1.1-dev
# Conflicts:
#	protected/humhub/docs/guide/dev-settings.md
2016-05-19 19:36:56 +02:00
Lucas Bartholemy
4deea29259 Enh #1737: Changed default min search query token length to 2 chars 2016-05-19 19:23:11 +02:00
Lucas Bartholemy
fda6259fad Merge pull request #1736 from cebe/patch-2
make unimplemented functions in search class abstract
2016-05-19 18:53:10 +02:00
Lucas Bartholemy
c88540ac52 Merge pull request #1739 from cebe/patch-3
Update ContentContainerActiveRecord.php
2016-05-19 18:52:57 +02:00
Carsten Brandt
431f21660a Update ContentContainerActiveRecord.php
make `createUrl()` signature compatible with Child classes:

- dd388cb336/protected/humhub/modules/space/models/Space.php (L378)
- dd388cb336/protected/humhub/modules/user/models/User.php (L565)
2016-05-19 18:51:05 +02:00
buddha87
1f28edb506 Merge pull request #1738 from buddha87/master
Documentation enhancements
2016-05-19 18:49:14 +02:00
buddha87
14a219e745 Documentation enhancements 2016-05-19 18:48:08 +02:00
Carsten Brandt
1451c6c4ab make unimplemented functions in search class abstract
does not make much sense otherwise. This ensures proper implementation of child classes.
2016-05-19 18:12:51 +02:00
Lucas Bartholemy
dd388cb336 Enh: Allow change of stream default sort order 2016-05-19 17:37:59 +02:00
Lucas Bartholemy
4306b650d7 Added LayoutAddons widget 2016-05-19 16:14:59 +02:00
Lucas Bartholemy
018d7b9a27 Added BaseSidebar class for various sidebars 2016-05-19 15:21:32 +02:00
Lucas Bartholemy
6a1226cb54 Removed duplicate of ImageConverter 2016-05-19 15:11:06 +02:00
Lucas Bartholemy
8761c834da Enh #1732: Added option to overwrite the notification polling time 2016-05-19 14:44:19 +02:00