1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
Commit Graph

632 Commits

Author SHA1 Message Date
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
Patrik J. Braun
9f1490bc6d fixing tests 2019-03-03 21:36:20 +01:00
Patrik J. Braun
5695f74e29 adding favourite option to faces 2019-03-03 21:26:50 +01:00
Patrik J. Braun
8106646739 adding faces panel to navigator bar 2019-03-03 12:11:36 +01:00
Patrik J. Braun
6533f4b793 adding thumbnail info to persons 2019-03-03 12:11:16 +01:00
Patrik J. Braun
0d3b8823e4 ui directory refactoring
adding thumbnail loader for faces
2019-03-03 10:30:12 +01:00
Patrik J. Braun
5eb69746e5 Merge remote-tracking branch 'origin/master' 2019-02-26 18:19:54 +01:00
Patrik J. Braun
f448bdf373 bug fixes. Improving person keyword rendering (filtering duplicates) 2019-02-26 18:19:34 +01:00
Patrik J. Braun
bbf7a44b5c
Update README.md 2019-02-25 11:50:27 +01:00
Patrik J. Braun
d9207966ff
Update README.md 2019-02-25 11:50:11 +01:00
Patrik J. Braun
c024d0e122
Update README.md 2019-02-25 11:49:37 +01:00
Patrik J. Braun
f336a3b4d2
Update README.md 2019-02-25 11:42:27 +01:00
Patrik J. Braun
9794cad7c4
Update README.md 2019-02-25 11:41:56 +01:00
Patrik J. Braun
6a9f2b1433
Update issue templates 2019-02-25 11:30:42 +01:00
Patrik J. Braun
511366e3c7
Update issue templates 2019-02-25 11:27:19 +01:00
Patrik J. Braun
e029bceed6 improving design 2019-02-23 00:29:35 +01:00
Patrik J. Braun
f99e13f3fc test fix 2019-02-23 00:12:59 +01:00
Patrik J. Braun
4891eed7b3 test fix 2019-02-22 23:55:35 +01:00
Patrik J. Braun
7d9d2b0244 package update 2019-02-22 23:47:49 +01:00
Patrik J. Braun
6ce8e081ab fixing folder navigation error 2019-02-22 23:39:01 +01:00
Patrik J. Braun
06dd15a0ab fixing video length bug 2019-02-15 16:19:30 -05:00
Patrik J. Braun
cf69611831 adding silly logging option 2019-02-15 16:08:03 -05:00
Patrik J. Braun
b387eeb7c9 improving bigint parsing 2019-02-15 15:49:05 -05:00
Patrik J. Braun
ec777bade6 updating packages 2019-02-15 15:09:36 -05:00
Patrik J. Braun
6b549262f6 automatically removing persons with zero photos 2019-02-15 13:26:01 -05:00
Patrik J. Braun
00dfcc399d fixing tests 2019-02-15 13:11:44 -05:00
Patrik J. Braun
2017fc642c improving caching with gallery version string 2019-02-15 11:47:09 -05:00
Patrik J. Braun
24eb4f0815 Merge remote-tracking branch 'origin/master' 2019-02-14 18:26:04 -05:00
Patrik J. Braun
4fc965d10f implementing basic faces page 2019-02-14 18:25:55 -05:00
Patrik J. Braun
2d95111a03
Update README.md 2019-02-14 16:17:08 -05:00
Patrik J. Braun
b9efea7620
Merge pull request #51 from anthonyliao/master
Fix error on mobile when viewing pigallery2 with videos disabled
2019-02-10 19:23:13 -05:00
anthonyliao
4a6f168730 Fix error on mobile when viewing pigallery2 with videos disabled 2019-02-10 11:18:54 -05:00
Patrik J. Braun
5263c77b40 reducing metadata loading error severity 2019-02-07 11:11:13 -05:00
Patrik J. Braun
293195977a adding logging settings, fixing key length error 2019-02-07 10:44:51 -05:00