2659 Commits

Author SHA1 Message Date
devochka
59ed1d158b Update base.php 2016-10-31 19:22:30 +01:00
devochka
e936a382c8 Update error.php 2016-10-31 19:06:00 +01:00
devochka
4e97e7f7c0 Update base.php 2016-10-31 19:03:17 +01:00
buddha87
ec8a425dc6 Small text fix in german language. 2016-10-28 23:05:07 +02:00
Lucas Bartholemy
4dc1cf7ef0 Merge branch 'master' of github.com:humhub/humhub 2016-10-28 14:59:02 +02:00
Lucas Bartholemy
23bc31d6e3 Improved update of last login date (also include autoLogin) 2016-10-28 14:58:39 +02:00
Lucas Bartholemy
8ea544a7d2 Rewrite dynamic configuration after authentication settings change 2016-10-28 14:55:25 +02:00
buddha87
e44d83f3c7 Merge branch 'master' of https://github.com/humhub/humhub 2016-10-28 11:10:23 +02:00
buddha87
e74de51184 Added select2 search input field support within bootstrap modals. 2016-10-28 11:08:26 +02:00
HumHub Translations
9f1cccf155 Enh: Updated Translations (translate.humhub.org) 2016-10-28 10:57:51 +02:00
Lucas Bartholemy
4e12d4d487 Increased version to 1.1.2 2016-10-28 10:56:23 +02:00
Lucas Bartholemy
6226bf6669 Ensure formatter timeZone is null when default is used 2016-10-27 19:07:02 +02:00
Lucas Bartholemy
f739c4a30d Removed PastDateValidator and use DbDateValidator instead 2016-10-27 18:33:44 +02:00
Lucas Bartholemy
75c7c2c984 More flexibility for custom AuthClients; also deny automatic authclient registration when disabled 2016-10-25 19:38:44 +02:00
buddha87
d89c16a377 Minor ui-loader js fix. 2016-10-22 18:04:11 +02:00
buddha87
85d7443d2a data-ui-loader compatibility with yii v2.0.10 (activeForm submission) 2016-10-21 14:50:46 +02:00
buddha87
2c577b68a3 Merge branch 'master' of https://github.com/humhub/humhub 2016-10-21 10:47:34 +02:00
buddha87
e9a4364f93 Set 'authMode' => 'null' swift mailer setting if no username und password is given to disable mail server authentication. 2016-10-21 10:47:07 +02:00
Lucas Bartholemy
7457dd1d4c Merge pull request #2039 from cebe/patch-2
Update UserController.php
2016-10-21 08:03:15 +02:00
Carsten Brandt
334fe72bf7 Update UserController.php
Fixed redirect URL. '/' is not correct if installed in subfolder. `Url::home()` covers all cases.
2016-10-20 21:52:27 +02:00
buddha87
0064dddbd4 Merge branch 'master' of https://github.com/humhub/humhub 2016-10-20 13:02:23 +02:00
buddha87
fe683220fc Added unsubscribe link to default mail layout for update mails. 2016-10-20 12:57:33 +02:00
Lucas Bartholemy
608f4d4119 Merge pull request #2037 from cebe/patch-2
added note about dev env for i18n guide
2016-10-20 09:24:02 +02:00
Carsten Brandt
593460ffe9 added note about dev env for i18n guide
issue #2035 and others
2016-10-20 08:36:57 +02:00
Lucas Bartholemy
100ef7355b Merge pull request #2033 from b17/issue-1968/mysql-check
Add check for PDO Mysql extension.
2016-10-18 16:39:05 +02:00
Lucas Bartholemy
4f3d669c97 Merge pull request #2032 from samdark/removed-unused-local-variables
Removed unused local variables
2016-10-18 16:38:45 +02:00
Lucas Bartholemy
a74d36f991 Merge pull request #2030 from samdark/fixed-wrong-concat-operator
Fixed wrong concatenation operator
2016-10-18 16:35:21 +02:00
Lucas Bartholemy
9b1652978e Merge pull request #2031 from samdark/remove-unused-use
Removed unused use statements
2016-10-18 16:34:51 +02:00
Lucas Bartholemy
7ff7003a46 Merge pull request #2029 from samdark/performance-fixes
Minor performance fixes
2016-10-18 16:34:31 +02:00
Roman Yakovenko
2d154d1640 Add check for PDO Mysql extension. Fixes #1968 2016-10-16 13:07:58 +03:00
Alexander Makarov
0b2bbdee49 Removed unused local variables 2016-10-16 02:40:44 +03:00
Alexander Makarov
0fe99bdb03 Removed unused use statements 2016-10-16 02:30:49 +03:00
Alexander Makarov
4d0b242a3f Fixed wrong concatenation operator 2016-10-16 02:24:31 +03:00
Alexander Makarov
c0d95ed928 Minor performance fixes 2016-10-16 02:20:51 +03:00
Lucas Bartholemy
55c45bc8dc Merge pull request #2027 from b17/patch-1
Add var keyword for container in like.js
2016-10-15 19:23:42 +02:00
Roman Yakovenko
6040e220eb Add var keyword for container in like.js
It can be an issue on slow connections.
2016-10-15 17:05:12 +03:00
Lucas Bartholemy
8673769ab1 Space Membership Button enhancements 2016-10-14 17:15:41 +02:00
Lucas Bartholemy
2b30d68002 Cleanup content container module settings after deactivation 2016-10-14 17:13:54 +02:00
Lucas Bartholemy
037ace60a8 SettingsManager - added deleteAll method and improved boolean handling 2016-10-14 17:13:05 +02:00
Lucas Bartholemy
4f5f0a44af Merge pull request #2020 from SilverFire/master
Added SpaceContent widget
2016-10-14 17:09:51 +02:00
Lucas Bartholemy
fb2371adb3 Merge pull request #2021 from SilverFire/dashboard-content
Added DashboardContent widget
2016-10-14 17:08:36 +02:00
Lucas Bartholemy
48cc36a0dc Merge pull request #2023 from cebe/patch-2
fixed paths of icon and manifest.json in main layout
2016-10-14 17:06:55 +02:00
Carsten Brandt
85899bcb5d fixed paths of icon and manifest.json in main layout 2016-10-12 23:57:53 +02:00
SilverFire - Dmitry Naumenko
7aab0a9da1 Added SpaceContent widget to have an event before dashboard content rendering 2016-10-11 18:47:30 +03:00
SilverFire - Dmitry Naumenko
39fb75ab31 Added SpaceContent widget to have an event before space content rendering 2016-10-11 14:16:20 +03:00
buddha87
4d6e142d9a Change language in account settings refactored. 2016-10-06 15:46:46 +02:00
buddha87
a054d665b4 Merge branch 'master' of https://github.com/humhub/humhub 2016-10-06 13:41:12 +02:00
buddha87
6508b78922 Fixed #1551 change language account setting without additional page reload. 2016-10-06 13:40:51 +02:00
buddha87
099acb8ab0 Merge pull request #2014 from SilverFire/master
Fixed russian spelling
2016-10-06 12:42:47 +02:00
SilverFire - Dmitry Naumenko
329d6b09a2
Fixed russian spelling 2016-10-06 13:11:20 +03:00