Commit Graph

  • 7731b8e593 download static fonts to their own directory kaysond 2021-11-28 16:11:15 -08:00
  • 4c05058eb2 add bootstrap global var to rollup command kaysond 2021-11-28 16:02:22 -08:00
  • 45c50923b7 fix rust formatting kaysond 2021-11-28 15:41:33 -08:00
  • f730e6a580 add icon fonts to library list kaysond 2021-11-28 10:34:19 -08:00
  • 06a12f5351 remove unnecessary attrs kaysond 2021-11-28 10:21:17 -08:00
  • bf20c448dc fix typo kaysond 2021-11-28 09:47:22 -08:00
  • 9f138ec4ac server libraries locally in the docker container kaysond 2021-11-28 09:42:59 -08:00
  • ddeb4c3ce3 cargo: Bump the version number to 0.3.0-alpha.1 Valentin Tolmer 2021-11-29 10:26:11 +01:00
  • 9d623e59c1 docker: Add release as a workflow trigger Valentin Tolmer 2021-11-29 10:23:52 +01:00
  • e44625bc6a build(deps): bump codecov/codecov-action from 1 to 2.1.0 dependabot[bot] 2021-11-29 08:55:20 +00:00
  • 68013c8919 docker: Create a tagged image on release Valentin Tolmer 2021-11-29 09:41:47 +01:00
  • 842afac7dd workflows: Ignore changes to docs for actions Valentin Tolmer 2021-11-29 09:38:51 +01:00
  • 2bbfacf755 workflows: Don't run Rust workflow again for same files Valentin Tolmer 2021-11-29 09:37:47 +01:00
  • f152a78cb6 github: add dependabot for checking actions versions Valentin Tolmer 2021-11-29 09:37:05 +01:00
  • 6191fb226a docker: Fix permission issues, remove user from container v0.2.0 Valentin Tolmer 2021-11-27 20:19:55 +01:00
  • 9653d64eb1 config: Prevent loading the wrong server_key Valentin Tolmer 2021-11-27 16:34:50 +01:00
  • 5b5395103a copy style.css into the container kaysond 2021-11-25 20:31:32 -08:00
  • a1e50defbe add docs to config template kaysond 2021-11-25 11:09:58 -08:00
  • 656451435e move bash install into previous RUN command kaysond 2021-11-25 11:03:55 -08:00
  • 859ed97ca8 add an entrypoint script that allows setting secrets from a file; version the upstream containers kaysond 2021-11-24 22:43:49 -08:00
  • df889ee2fe authelia: Re-enable password reset Valentin Tolmer 2021-11-25 10:13:21 +01:00
  • faee271705 docker: Fix pkg copy Valentin Tolmer 2021-11-25 10:03:21 +01:00
  • ba7848d043 Revert "github: Fix dockerhub description update" Valentin Tolmer 2021-11-23 13:06:09 +01:00
  • 45f5bb51d9 github: Fix dockerhub description update Valentin Tolmer 2021-11-23 12:58:59 +01:00
  • c0869b4324 docker: add comment Valentin Tolmer 2021-11-23 11:03:42 +01:00
  • edf9e538ce gitignore: misc Valentin Tolmer 2021-11-22 23:56:46 +01:00
  • 4a5abfd395 app: Implement the second part of password reset Valentin Tolmer 2021-11-22 23:30:12 +01:00
  • 9fb4afcf60 app: Implement the first screen of password reset Valentin Tolmer 2021-11-22 23:04:09 +01:00
  • 789c8f367e server: Send an email for password resets Valentin Tolmer 2021-11-21 18:56:16 +01:00
  • db2b5cbae0 server: Add http_url to the configuration Valentin Tolmer 2021-11-21 18:30:24 +01:00
  • a13bfc3575 server: Implement password reset Valentin Tolmer 2021-11-21 18:09:29 +01:00
  • 7b5ad47ee2 server: Make the JWT cookies valid for / Valentin Tolmer 2021-11-21 18:08:56 +01:00
  • e1503743b5 server: Add methods to get/set a password reset token Valentin Tolmer 2021-11-21 11:33:11 +01:00
  • 88732556c1 server: Add an SQL table to store password reset tokens Valentin Tolmer 2021-11-20 18:57:18 +01:00
  • 35d0cc0fb0 readme: Improve title, add comparisons Valentin Tolmer 2021-11-20 17:37:29 +01:00
  • 6456149e50 release-tools: Add docker flow and release preparation script Valentin Tolmer 2021-11-20 16:51:31 +01:00
  • f1bda21cad misc: Make openssl vendored for cross-compil Valentin Tolmer 2021-11-20 16:33:38 +01:00
  • 7b081fce61 docker: Small improvements Valentin Tolmer 2021-11-20 16:31:40 +01:00
  • 618e7e3585 dockerignore: ignore more artefacts Valentin Tolmer 2021-11-20 15:17:12 +01:00
  • 790fd7c5d1 cargo: Update to 2021 edition Valentin Tolmer 2021-11-14 01:23:21 +01:00
  • 4551e27b55 server, auth: Update some dependencies Valentin Tolmer 2021-11-14 01:15:03 +01:00
  • ad1ee52d76 server: Prevent sqlx from logging unless verbose Valentin Tolmer 2021-11-14 01:02:48 +01:00
  • 9124339b96 server: Prevent passwords and secrets from being printed Valentin Tolmer 2021-11-11 10:36:42 +01:00
  • 617a0f53fa server: Send an email with the test command Valentin Tolmer 2021-11-11 10:15:00 +01:00
  • 2a90443ed8 gitignore: Prevent adding .env to git Valentin Tolmer 2021-11-11 10:14:39 +01:00
  • 1d54ca8040 server: Load config for both run and mail Valentin Tolmer 2021-11-11 10:14:03 +01:00
  • 77ced7ea43 misc: Forbid non-ascii identifiers Valentin Tolmer 2021-11-10 10:53:37 +01:00
  • fa0105fa96 cli: Add a "send test email" command Valentin Tolmer 2021-11-09 10:29:46 +01:00
  • 18e3892e55 configuration: Add smtp config values. Valentin Tolmer 2021-11-03 17:09:19 +09:00
  • 350fdcdf9b server: improve error messages Valentin Tolmer 2021-11-03 16:01:55 +09:00
  • adf088c74b configuration: move default values inline Valentin Tolmer 2021-11-03 16:01:34 +09:00
  • c055c4e671 server: Add lettre dependency to handle emails Valentin Tolmer 2021-10-29 12:23:15 +09:00
  • 98a305e877 Keycloak requires a full DN, not just the username Przemek Dragańczuk 2021-11-12 14:55:30 +01:00
  • 47ee56873e ldap: Improve coverage of filters Valentin Tolmer 2021-11-08 11:03:16 +01:00
  • ee863f74fc ldap: Add tests for password change Valentin Tolmer 2021-11-08 10:49:25 +01:00
  • 24e3125e34 ldap: Test the "memberOf" filter Valentin Tolmer 2021-11-08 10:14:26 +01:00
  • 06b6653dff ldap: Test more invalid DNs Valentin Tolmer 2021-11-08 10:14:07 +01:00
  • 62745970c6 ldap: Add context to the errors Valentin Tolmer 2021-11-08 10:13:48 +01:00
  • ea3142da5d ldap: test message handler Valentin Tolmer 2021-11-08 09:47:19 +01:00
  • 656edc3763 README: Add keycloak config guide Valentin Tolmer 2021-11-08 08:44:14 +01:00
  • d96b534921 ldap: Improve debug messages Valentin Tolmer 2021-11-07 14:57:34 +01:00
  • 9a024cd7fc ldap: Fix response when both users and groups are returned Valentin Tolmer 2021-11-07 14:57:13 +01:00
  • c964428858 fixup: group filters Valentin Tolmer 2021-11-08 09:21:32 +01:00
  • f98023e67f ldap: Improve support for group filters Valentin Tolmer 2021-11-07 14:56:48 +01:00
  • e68d46d4fe ldap: Make attribute matching case insensitive Valentin Tolmer 2021-11-07 14:56:07 +01:00
  • 9a680a7d06 server: Add a debug log for LDAP messages Valentin Tolmer 2021-11-03 17:52:51 +09:00
  • 7345cc42d0 ldap: Add support for createTimestamp and modifyTimestamp Valentin Tolmer 2021-11-06 18:06:23 +01:00
  • d60f5ab460 app: Simplify some CommonComponent uses Valentin Tolmer 2021-10-31 23:42:19 +09:00
  • 12dfa60eed app: Add docs to CommonComponent Valentin Tolmer 2021-10-31 23:39:42 +09:00
  • 158e4100ef app: Migrate UserTable to CommonComponent Valentin Tolmer 2021-10-31 23:07:42 +09:00
  • 87ebee672f app: Migrate UserDetailsForm to CommonComponent Valentin Tolmer 2021-10-31 23:03:15 +09:00
  • ec6e1b0c09 app: Migrate RemoveUserFromGroup to CommonComponent Valentin Tolmer 2021-10-31 22:57:30 +09:00
  • 640126f39a app: Migrate Logout to CommonComponent Valentin Tolmer 2021-10-31 22:41:28 +09:00
  • d31ca426f7 app: Migrate GroupTable to CommonComponent Valentin Tolmer 2021-10-31 22:34:27 +09:00
  • d4ac9fa703 app: Migrate DeleteUser to CommonComponent Valentin Tolmer 2021-10-31 22:30:55 +09:00
  • 5523d38838 app: Migrate DeleteGroup to CommonComponent Valentin Tolmer 2021-10-31 22:27:55 +09:00
  • 587d724c2c app: Migrate CreateUser to CommonComponent Valentin Tolmer 2021-10-31 22:22:40 +09:00
  • 29f3636064 app: Migrate CreateGroup to CommonComponent Valentin Tolmer 2021-10-31 22:17:04 +09:00
  • ec69d30b1c app: Migrate AddUserToGroup to CommonComponent Valentin Tolmer 2021-10-31 22:00:14 +09:00
  • 232a41d053 app: Migrate AddGroupMember to CommonComponent Valentin Tolmer 2021-10-31 21:31:15 +09:00
  • 540ac5d241 app: Migrate Login to CommonComponent Valentin Tolmer 2021-10-31 21:20:30 +09:00
  • 29962881cf app: Migrate user_details to CommonComponent Valentin Tolmer 2021-10-31 21:20:19 +09:00
  • 65dd1d1fd3 app,infra: Move more functionality in CommonComponent Valentin Tolmer 2021-10-31 21:19:54 +09:00
  • ba72e622c2 app: Migrate group_details to CommonComponent Valentin Tolmer 2021-10-29 12:32:52 +09:00
  • 5a5baf883f app: Migrate change_password to CommonComponent Valentin Tolmer 2021-10-29 12:32:27 +09:00
  • 6c09af6479 app: Create CommonComponent Valentin Tolmer 2021-10-29 12:31:30 +09:00
  • ba1a5f6011 Update and rename .env to jitsi_meet.conf Christian Kracher 2021-10-28 18:22:25 +02:00
  • adc3d656cd Update .env Christian Kracher 2021-10-28 18:13:51 +02:00
  • b9f6b915ac Create .env Christian Kracher 2021-10-28 18:07:07 +02:00
  • 43ffeca24d ldap: Add support for password modify extension Valentin Tolmer 2021-10-29 01:04:09 +09:00
  • 31e1ff358b ldap: Implement a rootDSE response Valentin Tolmer 2021-10-29 01:03:26 +09:00
  • 026a2f7eb0 app: Fix the login button not re-enabling after failed login Valentin Tolmer 2021-10-29 00:13:34 +09:00
  • 63f4bf95d2 build: Enable linking with lld Valentin Tolmer 2021-10-24 18:28:44 +09:00
  • d423c64d57 ldap: Switch to using LdapOp instead of ServerOp Valentin Tolmer 2021-10-24 18:03:09 +09:00
  • 438ac2818a ldap: Add support for "dn" attribute Valentin Tolmer 2021-10-28 23:24:01 +09:00
  • 9874449d66 Added Authelia configuration Alexander 2021-10-24 12:31:01 +02:00
  • 88ff3e7783 Added Authelia configuration Alexander 2021-10-24 12:14:35 +02:00
  • 107c8ec96e ldap: Implement group listing, fix various bugs Valentin Tolmer 2021-10-24 01:01:35 +09:00
  • 5a00b7d8bb workflows: cache dependency builds and get code coverage Valentin Tolmer 2021-10-22 21:15:49 +09:00
  • 21e507a9d7 readme: Fix LDAP admin default value in docs Valentin Tolmer 2021-10-20 22:22:42 +09:00