Sebastian Stehle
f6ac2bc219
Feature/grid ( #539 )
* Seperate components.
* Configurable dashboard.
* Final fixes.
6 years ago
Ruud
a132301bf7
bugfix expecting wrong js file of ace.js ( #536 )
Co-authored-by: Ruud Faessen <r.faessen@mindef.nl>
6 years ago
Ruud
bdcf32fa43
Include Markdown editor and richtext editor in squidex instead of via CDN ( #533 )
* add markdown and rich text editor as dependencies
* version update of simplemde types
* use copy plugin to copy files to output and lazy-load them
* Revert "add markdown and rich text editor as dependencies"
This reverts commit 0151ad36c1 .
* revert version update
* npm i
* load via dependencies folder
* add dependencies
* check for localhost when loading scripts (due frontend/backend seperation).
* add ace modes
* I thought I was clear that I wanted to revert this
* subdirectory is build, use that in non-localhost environments
* satisfy build?
* load dependencies from npm, copy required content to output/dependencies
* remove dependencies folder
* change resourceLoader for easier re-using local loading
* smaller
* one more
* add font-awesome as local dependency as well
* hide block by default, if outdatedbrowser.min.js can be loaded, it will set display to 'block'. Also fixed bug of actually calling oudatedBrowser
* spacing
Co-authored-by: Ruud Faessen <r.faessen@mindef.nl>
6 years ago
Sebastian Stehle
3b479d0c40
Feature/route sync ( #535 )
* Sync state with routes
6 years ago
Sebastian
1248b01c5d
Fix dropdown.
6 years ago
Sebastian
8d072caa73
References checkboxes
6 years ago
Sebastian
a944c7dc89
Touch fixed with editors.
6 years ago
Sebastian
2fddf4d29b
Fixed layout bug.
6 years ago
Sebastian
29a1fc2b10
Fix for autocomplete
6 years ago
Sebastian
9a1de19b3a
Fix for roles view.
6 years ago
Sebastian Stehle
880c5ef5f0
Feature/rule runner ( #512 )
* Imports reorganized after objective criterias.
* Rule rerunner.
* Build fix.
* Just another fix.
* Another build fix.
6 years ago
Sebastian
f133152d98
Improvements to role form.
6 years ago
Sebastian Stehle
ac6a49d9b1
Performance ( #501 )
* Performance improvements.
* Date improvements.
6 years ago
Sebastian
3f8a4b7c50
Confirm dialog for assets.
6 years ago
Sebastian Stehle
034a5b00ba
Feature/edit comments ( #497 )
* Edit comments.
6 years ago
Sebastian
6220cd3ec4
Better layout for checkboxes.
6 years ago
Sebastian
7691b5bad5
Usability improvements.
6 years ago
Sebastian
b1de8adfba
Fix form issue.
6 years ago
Sebastian
c3407b26c6
autocomplete width.
6 years ago
Sebastian
8e6ba755dc
Fixing tests
6 years ago
Sebastian
b6eb98df7d
Better handle of empty strings.
6 years ago
Sebastian Stehle
fdac7beeaa
Feature/elastic ( #488 )
* Temporary
* More progress.
* Updates to text idnexer.
* Some progress.
* Test
* Upgrade to NG9
* Build fixed.
* Tsconfig udpated
* Progress
* Small build optimization.
* Improvements
* Fixes
* Elastic search indexer.
* Text indexer improvement.
* Text indexer improvements.
* Impróvements for singleton content items.
* Found
* Started with tests.
* More tests.
* More tests.
* Better text index.
* Handle asset search.
* Remove unused status filter.
* Tests fixed.
* More tests.
* Small task fix.
* Loading animations.
* Extracted scripting.
* Fix formatting.
* Performance improvement and migration fix.
6 years ago
Sebastian
e944d2ed71
Fix tag editor.
6 years ago
Sebastian Stehle
aa49450b8b
Fix/value changes ( #487 )
* Fix for value changes
* References
# Conflicts:
# frontend/app/features/content/shared/forms/array-item.component.ts
* More fixes for value changes.
6 years ago
Sebastian Stehle
408879e80f
Reactive UI ( #484 )
6 years ago
Sebastian Stehle
d5d1285419
Feature/focus point ( #482 )
* Improved image editor and focus point.
* added missing files.
* Folder renamed
* Focus point improvement.
* Focus point in API.
* Tags improved.
* Another style fix.
6 years ago
Sebastian Stehle
41c114c8de
MongoDB index and improvements and tests. ( #481 )
* MongoDB index and improvements and tests.
* Fix
6 years ago
Sebastian
c3a0aaf788
Tests fixed.
6 years ago
Sebastian
9d29f1cf9a
Access token fixed.
6 years ago
Sebastian
2cb6ef66e4
Temp
6 years ago
Sebastian Stehle
c912277116
Queryies in UI ( #476 )
* Queryies in UI
* Temp
* Separate templates and scss files.
* Smaller folders
* More files moved.
* Restructured
* Default imports for css
* Add headers
* Code simplified
* Preparation for Angular 9
* Compile fix.
6 years ago
Sebastian Stehle
a8c9785b55
Feature/custom views ( #472 )
* Unify pipe.
* Custom views.
* Using model for table view.
* Custom view.
* Better separation.
* Refactoring.
* Added some tests.
* Style and code style improvements.
* Names unified.
6 years ago
Sebastian
d13a2fb130
Fix search form.
6 years ago
Sebastian
bf3faa1524
Minor improvements to query editor.
6 years ago
Sebastian Stehle
d7dc83acb0
Stock Photo ( #463 )
* Stock Photo
* Link to profile.
* Styling fix.
* Style improvements.
6 years ago
Sebastian Stehle
a9aa608d59
Mentions for comments and notifications
* More the API more idempotent
* Mention users.
* Temp
* Rebuild comments grain to use string key.
* Improvements for event store.
* Temporary.
* Notifications.
* Modal fixes.
* Build fix.
* Another build fix.
* Frontend errors fixed.
6 years ago
Sebastian Stehle
182fb38316
Tag editor for references. ( #458 )
* Tag editor for references.
* Checkboxes for tag editor.
6 years ago
Sebastian Stehle
748163c014
Styles ( #455 )
* Styles
* Config added
* Styling fixes.
* Styles improvements.
* Revert webpack changes.
6 years ago
Sebastian Stehle
4347b7cbe2
Feature/page size ( #448 )
* Define page size and performance improvements.
* More performance improvements.
* More improvements.
6 years ago
Sebastian
9241f1e870
Minor UI improvement for roles.
6 years ago
Sebastian
a0dba9b4fd
Forms simplified.
6 years ago
Sebastian
ec4229cc94
Layout fix for tag editor.
6 years ago
Sebastian Stehle
e0383fcf2c
Feature/UI Fields ( #438 )
* Better UI to manage list and reference fields.
6 years ago
Sebastian Stehle
04b0b964b9
Style improvements.
6 years ago
Sebastian Stehle
835274396f
Feature/netcore3.0 ( #433 )
* Migration to .NET Core 3.0
* Migration to Orleans 3.0
* Nullable support
* Better separation of frontend and backend.
6 years ago