This commit is contained in:
@@ -24,19 +24,19 @@ EMACS_RUN_DIR=/home/zaine
|
|||||||
EMACS_RUN_LOG=/home/zaine/logs/emacs.log
|
EMACS_RUN_LOG=/home/zaine/logs/emacs.log
|
||||||
COMBINED_RUN_LOG=/home/zaine/logs/combined.log
|
COMBINED_RUN_LOG=/home/zaine/logs/combined.log
|
||||||
|
|
||||||
PLAY_RPG_SAVE_DIR=/home/zaine/master-folder/org-platform/org_backend/data/rpg-saves
|
PLAY_RPG_SAVE_DIR=/home/zaine/master-folder/org-platform/org_backend/data/rpg-saves
|
||||||
|
|
||||||
# Calendar sync
|
# Calendar sync
|
||||||
NEXTCLOUD_CALDAV_URL=https://nextcloud.zainezq.com/remote.php/dav/calendars/zaine/
|
NEXTCLOUD_CALDAV_URL=https://nextcloud.zainezq.com/remote.php/dav/calendars/zaine/
|
||||||
NEXTCLOUD_CALDAV_CALENDARS=personal,zxh
|
NEXTCLOUD_CALDAV_CALENDARS=personal,zxh
|
||||||
NEXTCLOUD_CALDAV_USERNAME=zaine
|
NEXTCLOUD_CALDAV_USERNAME=zaine
|
||||||
NEXTCLOUD_CALDAV_PASSWORD=change-me-to-a-nextcloud-app-password
|
NEXTCLOUD_CALDAV_PASSWORD=change-me-to-a-nextcloud-app-password
|
||||||
CALENDAR_TIMEZONE=Europe/London
|
CALENDAR_TIMEZONE=Europe/London
|
||||||
CALENDAR_SYNC_DAYS_BACK=30
|
CALENDAR_SYNC_DAYS_BACK=30
|
||||||
CALENDAR_SYNC_DAYS_FORWARD=365
|
CALENDAR_SYNC_DAYS_FORWARD=365
|
||||||
# Optional: external ICS feed for work calendar
|
# Optional: external ICS feed for work calendar
|
||||||
WORK_ICS_URL=
|
WORK_ICS_URL=
|
||||||
|
|
||||||
# Leave unset on private zone — timesheet API read/write without credentials
|
# Leave unset on private zone — timesheet API read/write without credentials
|
||||||
# ORG_BACKEND_API_KEY=
|
# ORG_BACKEND_API_KEY=
|
||||||
TIMESHEET_AUTH_REQUIRED=false
|
TIMESHEET_AUTH_REQUIRED=false
|
||||||
|
|||||||
0
src/main/java/org/zaine/app/controller/PeriodCompanionController.java
Normal file → Executable file
0
src/main/java/org/zaine/app/controller/PeriodCompanionController.java
Normal file → Executable file
0
src/main/java/org/zaine/app/dto/PeriodCompanionDTO.java
Normal file → Executable file
0
src/main/java/org/zaine/app/dto/PeriodCompanionDTO.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodCycle.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodCycle.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodDailyLog.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodDailyLog.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodDailyReflection.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodDailyReflection.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodFastingLog.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodFastingLog.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodPredictionSnapshot.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodPredictionSnapshot.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodSettings.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodSettings.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodSupportMessage.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodSupportMessage.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodSymptom.java
Normal file → Executable file
0
src/main/java/org/zaine/app/model/PeriodSymptom.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodCycleRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodCycleRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodDailyLogRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodDailyLogRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodDailyReflectionRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodDailyReflectionRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodFastingLogRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodFastingLogRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodPredictionSnapshotRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodPredictionSnapshotRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodSettingsRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodSettingsRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodSupportMessageRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodSupportMessageRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodSymptomRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/repositories/PeriodSymptomRepository.java
Normal file → Executable file
0
src/main/java/org/zaine/app/service/PeriodCompanionService.java
Normal file → Executable file
0
src/main/java/org/zaine/app/service/PeriodCompanionService.java
Normal file → Executable file
0
src/main/java/org/zaine/app/service/PeriodPredictionService.java
Normal file → Executable file
0
src/main/java/org/zaine/app/service/PeriodPredictionService.java
Normal file → Executable file
0
src/main/resources/db/migration/V5__period_companion.sql
Normal file → Executable file
0
src/main/resources/db/migration/V5__period_companion.sql
Normal file → Executable file
0
src/main/resources/db/migration/V6__period_companion_settings.sql
Normal file → Executable file
0
src/main/resources/db/migration/V6__period_companion_settings.sql
Normal file → Executable file
0
src/main/resources/db/migration/V7__period_companion_wellbeing.sql
Normal file → Executable file
0
src/main/resources/db/migration/V7__period_companion_wellbeing.sql
Normal file → Executable file
0
src/test/java/org/zaine/app/service/PeriodPredictionServiceTest.java
Normal file → Executable file
0
src/test/java/org/zaine/app/service/PeriodPredictionServiceTest.java
Normal file → Executable file
Reference in New Issue
Block a user