Commit Graph

3156 Commits

Author SHA1 Message Date
Michael Mayer
7940786ce9 UX: Refactor config options to be more intuitive
Make sure to update your local config files when upgrading as
the name of some config values has changed. The default
config path has changed from "settings" to "config".
2020-12-18 09:11:42 +01:00
Michael Mayer
cd59b1b8ca Update Makefile after changing default name of config path 2020-12-17 18:26:58 +01:00
Michael Mayer
449fb7a2c1 Backup and restore albums from YAML files #567 2020-12-17 18:24:55 +01:00
Michael Mayer
3c973730a5 Frontend: Reformat Vue component code 2020-12-17 13:23:23 +01:00
Michael Mayer
5b3861a524 Frontend: Format library Vue code 2020-12-17 13:17:11 +01:00
Michael Mayer
6c77109b52 UX: Use lazy loading for directory list in Library 2020-12-17 13:13:39 +01:00
Michael Mayer
859e4f7d8c Indexer: Set a default color for photos with multiple files #715 2020-12-17 12:32:53 +01:00
Michael Mayer
3d7c9323d8 Indexer: Improve color & chroma classification #596 2020-12-17 11:47:31 +01:00
Michael Mayer
1f386533cf Indexer: Use lookup table to prioritize metadata sources 2020-12-17 10:23:17 +01:00
Michael Mayer
807d544645 Frontend: Update translations.json 2020-12-17 10:21:32 +01:00
Michael Mayer
41c3de787a Frontend: Upgrade dependencies 2020-12-17 10:21:07 +01:00
Hermógenes Oliveira
a041cd7829
Finished translations for Brazilian Portuguese #530 (#717)
Based on work by Isabeli Russo @isabelirusso-dev
2020-12-16 22:58:16 +01:00
Michael Mayer
5a801f442d Frontend: Fix layout of live photos in landscape orientation 2020-12-16 15:52:44 +01:00
Michael Mayer
2949202479 Frontend: Hide scrollbar when photo viewer or video player are visible 2020-12-16 14:46:18 +01:00
Michael Mayer
fcad9e49a1 Frontend: Select photos in fullscreen mode #657 2020-12-16 14:10:03 +01:00
Michael Mayer
37f79324ce Language dropdown: Don't translate locales #712 2020-12-16 13:27:44 +01:00
Michael Mayer
a5b9bc695e Indexer: Update picture dates derived from file names 2020-12-16 12:50:53 +01:00
Michael Mayer
c4b42d7e61 Refactor txt package 2020-12-16 12:34:39 +01:00
Michael Mayer
717da1bd34 Downloads: Configure file name schema #675
There is no UI for this setting yet.
2020-12-16 11:59:16 +01:00
Michael Mayer
373578b9a9 Additional translations: Workaround for backend & date library #710 2020-12-15 20:44:18 +01:00
Michael Mayer
cd38e507f9 Additional translations: Workaround for backend & date library #710 2020-12-15 20:41:53 +01:00
Michael Mayer
28880e682d Database: Improve config and SQL queries 2020-12-15 20:14:06 +01:00
Michael Mayer
40966c2add Frontend: Upgrade dependencies 2020-12-15 19:47:25 +01:00
Michael Mayer
9e7720a392 Docker: Upgrade base image and docker-compose.yml files 2020-12-15 19:47:05 +01:00
Michael Mayer
6b38a06bf5 Logs: Reduce http recover log level to debug 2020-12-15 17:43:05 +01:00
jean-louis67
83307c67d3
French translation of 'Simplified Chinese' and 'Traditional Chinese' (#711) 2020-12-15 17:05:43 +01:00
nzlov
668b9b3b57
Add Chinese Simplified (#710) 2020-12-15 09:20:56 +01:00
Michael Mayer
0999eca362 Search: Use | as OR separator 2020-12-14 22:57:07 +01:00
Michael Mayer
387452858e Indexer: Use mutex when saving photos to avoid concurrency issues 2020-12-14 20:56:33 +01:00
Michael Mayer
c2e5663da0 Indexer: Add folder albums while indexing 2020-12-14 20:37:54 +01:00
Michael Mayer
430d16bf95 Indexer: Find existing camera via slug, return unknown camera by default 2020-12-14 19:24:08 +01:00
Michael Mayer
5383553cd1 Moments: Update folder search filter when path changes 2020-12-14 14:11:14 +01:00
Michael Mayer
35659f25cf Indexer: Improve logging and locking 2020-12-14 13:31:18 +01:00
Michael Mayer
c6dd1c608d Search: Use quotes for serializing strings containing ":" 2020-12-14 10:35:37 +01:00
Michael Mayer
29075d03a8 Update Darktable package source #709 2020-12-14 09:57:07 +01:00
Michael Mayer
e3190a9f3f Videos: Don't transcode the same file twice #703 2020-12-14 09:23:07 +01:00
Michael Mayer
1321192eff Search: Ignore escaped ":" in query parser 2020-12-14 09:21:29 +01:00
Michael Mayer
83daea69c3
Update preview image in README.md 2020-12-13 17:02:37 +01:00
Michael Mayer
43e324700b Indexer: Avoid adding the same entity simultaneously 2020-12-13 15:43:01 +01:00
Michael Mayer
801dc49dd7 Settings: Add "delete" feature flag and share page title #167 2020-12-13 14:53:26 +01:00
Michael Mayer
283748cace UX: Hide scrollbar in navigation to have enough space for counts #682 2020-12-13 13:38:03 +01:00
Michael Mayer
3d1ff2eb7e
Update README.md 2020-12-13 12:44:49 +01:00
jean-louis67
7f69bda8aa
French version update (#704)
* changed tanslation of 'in'

'in 4,608 ms' must be translated: 'en 4,608 ms'
I hop 'in' is not used somewhere else

* Taking into account changes in the catalogs

Selection approved in translations.pot and messages.pot

* fr.po updated according to translation.pot

* French translations of new expressions relating to stacks

* French translations of new expressions relating to stacks

* Correction of accidental overwriting

* French translation adjustment

* New words in translations.pot
2020-12-13 11:22:13 +01:00
Michael Mayer
3e1b7eddc4 Sharing: Use author as page title in albums
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-12-13 00:24:00 +01:00
Michael Mayer
030f4064ec Sharing: Swap page title and caption on overview page
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-12-13 00:21:40 +01:00
Michael Mayer
ce471de921 Indexer: Refactor photo merge #616 2020-12-12 22:02:14 +01:00
Michael Mayer
618525969b Frontend: Fix video size in places view #647 2020-12-12 20:01:56 +01:00
Michael Mayer
50af438d3c Sharing: Use site author as caption for album overview 2020-12-12 19:28:16 +01:00
Michael Mayer
7bae7edf50 Videos: Set explicit content type header for MPEG-4 AVC #603 2020-12-12 17:53:19 +01:00
Michael Mayer
473566f404 Videos: Enforce transcoding to MPEG-4 AVC #603 2020-12-12 17:20:31 +01:00