1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
Commit Graph

2250 Commits

Author SHA1 Message Date
Patrik J. Braun
891c155cce Removing sendMail compatibility.
Our bullseye also does not support it natively. Let's just use SMTP. That makes everything simpler.

 #683
2023-08-04 00:24:43 +02:00
Patrik J. Braun
1edb07dbf9 Merge remote-tracking branch 'origin/master' 2023-08-04 00:18:06 +02:00
Patrik J. Braun
794039d824 Implement MediaPickDTO to allow multiple search queries to send top pick mails. #683 2023-08-04 00:17:54 +02:00
Patrik J. Braun
8508b9a41c
Update build.yml
Fixing build file vars. Following: https://docs.github.com/en/actions/learn-github-actions/contexts
2023-08-03 09:20:29 +02:00
Patrik J. Braun
3e6bb7bff7 Fixing enforced user loading. Fixes #677 2023-08-03 00:33:18 +02:00
Patrik J. Braun
c39c1d7d99 Fixing FileJob metadata only jobs. Fixes GPX compression progress error. Fixes #684 2023-08-03 00:13:53 +02:00
Patrik J. Braun
45295a14e9 Fixing direct photo access 2023-08-02 23:48:46 +02:00
Patrik J. Braun
84792ea319 Merge remote-tracking branch 'origin/master' 2023-08-02 23:30:23 +02:00
Patrik J. Braun
6e790677b4 Improving e-mail design #683 2023-08-02 23:30:12 +02:00
Patrik J. Braun
6f1c42f3d4 Add direct link to photo #683 2023-08-02 23:22:05 +02:00
Patrik J. Braun
f3231d5ab2 Fix folder path #683 2023-08-02 23:10:26 +02:00
Patrik J. Braun
66afe80837
Update build.yml
Updating build.yml. Following: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2023-08-01 23:34:31 +02:00
Patrik J. Braun
eccf84f3bc Fixing benchmark 2023-08-01 23:04:04 +02:00
Patrik J. Braun
0e460d07af Add person count search and sorting support.
Note it will trigger a DB drop as the scheme changed. #683
2023-08-01 22:57:36 +02:00
Patrik J. Braun
1974323b61 Make bendLongPathsTrigger to be a float and also decrease def. value to 0.5 2023-08-01 15:41:53 +02:00
Patrik J. Braun
5bfd384a21
Merge pull request #686 from bpatrik/top-pick-sending
Improving e-mail sending #683
2023-08-01 15:31:23 +02:00
Patrik J. Braun
e9f9a3aa88 Add option to list multiple recipients #683 2023-08-01 15:30:11 +02:00
Patrik J. Braun
7317b354ee Fix caption bug #683 2023-08-01 15:16:28 +02:00
Patrik J. Braun
540f3fe390 Logging failed job reason 2023-08-01 15:07:00 +02:00
Patrik J. Braun
065c57f897
Merge pull request #685 from bpatrik/top-pick-sending
Top pick sending per e-mail
2023-08-01 11:47:49 +02:00
Patrik J. Braun
819ca1b80d Implementing embended image sending with email media messenger ##83 2023-08-01 00:05:19 +02:00
Patrik J. Braun
80853771f4 Removing debug logging 2023-07-31 01:29:04 +02:00
Patrik J. Braun
6d1b5e21fb Add localize shim for MessagingConfig 2023-07-31 01:10:00 +02:00
Patrik J. Braun
b8802dbf9e moving config test path 2023-07-30 19:10:53 +02:00
Patrik J. Braun
378f719f9b LOG lOG 4 2023-07-30 18:10:09 +02:00
Patrik J. Braun
b80a2ae202 LOG lOG 3 2023-07-30 17:58:44 +02:00
Patrik J. Braun
c0cd5bb5b9 LOG lOG 2 2023-07-30 17:52:46 +02:00
Patrik J. Braun
a73eb3a649 LOG lOG 2023-07-30 17:51:29 +02:00
Patrik J. Braun
7ff54759cd Fixing tests 2023-07-30 17:45:11 +02:00
Patrik J. Braun
b8f9dbe55f tweaking 2023-07-30 17:37:54 +02:00
Patrik J. Braun
f007037bc5 Log Log Log... 2023-07-30 17:22:47 +02:00
Patrik J. Braun
15c79ad68d Improving settingsTest #683 2023-07-30 16:11:46 +02:00
Patrik J. Braun
1df147401f Improving settingsTest #683 2023-07-30 15:45:46 +02:00
Patrik J. Braun
4ab60098e0 Improving settingsTest #683 2023-07-30 14:49:55 +02:00
Patrik J. Braun
cb8553896f Fixing settings setting tests #683 2023-07-30 14:40:54 +02:00
Patrik J. Braun
8fc0512998 Fixing getting random photo with mysql #683 2023-07-30 14:17:15 +02:00
Patrik J. Braun
33ca2040a8 Moving sendMail checking to be only on startup #683 2023-07-30 14:06:25 +02:00
Patrik J. Braun
a408f1b24d Fixig setting and random photo test #683 2023-07-30 13:25:31 +02:00
Patrik J. Braun
e113062208 Fixig backendtext tests #683 2023-07-30 13:04:23 +02:00
Patrik J. Braun
015a0221c2 Fix random photo tests #683 2023-07-30 12:27:29 +02:00
Patrik J. Braun
763e982d2d Creating E-mail messenger job and e-mail messaging config #683 2023-07-30 12:21:11 +02:00
Patrik J. Braun
35340b2c04 Creating top pick job #683 2023-07-29 13:18:04 +02:00
Patrik J. Braun
041b984dbd Add compressed GPX delete button
#504
2023-07-29 11:45:29 +02:00
Patrik J. Braun
afa3ad9f30 Make back flight also separate on map #587
#667
2023-07-28 23:12:15 +02:00
Patrik J. Braun
9dbc196c27 Adding path bending distance trigger to config #587
#667
2023-07-28 20:58:16 +02:00
Patrik J. Braun
f01766ba49 Adding some arch to long distant paths (mostly flights) #587
#667
2023-07-28 20:54:56 +02:00
Patrik J. Braun
1a2b26cb5e Fixing map icon config UI #587
#667
2023-07-18 22:17:38 +02:00
Patrik J. Braun
bc6ba578f3 Adding more map icons #587
#667
2023-07-08 17:36:55 +02:00
Patrik J. Braun
9eb56f89a6 Improve map path theme ui #587
#667
2023-07-08 17:00:23 +02:00
Patrik J. Braun
6c0c883298 Creating svg picker for svg icon config #587
#667
2023-07-08 16:55:16 +02:00