62 Commits

Author SHA1 Message Date
Jeroen Vijgen 86c90122be Merge pull request #12 from BlackChaosNL/fea/users
Add user routes
2025-07-16 21:49:06 +03:00
jjvijgen 96550b92dd Remove dead code 2025-07-16 18:45:05 +00:00
jjvijgen 9f8f7cc112 Refresh some magic numbers with status codes, add delete for account and make people able to update password 2025-07-16 18:43:52 +00:00
jjvijgen c2801858c5 Add updateable route for my user 2025-07-16 18:10:10 +00:00
jjvijgen 8e126ea62b Add user creation route and /me route 2025-07-16 10:57:16 +00:00
Jeroen Vijgen d06a7c0e48 Merge pull request #11 from BlackChaosNL/fea/invitations
Adds invitations to main branch with the following routes:

- Create invitation.
- Remove invitation.
- Accept Invitation.
- Decline Invitation.
2025-07-12 17:24:03 +03:00
jjvijgen a6f9504973 Add two more testcases regarding removing invitations and prevent accepting your own invitations 2025-07-12 14:14:50 +00:00
jjvijgen 8b73307551 Finish api for inviting people to your organization(s) 2025-07-12 13:51:56 +00:00
jjvijgen b65c292d83 Replace Passlib with drop-in replacement, add more invitation routes, start tests 2025-07-09 16:34:42 +00:00
jjvijgen 9a01074ad1 Add start of invitations route 2025-06-25 17:00:01 +00:00
Jeroen Vijgen c4a1a574de Merge pull request #10 from BlackChaosNL/fea/implement-org-routes
Add routes for organization management
2025-06-25 17:44:42 +03:00
jjvijgen ad4507eb93 Prevent update on items that are not posted to Org Update route 2025-06-25 14:42:45 +00:00
jjvijgen 1a9f2a4d57 Add routes for organization management 2025-06-25 14:15:42 +00:00
Jeroen Vijgen 89034557d0 Merge pull request #9 from BlackChaosNL/fea/setup-new-testing-suite
Setup new testing suite
2025-06-25 12:44:22 +03:00
jjvijgen a7746beac4 Remove debug print 2025-06-25 09:29:24 +00:00
jjvijgen 81bae580f9 Add new testing suite with working fixture 2025-06-25 09:28:09 +00:00
jjvijgen 74a57700c8 Fixing tests and adding manage.py to debug 2025-06-23 22:06:59 +00:00
jjvijgen 390152ac66 Upgrade requirements, add new fixture and setup new testing procedure 2025-06-23 12:37:22 +00:00
Jeroen Vijgen b1013659c4 Merge pull request #8 from BlackChaosNL/fea/prevent-sqlite-from-being-committed
Fix sqlite being committed
2025-06-23 14:47:47 +03:00
jjvijgen 1903a85cd5 Fix sqlite being committed 2025-06-23 11:45:22 +00:00
Jeroen Vijgen 87b431799d Merge pull request #6 from BlackChaosNL/dependabot/npm_and_yarn/web/stoneedge/http-proxy-middleware-2.0.9
Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /web/stoneedge
2025-04-30 13:20:14 +03:00
dependabot[bot] f86ae53e41 Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /web/stoneedge
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 10:16:53 +00:00
Jeroen Vijgen a012b9fccb Merge pull request #5 from BlackChaosNL/dependabot/npm_and_yarn/web/stoneedge/babel/helpers-7.27.0
Bump @babel/helpers from 7.26.0 to 7.27.0 in /web/stoneedge
2025-04-13 14:19:12 +03:00
Jeroen Vijgen e8ffa0297a Merge pull request #4 from BlackChaosNL/dependabot/npm_and_yarn/web/stoneedge/babel/runtime-7.27.0
Bump @babel/runtime from 7.26.0 to 7.27.0 in /web/stoneedge
2025-04-13 14:18:58 +03:00
dependabot[bot] 21561bc7bb Bump @babel/helpers from 7.26.0 to 7.27.0 in /web/stoneedge
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-13 11:14:57 +00:00
dependabot[bot] 30d75bea6c Bump @babel/runtime from 7.26.0 to 7.27.0 in /web/stoneedge
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-13 11:13:09 +00:00
Jeroen Vijgen 0b3fbd27cb Merge pull request #3 from BlackChaosNL/dependabot/npm_and_yarn/web/stoneedge/multi-6bc014718a
Bump path-to-regexp and express in /web/stoneedge
2025-04-13 13:48:40 +03:00
dependabot[bot] 21e3e75376 Bump path-to-regexp and express in /web/stoneedge
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 0.1.12
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.21.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-13 10:46:25 +00:00
Jeroen Vijgen 4477c2aa7b Merge pull request #2 from BlackChaosNL/fea/patch1
[PATCH 1] Add structure, first API and testing.
2025-03-25 19:10:29 +02:00
jjvijgen fa321adfb7 Fix further tests for creating accounts, make sure tests can delete items etc. 2025-03-17 13:47:02 +02:00
jjvijgen bf9ecaff73 Fix fixtures and fix flaky tests 2025-03-12 18:04:37 +02:00
jjvijgen d6211d12b8 Fix login, add logout, add refresh for tokens and tests for all 2025-03-05 18:29:57 +02:00
jjvijgen 6630fb577b Fix last issues regarding testing, fix generating user and admin accounts 2025-03-04 15:36:42 +02:00
jjvijgen 394fb9aee5 Fix Token generation and test 2025-02-14 14:09:54 +02:00
jjvijgen 109140cb4d Fix ASYNC tests and managing the individual tests 2025-02-14 12:03:47 +02:00
jjvijgen cdbd972549 Fix testing 2025-01-30 19:31:00 +02:00
jjvijgen 985fa8ab25 Add remainder 2025-01-25 01:24:53 +02:00
jjvijgen 14da11acfc Setup testing, fix database connection, add manage.py 2025-01-25 01:24:30 +02:00
jjvijgen 97ac6a8c1d Remove util 2025-01-23 16:31:22 +02:00
jjvijgen 96df8adf19 Remove import 2025-01-23 16:30:52 +02:00
jjvijgen 3e0d443c31 Fetch based on email address 2025-01-23 16:30:16 +02:00
jjvijgen 5b4ed0c6ff Revert previous commit and set actual SUB value 2025-01-22 18:19:56 +02:00
jjvijgen 2c2455a922 Prevent key collision by adding ID in front of the user_id 2025-01-22 18:18:20 +02:00
jjvijgen e258f83442 Remove comment, generate_schema can run always 2025-01-22 18:15:45 +02:00
jjvijgen 88f044c64e Make sure all modules are reachable 2025-01-22 18:14:22 +02:00
jjvijgen 201603fec8 Push further changes to all above 2025-01-22 18:01:14 +02:00
jjvijgen cd89e5788f Setup database connection, fix docker-compose, setup aerich migrations and more 2025-01-22 18:00:27 +02:00
jjvijgen 0f0b0f812a Move some items, fix some programming issues, start work on logging in 2025-01-18 01:40:26 +02:00
jjvijgen 724d9988d2 Reapply signing to all commits, repull master 2025-01-04 00:28:37 +02:00
Jeroen Vijgen add224d979 Delete web/node_modules directory
This is not required. Initial gitignore is wrong
2025-01-04 00:25:49 +02:00