Leinad Mind
95944540fe
Fix pt-PT language ( #544 )
2025-05-20 09:08:10 +02:00
Robert-Jan de Dreu
ee556f46e9
Fix lazy loading images all being loaded when opening gallery ( #534 )
...
* Fix lazy loading images all being loaded when opening gallery
Because the lazy loaded image didn't have a limited height. Many
images would load anyway because they all fit in the parent box.
Giving them a minimal height with object-cover keeps them looking
good while limiting the amount that is lazy loaded.
* reduce the height to make the minimal images square
2025-02-25 09:24:58 +01:00
Robert-Jan de Dreu
ff0c247992
Make pagination configurable in configuration ( #533 )
...
* Make pagination configurable in configuration
* Set pagination defaults in store
* Add documentation of pagination
2025-02-25 09:00:34 +01:00
Pudd
08ee98ed8b
Update dark.scss ( #529 )
...
add missing hover color for breadcrumb links in dark theme
2025-02-07 08:51:51 +01:00
Pudd
c6186fb03a
Update dark.scss ( #528 )
...
Increase placeholder brightness for better readability in dark theme
2025-02-06 11:27:18 +01:00
Pudd
7f43f7148f
Update chinese.js ( #527 )
...
Improve Chinese translations: native speaker review with AI assistance
2025-02-06 09:07:04 +01:00
Kobi Zaltzberg
d8fb33fae9
Extract app theme scss to external files ( #524 )
2024-12-26 14:50:09 +01:00
Milos Stojanovic
52859b6137
chmod view simplified, changelog updated
2024-12-24 08:50:25 +01:00
Maxi Zamorano
f6ef36e546
Added a column to display chmod permissions ( #522 )
...
* Added a column to display permissions
* Show table only if chmod is present
* Displays symbolic format when clicked
* Translation: show and hide symbolic format
2024-12-24 08:39:42 +01:00
Alkl58
40e7ba7930
Add dark theme ( #499 )
2024-12-13 09:31:45 +01:00
Milos Stojanovic
d153294b76
Ukrainian added, version bump
2024-11-27 09:19:05 +01:00
Yevhen
a329d539cd
Create ukrainian.js / Translation into Ukrainian ( #502 )
...
Create ukrainian.js
2024-11-27 09:13:03 +01:00
UfukArt
ebc82d9108
Update turkish.js ( #358 )
...
some minor changes
2024-04-18 09:31:15 +02:00
Andrei Telteu
27310f9d48
Added chmod perm, modal to change, api with local/ftp/sftp ( #399 )
...
Read a fill current permissions for local driver
Finished permissions for ftp driver, read and change
Read permissions for sftp adapter
Created FilegatorFtp for a cleaner permissions integration
Implemented recursive chmod options for files/folders
Modified tests to cover permissions
Lint frontend permissions component
2024-04-17 17:23:21 +02:00
AJ.Bassa
42e50b93da
Update dutch.js ( #456 )
2024-03-14 11:12:55 +01:00
Maison da Silva
8e55bcd583
Update portuguese_br.js ( #442 )
...
Update portuguese to portuguese-br
2024-02-08 09:36:16 +01:00
saidovab
37aad6809a
New translation added: Tajik ( #440 )
2024-01-11 09:21:14 +01:00
Milos Stojanovic
67363ad67f
Revert "Fix: for LDAP auth when user credentials are invalid ( #407 )"
...
Does not pass current tests :/
This reverts commit 7e0f460d9e
.
2023-11-30 15:12:05 +01:00
Gopalakrishna Palem
7e0f460d9e
Fix: for LDAP auth when user credentials are invalid ( #407 )
...
* Fix: for LDAP auth when user credentials are invalid
* Fix: for LDAP auth when user credentials are invalid
2023-11-30 15:03:37 +01:00
Gijsbert
6603fc3cbc
Make gallary images clickable ( #411 )
2023-08-07 08:49:15 +02:00
Milos Stojanovic
27bdcfe175
estonian lang fix
2022-10-19 08:34:00 +02:00
Milos Stojanovic
36ec353e0f
Estonian translation
2022-10-14 09:09:33 +02:00
Milos Stojanovic
ba6dee519a
persian lang added
2022-10-07 09:02:42 +02:00
Helmi Amirudin
d4220c021f
Update indonesian.js ( #340 )
...
fix some wrong translations
2022-07-25 08:49:28 +02:00
Milos Stojanovic
20cd7227f6
fix encoding
2022-05-26 15:05:34 +02:00
Milos Stojanovic
b3c29d9dc3
arabic and portuguese_br languages
2022-05-26 15:00:09 +02:00
Milos Stojanovic
0d4fe5acae
add hebrew, fixes #301 - language vars
2022-01-30 09:28:19 +01:00
Enyedi Szilárd
0061753b68
Create romanian.js ( #302 )
...
Added Romanian translation.
2022-01-30 09:24:33 +01:00
dirmanhana
1e8ec10ac0
Update indonesian.js ( #294 )
...
small edit
2022-01-11 10:25:15 +01:00
Milos Stojanovic
da509591e2
adding slovenian language, thanks megamiska.eu
2021-08-16 12:18:20 +02:00
Milos Stojanovic
203d422ad5
better search with configurable simultaneous search limit, fixes #234
2021-07-08 14:26:05 +02:00
Milos Stojanovic
0de9e6c895
invalidate sessions when the password is changed - json auth adapter
2021-07-05 14:49:12 +02:00
tobiasgruber1995
b464cf31e0
Update spanish.js ( #216 )
...
Fix typo.
2021-05-10 15:53:30 +02:00
tobiasgruber1995
b2956ae867
Update german.js ( #215 )
...
Fix some typos.
2021-05-10 15:53:06 +02:00
Milos Stojanovic
7e40b953cf
do not transform response (json) fixes #201
2021-03-23 10:54:45 +01:00
tubuanha
c7366bb128
Add Japanese translation ( #189 )
...
* Addition of Japanese translation
2021-02-26 13:00:06 +01:00
Luiz Kill
a48fa3c717
Adds an attributes parameter to the ldap adapter ( #184 )
...
* Adds an attribute parameter to the ldap adapter
Using this parameter is much more efficient than the default action (which is to return all attributes and their associated values). The use of this parameter should therefore be considered good practice.
(from https://www.php.net/manual/en/function.ldap-search.php )
* Updates the docs about ldap_attributes parameter
* Enhances portuguese translation
* Update backend/Services/Auth/Adapters/LDAP.php
Commit suggestion
2021-02-18 09:18:30 +01:00
Milos Stojanovic
28aa39ccdb
swedish lang added - version bump
2021-01-13 11:45:16 +01:00
Milos Stojanovic
2e71293a21
translations for Show hidden
2021-01-13 10:28:41 +01:00
Milos Stojanovic
fa066e7bfb
fix for filter_entries used on selection
2021-01-13 10:21:49 +01:00
ahaenggli
caa9c1ef8d
add a way to hide certain files and folders ( #169 )
...
* add a way to hide certain files and folders (#76 )
* move file/folder filter to front-end
* add checkbox to show all files/folders and remove debug outputs
* spaces, quotes and no-useless-escape
* improve wording
2021-01-13 09:57:06 +01:00
ahaenggli
61fbf3f9b6
fix typo caused #135 ( #170 )
2020-12-27 14:41:38 +01:00
ahaenggli
83e5aee503
fix row height on very long file names ( #168 )
2020-12-22 13:22:01 +01:00
Gianmaria Allisiardi
f3b75f72c1
Fix italian translation for confirm button ( #166 )
...
From "Elimina" to "Conferma"
2020-12-17 08:44:13 +01:00
Milos Stojanovic
377d06e257
fixes #163
2020-12-04 18:46:13 +01:00
Milos Stojanovic
832b219132
refactor so that you can disable all editable extensions, including .txt
2020-11-03 09:16:22 +01:00
Guillaume
e38a1d3909
Fix empty editable extention leading to systematic preview ( #154 )
2020-11-03 09:01:23 +01:00
ahaenggli
19dd7be1c8
add folder upload with drag&drop ( #147 )
...
* add folder upload with drag&drop
* remove semicolons
* remove whitespaces and use arrow function
2020-11-02 11:32:06 +01:00
Milos Stojanovic
8196cce153
Hungarian translation added, fixed #149
2020-10-29 10:55:41 +01:00
Milos Stojanovic
7d827c30e0
fix whitespaces, update changelog)
2020-10-28 09:26:25 +01:00