Commit Graph

338 Commits

Author SHA1 Message Date
38e66120f7 Fix button "Load more" initialization on Pjax loading (#5109) 2021-06-08 18:25:18 +02:00
afc8e51f0c Rework Directory (#5057)
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2021-06-05 13:38:43 +02:00
fe88866205 Implement Acknowledge Feature in Modules/Forms #25 (#4776) 2021-05-25 13:04:44 +02:00
6eb40dce2f Add codemirror asset bundle (#4965) 2021-05-25 11:32:58 +02:00
17b1618603 Merge branch 'master' into develop 2021-02-08 18:49:21 +01:00
0874a48727 Close modal window on click link with url in href (#4812) 2021-02-04 16:12:50 +01:00
6192d85bbf Added support for collapsible form fields (#4795) 2021-01-25 15:19:14 +01:00
8005f17097 Added language file based workaround for #4638 2020-11-26 20:25:09 +01:00
12ad024bba Removed legacy richtext classes and resources. 2020-10-13 15:06:49 +02:00
e2293c58e5 Merge branch 'develop' into enh/timeagoRework 2020-10-12 18:49:00 +02:00
9bbf13f837 Enh #4407: Reworked TimeAgo widget 2020-10-12 18:46:21 +02:00
e8dd91cf94 Fix: Loader not removed from event trigger 2020-10-12 16:40:37 +02:00
db3b87a3cd Minor cleanup 2020-10-01 15:04:36 +02:00
9126e14253 Implementation of view context header 2020-09-25 19:16:53 +02:00
0e3126566a Merge branch 'develop' into enh/wallStreamEntryWidgetlayouts
# Conflicts:
#	static/less/stream.less
#	themes/HumHub/css/theme.css
2020-09-16 15:58:59 +02:00
9fcc7b4e48 Fix #4323: TabbedForm validation switches to erroneous tab on every client form validation 2020-09-04 18:26:05 +02:00
c291e9f23f Fix: Autofocus of picker input in modal not working 2020-09-03 17:09:39 +02:00
3c534a4939 Catch all errors in _getNode() 2020-07-16 13:01:43 +02:00
4ae5399e8a Fix: Component.instance() throws error for invalid selectors 2020-07-16 12:57:43 +02:00
5ea6aaf2e4 Fix: Misleading error message 'Unable to determine dataType from response' logged on ajax error 2020-07-15 11:00:55 +02:00
d59205fe54 Fix #4227: Removed redundant code from humhub.ui.widget.js 2020-07-14 18:50:06 +02:00
0105e43b36 Enh: Disable close modal by click on backdrop or escape by default. 2020-06-23 18:11:31 +02:00
fdb078def4 Fix: See password field addition calculates wrong position with container animation 2020-05-20 15:39:56 +02:00
aa39f85c5b Fix: Oembed not found due to different encoding 2020-05-20 13:44:56 +02:00
feaa54e6fa Fix #4030: #search-menu-nav required in theme view layout main 2020-05-13 14:33:58 +02:00
94e562a0e6 - Fix #3977 Reverted nicescroll version to 3.6.6 due to mobile scroll issues
- Chg: Only use nicescroll on space chooser, notifications, and activity stream on large devices
- Chg: Replaced `humhub.ui.view.isNormal()` with  `humhub.ui.view.isLarge()`
2020-04-09 20:24:58 +02:00
e197c74347 Fixed legacy MarkdownFieldAsset.php 2020-04-06 17:59:09 +02:00
813039859a Fix: Fixed "unreachable code after return statement" in humhub.ui.picker.js 2020-04-06 15:10:54 +02:00
bacf6decd2 - Fixed progress dependency in humhub.file.js
- Fixed "unreachable code after return" warning in humhub.ui.widget.js
2020-04-06 12:56:56 +02:00
c030e0193c Enh #3941: Core asset bundle optimization 2020-03-30 20:28:29 +02:00
df6b6ef85b Merge branch 'develop' of github.com:humhub/humhub into develop 2020-03-30 19:44:01 +02:00
94db33b040 Moved legac markdown editor assets to protected\humhub\modules\ui\form 2020-03-30 19:43:44 +02:00
4fac5bad50 Merge branch 'master' into develop 2020-03-24 14:38:40 +01:00
125d09588b Fix #3942: Show password icon not placed correctly if field was initially hidden 2020-03-23 17:55:13 +01:00
766ef3b7bd Enh #3939: Add client.redirect action to client js module 2020-03-23 16:37:11 +01:00
7e8344d39c - Enh #3924: Display update stream badge once an update is available
- Enh #3924: Implement `Stream.isUpdateAvailable()` to determine if there is an update available
- Enh #3924: Implement `Stream.onUpdateAvailable()`, `Stream.loadUpdate()` and `Stream.options.autoUpdate` to manage stream updates
- Enh #3924: Added `humhub\modules\content\live\NewContent:$streamChannel`
2020-03-18 15:14:07 +01:00
e86c5315b4 Enh #3910: Add javascript url util humhub.util.url.getUrlParameter() 2020-03-11 12:44:04 +01:00
8c3b01fcf5 Enh #3907: Allow client.ajax().abort() 2020-03-10 16:24:18 +01:00
3b348421c7 Fixed top menu dropdown not hidden by default. 2020-03-05 18:38:35 +01:00
6a2a36da30 Fix #3897: Top menu dropdown on mobile does not update active state 2020-03-05 18:31:10 +01:00
136e13ca59 Fix #3894: Pjax call does not does not release scroll body scroll lock when default swipe is active 2020-03-05 18:09:25 +01:00
5c370ca9b4 Fix #3834: Many entries in the top menu crashing layout 2020-03-05 16:03:33 +01:00
9b8788d992 Removed js debugger from humhub.ui.view.js 2020-02-27 11:29:34 +01:00
4302adf2dc Updated ui.view scroll timeout to 400ms 2020-02-27 11:27:02 +01:00
596d8d1117 - Enh: Added humhub.ui.view.isActiveScroll() in order to check current scroll state (e.g. used to prevent swipe)
- Enh: Added `humhub.ui.view.preventSwipe()` in order to prevent default swipe
2020-02-24 17:41:54 +01:00
bec291e2d2 Remove debugger from humhub.ui.view.js 2020-02-24 16:43:44 +01:00
89ef57fd3b Fix #3879: New mobile swap interfers horizontal scroll 2020-02-24 16:42:31 +01:00
e4a358b308 Fix show-more gradient does not consider actual background color. 2020-02-18 13:24:03 +01:00
368924d2a5 Enh: Added gradient to ui.showMore feature 2020-02-17 20:49:20 +01:00
5ba4740365 Fix ui.modal.submit fails on links with href='#' 2020-01-24 18:00:35 +01:00