Yannick Bungers
Yannick Bungers
Window is too big in many times. For example it is not possible to resize it to half of the screen on a full hd monitor.
todo: add `tar cvzf hedgedoc-x.x.x.tar.gz --sort=name --exclude hedgedoc/node_modules --exclude hedgedoc/.git --exclude hedgedoc/.github hedgedoc`
### Description `where` clause is not evaluated correctly by TypeORM function if entities are matched directly ### Steps to reproduce e.g. ``` const tokens = await this.authTokenRepository.find({ where: { user:...
**Idea:** Have a method to organize notes as groups or folders in the note view (history or explore page are not focused here #994). There could be a sidebar or...
**Idea:** To administrate a HedgeDoc instance it would be useful to have a support for that in the software. **Possible Solutions:** - Admin users https://github.com/hedgedoc/hedgedoc/issues/177 - Can access all notes...
Core auth backends: - [x] Internal (#1515) - [x] LDAP - Note: ensure that attributes for profile information (username, display name etc) are configurable #1216 - Note: ensure Azure AD...
This issue should link to every permission or note organization issue for 2.x. - [ ] [Explore Page](994) - [x] [Note Ownership](998) - [ ] [User Groups](999) - [ ]...
**Which part of the project should be enhanced?** Primary columns of all tables in the database **Is your enhancement request related to a problem? Please describe.** The primary columns are...
Some service functions use username to specify a user. This should be changed to a user object to avoid calling `getUserFromUsername` in the services. An example for this is: https://github.com/hedgedoc/hedgedoc/pull/1517#discussion_r706420509
Tracking issue for everything that relates to the `/monitoring` route of the public API. See also [the API spec](https://github.com/codimd/server/blob/develop/docs/dev/public_api.yml) for details. 1. Add E2E tests: - [ ] GET /monitoring...