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

665 Commits

Author SHA1 Message Date
Suika
3956b2d944
Alpine docker container
Build everything in the staged container and only copy the complete product to the final container.
Also reduced the size of the container threefold.

Created `data/{config,db,images,TEMP}` to make volumes possible for ease of use with docker and persistence of configurations.
`config.json` symlinks to `data/config/config.json` since I don'T know how to call for the config in different path
2019-10-03 02:09:56 +02:00
Patrik J. Braun
83025f7b32 fixing issue when indexing sub directory before parent directory 2019-07-25 23:36:57 +02:00
Patrik J. Braun
72025c7002 updating ctime to mtime as a creating time fallback for photos and videos 2019-07-23 13:48:53 +02:00
Patrik J. Braun
9f527fcab4 Merge remote-tracking branch 'origin/master' 2019-07-23 09:31:15 +02:00
Patrik J. Braun
976e50d310 adding file creation time as fallback to video creation time 2019-07-23 09:31:04 +02:00
Patrik J. Braun
daa612f355
Update README.md 2019-07-21 23:16:09 +02:00
Patrik J. Braun
6d44c22df1 fixing install error 2019-07-21 17:26:23 +02:00
Patrik J. Braun
1846f7ed0b updating translation 2019-07-21 17:06:34 +02:00
Patrik J. Braun
b7b1f69483 releasing v1.7.0 2019-07-21 17:00:07 +02:00
Patrik J. Braun
8ff32f5b8a improving faces UI 2019-07-21 16:55:19 +02:00
Patrik J. Braun
685c406e91 adding config ui for faces 2019-07-21 16:39:52 +02:00
Patrik J. Braun
384d366cd3 fixing menu dropdown 2019-07-21 15:42:07 +02:00
Patrik J. Braun
f46cb80c3c updating translations 2019-07-21 15:14:12 +02:00
Patrik J. Braun
03d7d68c10 version bump and adding app version to the admin page 2019-07-21 13:49:32 +02:00
Patrik J. Braun
8e5be78464 making map icon thumbnails switchable 2019-07-21 11:23:08 +02:00
Patrik J. Braun
503f96a9b3 fixing settings bugs 2019-07-21 10:52:34 +02:00
Patrik J. Braun
1855a7da15 fixing menu z-index 2019-07-21 10:44:52 +02:00
Patrik J. Braun
4e032e3569 data structure version bump 2019-07-21 09:52:40 +02:00
Patrik J. Braun
babe4d703f adding directory path case sensitive support 2019-07-21 09:46:07 +02:00
Patrik J. Braun
875f300ba1 adding zoom control and multiple layer support to maps 2019-07-20 19:52:47 +02:00
Patrik J. Braun
88a2460d48 performance improvements 2019-07-20 00:29:16 +02:00
Patrik J. Braun
4b190161fd adding face box to lightbox 2019-07-19 17:47:49 +02:00
Patrik J. Braun
91b3da7b35 adding warning comment to config 2019-07-19 16:03:50 +02:00
Patrik J. Braun
4cb36ad878 fixing tests 2019-07-19 15:45:37 +02:00
Patrik J. Braun
88b432b634 updating packages 2019-07-19 00:12:22 +02:00
Patrik J. Braun
b4ebdb0f12 Merge remote-tracking branch 'origin/master' 2019-07-18 23:07:31 +02:00
Patrik J. Braun
da7f1cc64c improving lightbox 2019-07-18 23:07:07 +02:00
Patrik J. Braun
2cad2241e1 solving absolute server path exposing issue 2019-07-18 23:06:54 +02:00
Patrik J. Braun
d6a945e0dd
Merge pull request #90 from wikijm/patch-2
Update related to #85
2019-07-18 09:57:14 +02:00
wikijm
adb9ec1e73
Update related to #85
New translation work after https://github.com/bpatrik/pigallery2/issues/85 addition.
2019-07-18 07:38:37 +02:00
Patrik J. Braun
a42674376a Merge remote-tracking branch 'origin/master' 2019-07-17 23:30:55 +02:00
Patrik J. Braun
e99b4525c3 adding missing translation 2019-07-17 23:30:31 +02:00
Patrik J. Braun
f069aea742
Merge pull request #86 from wikijm/patch-1
Fix typo
2019-07-17 10:21:33 +02:00
wikijm
4b26bc8821
Fix typo 2019-07-16 19:31:40 +02:00
Patrik J. Braun
901c3ae641 fixing french translation 2019-07-14 20:02:05 +02:00
Patrik J. Braun
2162beb51e refactoring lightbox 2019-07-14 20:01:49 +02:00
Patrik J. Braun
845361736f Merge remote-tracking branch 'origin/master' 2019-07-14 19:31:48 +02:00
Patrik J. Braun
0542f0b556 refactoring lightbox 2019-07-14 19:31:34 +02:00
Patrik J. Braun
e8b243f0c8
Merge pull request #83 from wikijm/master
French translation
2019-07-14 18:18:44 +02:00
wikijm
1c927fc559
Update messages.fr.xlf 2019-07-14 17:26:51 +02:00
wikijm
01baf91600
Add French frontend translation file 2019-07-14 16:06:12 +02:00
Patrik J. Braun
1bf538f818
Merge pull request #63 from bobobo1618/patch-1
Remove .toString() from disk error handling
2019-04-14 14:30:18 +02:00
bobobo1618
6351986bfa
Remove .toString() from disk error handling
For the most part, error messages look like:
```js
{ error: 
      { errno: -2,
        code: 'ENOENT',
        syscall: 'stat',
        path: '/data/path/stuff/place' } }
```

But `toString()` just turns it into `[object Object]`, which is quite useless as a log message.
2019-04-11 22:56:30 +02:00
Patrik J. Braun
9e6247ae57 adding arm32v7 dockerfile for raspberry pi support 2019-03-28 10:45:31 +01:00
Patrik J. Braun
091824d562 Merge remote-tracking branch 'origin/master' 2019-03-14 22:29:34 +01:00
Patrik J. Braun
86b526d260 fixing tests 2019-03-14 22:29:09 +01:00
Patrik J. Braun
58852c04a9
Update USERRIGHTS.md 2019-03-11 13:03:04 +01:00
Patrik J. Braun
6531b8b006
Update USERRIGHTS.md 2019-03-11 13:02:31 +01:00
Patrik J. Braun
43142299aa fixing tests 2019-03-10 21:59:45 +01:00
Patrik J. Braun
0500ad0e68 improving performance 2019-03-10 20:57:27 +01:00