Laurynas Gadliauskas
aedd393e36
feat: disable default disk usage preview
2023-07-31 16:44:05 +03:00
Laurynas Gadliauskas
5bc472c10a
Merge upstream 2.24.1 ( #41 )
2023-07-31 16:41:48 +03:00
Laurynas Gadliauskas
6122395019
feat: handle symlink copying ( #39 )
2023-03-24 13:30:26 +02:00
Laurynas Gadliauskas
af2c5048d2
fix: adjust symlink scope check
2023-02-24 16:28:32 +02:00
Laurynas Gadliauskas
71763d08b9
fix: trim symlink root path prefix ( #38 )
2023-02-24 14:22:08 +02:00
Laurynas Gadliauskas
e22451dfbf
fix: list symlinks with abs targets ( #37 )
2023-02-24 14:04:29 +02:00
Laurynas Gadliauskas
0f663e9c8b
fix: correct failing checks
2022-11-09 12:53:50 +02:00
Laurynas Gadliauskas
4aaa2da6b6
Merge remote-tracking branch 'upstream/master'
2022-11-08 16:55:27 +02:00
Ramires Viana
dda9a389f3
feat: hook authentication method
2022-07-20 16:40:49 +02:00
Oleg Lobanov
80030dee32
fix: disable cookie auth for non GET requests
2022-07-19 00:39:02 +02:00
Oleg Lobanov
d94acdd89a
fix: use correct field name in user put api ( #2026 )
2022-07-05 16:55:31 +02:00
Oleg Lobanov
8118afd0ac
build(backend): upgrade golangci-lint to 1.46.2 ( #1991 )
2022-06-13 16:13:10 +02:00
langren1353
577c0efa9c
fix: don't calculate usage for files ( #1973 )
...
* fix: use incorrect suffix and return no 500(#1972、#1967)
* chore: set progress bar to small
Co-authored-by: Ramires Viana <59319979+ramiresviana@users.noreply.github.com>
* chore: refactoring
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
Co-authored-by: Ramires Viana <59319979+ramiresviana@users.noreply.github.com>
2022-06-13 12:50:39 +02:00
Oleg Lobanov
02730bb9bf
fix: set correct scope when user home creation is enabled
2022-06-03 16:04:15 +02:00
Oleg Lobanov
d1d8e3e340
feat: add disk usage information to the sidebar
2022-06-02 13:16:37 +02:00
Laurynas Gadliauskas
cdb8a5c956
Merge branch 'master' of https://github.com/filebrowser/filebrowser into filebrowser-master
2022-05-19 16:50:19 +03:00
Ramires Viana
5da9d74da6
fix: allow CSP inline styling
2022-05-05 15:38:39 +00:00
Ramires Viana
c3bd1188aa
fix: expired token error
2022-05-04 12:58:19 +00:00
Oleg Lobanov
7c9a75e725
build(backend): bump dependency versions
2022-05-04 01:00:42 +04:00
Oleg Lobanov
bcef7d3f73
chore: make linter happy
2022-04-30 13:49:33 +04:00
Oleg Lobanov
6366cf0b18
fix: display user scope for admin users ( #1834 )
2022-02-22 10:58:22 +01:00
Oleg Lobanov
c782f21b0f
fix: correctly handle non-ascii passwords for shared resources
2022-02-21 20:47:28 +01:00
Oleg Lobanov
0942fc7042
fix: don't expose scope for non-admin users
2022-02-21 20:17:42 +01:00
Oleg Lobanov
c1987237d0
feat: use real image path to calculate cache key
2022-02-21 19:59:22 +01:00
Adrian
8888b9f446
feat: add gallery view mode
2022-02-10 17:11:24 +01:00
Laurynas Gadliauskas
3270624bd2
Merge upstream
2022-01-10 15:56:10 +02:00
Oleg Lobanov
6eb3ab0635
fix: upgrade vulnerable versions of the library
2021-12-21 00:17:26 +01:00
Oleg Lobanov
f81857acce
build: refactor makefile
2021-12-20 23:36:50 +01:00
Laurynas Gadliauskas
36f8a7021a
fix: Handle non-existing trash dir entry ( #27 )
2021-11-04 15:14:22 +02:00
Laurynas Gadliauskas
b820df8dbc
Merge branch 'filebrowser:master' into master
2021-11-04 12:18:34 +02:00
Oleg Lobanov
74b7cd8e81
fix: security issue in command runner ( closes #1621 )
2021-10-31 17:13:16 +01:00
Laurynas Gadliauskas
1879a62423
feat: Unarchive destination select ( #26 )
...
* feat: Unarchive destination select
* fix: Check file conflict on unarchive
2021-10-28 13:05:58 +03:00
Laurynas Gadliauskas
aa8ca032f5
feat: Temporary directory ( #25 )
2021-10-27 12:50:31 +03:00
Laurynas Gadliauskas
c2ea58d7c9
Merge branch 'master' of https://github.com/filebrowser/filebrowser
2021-10-27 11:22:47 +03:00
lilihx
0426629a59
feat: add ability to select file modified time format ( #1536 )
2021-09-11 14:12:51 +02:00
Ryan Qian
0358e42d2c
feat: add manifest theme color param ( #1542 )
2021-09-10 17:08:15 +02:00
Laurynas Gadliauskas
853a5e5c5e
fix: Handle folder move override ( #22 )
2021-09-07 12:56:38 +03:00
Laurynas Gadliauskas
9f931d3d24
feat: Update JWT lib ( #21 )
2021-08-30 13:45:24 +03:00
Laurynas Gadliauskas
b09cadfc8e
Merge branch 'master' of https://github.com/filebrowser/filebrowser
2021-08-30 10:35:11 +03:00
Oleg Lobanov
4c3099a086
fix: internal server error if --disable-preview-resize flag is set ( closes #1510 )
2021-08-23 10:03:11 +02:00
Ramires Viana
23d646c456
fix: escape quote on index template
...
fixes #1501
2021-08-20 14:43:06 +02:00
Ramires Viana
c63cc5a2d2
fix: file caching directive
2021-08-20 14:43:06 +02:00
Laurynas Gadliauskas
1052e94139
feat: add unarchive overwrite checkbox ( #19 )
2021-07-30 11:17:43 +03:00
Laurynas Gadliauskas
8688af97b7
Merge remote-tracking branch 'upstream/master'
2021-07-27 10:43:54 +03:00
Oleg Lobanov
34d7d2c8c4
chore: upgrade golangci-lint
2021-07-26 12:00:05 +02:00
Oleg Lobanov
201329abce
chore: add Content-Security-Policy header
2021-07-26 11:08:39 +02:00
Oleg Lobanov
f2b5dd3787
chore: don't break folder download if any file processing causes an error
2021-07-26 10:41:56 +02:00
Oleg Lobanov
5072bbb2cb
fix: break resource create/update handlers on error ( closes #1464 )
2021-07-24 15:33:54 +02:00
Oleg Lobanov
6b19ab6613
fix: don't remove files on unsuccessful updates ( closes #1456 )
2021-07-24 15:32:24 +02:00
Laurynas Gadliauskas
3489df033e
feat: custome error messages ( #14 )
...
* feat: custome error messages
* errors: improve code
* errors: clean up imports
* errors: add translations
* errors: check if translation exists
2021-06-18 14:05:47 +03:00