1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 06:07:31 +02:00

Password recovery done

This commit is contained in:
trendschau
2023-07-30 15:07:30 +02:00
parent 1c7dbf36ed
commit a5d956f206
47 changed files with 1248 additions and 206 deletions

View File

@@ -1,8 +1,18 @@
meta:
navtitle: 'markdown test'
title: 'Markdown is a simple and universal syntax for text formatting.'
description: 'Developers love markdown, because it is much cleaner and saver than HTML. And they can easily convert markdown to a lot of other document formats like HTML and'
heroimage: null
heroimagealt: null
owner: Sebastian
author: null
allowedrole: null
alloweduser: null
manualdate: null
modified: '2023-05-11'
created: '2023-06-12'
time: 22-36-41
modified: '2023-05-11'
title: 'Markdown is a simple and universal syntax for text formatting. More and more writers switch to markdown, because they can format their text during the writing process without using any format-buttons. Once they are familiar with the markdown syntax, they can write formatted text much easier and faster than with any standard HTML-editor.'
description: 'Developers love markdown, because it is much cleaner and saver than HTML. And they can easily convert markdown to a lot of other document formats like HTML and'
reference: null
referencetype: null
hide: false
noindex: false

View File

@@ -1,6 +1,6 @@
meta:
navtitle: 'manage access'
owner: Sebastian
owner: Unknown
created: '2023-06-12'
time: 22-36-36
modified: '2023-05-06'

View File

@@ -1,6 +1,6 @@
meta:
navtitle: 'setup your website'
owner: Sebastian
owner: Unknown
created: '2023-06-12'
time: 22-36-14
modified: '2023-03-26'

View File

@@ -1,6 +1,6 @@
meta:
navtitle: 'write content'
owner: Sebastian
owner: Unknown
created: '2023-06-12'
time: 22-09-48
modified: '2023-05-11'

View File

@@ -33,6 +33,7 @@ Biig blocks:
* DONE: Media Library
* DONE: Posts
* DONE: Setup
* Recover Password
Small features:
@@ -47,6 +48,7 @@ Small features:
* Editor: Warn if open another block
* Image generation on the fly
* Assets
* Bug: Table of content duplicated for published pages
Cleanups:

View File

@@ -0,0 +1 @@
["# ToDos Version 2","[TOC]","## Visual Editor","* FIXED: File is not published from tmp to media\/files if you save the block.","## Raw Editor","* DONE ready","## Medialib","* DONE","## Posts","* Setup","## Plugins","* Asset Class","## Frontend","* DONE\n* DONE: Test restrictions","## ToDos","Biig blocks:","* DONE: Media Library\n* DONE: Posts\n* DONE: Setup\n* DONE: Recover Password","Small features:","* Sitemap and ping\n* Captcha\n* Clear Cache\n* Security Log\n* Backend fields\n* Proxy\n* DONE: Session handling: csrf fail and session start error if restrictions are active\n* Editor: Warn if open another block\n* Image generation on the fly\n* Assets\n* Bug: Table of content duplicated for published pages\n* Bug: Navigation frontend if unpublished pages","Cleanups:","* Events\n* Error messages\n* Translations","## Select userroles","* Userroles for file restriction: in vue-blox-components loaded via api\n* Userroles for userfields: in php model user getUserFields()\n* Userroles for meta: in php controller apiAuthorMeta getMeta()\n* Plugins and themes: in php model extension getThemeDefinitions()","## License Check","* On activation in apiControllerExtension. It checks the license in yaml.\n* In plugin php code with setPremiumLicense\n* In static plugins, it checks manual premium list and method setPremiumLicense and more "]

View File

@@ -4,7 +4,7 @@ meta:
description: ' Visual Editor with more stuff'
heroimage: null
heroimagealt: null
owner: Sebastian
owner: Unknown
author: null
allowedrole: contributor
alloweduser: null

View File

@@ -0,0 +1,51 @@
# ToDo
[TOC]
## Visual Editor
Das ist ein Intro. Es gibt noch viel zu tun, aber das ist am Ende des Tages nicht so schlimm denn wir machen einfach weiter.
* DONE: Fix toc component in new block
* DONE: Fix hr component in new block
* DONE: finish shortcode component
* DONE: Fix inline formats
* DONE: fix lenght of page
* DONE: Fix design of new block at the end (background color)
* DONE: Move Block
* DONE: Fix headline design
* DONE: Fix save on two enter
* DONE: fix quote design
* DONE: Fix toc preview
* DONE: disable enable
* DONE: Add load sign (from navigation)
* SHIT!!! fiinish youtube component
## Navigation
* DONE: fix status in navigation
* fix error messages
* DONE: refresh navigation after changes
## Publish Controller
* DONE: Create
* DONE: publish
* DONE: unpublish
* DONE: discard
* DONE: delete
* DONE: save draft
* DONE: switch to raw
## Raw Editor
* DONE:
## Meta Tabs
* Setup
## Medialib
* Setup

View File

@@ -1 +0,0 @@
["# ToDo","[TOC]","## Visual Editor","Das ist ein Intro. Es gibt noch viel zu tun, aber das ist am Ende des Tages nicht so schlimm denn wir machen einfach weiter.","* DONE: Fix toc component in new block\n* DONE: Fix hr component in new block\n* DONE: finish shortcode component\n* DONE: Fix inline formats\n* DONE: fix lenght of page\n* DONE: Fix design of new block at the end (background color)\n* DONE: Move Block\n* DONE: Fix headline design\n* DONE: Fix save on two enter\n* DONE: fix quote design\n* DONE: Fix toc preview\n* DONE: disable enable \n* DONE: Add load sign (from navigation)\n* SHIT!!! fiinish youtube component","## Navigation","* DONE: fix status in navigation\n* fix error messages\n* DONE: refresh navigation after changes","## Publish Controller","* DONE: Create \n* DONE: publish\n* DONE: unpublish\n* DONE: discard\n* DONE: delete\n* DONE: save draft\n* DONE: switch to raw","## Raw Editor","* DONE:","## Meta Tabs","* Setup","## Medialib","* Setup"]

View File

@@ -1,2 +1,8 @@
meta:
navtitle: new
owner: Unknown
created: '2023-07-20'
time: 14-39-14
modified: '2023-07-20'
title: ToDo
description: ' Visual Editor'

View File

@@ -4,7 +4,7 @@ meta:
description: "\nIntro with the content of the home page and an additional link/button.\nInfo with individual markdown content.\nTeaser with two elements. Each element has a"
heroimage: null
heroimagealt: null
owner: Sebastian
owner: Unknown
author: null
allowedrole: null
alloweduser: null