dnote/pkg/server
dependabot[bot] f34a96abbe
Bump immutable from 5.1.3 to 5.1.5 in /pkg/server/assets (#718)
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.3...v5.1.5)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 5.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 22:11:45 -08:00
..
app Add user list command (#714) 2025-11-01 19:59:51 -07:00
assets Bump immutable from 5.1.3 to 5.1.5 in /pkg/server/assets (#718) 2026-03-04 22:11:45 -08:00
buildinfo Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
cmd Add user list command (#714) 2025-11-01 19:59:51 -07:00
config Rename webUrl to baseUrl (#711) 2025-11-01 00:57:37 -07:00
consts Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
context Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
controllers Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
crypt Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
database Fix log level (#712) 2025-11-01 14:06:33 -07:00
helpers Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
log Fix log level (#712) 2025-11-01 14:06:33 -07:00
mailer Rename webUrl to baseUrl (#711) 2025-11-01 00:57:37 -07:00
middleware Simplify email backend and remove --appEnv (#710) 2025-11-01 00:54:27 -07:00
operations Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
permissions Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
presenters Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
session Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
testutils Simplify email backend and remove --appEnv (#710) 2025-11-01 00:54:27 -07:00
token Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
views Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
.gitignore Simplify by removing web interface (#590) 2022-04-24 10:54:39 +10:00
main.go Use Apache 2.0 license (#708) 2025-10-31 23:41:21 -07:00
README.md Deprecate spaced repetition (#397) 2020-02-03 14:29:42 +10:00

This directory contains the Dnote server. It comprises of the web interface, the web API, and the background jobs.