72 Commits

Author SHA1 Message Date
buddh4
8cbf8cd21b Fix: File upload errors not handled by richtext 2018-07-18 16:15:06 +02:00
buddh4
c3392a16a9 - Enh: Use of new richtext version 1.0.4 see https://github.com/humhub/humhub-prosemirror/blob/master/docs/CHANGELOG.md
- Enh: Added max-height for post/comment/edit richtext
2018-07-17 19:31:23 +02:00
Lucas Bartholemy
2dedbdadd5 Enh: Added id data attribute on contentcontainer links 2018-07-16 18:08:47 +02:00
Lucas Bartholemy
06fe164228 Enh: Automatic theme stylesheet loading including parent theme stylesheets
Chg: Moved OpenSans font to core assets
2018-06-05 16:26:48 +02:00
Lucas Bartholemy
ceb6f4c7fb Updated composer dependencies 2018-06-04 01:16:00 +02:00
buddh4
92012b9861 Fixed ie11/edge prosemirror-richtext issue
Fixed richtext link bug
2018-04-26 18:06:00 +02:00
Carlos Ferreira
be6ac05637
Allow patch versions of Yii 2.0.14 2018-03-16 13:33:39 +01:00
Lucas Bartholemy
5347ed59b7 Enh: Added random default space color on creation 2018-03-16 13:11:58 +01:00
Lucas Bartholemy
c40d9e21df Merge branch 'master' into v1.3-dev
# Conflicts:
#	.travis.yml
#	protected/humhub/modules/admin/controllers/UserController.php
#	protected/humhub/modules/comment/models/Comment.php
#	protected/humhub/modules/post/controllers/PostController.php
#	protected/humhub/modules/space/Events.php
#	protected/humhub/modules/user/controllers/AccountController.php
#	protected/humhub/modules/user/models/User.php
2018-03-16 10:44:04 +01:00
Carlos Ferreira
7ce6da319e
Upgrade Yii version 2018-03-13 01:27:43 +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
3a7ee91957 Allow 0.4.6 with php5 support 2018-03-05 21:13:19 +01:00
Daniel Kesselberg
5c486208e1 Add specify/verify as dependency 2018-03-05 20:51:16 +01:00
Lucas Bartholemy
9f032a8e7e
Merge pull request #2892 from acs-ferreira/patch-7
Update versions constraints
2018-02-15 15:51:20 +01:00
githubjeka
957c6a5c6d fix Object for PHP7.2 2018-02-14 10:10:38 +03:00
Lucas Bartholemy
b09dd2fce9 fix composer.json merge 2018-02-13 19:31:41 +01:00
Lucas Bartholemy
708af2787b Merge branch 'master' into v1.3-dev
# Conflicts:
#	composer.json
#	protected/humhub/modules/admin/controllers/PendingRegistrationsController.php
#	protected/humhub/modules/admin/controllers/UserController.php
#	protected/humhub/modules/admin/views/pending-registrations/index.php
#	protected/humhub/modules/admin/views/user/index.php
#	protected/humhub/modules/space/behaviors/SpaceController.php
#	protected/humhub/modules/space/behaviors/SpaceModelMembership.php
#	static/less/file.less
#	themes/HumHub/css/theme.css
2018-02-13 19:21:27 +01:00
buddh4
975e715995 Merge branch 'v1.3-dev' of https://github.com/humhub/humhub into v1.3-dev
# Conflicts:
#	protected/humhub/config/common.php
#	protected/humhub/docs/CHANGELOG_DEV.md
#	protected/humhub/docs/guide/bundled-software.md
#	protected/humhub/modules/content/widgets/richtext/HumHubRichText.php
#	themes/HumHub/css/theme.css
2018-02-08 14:35:13 +01:00
buddh4
130c4aa6de Added ProseMirror rich text editor. 2018-02-08 14:28:55 +01:00
Lucas Bartholemy
00691514c1 Revert "Revert "Merge branch 'v1.3-dev' into master""
This reverts commit 955d83be8b9e20183b1db209141db7ab24d048a3.
2018-01-23 09:50:01 +01:00
Lucas Bartholemy
955d83be8b Revert "Merge branch 'v1.3-dev' into master"
This reverts commit 895156b2a5113f3ac87a20616e599e37ed853e7a, reversing
changes made to 28acd4040a3a7e84c90520b093eff6e977cb4f82.
2018-01-23 09:40:29 +01:00
Daniel Kesselberg
98a8a41831 Migrate PendingRegistrations to new Exporter
Drop phpexcel dependency
2018-01-18 12:52:56 +01:00
Daniel Kesselberg
6eefd92997 Update packages 2018-01-15 22:48:13 +01:00
Daniel Kesselberg
94da209f95 Add packages 2018-01-12 15:54:54 +01:00
Carlos Ferreira
6925740074
Update versions constraints 2018-01-05 14:38:45 +01:00
Lucas Bartholemy
df538e14e3 Revert "Revert "Merge branch 'v1.3-dev' into master""
This reverts commit 834368140af6359eeb075b96127477c4339059d6.

