yamashu
yamashu
The SQLs to select records from the revision table is a sequential scan. These SQLs use note id as a search key, but there is no index on the note...
### Component/Part Backend realtime note ### Description This PR adds a timer before `RealtimeNote` gets deleted. - adds 3 seconds lifetime to `RealtimeNote` without clients - prevents from creating revision...
### Component/Part editor-page sidebar aliases-modal ### Description This PR improves button's visibility and operability on the aliases modal. Please see [here](https://github.com/hedgedoc/hedgedoc/issues/5087#issuecomment-1888830319) for detailed discussion. - â Add alias button -...
### Component/Part backend revision ### Description This PR adds note revisions clean-up job. > A new config option HD_REVISION_RETENTION_DAYS that sets the number of days a revision should be kept....
### Component/Part backend history ### Description This PR completes the remaining test TODO on HistoryService. ### Steps - [x] Added / updated tests - [x] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/develop/CONTRIBUTING.md)...
- çłè«ç”æéç„ăĄăŒă«ăąăăŹăčă« `[email protected]` ăźăăă«ăšă€ăȘăąăčă« ID ăć«ăă - ăăźăȘăăăă zapier ă«ăĄăŒă«è»ąéăă
### Component/Part backend revision ### Description This PR fixes the following feature's bug. ```javascript /** * @async * Purge revision history of a note. * @param {Note} note - the...