Commit graph

246 commits

Author SHA1 Message Date
35896efa04
fix?: now properly sends teh reset emails
All checks were successful
Build / build (push) Successful in 7m48s
Build / deploy (push) Successful in 21s
2025-03-11 11:07:00 +00:00
73013f41f0
feat: better locking tot he rust version 2025-03-11 11:06:35 +00:00
b00b5cac6d
feat: now sends a reset pw mail to all connected emails
All checks were successful
Build / build (push) Successful in 7m49s
Build / deploy (push) Successful in 25s
2025-03-11 01:10:38 +00:00
6510696851
feat: add a new col and populate it 2025-03-11 00:41:03 +00:00
f193bb5ee9
fix: HOME is already an env var, so stop using it 2025-03-11 00:01:59 +00:00
36832f0875
git: no db or .env must be committed 2025-03-10 23:36:31 +00:00
0ed95f3546
fix: some smol fixes 2025-03-10 22:36:26 +00:00
c0ba582899
feat: moved to using db migrations 2025-03-10 20:29:07 +00:00
a2341c9d9d
feat: got a better locked down version of rust 2025-03-10 19:50:28 +00:00
d0d25b77e8
fix: turns out teh solutin was just to enable another feature
All checks were successful
Build / build (push) Successful in 6m24s
Build / deploy (push) Successful in 24s
2025-03-04 10:42:52 +00:00
faa6233ecb
feat: now using teh "wolves-oxidised" library to get the member data
All checks were successful
Build / build (push) Successful in 7m57s
Build / deploy (push) Successful in 31s
2025-02-24 17:24:28 +00:00
0b397369d1
fix: set a default value for ID's
All checks were successful
Build / build (push) Successful in 58s
Build / deploy (push) Successful in 12s
Closes #51
2024-11-18 14:38:45 +00:00
00ac57de63
fix: no need to have discord bot stuff in here
All checks were successful
Build / build (push) Successful in 2m4s
Build / deploy (push) Successful in 13s
2024-11-18 12:13:33 +00:00
esy
aa0cfc017d feat: add license 2024-09-23 20:07:49 +00:00
5f6a086e80 ci: add forgejo ci/cd and remove gitlab
All checks were successful
Build / build (push) Successful in 2m18s
Build / deploy (push) Successful in 8s
2024-08-09 21:08:49 +01:00
5b94811276 fix: when old members update their passsword it will now check if they could be a member
Closes #27
2024-06-07 18:52:26 +01:00
7ca705cc0a ci: improvements to teh build process 2024-06-03 23:57:34 +01:00
c1b42a8132 feat: wolves is making a change to their API 2024-03-28 12:41:08 +00:00
44acc7378d Revert "fix: havent used the csv import in quite a while, would be good to remove it now."
This reverts commit 0297c04259.
2024-03-11 22:36:18 +00:00
c85bd97967 Merge branch '#26-clubs-and-socs' into 'main'
Allow Clubs and Socs to have accounts again

Closes #26

See merge request compsoc1/skynet/ldap/backend!22
2024-03-11 21:30:27 +00:00
0297c04259 fix: havent used the csv import in quite a while, would be good to remove it now. 2024-03-11 21:17:45 +00:00
f5ab63b59e feat: apparently this is all taht is needed to enable C&S
Closes #26
2024-03-11 21:14:45 +00:00
ff85fb657e feat: new env var for clubs and socs 2024-03-11 20:56:14 +00:00
7576b954bb feat: handle cors in-app 2024-02-18 14:29:03 +00:00
100b0d6552 Merge branch 'main' into 'main'
fix : clippy

See merge request compsoc1/skynet/ldap/backend!21
2024-02-18 01:46:11 +00:00
daragh
05e99203e8
fix : clippy 2024-02-18 00:39:39 +00:00
daragh
25c85fe076
fix : clippy 2024-02-18 00:37:28 +00:00
96f86985ee feat: any modifications to ssh keys will return the new array of keys.
Should help https://gitlab.skynet.ie/compsoc1/skynet/ldap/frontend/-/merge_requests/12 be displaying accurate information
2024-01-10 11:25:28 +00:00
1ec21d22dd Merge branch '#24_ssh_keys' into 'main'
Backend for new SSH page

Closes #24

See merge request compsoc1/skynet/ldap/backend!20
2023-12-31 06:56:29 +00:00
daragh
c72ade8dab
docs : documentation for new endpoints 2023-12-31 02:42:25 +00:00
daragh
79edb50f65
fix : removed unused variables and made structs private 2023-12-31 00:17:43 +00:00
daragh
08ce4c3942
fix : remove redundant code + fmt 2023-12-30 13:09:13 +00:00
daragh
2e0ba6e53c
fmt : rustrover formatter is different from cargo fmt ¯\_(ツ)_/¯ 2023-12-30 04:11:36 +00:00
daragh
0638f48397
Merge remote-tracking branch 'origin/#24_ssh_keys' into #24_ssh_keys
# Conflicts:
#	src/main.rs
#	src/methods/account_ssh.rs
2023-12-30 03:39:21 +00:00
daragh
0492bffe61
feat : methods for adding and deleting ssh keys
needs testing and changes to error handling - match statements?
2023-12-30 03:38:36 +00:00
e8fa808673 Merge branch backend:main into #24_ssh_keys 2023-12-27 20:02:32 +00:00
daragh
91dcb021a9
feat : added get_ssh_keys
needs testing
2023-12-27 18:10:47 +00:00
7ff179f5f2 Merge branch '#25-split-out-auth-code' into 'main'
feat: split out the auth mechanism for a user's account

See merge request compsoc1/skynet/ldap/backend!19
2023-12-27 17:04:49 +00:00
8f4f4b11d8 feat: split out the auth mechanism for a user's account
Closes #25
2023-12-27 14:42:55 +00:00
9924b2a2e8 fix: ignore the cargo dir
Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
2023-12-24 23:29:35 +00:00
4855748866 feat: added a toolchain to use 2023-12-24 22:28:21 +00:00
daragh
a28e58db76
feat : added get_ssh_keys
needs testing
2023-12-24 22:02:12 +00:00
303885ef0d feat: added support for skynet trainees 2023-11-20 16:31:01 +00:00
b0bc6f35c2 fix: email changed to contact_email (2)
Related to #20
2023-10-27 11:36:37 +01:00
ee88cbeb55 fix: email changed to contact_email
Related to #20
2023-10-27 11:17:23 +01:00
2b86fa58e4 fix: wolves ID is numeric 2023-10-27 03:00:51 +01:00
d634806808 Merge branch '#20_wolves-api' into 'main'
feat: nixos side of the config

Closes #20

See merge request compsoc1/skynet/ldap/backend!18
2023-10-27 01:43:38 +00:00
c1f5be0a62 feat: remove the last traces of the csv 2023-10-27 01:48:37 +01:00
b729c050f9 fix: better error handling 2023-10-27 01:42:54 +01:00
ba06d1ec0b fmt: clippy and fmt 2023-10-26 23:06:59 +01:00