Taly
05d5632e83
Add Table Tool ( #66 )
...
resolves #58
2019-03-12 17:24:20 +03:00
Taly
11b796bcc7
Allow inline-code in Header ( #64 )
...
* Allow inline-code in Header
resolves #59
- add `striptags` for titles
- upgrade editor and tools
- show page title in html
* Add line break
2019-03-12 16:23:10 +03:00
George Berezhnoy
404fb4642e
Transport controller and file model ( #42 )
...
* Transport controller and file model
* Use randomBytes intead of pseudoRandomBytes
* Cover all lines with tests
* Update code style
* Update code style
* View for image block
* Fix serving static files
* Mkdir -p for uploads dirs
* Add default secret param
* Add image Tool
* Update src/utils/objects.js
Co-Authored-By: talyguryn <vitalik7tv@yandex.ru>
* Use vars for image tool colors
* Revert var
* Remove --color-gray-border var
* Update src/controllers/transport.js
Co-Authored-By: talyguryn <vitalik7tv@yandex.ru>
* Add mp4 support for Image Tool
2019-03-11 18:44:00 +03:00
Taly
c7c7e61ccf
Update Editor and Tools ( #56 )
2019-03-08 15:38:22 +03:00
Timur Kazantaev
58d3892d8f
Authentication ( #22 )
...
* Authorization added
* added secret to password, md5 hashing, removed promise from verifyToken, deleted links when not authorized
* added dbinsert script
* turned verifyToken to middleware, added description for dbinsert, added hidden csrf field in auth form
* added middlewares, user model and controller
* JSDoc fix
* wrong password processing fix
* added comments to dbinsert script, moved salt and passHash to singe db doc
* Moved salt to .env, upgradedscript for generating password was, fixed comments and JSDoc
* Deleted using salt (now user is only one), changed verifying password to bcrypt.compare, added httpyOnly property to jwt cookie
2019-03-06 13:22:57 +03:00
Peter Savchenko
a4031f151f
Code tool updated ( #45 )
2019-02-18 10:42:12 +03:00
Peter Savchenko
044c24c950
Landing + mobile adoptation ( #38 )
...
* Landing + mobile adoptation
* replace svg
* small updates
* use landing as iframe
* Delete .codexdocsrc
* remove unused
* updates
* Delete _index.twig
* update header shrink in chrome
* Delete .codexdocsrc
* remove focus
2019-02-15 17:56:56 +03:00
Peter Savchenko
262c1614ed
New tools added + code highlighting ( #12 )
2018-10-20 17:54:15 +03:00
Peter Savchenko
730eff7995
Page showing, page edit, move API to /api/ ( #10 )
2018-10-15 22:06:01 +03:00
Peter Savchenko
073772c047
Page creation basics ( #7 )
...
* Page cration basics
* remove unused code
* add client-side Header validation
* remove static method
* rm await duplication
2018-10-04 22:08:21 +03:00
Peter Savchenko
5c0560a2ed
Code splitting now works through awaited import ( #6 )
2018-10-03 12:26:41 +03:00