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

55 Commits

Author SHA1 Message Date
mcdamo
ba8ebca21c Remove listDirectory check 2021-05-03 22:36:56 +10:00
mcdamo
b64f66c253 Remove permission check in GalleryMW 2021-05-03 22:28:34 +10:00
mcdamo
6af288e77a Download zip folder 2021-04-29 00:11:18 +10:00
Patrik J. Braun
4af6c16aef Adding never expiring sharing link. #260
It works by setting the expirity to -1 that setts the expire dat to 01/01/9999. Now the UI does not show expiration if it is longer than 10 years
2021-04-19 15:56:50 +02:00
Patrik J. Braun
085d7c2cd9 fixing linting erros. adding tslint to pretest 2021-04-18 15:48:35 +02:00
Patrik J. Braun
40f83f49cd Making directory sorting by date switchable (off by default) #230
If enabled, directories are sorted by last touched date (not by creation date of photos that are within a given directory). Any change to that directory would reorder the directories.
2021-04-06 17:30:52 +02:00
Patrik J. Braun
0f7ac812ea Implementing distance search #58 2021-04-06 11:32:31 +02:00
Patrik J. Braun
acd130babd Fixing preview generation 2021-04-01 21:48:38 +02:00
Patrik J. Braun
c670a17e27 Adding preview field to Directory and populating it with any photo from subdirectory (based on #165), fixes #31 2021-03-27 21:31:19 +01:00
Patrik J. Braun
270d5af74d Updating random photo query builder to use advanced search #58 2021-03-14 16:52:37 +01:00
Patrik J. Braun
88015cc33e Implementing adv. search query builder #58 2021-01-31 12:22:56 +01:00
Patrik J. Braun
de9c58fd90 refactoring random photo. Fixing tests 2021-01-17 15:56:15 +01:00
Patrik J. Braun
928f282311 Adding rating support to model.
#217 #69
2021-01-05 20:35:13 +01:00
Patrik J. Braun
5f0f09d420 Project cleanup and version bumps 2021-01-04 11:11:55 +01:00
Patrik J. Braun
2f0d2a5e59 Project cleanup 2021-01-04 10:40:09 +01:00
Patrik J. Braun
bd60900f7c 10x performance improvement for listing faces 2021-01-01 17:58:41 +01:00
Patrik J. Braun
f6bf64399a improving Benchmark 2020-12-31 12:35:28 +01:00
Patrik J. Braun
411023021d Adding persons statistic to ui 2020-12-30 22:12:36 +01:00
Patrik J. Braun
29c3e580d4 improving benchmark 2020-12-30 21:54:07 +01:00
Patrik J. Braun
03789ecaf8 improving benchmark 2020-12-28 22:08:57 +01:00
Patrik J. Braun
b37d4ec8c8 Improving notification and CSRF error logging 2020-12-27 18:57:02 +01:00
Patrik J. Braun
9df2b8fbaa Improving error logging for handled server side errors.
Looking for: "ForbiddenError: invalid csrf token"
2020-12-25 10:36:49 +01:00
Patrik J. Braun
161e291939 Removing memory DB fallback in case of DB error.
App now terminates on an error.

Fixes #163
2020-10-31 21:02:35 +01:00
Patrik J. Braun
cdd1139bab Implementing sharing listing and deleting. Fixes: #145 2020-09-06 16:12:30 +02:00
Patrik J. Braun
ae447878d0 implementing share management backend features #145 2020-09-06 14:44:25 +02:00
Patrik J. Braun
d34c070566 adding tags list to the infobar. Fixes: #171 2020-09-05 19:56:30 +02:00
Patrik J. Braun
c06a2b887e Fixing recursive random photo generation Fixes: #154 2020-09-05 18:38:43 +02:00
Patrik J. Braun
d152900e21 implementing advanced settings 2020-02-04 19:37:47 +01:00
Patrik J. Braun
4e3f464cf8 upgrading to typeconfig2.0 2020-01-28 18:36:52 +01:00
Patrik J. Braun
d2e0dc23e3 fixing bestfit video error issue #120 2020-01-07 22:48:54 +01:00
Patrik J. Braun
5b4f06e789 implementing csrf security for posts 2020-01-07 22:17:54 +01:00
Patrik J. Braun
19d3f10d35 improving code quality. restricting secret to be accessible through rest api 2020-01-03 20:28:03 +01:00
Patrik J. Braun
b68d5d174d Adding /api/user/login integration test 2020-01-03 11:36:39 +01:00
Patrik J. Braun
17139c692b improving code quality 2020-01-02 22:11:59 +01:00
Patrik J. Braun
da6c77678f improving faces sample photo selection 2020-01-01 15:57:16 +01:00
Patrik J. Braun
1acbc67638 adding parallel run lock for jobs 2019-12-31 13:38:23 +01:00
Patrik J. Braun
4c507f286d improving job ui and job handling 2019-12-30 15:49:56 +01:00
Patrik J. Braun
720e9b60b1 adding dotfile support 2019-12-29 23:25:22 +01:00
Patrik J. Braun
ddb734e64a implementing job history saving 2019-12-29 00:35:41 +01:00
Patrik J. Braun
8b6a367257 adding job last run status 2019-12-27 00:24:44 +01:00
Patrik J. Braun
509a398639 implementing after trigger 2019-12-26 23:30:46 +01:00
Patrik J. Braun
e2864117b2 implementing TempFolderCleaningJob 2019-12-26 21:03:10 +01:00
Patrik J. Braun
c3c94c1709 replacing flat thumbnail path to shadow original folder hierarchy
preparing tmp folder clean-up task
2019-12-24 12:44:38 +01:00
Patrik J. Braun
5ec9171ddf renaming tasks to jobs 2019-12-24 12:22:25 +01:00
Patrik J. Braun
5bb17294ec improving bestfit photo 2019-12-23 12:09:41 +01:00
Patrik J. Braun
5311df68e5 improving settings 2019-12-15 15:53:03 +01:00
Patrik J. Braun
a80297ce0c adding thumbnail task 2019-12-15 15:36:05 +01:00
Patrik J. Braun
5160e19a35 improve settings 2019-12-15 14:40:31 +01:00
Patrik J. Braun
95b06ffc63 improving setting ui 2019-12-15 10:52:56 +01:00
Patrik J. Braun
cd06bc00ec implementing photo downscaling
project and config refactoring
Warning: braking changes in the config
2019-12-14 17:27:01 +01:00