|
79e35e1512
|
Feature/jda 5 (#223)
* Fist pass
* All easyfix done
* Fix slash command permission
* Fix Auth manager
---------
Co-authored-by: sclement <sebastien.clement@asso-cocktail.fr>
|
2023-12-14 15:05:21 +01:00 |
|
|
55c5e54e0a
|
Merge branch 'hotfix/2.0.4'
|
2023-04-14 19:37:34 +02:00 |
|
|
f483b19b2d
|
Quick fix startup
|
2023-04-14 19:37:14 +02:00 |
|
|
dedc26a68c
|
Merge branch 'hotfix/2.0.3'
|
2023-03-29 22:27:24 +02:00 |
|
|
64d88a8af4
|
Fix audio bug with jda update
|
2023-03-29 22:27:18 +02:00 |
|
|
4c892abf88
|
🔨 Add daily member cache
|
2022-09-27 11:32:33 +02:00 |
|
renovate[bot]
|
b414dc1df5
|
⬆️ Update dependency org.apache.logging.log4j:log4j-bom to v2.18.0 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:36:04 +02:00 |
|
renovate[bot]
|
2db7a47b79
|
⬆️ Update dependency net.dv8tion:JDA to v4.4.0_352 (#204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:35:50 +02:00 |
|
renovate[bot]
|
d639dff533
|
⬆️ Update dependency org.liquibase:liquibase-core to v4.14.0 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:35:34 +02:00 |
|
renovate[bot]
|
06e22fdf86
|
⬆️ Update dependency io.micrometer:micrometer-registry-prometheus to v1.9.2 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:35:14 +02:00 |
|
renovate[bot]
|
868efc6091
|
⬆️ Update dependency org.liquibase.ext:liquibase-hibernate5 to v4.14.0 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:34:57 +02:00 |
|
renovate[bot]
|
a2664203a1
|
⬆️ Update dependency gradle to v7.5 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:34:44 +02:00 |
|
renovate[bot]
|
5db205a4b6
|
⬆️ Update plugin org.springframework.boot to v2.7.2 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:34:26 +02:00 |
|
renovate[bot]
|
ed20f7ca9a
|
⬆️ Update dependency mysql:mysql-connector-java to v8.0.30 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-03 09:33:24 +02:00 |
|
|
b785f40e4f
|
🔨 Allow invite link without login
|
2022-07-04 15:44:22 +02:00 |
|
renovate[bot]
|
b0e479f247
|
⬆️ Update plugin io.spring.dependency-management to v1.0.12.RELEASE (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-07-01 09:41:50 +02:00 |
|
renovate[bot]
|
ddc2fcda0a
|
⬆️ Update tj-actions/branch-names action to v5.4 (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-07-01 09:40:57 +02:00 |
|
renovate[bot]
|
39c0af917c
|
⬆️ Update plugin org.springframework.boot to v2.7.1 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-07-01 09:40:37 +02:00 |
|
|
9d3a2a7866
|
Readme
|
2022-06-30 18:42:47 +02:00 |
|
|
3c0d848abe
|
Ui Rebuild (#199)
* Cleanup
* Build auth provider
* Implement discord login
* Add jwt service + add liquibase
* 🔨 Add jwt filter
* 🔨 Update user info in db on login
* 🔨 Add swagger
* 🔨 Add dev container
* 🔨 Add dev container
* 🔨 Fix changelog ?
* 🔨 Fix openApi
* 🔨 Add guildcontroller with getMutualGuilds
* 🔨 Change multual guilds url
* 🔨 Add invite link api
* 🔨 migrate env to config prop
* 🔒 Add security expression for guild
* 🔒 Add dev mode to auth
* 🔨 Add textchannel and voicechannel endpoint
* 🔨 Add setting description endpoint
* 🔨 Add getRole endpoint
* 🔨 Return only visible voice/text channels
* 🔨 Add value endpoint
* 🤖 Change ci
* 🔨 Add canManage to guild list
* 🚑 Load user of guild on load + fetch on api call for mutuals guilds
* 🚑 Fix auto_voice_channel_title type
* 🚑 Fix swagger url
* 🚑 Fix setting type
* 🔨 Add setting post
* Fix blanck string in db
* 🔨 Add music status api enpoint
* 🚑 Fix permission
* 🔨 Change interact condition
* 🔨 Add connect api command
* 🔨 Add disconnect endpoint
* 🔨 Audio refracto
* 🔨 Big refracto
* 🔨 Refracto libs
* 🔨 Rebuild http request with new client
* 🔨 Refracto + add skip, pause, resume, stop endpoint
* 🔨 Add endpoint
* 🚑 Fix permission
* Update build.yml
* Update plugin org.liquibase.gradle to v2.1.1 [skip ci] (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update plugin nebula.lint to v16.26.0 [skip ci] (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency org.liquibase:liquibase-core to v4.12.0 [skip ci] (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency org.liquibase.ext:liquibase-hibernate5 to v4.12.0 [skip ci] (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update actions/checkout action to v3 [skip ci] (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update actions/download-artifact action to v3 [skip ci] (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 🚑 Fix permission
* Update tj-actions/branch-names action to v5.3 [skip ci] (#195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update plugin nebula.lint to v17 [skip ci] (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update docker/setup-buildx-action action to v2 [skip ci] (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update docker/login-action action to v2 [skip ci] (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update docker/build-push-action action to v3 [skip ci] (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency openjdk to v18 [skip ci] (#190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update actions/setup-java action to v3 [skip ci] (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Clean for release
* ⬆️ Update dependency org.apache.logging.log4j:log4j-bom to v2.17.2 (#198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* ⬆️ Update dependency com.sedmelluq:lavaplayer to v1.3.78 (#197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-06-30 18:36:21 +02:00 |
|
|
7965a42ee5
|
Update build.yml
|
2022-06-29 16:43:29 +02:00 |
|
|
c376d376dd
|
Force build
|
2022-06-20 09:54:38 +02:00 |
|
|
92c30173cb
|
Migrate and disable other over18 commands
|
2022-05-16 18:32:03 +02:00 |
|
|
a41b4c76f1
|
Migrate madame command to slash
|
2022-05-16 18:25:00 +02:00 |
|
|
02b19c98d2
|
Migrate rank command to slash
|
2022-05-16 17:14:31 +02:00 |
|
|
97ac19873d
|
Remove invite command
|
2022-05-16 17:12:59 +02:00 |
|
|
fc3b89af9c
|
Add music control via button
|
2022-05-16 14:13:10 +02:00 |
|
|
32ba05bf99
|
Change music message
|
2022-05-16 12:14:07 +02:00 |
|
|
79c6f1b5ae
|
Change add music + music info display
|
2022-05-15 22:44:38 +02:00 |
|
|
d9d5e5d880
|
Migrate invite to slash command
|
2022-05-15 19:06:55 +02:00 |
|
|
872dde7695
|
Migrate clear slashcommand
|
2022-05-15 18:39:46 +02:00 |
|
|
9517a0a318
|
Format
|
2022-05-15 16:54:34 +02:00 |
|
|
12230218df
|
Disable plain jar
|
2022-05-15 16:49:55 +02:00 |
|
|
35093a1bd1
|
Fix build
|
2022-05-15 16:40:00 +02:00 |
|
|
4118116ee9
|
Migrate music to slash command
|
2022-05-15 14:37:20 +02:00 |
|
|
9d50e4c95f
|
First Slash command + Move to java 17
|
2022-05-13 17:55:22 +02:00 |
|
|
e67e2ecda3
|
Delete dependabot.yml
|
2022-05-04 11:14:47 +02:00 |
|
renovate[bot]
|
13f9183106
|
Add renovate.json (#168)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-05-04 11:14:31 +02:00 |
|
|
103381e5ac
|
Delete Pipe.java
|
2022-01-20 21:33:32 +01:00 |
|
|
7f25b9ba7b
|
Update build.gradle
|
2022-01-20 21:26:32 +01:00 |
|
dependabot[bot]
|
f4b6ef20b4
|
Bump JDA from 4.2.1_264 to 4.2.1_266 (#80)
Bumps JDA from 4.2.1_264 to 4.2.1_266.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-31 10:56:16 +02:00 |
|
dependabot[bot]
|
1746f3d19d
|
Bump lavaplayer from 1.3.76 to 1.3.77 (#79)
Bumps lavaplayer from 1.3.76 to 1.3.77.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-31 10:53:54 +02:00 |
|
dependabot[bot]
|
005d9e68cf
|
Bump google-api-client from 1.31.4 to 1.31.5 (#74)
Bumps [google-api-client](https://github.com/googleapis/google-api-java-client) from 1.31.4 to 1.31.5.
- [Release notes](https://github.com/googleapis/google-api-java-client/releases)
- [Changelog](https://github.com/googleapis/google-api-java-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-java-client/compare/v1.31.4...v1.31.5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-18 09:35:02 +02:00 |
|
dependabot[bot]
|
ff6bbecde2
|
Bump spring-security-web from 5.4.6 to 5.5.0 (#75)
Bumps [spring-security-web](https://github.com/spring-projects/spring-security) from 5.4.6 to 5.5.0.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.4.6...5.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-18 09:34:53 +02:00 |
|
dependabot[bot]
|
2ea09339b7
|
Bump JDA from 4.2.1_262 to 4.2.1_264 (#76)
Bumps JDA from 4.2.1_262 to 4.2.1_264.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-18 09:34:42 +02:00 |
|
Alexandre64
|
3a9eb35eb4
|
Added new command
//TODO do the help about it
|
2021-05-05 22:54:41 +02:00 |
|
dependabot[bot]
|
1b0f169d93
|
Bump JDA from 4.2.0_247 to 4.2.1_262 (#73)
Bumps JDA from 4.2.0_247 to 4.2.1_262.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-29 21:09:37 +02:00 |
|
dependabot[bot]
|
b7c4ed8eb3
|
Bump groovy-all from 3.0.7 to 3.0.8 (#72)
Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-29 21:08:47 +02:00 |
|
dependabot[bot]
|
15e1f13514
|
Bump org.springframework.boot from 2.4.4 to 2.4.5 (#71)
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.4...v2.4.5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-29 21:08:35 +02:00 |
|
dependabot[bot]
|
243c4139be
|
Bump google-api-services-youtube (#70)
Bumps google-api-services-youtube from v3-rev20210210-1.31.0 to v3-rev20210410-1.31.0.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-29 21:08:06 +02:00 |
|