dnote/pkg/server
dependabot[bot] 895dcaa59f
Bump braces from 3.0.2 to 3.0.3 in /pkg/server/assets (#670)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-30 17:43:11 +10:00
..
app Add 2024 (#656) 2024-01-28 11:50:22 +11:00
assets Bump braces from 3.0.2 to 3.0.3 in /pkg/server/assets (#670) 2024-06-30 17:43:11 +10:00
buildinfo Add 2024 (#656) 2024-01-28 11:50:22 +11:00
config Add 2024 (#656) 2024-01-28 11:50:22 +11:00
consts Add 2024 (#656) 2024-01-28 11:50:22 +11:00
context Add 2024 (#656) 2024-01-28 11:50:22 +11:00
controllers Add 2024 (#656) 2024-01-28 11:50:22 +11:00
crypt Add 2024 (#656) 2024-01-28 11:50:22 +11:00
database Add 2024 (#656) 2024-01-28 11:50:22 +11:00
helpers Add 2024 (#656) 2024-01-28 11:50:22 +11:00
job Add 2024 (#656) 2024-01-28 11:50:22 +11:00
log Add 2024 (#656) 2024-01-28 11:50:22 +11:00
mailer Add 2024 (#656) 2024-01-28 11:50:22 +11:00
middleware Add 2024 (#656) 2024-01-28 11:50:22 +11:00
operations Add 2024 (#656) 2024-01-28 11:50:22 +11:00
permissions Add 2024 (#656) 2024-01-28 11:50:22 +11:00
presenters Add 2024 (#656) 2024-01-28 11:50:22 +11:00
session Add 2024 (#656) 2024-01-28 11:50:22 +11:00
testutils Add 2024 (#656) 2024-01-28 11:50:22 +11:00
tmpl Add 2024 (#656) 2024-01-28 11:50:22 +11:00
token Add 2024 (#656) 2024-01-28 11:50:22 +11:00
views Add 2024 (#656) 2024-01-28 11:50:22 +11:00
.env.dev Upgrade dependencies (#619) 2023-02-05 13:10:45 +11:00
.env.test Run CI (#617) 2023-02-05 12:30:03 +11:00
.gitignore Simplify by removing web interface (#590) 2022-04-24 10:54:39 +10:00
main.go Add 2024 (#656) 2024-01-28 11:50:22 +11: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.