Varun Patil
2f9da42f96
e2e: upgrade versions
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 12:05:53 -07:00
Varun Patil
f76703ee7f
test: fix E2E
2023-09-30 12:04:36 -07:00
Varun Patil
917020d426
docs: update changelog
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 11:44:11 -07:00
Varun Patil
5fac290b37
share: enable sharing smaller videos
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 11:37:40 -07:00
Varun Patil
23d54d3f3b
refactor: move modal functions to namespace
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 10:30:59 -07:00
Varun Patil
87b99fe6ea
refactor: make face move modal singleton
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 10:17:28 -07:00
Varun Patil
da35e9a41f
refactor: make moveToFolder singleton
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 10:10:04 -07:00
Varun Patil
b7f6d557dd
albums: hint addition
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 10:02:09 -07:00
Varun Patil
0fdab7d7c7
sel: ask deletion confirmation ( fix #798 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 09:56:38 -07:00
Varun Patil
96e3b3e769
dialog: autofocus confirm button
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 09:41:52 -07:00
Varun Patil
33b916d54a
perf: add index on isvideo
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-30 09:01:26 -07:00
Varun Patil
10bc05eaea
dav: minify xml
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 20:56:09 -07:00
Varun Patil
248a3cd7a0
dav: remove dead code
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 20:46:26 -07:00
Varun Patil
a1072d03b5
l10n: make albums shared by consistent
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 20:19:44 -07:00
Varun Patil
1fc100a61f
l10n: translate tags in metadata
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 20:16:02 -07:00
Varun Patil
eddd459132
Merge branch 'master' of https://github.com/pulsejet/memories
2023-09-29 20:13:43 -07:00
Varun Patil
cf883d9403
Merge branch 'ASDFGamer-translate-tag-names'
2023-09-29 20:13:32 -07:00
Varun Patil
5efb659f70
l10n: use natural sorting
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 20:12:52 -07:00
Varun Patil
ace3bfc63c
l10n: fix localeCompare lang
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 20:08:05 -07:00
Varun Patil
a2466e3501
explore: fix tag translation
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 20:01:48 -07:00
Varun Patil
e95ff4f05c
refactor: fix PR
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 19:48:40 -07:00
Varun Patil
94053f7dd3
refactor: fix PR
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 19:25:39 -07:00
Nextcloud bot
02692e3447
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-30 02:21:05 +00:00
Varun Patil
9eebe8f8e3
Merge branch 'translate-tag-names' of https://github.com/ASDFGamer/memories into ASDFGamer-translate-tag-names
2023-09-29 19:18:33 -07:00
Varun Patil
52df869e90
admin: fix description of preview_max_filesize_image ( fix #816 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 18:54:55 -07:00
Varun Patil
ee3d6e20df
Merge branch 'master' of https://github.com/pulsejet/memories
2023-09-29 18:52:06 -07:00
Varun Patil
23843c3ded
exif: resume on failure to get file ( fix #820 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 18:52:03 -07:00
Varun Patil
fa9d26e3da
index: fix error logging
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 18:50:32 -07:00
Christoph Wildhagen
06266a27e3
Show number of pictures per place
...
This shows the number of pictures per place.
This function was previously disabled, if the parameter 'mark'
wasn't set to 0. I found no reason why this was the case.
Signed-off-by: Christoph Wildhagen <git@christoph-wildhagen.de>
2023-09-30 00:58:50 +02:00
Christoph Wildhagen
6ea34b223c
Sort Tags by translated names
...
Previously the tags were sorted (implicitly via the api) by the english
names. This could be confusing in other languages, when the shown
tags were seemingly unordered.
Signed-off-by: Christoph Wildhagen <git@christoph-wildhagen.de>
2023-09-29 23:07:42 +02:00
Christoph Wildhagen
22d24bc608
Translate Names of ClusterTopMatter for Tags
...
This fixes a bug, that the Name/Title of Tag detail sites like
/apps/memories/tags/Frog isn't translated, even though the
name of the Tag is translated in the tag overview page.
Signed-off-by: Christoph Wildhagen <git@christoph-wildhagen.de>
2023-09-29 22:26:27 +02:00
Varun Patil
eacf64fce0
Merge pull request #837 from ASDFGamer/readme-add-required-programs
...
Readme add required programs
2023-09-29 11:28:57 -07:00
Varun Patil
697fc4535d
index: prevent blank exif indexing
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 11:25:49 -07:00
Christoph Wildhagen
cffbe4bea1
Fix numbering in List
2023-09-29 20:20:58 +02:00
Christoph Wildhagen
03212a9385
Update README.md
...
Add required programs to Development Setup
This adds a step to the Developement Setup section that shows
that Composer and Node.js has to be installed.
2023-09-29 20:19:32 +02:00
Varun Patil
d773f36ed1
Merge branch 'Murena-SAS-dev/default-timeline'
2023-09-29 11:03:52 -07:00
Varun Patil
630a435dea
Refactor PR
2023-09-29 11:00:44 -07:00
Varun Patil
6947ee9bc5
Merge branch 'dev/default-timeline' of https://github.com/Murena-SAS/memories into Murena-SAS-dev/default-timeline
2023-09-29 10:34:16 -07:00
Varun Patil
2bb0f30c6f
admin: allow configuring GOP size workaround ( fix #800 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 10:27:59 -07:00
Varun Patil
47a4ea7c78
Bump up go-vod ( fix #822 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 10:27:29 -07:00
Varun Patil
151f1e9d8c
docs: document OCC commands
...
closes #772
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-29 09:50:49 -07:00
Varun Patil
e10baecb69
lint: fix php
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-27 18:57:29 -07:00
Varun Patil
562128b02b
tq: use MAX for mimetype query ( fix #312 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-27 18:43:14 -07:00
Varun Patil
1c51422ed9
Merge branch 'master' of https://github.com/pulsejet/memories
2023-09-27 18:33:06 -07:00
Varun Patil
725c32cb4e
tq: hide files in hidden folders ( fix #825 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-09-27 18:33:03 -07:00
Akhil
269d080df1
lint fix
2023-09-26 23:17:28 +05:30
Akhil
6b4983fc28
use getsystemconfig method
2023-09-26 20:36:49 +05:30
Akhil
77cb06e67a
Use default_timeline_path to show first start or not
2023-09-26 20:17:30 +05:30
Akhil
83ed204d9c
Set default timeline path option
2023-09-26 20:08:54 +05:30
Nextcloud bot
2d6c62065e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-24 02:23:21 +00:00