# Conflicts:
#	protected/humhub/modules/admin/models/forms/CacheSettingsForm.php
2017-12-22 19:55:12 +01:00
Lucas Bartholemy
834368140a Revert "Merge branch 'v1.3-dev' into master"
This reverts commit d2d45f7d78e54b9dcf81e023af336c5bc064b548, reversing
changes made to 3a2daed62f549a4720741b9cd5a15a83521e08e4.

# Conflicts:
#	protected/humhub/docs/guide/admin/asynchronous-tasks.md
2017-12-22 13:49:00 +01:00
Lucas Bartholemy
d2d45f7d78
Merge branch 'v1.3-dev' into master 2017-12-20 12:00:21 +01:00
Carsten Brandt
958d940da6
improve composer-asset-plugin config
- Make sure to be compatible with newer versions of the plugin

  > The "extra.asset-installer-paths" option is deprecated, use the
  > "config.fxp-asset.installer-paths" option

- Improve performance of dependency resolution:
  120d35506e (diff-b5d0ee8c97c7abd7e3fa29b9a27d1780)
2017-11-17 11:16:08 +01:00
Lucas Bartholemy
5fef46c527 Enh: Added Push live module driver using Redis and Node.JS 2017-11-10 01:45:08 +01:00
Lucas Bartholemy
b87e0b1b81 Composer update (add queue & redis) 2017-10-27 21:52:18 +02:00
Lucas Bartholemy
13c5a53d3c - Chg: Switched from Composer FXP plugin to Asset Packagist repository
- Enh: Committed composer.lock
2017-10-14 00:22:23 +02:00
Lucas Bartholemy
18f5bdce4c Enh: Added DurationPickerWidget 2017-09-19 13:58:40 +02:00
Carlos Ferreira
887e0acd80 Stick to Yii2 concrete version
See https://github.com/humhub/humhub/issues/2745
2017-09-07 08:47:45 +02:00
buddh4
03fdb7a5df ControllerAccess 2017-08-01 22:10:35 +02:00
buddh4
7153d174d8 Added ImagesLoaded js 2017-07-25 13:13:09 +02:00
buddh4
4a3376e4fa Button API enhancements.
Enh: Include `kartik-v/yii2-widgets`
2017-07-03 14:50:44 +02:00
Lucas Bartholemy
ac3ef62056 Enh: Upgraded zhuravljov\yii\queue to version 0.11, fixed download issue 2017-04-03 19:39:47 +02:00
buddh4
4a60d75e98 Enh: #2359 Use Jplayer playlist feature for post mp3 2017-03-16 14:26:21 +01:00
Lucas Bartholemy
20bc9e74dc Enh: Added Clipboard.js and Permalink "Copy to clipboard" link 2017-03-09 14:19:26 +01:00
buddh4
8108e6890e Updated min Yii version to 2.0.11 2017-02-10 16:45:13 +01:00
Carlos Ferreira
f6511ad4ac Update composer.json 2017-02-09 12:30:35 +01:00
Lucas Bartholemy
e149b8be7e Added queuing component 2017-01-18 12:48:47 +01:00
buddh4
887aa4f9d0 Revert of Activity field change + Test alignments. 2017-01-08 00:28:07 +01:00
buddha87
4d5bc8708e Initial Notification Rewrite + Markdown posts (experimental). 2017-01-04 14:53:25 +01:00
buddha87
0cef6f0330 Richtext JS Api, Disabled Archived Stream, Stream Console Fix 2016-12-18 23:05:34 +01:00
buddha87
feabb9f20b Api Enh: Stream Action uses StreamQuery Model, Js UI Addition extends + Mutation Observer + Fixes: SpaceChooser animation + Tour. 2016-12-09 08:37:52 +01:00
buddha87
66c969de00 Enh: Space Chooser rewrite. 2016-11-11 16:23:47 +01:00