* remove package json
* twig file modified
* search bar style added
* the background content added
* add the switching b/w the shortcut logo
* shortcut for search added
* add the arrowup and arrowdown short cut
* sidebar search added
* keyup and keydown replace with input
* the sidebar search selected added
* unusal things
* the enter evenlister added with search refactring
* comments added
* the scroll added if element is not visble
* metakey added
* event listner using shortcut added
* the integration for input box completed
* nodemon config updated
* replace the shortcuts with event listener
* bugfix: up height of header added
* feat:integrate sidebar toggle with search shortcut
* syntax improved
* event listener updated
* border adjusted
* search adjusted
* sidebar search navigation adjusted
* new search module added
* new module integrated
* boxshadow added as border
* sidebar search class added
* sidebar search=>filter
* comments added
* filter for section added
* the expand feature added during navigation
* remove the space
* header height variable added
* shortcut logic updated
* enum for direction added
* common search function added
* expand every match
* updated styles
* updated styles
* margin remove in mobile view with bold removed
* clean css added
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Fix horizontal scroll
* Attempt 2
* Fix merge issue
* Do not display right column if it's empty
* Fix editor width on empty page
* A fix
* Consider padding when calculating main column margin left
* Mobile layout fix
* Fix main column width in edit mode
* Edit mode content width fix
* Add comments
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* New sidebar
* Save state to local storage
* Make sidebar sticky
* Text overflow
* Fix add page button on mobile
* Mobile layout
* Display sidebar when ready
* Add logo
* Remove files
* Fix margin
* Update logo padding-bottom
* Hovers
* Decrease logo's font size
* Make logo not sticky
* Cleanup classnames
* Simplify css
* Update sidebar module
* Fix animation
* Fix cursor issue
* Fix vars and logo paddings
* Use absolute paths for uploads and db
* Fix name interference
* Add error on auth page
* remove space
* Support of separated upload folder with absolute path
* fix files uploading
* remove log
* fix comment
Co-authored-by: n0str <team@codex.so>
Co-authored-by: Nikita Melnikov <nikmel2803@gmail.com>
* Set auth cookie lifetime
* Small fixes
- upgrade editor and tools
- add link tool
- move "save" button and "uri" field
* Update twig.js
* move to deps
* 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
* Added uri property to Page model
* Added aliases collection
* Added routing form aliases
* Fixed redirect after page creation
* Added abiltity to support few pages with same title
* Added ability to change uri manually
* Changed hash function
* Changed uri parsing
* Removed pages controller promise
* Modified page's tests
* Added tests for alias model
* Added tests for aliases
* Escaping special characters
* Added missed files
* Fixed bugs related to translation
* Fixed parent page link
* Added server validation for uri
* Changed css properties order
* Made uri property of page be optional
* Prevented alias creation from empty uri
* Moved alias types to model